Bug report: MAXScript interface not implemented
Posted: Mon Feb 15, 2016 4:42 pm
Sorry if this is the wrong forum, but it seems as a new user, I cannot post in many places here...
anyway, just wanted to report a bug in the 3ds Max plugin of Octane (OtcaneRender 2.24.2):
The MAXScript function
<maxObject><RenderElementMgr>.GetRenderElement <integer>index
is used to access the render elements, and it seems that for Octane, this isn't implemented, as it always returns 'undefined'.
Sample code:
-- add some Octane render elements first
re = maxOps.GetCurRenderElementMgr()
theElement = re.getRenderElement 0 -- access the first render element; this should return an object, but will return undefined
Hope this helps...
anyway, just wanted to report a bug in the 3ds Max plugin of Octane (OtcaneRender 2.24.2):
The MAXScript function
<maxObject><RenderElementMgr>.GetRenderElement <integer>index
is used to access the render elements, and it seems that for Octane, this isn't implemented, as it always returns 'undefined'.
Sample code:
-- add some Octane render elements first
re = maxOps.GetCurRenderElementMgr()
theElement = re.getRenderElement 0 -- access the first render element; this should return an object, but will return undefined
Hope this helps...