Notifications
Clear all
[Closed] batchRenderMgr mixinterface scenestatename bug?
Oct 16, 2006 11:32 am
hi im unable to set the batchRenderMgr mixinterface .scenestatename property in max8sp3
maxscript evaluates its fine and instead of setting the created batcrender view batchRenderMgr mixinterface .scenestatename property property to the desired state it assign it to the .(render)presetfile property of the batchrendermgr view
the code:
kamerat = for o in cameras where classof o == targetcamera or classof o == freecamera collect o
sceneStateMgr.capture “amb” #{1…9}
for cam in kamerat do
(
wer=batchRenderMgr.createview cam
wer.camera= cam
wer.scenestatename = “amb”
)
so this yields a view with a nonexistant render preset “amb” and no assigned scenestate
what to do? or where should send the bug report?