PDA

View Full Version : Load specific scene??


zardoz
11-24-2006, 10:50 AM
I would like to have buttons that open specific scenes, like "White Backdrop GI" or "3 point lights"...have several .lws files in my Lightwave directory and open those scenes clicking in some button...like running a macro but instead open scenes...with a virtual studio, etc. Is there a plugin to do this?

RedBull
11-27-2006, 12:05 PM
Lscript is very easy to achieve this

loadscene "test.lws"

Will be all you need, Lscript commander could help you make it quickly.
Add the lscript as a button or shortcut key.

zardoz
11-28-2006, 06:37 AM
I tried to do something like this...and it doesn't work.
I want to have the setups directory in my external plugins directory...
Lightwave says "can't open scene file"

@warnings

generic
{
ContentDirectory("C:\LightWave9\Plugins\external\setups");
CommandInput("PreLoadScene");
LoadScene("C:\LightWave9\Plugins\external\setups\Scenes\studi ov1.lws");
}

zardoz
11-28-2006, 06:55 AM
It shows a space in "s etups" and another in "S cenes" but it isn't there...something's wrong with post...when I tried to edit this post, in the edit window it's ok...