Change Environment Type
![DraagonStorm](https://hpclscruffy.daz3d.com/forums/uploads/userpics/734/n0D8D6E58350E.png)
How would I get the Environment type (None or Backdrop) and change it?
When I do a Scene.getBackdrop().clear(); it set the Environment Type to None, and I need to set it back to Backdrop.
Post edited by DraagonStorm on
You currently have no notifications.
How would I get the Environment type (None or Backdrop) and change it?
When I do a Scene.getBackdrop().clear(); it set the Environment Type to None, and I need to set it back to Backdrop.
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
Comments
Using Rob's standard code-crawling, one approach (though there's probably a better) might be:
to clear the backdrop and
to set it on.
The API for the Environment pane will change.
The Render To Backdrop sample shows how to set the backdrop.
-Rob
I tried the Render to BackDrop, and that's when I discovered that when you clear the backdrop, that sets the Type to None. I you no longer see the backdrop. You have to physically go Windows->Panes-Environment and set the Type back to BackDrop...
I want to be able to set the type to BackDrop with code, or at least check what the type is.
-Rob
Thank You! oBackdrop.visible = true; worked!