Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Maxon Cinema 4D xpresso – transfer a user data In-/Exclusion list to link list node?

  • xpresso – transfer a user data In-/Exclusion list to link list node?

    Posted by Pryce Duncalf on March 20, 2022 at 3:43 am

    Hi. I am trying to access a user data list in the xpresso using a link list node so I can individually edit the different items in the list. There is no input into the link list for this. Is this possible? or would I need to use python to rebuild the node (which is very much out of my specialism). Any help appreciated!

    Regards. Pryce.

    kieran gee replied 3 years, 2 months ago 2 Members · 2 Replies
  • 2 Replies
  • Pryce Duncalf

    March 21, 2022 at 11:13 am

    This was solved on another forum with a simple bit of python:

    import c4d
    
    def main():
        global Output1
    
        if InEx is None:
            Output1 = None
    
        if Index < 0 or Index >= InEx.GetObjectCount():
            Output1 = None
        else:
            Output1 = InEx.ObjectFromIndex(doc, Index)
  • kieran gee

    June 30, 2023 at 1:21 pm

    Hi Pryce

    Would you mind sharing how you implemented this workaround?

    I am having the same issue, all I’d like to do is link my user data list to the list in xpresso.

    Thanks

    Kieran

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy