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. ceen
    3. Topics
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 11
    • Groups 0

    Topics

    • C

      Old Coffee "vnorm" term to python

      Watching Ignoring Scheduled Pinned Locked Moved General Talk
      3
      0 Votes
      3 Posts
      1k Views
      C
      @ferdinand Thank you! you can find it in the old coffee help "using matrices" tutorial section: [image: 1694524159445-88c1a768-9234-4fe1-b6eb-c93e4d2ebf6a-grafik.png] My own code is ridicoulusly simple: main() { ang = ( vnorm(vector1) * vnorm(vector2)) ; } Just looking for a python "vnorm"
    • C

      Looking for Developer of custom Mograph effector

      Watching Ignoring Scheduled Pinned Locked Moved General Talk
      3
      0 Votes
      3 Posts
      639 Views
      CairynC
      Done and delivered.
    • C

      Looking for Developer of custom Mograph effector

      Watching Ignoring Scheduled Pinned Locked Moved General Talk
      2
      0 Votes
      2 Posts
      688 Views
      ManuelM
      Hi, There is the EffectorData class that could help you to create your own effector. This class is only available on c++. With python the only option is to use the python effector. And that could be tricky because you need to retrieve the size of all clones. Doable but tricky imo. I hope that you will find a developer to do it, this might look easy to do but is harder than you might thought. Cheers, Manuel
    • C

      Looking for Python dev

      Watching Ignoring Scheduled Pinned Locked Moved General Talk
      4
      0 Votes
      4 Posts
      968 Views
      C
      @r_gigante Thank you!