Hi,
until version 3 it was possible to prevent the Render command from exiting immediately in a script using the commands
but it seems that this option is gone. I see that during batch renders the Render command does indeed executes without returning immediately, is this modality still available via script, perhaps setting some vray parameters via script?
also, other commands like SaveVisopt seem gone. Though the new API allows to read/write the settings without exporting to file, it would still be useful to save/load via script in some circumstances. Are these commands still available as attributes of the PluginObject?
Kind regards,
Paolo
until version 3 it was possible to prevent the Render command from exiting immediately in a script using the commands
Code:
Set VRay = Rhino.GetPluginObject("V-Ray for Rhino") VRay.SetBatchRenderOn True
also, other commands like SaveVisopt seem gone. Though the new API allows to read/write the settings without exporting to file, it would still be useful to save/load via script in some circumstances. Are these commands still available as attributes of the PluginObject?
Kind regards,
Paolo
Comment