Hello people!
I am working on "procedural" objects (3d models) using xprersso.
Each object (built under a Null object that holds the xpresso tag) has its own parameters under their user data and these objects are stored in content browser and "merge" whichever I want intomy current project.
I can use (insert / merge) as many objects as I need in a new project and very often these objects may have the "parent - child" relation ship, meaning that the "parent" object may overwrite the parameters(user data fields) of the "child". Of cource this is optional (to overwrite or not the "child" parameters).
Here is the help i need.
I provide an image with an example, containg 3 objects: Parent , Object_A and Object_B.
I whould like to have the oportunity to define if the Object_A parameters ("width" & "depth") should be overwritten from the specific Parent object's parameters by dragging the Parent object (Null) into the A_Parent_Object field (link).
Every object (except Parent) by default includes itself in that field.
After all this long speech , in a few words I would like from the xpresso editor, Object_A to access the Parent->width value.
Of course I need to do it by scripting and not just by dragging the Parent object inside the Object_A xpresso editor and get the parameters values (width & depth)
Any help would be appreciatted!
Thank in advance.
.