App Class
nazmy2_a263cf7a4b
Posts: 92
Hello
While looking through several of the samples, I came across code that included references to an App class. I found the documentation for DzApp but not for the App class. Can anyone help me?
Comments
It isn't a class - it is the only permitted object of type DzApp. There are a couple of things like that which can exist only once, and have a global object already in existence
Thanks Richard. That really clears up things for me.
http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/global
Thank you Chohole. That helped a lot.