Page 1 of 1
Python module for octane 2020
Posted: Tue May 12, 2020 3:01 pm
by gustojunk
Hi, I'm trying to explore the python module.
Web instruction says that it should be found at "C:\Program Files\Common Files\McNeel\Rhinoceros\6.0\Plug-ins\OctaneRenderForRhino ([plugin id])\octane.py", but this is not the case.
https://docs.otoy.com/RhinoH/RhinoPlugi ... erface.htm
What am I missing? Is python module not available for octane 2020?
thanks
Re: Python module for octane 2020
Posted: Wed May 13, 2020 12:39 am
by face_off
I was omitted from the Studio and Enterprise installers. Which of those Octane licenses do you have please, and I will post the files for you.
Paul
Re: Python module for octane 2020
Posted: Wed May 13, 2020 4:15 pm
by gustojunk
Great!
this is "enterprise" license... If you need my mail, I would prefer to send it to you in a private message, if possible.
Thanks
Re: Python module for octane 2020
Posted: Thu May 14, 2020 4:04 am
by face_off
Hi - you should be able to unzip the two files from the attached zip file into your C:\Program Files\Common Files\McNeel\Rhinoceros\6.0\Plug-ins\OctaneRenderForRhino ([plugin id]) folder to get the python wrapper working.
Thanks
Paul
Re: Python module for octane 2020
Posted: Thu May 14, 2020 1:34 pm
by gustojunk
Thanks. I'm having issues with the module...
watching inside module file I found this suspicious...
Re: Python module for octane 2020
Posted: Thu May 14, 2020 1:40 pm
by gustojunk
In fact, commenting out line number 271 in python module file, issue is gone.
Seems that NT_CAM_CUSTOM variable has not been properly declared...
is this a bug?
Re: Python module for octane 2020
Posted: Thu May 14, 2020 10:52 pm
by face_off
My apologies, that was my error. If you rem out that line, it should work.
Code: Select all
#NT_CAM_CUSTOM : ["NT_CAM_CUSTOM", "NT_CAM_CUSTOM", "NT_CAM_CUSTOM"], # 97
Paul