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. Kantronin
    3. Best
    • Profile
    • Following 3
    • Followers 1
    • Topics 19
    • Posts 37
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by Kantronin

    • RE: Transparency channel - Color update

      I found the solution (I already had this problem but I couldn't remember the right code)

      mat [c4d.MATERIAL_TRANSPARENCY_COLOR] = c4d.Vector (1.0, 1.0, 1.0) #color white
      mat.Update (True, True)

      posted in Cinema 4D SDK
      KantroninK
      Kantronin
    • RE: How to create a layer Reflection (Legacy) ?

      I found the solution to my problem, on the internet, with code samples:
      https://www.c4dcafe.com/ipb/forums/topic/101805-materials-and-shaders-with-python/

      posted in Cinema 4D SDK
      KantroninK
      Kantronin