Message 1 of 1
Maxscript Change Render RegionRect on every Frame in Networkrender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I Try to change the renderregion on every Frame in Network Render with the callbackfunction:
callbacks.addScript #preRender "ChangeRegionScript" id:#ChangeRegionScript
i tried also
#preRendereval
both scripts a working but the first frame is the last renderregion or the first region twice.
So the following Frames a one regionsetting behind my order.
It seems that the scripts change the render region after the rendering and not before.
Does Anybody know how to solve this?