Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. sortsovs
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    sortsovs

    @sortsovs

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

    sortsovs Unfollow Follow

    Latest posts made by sortsovs

    • RE: [Python] Edit Parameters on nodes?

      @spedler Thanks mate, using fictive input ports did the trick ๐Ÿ˜‰
      @Dunhou Wauw, that's a great Custom API, this makes it soooo much easier. Thanks a bunch Dunhou ๐Ÿ˜‰

      posted in General Talk
      S
      sortsovs
    • [Python] Edit Parameters on nodes?

      Hi Experts,

      Iยดm trying to develop a little python script that imports Substance Textures, creates Redshift materials and connects all the right textures.

      But i'm having a hard time figuring out how to edit parameters on nodes.

      Example:
      I inserts a texture node with the following code:

      textureNode = graph.AddChild('', maxon.Id("com.redshift3d.redshift4c4d.nodes.core.texturesampler"), maxon.DataDictionary())
      

      That works like a champ, and i can easily wire in/out ports.

      But how do i change the values in the "Texture node" i just created? (Path to texture, Color Space, etc)

      Looking forward to hear from you guys ๐Ÿ˜‰

      posted in General Talk
      S
      sortsovs