Navigation

    • Register
    • Login
    • Search
    1. Home
    2. Kantronin
    3. Best
    • Profile
    • More
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups

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