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. annoyedUser
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by annoyedUser

    • A

      Script to change parameters across all similar nodes material

      Cinema 4D SDK
      • 2025 python • • annoyedUser
      3
      0
      Votes
      3
      Posts
      131
      Views

      A

      okay the docs you gave were great for insight

      working code to change parameter of roughness for x given mat selections

      import c4d import maxon from maxon import GraphDescription doc = c4d.documents.GetActiveDocument() # Get selected materials directly selected_materials = doc.GetActiveMaterials() # Modify roughness for each selected material for material in selected_materials: graph = GraphDescription.GetGraph(material, nodeSpaceId=maxon.NodeSpaceIdentifiers.RedshiftMaterial) GraphDescription.ApplyDescription(graph, { "$query": { "$type": "Standard Material" }, "Reflection/Roughness": 1 }) c4d.EventAdd()
    • A

      Loop tool and knife tool are useless in R2025, revert back to R23

      General Talk
      • chit-chat programming learning-resource • • annoyedUser
      4
      0
      Votes
      4
      Posts
      985
      Views

      ferdinandF

      Okay, we are going to end this thread here, as this discussion leads nowhere. Please contact end user support about this.