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

    Looking for Developer of custom Mograph effector

    General Talk
    2
    2
    630
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      ceen
      last edited by

      Hi,

      I need a way to locally manipulate the rate speed and spatial distance of clones along a spline with Mograph Cloner which are procedurally animated by Rate value inside the cloner.

      Imagine an assembly line where things are being pushed along with equal speed and distance but at specific areas along the line they need to be fastened up or slowed down seamlessly without colliding.

      Basically an effector that has a falloff/field and inside the field/falloff I can manipulate the Rate speed set in the cloner object.

      Is that possible with a python effector?

      I am wiling to pay. Open for offers

      1 Reply Last reply Reply Quote 0
      • ManuelM
        Manuel
        last edited by

        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

        MAXON SDK Specialist

        MAXON Registered Developer

        1 Reply Last reply Reply Quote 1
        • First post
          Last post