Navigation

    • Register
    • Login
    • Search
    1. Home
    2. falcon
    F

    falcon

    @falcon

    0
    Reputation
    2
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    • Profile
    • More
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    falcon Follow

    Best posts made by falcon

    This user does not have any upvoted posts yet.

    Latest posts made by falcon

    RE: Volume Builder Index returning None

    @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.

    posted in General Talk •
    Volume Builder Index returning None

    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.

    posted in General Talk •