Navigation

    • Register
    • Login
        No matches found
    • Search
    1. Home
    2. sortsovs
    S

    sortsovs

    @sortsovs

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

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

    Best posts made by sortsovs

    This user hasn't posted anything yet.

    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 •
    [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 •