savin/loding GI setup in kray
-
- Posts: 89
- Joined: Fri Apr 14, 2006 6:03 pm
savin/loding GI setup in kray
Is there a way of saving the GI settings in kray 1.7?
Well not yet. Since GUI has been redesigned G. hasn't been able to code the new save/load system.
The plan is to create in each preset a save/load command as well as global save/load so you can export whatever settings you want.
For now you can use in LW9+ load from scene and only import "master plugins>kray". This should bring settings from another scene.
The plan is to create in each preset a save/load command as well as global save/load so you can export whatever settings you want.
For now you can use in LW9+ load from scene and only import "master plugins>kray". This should bring settings from another scene.
- Jure
yes please, give us a save setup function and mkaybe with the useful integration into the main quality menu.
markus
markus
site: http://www.3dworks.com
reel: http://vimeo.com/threedeworks/demoreel
behance: https://www.behance.net/3dworks
reel: http://vimeo.com/threedeworks/demoreel
behance: https://www.behance.net/3dworks
KraySettings - Load & Save script
Here is a temporary make do of the Load/Save, in order to not violate G's kray.ls, I've just written 2 separate lscripts, one to load and another to save kray settings to a config file with extension *.Kraycfg
Saving and loading will check if kray exist, otherwise would not run. you need to save your scene prior to running these scripts.
Loading a *.Kraycfg will reload the current scene and reopen Kray panel, beware with large scene though, as LW might sometimes crash on reload.
Let me know if there is any problem, as I did it in a rush, no thorough testing yet. not tested on Mac also as i got no Mac.
enjoy!
edit : you should have ver 0.11 of this script, i've just updated it, earlier version had problems with multiple masterplug stacks.
Saving and loading will check if kray exist, otherwise would not run. you need to save your scene prior to running these scripts.
Loading a *.Kraycfg will reload the current scene and reopen Kray panel, beware with large scene though, as LW might sometimes crash on reload.
Let me know if there is any problem, as I did it in a rush, no thorough testing yet. not tested on Mac also as i got no Mac.
enjoy!

edit : you should have ver 0.11 of this script, i've just updated it, earlier version had problems with multiple masterplug stacks.
- Attachments
-
- KraySetting-LoadSave.zip
- KraySettings - Load & Save
- (1.65 KiB) Downloaded 345 times
- Janusz Biela
- Posts: 3265
- Joined: Mon Mar 13, 2006 10:39 am
- Location: Finland
- Contact:
-
- Posts: 89
- Joined: Fri Apr 14, 2006 6:03 pm
Re: KraySettings - Load & Save script
thats great...tajino wrote:Here is a temporary make do of the Load/Save, in order to not violate G's kray.ls, I've just written 2 separate lscripts, one to load and another to save kray settings to a config file with extension *.Kraycfg
Saving and loading will check if kray exist, otherwise would not run. you need to save your scene prior to running these scripts.
Loading a *.Kraycfg will reload the current scene and reopen Kray panel, beware with large scene though, as LW might sometimes crash on reload.
Let me know if there is any problem, as I did it in a rush, no thorough testing yet. not tested on Mac also as i got no Mac.
enjoy!
edit : you should have ver 0.11 of this script, i've just updated it, earlier version had problems with multiple masterplug stacks.
tnx