This is really minor, but probably easy to implement. Just wondering when we'll be able to change the background image of a render in the frame buffer via scripting? We used to be able to do that with the old frame buffer
Announcement
Collapse
No announcement yet.
frame buffer scripting support for changing background
Collapse
X
-
You still can, but it's a bit different. This is a sample script to create a Background layer:
Code:vray vfbControl -createLayer "chaos.ref.external" 1
Code:vray vfbControl -layer <id> image "path"
Code:vray vfbControl -findLayersByClass "chaos.ref.external"
Code:vray vfbControl -listLayerClasses
Comment