Navigation

    • Register
    • Login
    • Search
    1. Home
    2. UMD
    UMD

    UMD

    @UMD

    0
    Reputation
    3
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.unit-motiondesign.fr Location Paris

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

    Best posts made by UMD

    This user does not have any upvoted posts yet.

    Latest posts made by UMD

    RE: Importing RSproxies using Python

    Oh I see..
    The ExecutePasses was the key !

    Thank you for your answers !

    posted in Cinema 4D SDK •
    RE: Importing RSproxies using Python

    Hello @ferdinand ,
    thank you for your answer !

    But we have another issue with that!
    We want to edit the REDSHIFT_PROXY_SELECTION_OBJECTS parameter after import
    ca257492-3739-4069-91f8-de8521342972-image.png

    but this parameter does not seem to be initialized on creation and it returns an empty string.
    I tried to refresh c4d ui, switch frame, etc.. to force reload but nothing happens
    To get the param value I have to run another script by hand after the import command.

    Here is the simplified code:

    proxy = proxy_utils.import_proxy(doc, "tutu", "hello")
    c4d.EventAdd()
    print(proxy[c4d.REDSHIFT_PROXY_SELECTION_OBJECTS])
    >> 
    

    Thanks

    posted in Cinema 4D SDK •
    Importing RSproxies using Python

    Hello,

    We would like to import RSproxy inside C4D using Python script but we don't find any documentation about how we can set the import path and the animation type.
    these fields seams unaccesible with python in C4D.
    This one:
    349e4158-6936-4cee-a8ae-cab7a1a3be96-image.png
    and this one:
    164a259d-c15a-4f2f-8392-106c676d7abd-image.png

    Is it right?
    Thanks

    posted in Cinema 4D SDK •