DzSpotRenderTool documentation
matew
Posts: 20
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
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