DzSpotRenderTool documentation
Hi! Is there any documentation about DzSpotRenderTool class?
I need to find a way to make a script for spot rendering a certain area on each frame of the animation.
Thank you
You currently have no notifications.
Hi! Is there any documentation about DzSpotRenderTool class?
I need to find a way to make a script for spot rendering a certain area on each frame of the animation.
Thank you
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2026 Daz Productions Inc. All Rights Reserved.
Comments
I'm just guessing, but these may be what you want?:
See the code examples in this: http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/imagerenderhandler_dz
...and these look useful:
DzRenderHandler::setCropWindow()
DzRenderHandler::setUseCropWindow()
Thank you! It might work