@m_magalhaes Thank you so much for putting this togeather. It really helped me in working out where I was going wrong!
Thank you,
Hayden.
@m_magalhaes Thank you so much for putting this togeather. It really helped me in working out where I was going wrong!
Thank you,
Hayden.
Hello all,
I have been trying to create an automation script to help with a rather repetitive task involving volume builders. However, I am quite stuck in regards with how to change the mode of the objects in the Volume Builder.
Another issue I am having is in regards to the VolumeBuilder python page:
I cannot seem to get any of these functions to work. I am trying to change the mix mode. I have tried a few functions and they keep returning none. I suspect that I may not fully understand how to call indexes properly (I am just treating them as an integer at the moment where 0 is the first child and so on)
An example of a little debugging where I have 4 objects as a child of the VolumeBuilder (Which is active after being created, so I just assign it then (Which is probably super lazy of me) )
volBuilder = doc.GetActiveObject()
DEBUG = volBuilder.GetInputObject(1)
print("DEBUG = "+str(DEBUG))
The resulting print:
DEBUG = None
Also, I was wondering if accessing the Objects attribute possible with Python? i.e. creating folders, arranging (Without pulling the object out and then inserting it again)
All the best,
Hayden.