For a dynamic component I am passing Options/attributes to the groups or components in the dynamic component. Frequently I would like these components to have sub-components inside of them. Passing the attributes to them is a pain and if it goes another layer it is really a big pain.
I wish there were some way to declare an attribute to be global so that all sub-components had access to it.
Does anyone know any kind of work around for this?
Often I make a small dynamic component, for example a door.
Then I want to use it inside of a larger dynamic component that has for example a door jamb.
However, I can’t just include the door because I haven’t found any effective way to transfer the attributes (which were set up for the Options window of the original door).
Also, I want to be sure to keep the door as a separate component because I may want to animate it (and not the jamb).
Anyone have solutions for this?