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
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. SteveJLV
    3. Best
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 10
    • Best 3
    • Controversial 0
    • Groups 0

    Best posts made by SteveJLV

    • Vector.__xor__(self, other) error in documentation

      f8e3cc6e-9c0d-4266-9d32-68447c0d8d88-image.png

      posted in Cinema 4D SDK python
      S
      SteveJLV
    • RE: How to keep the point coordinates of a polygonObject up to date in Python code

      I figured out how to do it.

      It's fairly simple. I just have to reassing the pointvalues after the Update

      so if I insert a new

      puntenLijst = op.GetAllPoints()
      testPnt = puntenLijst[0]
      

      the 'testPnt' has updated values.

      posted in General Talk
      S
      SteveJLV
    • Info GetUserDataContainer and RemoveUserData switched

      The samples under the GetUserDataContainer () and RemoveUserData seem to be other way around. Not a big deal but..

      5fc27bde-59e9-48a3-8637-f9dce6749955-image.png

      posted in Cinema 4D SDK sdk
      S
      SteveJLV