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

    Topics created by ceen

    • C

      Old Coffee "vnorm" term to python

      General Talk
      • • • ceen
      3
      0
      Votes
      3
      Posts
      980
      Views

      C

      @ferdinand Thank you! you can find it in the old coffee help "using matrices" tutorial section:

      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

      General Talk
      • • • ceen
      3
      0
      Votes
      3
      Posts
      595
      Views

      CairynC

      Done and delivered.

    • C

      Looking for Developer of custom Mograph effector

      General Talk
      • • • ceen
      2
      0
      Votes
      2
      Posts
      630
      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

      General Talk
      • • • ceen
      4
      0
      Votes
      4
      Posts
      896
      Views

      C

      @r_gigante Thank you!