Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python 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
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. annoyedUser
    3. Topics
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Groups 0

    Topics

    • A

      Script to change parameters across all similar nodes material

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK 2025 python
      3
      0 Votes
      3 Posts
      284 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

      Watching Ignoring Scheduled Pinned Locked Moved General Talk chit-chat programming learning-resource
      4
      0 Votes
      4 Posts
      1k Views
      ferdinandF
      Okay, we are going to end this thread here, as this discussion leads nowhere. Please contact end user support about this.