Page 1 of 1

Question - Maxscript x Octane Render

Posted: Sun Oct 04, 2015 7:20 am
by rodrigotrovao
Any help file here please!??
Need to automate a process.
Thanks!

Re: Question - Maxscript x Octane Render

Posted: Sun Oct 04, 2015 7:08 pm
by rodrigotrovao
How to access octane properties to turn movable proxy on for example?
thanks

Re: Question - Maxscript x Octane Render

Posted: Sun Oct 04, 2015 8:42 pm
by acc24ex
did you turn on maxscript listener.. - then see what comes out on the screen after you perfom some action, most of it should show up there, some stuff you should figure out through properties

don't have time to browse it through now so check my or oguzbir scripts - my script is in the signature below..

Re: Question - Maxscript x Octane Render

Posted: Mon Oct 05, 2015 7:38 am
by suvakas
Octane properties are store under "User defined" properties of the node.
You can access them using the standard commands:

getUserProp/setUserProp $ "octane_movable_proy"

Suv

Re: Question - Maxscript x Octane Render

Posted: Wed Oct 07, 2015 3:25 am
by rodrigotrovao
acc24ex thank you, ill try to download it! :)

suvakas, ill try what you said. Thanks a lot! Thats what i was searching from OTOY.