05-04-2015, 03:50 PM
I am trying to build a MAXScript wrapper for making the atmospheric gizmos and management tools in Dreamscape that replicate cloud clusters in Vue and other features I'd like to make.
I have a couple questions and/or requests.
The easiest way for me to build this would be to have access to all of the Cloud layers as an array as well as all the localized__# objects of each layer as an array. Using show() it looks like these properties are dynamic and not stored as arrays internally. Is there a function for accessing these? If there is a private one, could you expose that to MAXScript? At the moment it looks like I'll have to iterate over all properties and check their names which is not what I really want to do but if there isn't an easy fix I'll do that.
I have a couple questions and/or requests.
The easiest way for me to build this would be to have access to all of the Cloud layers as an array as well as all the localized__# objects of each layer as an array. Using show() it looks like these properties are dynamic and not stored as arrays internally. Is there a function for accessing these? If there is a private one, could you expose that to MAXScript? At the moment it looks like I'll have to iterate over all properties and check their names which is not what I really want to do but if there isn't an easy fix I'll do that.