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...
Bug report: MAXScript interface not implemented
Forum rules
For new users: this forum is moderated. Your first post will appear only after it has been reviewed by a moderator, so it will not show up immediately.
This is necessary to avoid this forum being flooded by spam.
For new users: this forum is moderated. Your first post will appear only after it has been reviewed by a moderator, so it will not show up immediately.
This is necessary to avoid this forum being flooded by spam.