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. Motion4D
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 21
    • Best 3
    • Controversial 0
    • Groups 0

    Topics created by Motion4D

    • M

      Placing an effector at specific Index in effector list

      Cinema 4D SDK
      • python • • Motion4D
      5
      0
      Votes
      5
      Posts
      878
      Views

      ferdinandF

      Hello @Motion4D,

      without any further questions or replies, we will consider this topic as solved by Wednesday and flag it accordingly.

      Thank you for your understanding,
      Ferdinand

    • M

      Unique Object Identifier

      Cinema 4D SDK
      • python • • Motion4D
      7
      0
      Votes
      7
      Posts
      1.6k
      Views

      ferdinandF

      Hi @Motion4D,

      I am not quite sure if there will be anything in the pipeline soon, because the limitations of IDs and markers are more of principal nature due to Cinema's heavily procedural architecture; i.e., not really something that can be "fixed". If you have any particular feature in mind, I would ask you to make a separate post with a dedicated feature request.

      We however already did identify the whole "identifying and object"-thing a few weeks ago as something that is probably not explained well enough at the moment and added it to our to-do-list. There are no guarantees on when this will come though 😉

      Cheers,
      Ferdinand

    • M

      Python Effector not working with Fields

      Cinema 4D SDK
      • r23 python • • Motion4D
      6
      0
      Votes
      6
      Posts
      1.4k
      Views

      ferdinandF

      Hi,

      without further feedback, we will consider this thread as solved by Monday and flag it accordingly.

      Cheers,
      Ferdinand

    • M

      Changing parameters broken in S22

      Cinema 4D SDK
      • • • Motion4D
      5
      0
      Votes
      5
      Posts
      877
      Views

      M

      @m_adam Thanks for clarifying!

    • M

      Copy shader from one material to another

      Cinema 4D SDK
      • • • Motion4D
      3
      0
      Votes
      3
      Posts
      696
      Views

      M

      Thanks Bach! I knew it was going to be something simple like that.

    • M

      Attribute Manager not updating with Tag Selection

      Cinema 4D SDK
      • python • • Motion4D
      5
      0
      Votes
      5
      Posts
      1.0k
      Views

      M

      @C4DS Thank your reply! I had to come back to this because I had problems with switching back to object context and this solved that!

    • M

      "Signed Integer is greater then maximum" when registering python plugin

      Cinema 4D SDK
      • r20 • • Motion4D
      4
      0
      Votes
      4
      Posts
      810
      Views

      M

      @a_block It was the ID. I did use a random number, apparently one too many. I didn't think it would matter for testing but I guess I was wrong! I figured it would be something dumb like that. It was just weird it pointed me to that line for the error. And yes sorry my code snippet was confusing, I thought it was standard practice to put RegisterObjectPlugin on multiple lines for easier reading.

      Thanks again!

    • M

      R20 Script State Function

      Cinema 4D SDK
      • python r20 • • Motion4D
      7
      0
      Votes
      7
      Posts
      2.0k
      Views

      M

      Thanks a_block,

      Sadly I had to disable the state() function because it breaks (delays forever) Material Preview/Shader rendering.

      This State() function should somehow be isolated if possible ... but i guess this is the limitation of "checking the gui state".

      kind regards
      mogh