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. Cinema 4D SDK
    Log in to post
    Load new posts
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • C4DSC

      R21 plugin licensing

      • • C4DS
      2
      0
      Votes
      2
      Posts
      753
      Views

      S

      Hello,

      as far as I know the licenseID is a temporary session ID that is only used internally. It has no use for third party developers.

      The hardware ID is based on the corresponding OS functions. So the hardware ID is the same as long the OS thinks the system is the same.

      Please also notice that, for internal reasons, the format of any of these IDs may change in future releases.

      Is it up to the studios to decide how they want to license their software. A typical use case could be that a studio creates a single account that is shared in the company. So there would be one user ID for the whole studio.

      It is up to you to decide if you want to bind your plugin to that user ID or a system ID.

      best wishes,
      Sebastian

    • mfersaouiM

      Questions about Bake Texture tag & Python

      python • • mfersaoui
      11
      0
      Votes
      11
      Posts
      1.3k
      Views

      mfersaouiM

      Hi,
      Thank you very much @zipit and have a good day.

    • dskeithbuckD

      HTTP Requests with `maxon` API

      python • • dskeithbuck
      5
      0
      Votes
      5
      Posts
      1.0k
      Views

      dskeithbuckD

      @m_adam said in HTTP Requests with `maxon` API:

      Hi @dskeithbuck thanks a lot for trying to use the new Maxon API.

      Thank you so much for the working sample code, that answers my question. I look forward to switching over to the Maxon API for URL requests once these kinks get worked out.

    • D

      Update Render Path in an Xpresso Node

      • • daltonmonaie
      3
      0
      Votes
      3
      Posts
      860
      Views

      D

      Hi Maxime,

      Thanks again a lot 🙂
      I just needed to replace the part in the python-node where you newly written how the path is being generated by my own Path-String-generation-algorythm which is builded from the content of the file watched.
      Sure, it's the risky way, as you mentioned it, but it works for this time.

      Greets
      Matthias

    • B

      Node Editor API for R21?

      r21 python • • bentraje
      6
      0
      Votes
      6
      Posts
      787
      Views

      F

      @s_bach OK, thanks!

    • A

      Delete points based on distance

      python • • andmotion
      13
      0
      Votes
      13
      Posts
      2.9k
      Views

      A

      I thing after short research that c4d.plugins.ObjectData could actually be the solution I am after.
      I will be posting my progress here.
      Once again Thanks Guys for heads up!!!!!
      Thanks

    • dskeithbuckD

      Distributing Python Plugins that have Dependencies

      • • dskeithbuck
      14
      0
      Votes
      14
      Posts
      3.4k
      Views

      dskeithbuckD

      @m_adam said in Distributing Python Plugins that have Dependencies:

      As an Idea but didn't try and will not have the time to do it today (so if you try, do it at your own risks), but you could try to install things using directly the python executable from the resource folder

      I'm moving onto different parts of development, but I'll likely want to investigate this later and will post an update if I do. Thanks!

    • rsodreR

      Join command result offset

      r20 c++ python • • rsodre
      3
      0
      Votes
      3
      Posts
      621
      Views

      rsodreR

      @m_adam Hi Maxime,

      Thanks for this workaround, indeed puts the polygon on the right place.

      Best,
      roger

    • chuanzhenC

      GV Node AddPort fail

      python r19 • • chuanzhen
      5
      1
      Votes
      5
      Posts
      1.1k
      Views

      M

      This issue is now fixed in R21.

      Cheers,
      Maxime.

    • M

      how to control the on/off of a node in expresso?

      r20 python windows • • milkliu
      9
      0
      Votes
      9
      Posts
      2.3k
      Views

      M

      This issue is now fixed in R21.

      Cheers,
      Maxime.

    • B

      Add Object Output Parameter of a Node

      r20 python • • bentraje
      6
      0
      Votes
      6
      Posts
      961
      Views

      M

      This issue is now fixed in R21.

      Cheers,
      Maxime.

    • mikeudinM

      MoText dosn't updates after changing MoGraph Weightmap

      python r20 • • mikeudin
      3
      0
      Votes
      3
      Posts
      570
      Views

      M

      This issue is now fixed in R21. So you don't need to manually SetDirty / Send the message.

      Cheers,
      Maxime.

    • m_tamuraM

      Handling direction of the normal tag

      r20 python • • m_tamura
      6
      0
      Votes
      6
      Posts
      1.5k
      Views

      M

      Issues with GetAllHighlevelData() and VariableTag.SetAllHighlevelData() is now fixed in R21.

      Cheers,
      Maxime.

    • B

      Modifying or Adding Script Directory?

      r20 python • • bentraje
      5
      0
      Votes
      5
      Posts
      1.2k
      Views

      M

      This issue is now fixed in R21.

      Cheers,
      Maxime.

    • B

      Toggle Attribute Manager from Tool to Object Mode and Vice Versa

      r21 python • • bentraje
      4
      0
      Votes
      4
      Posts
      694
      Views

      B

      @C4DS

      Thank you. Works as expected! 🙂

    • mfersaouiM

      LAYOUTGROUP Description Resource

      python c++ • • mfersaoui
      3
      0
      Votes
      3
      Posts
      866
      Views

      mfersaouiM

      @zipit said in LAYOUTGROUP Description Resource:

      STATICTEXT { JOINENDSCALE; }

      I'm searching this solution for long time, thank you so much!!!

    • N

      RenderEngine: Showing rendering process

      c++ r21 • • neon
      5
      0
      Votes
      5
      Posts
      880
      Views

      N

      Hello Manuel,
      thank you very much! This was exactly what I needed!

      It is not exactly for my own render engine. I just wanted to implement an open source one as a side-project and to familiarize myself with that topic by just doing it.

      Best Regards
      Florian

    • B

      Modified Pop Up Menu

      r21 python • • bentraje
      7
      0
      Votes
      7
      Posts
      1.4k
      Views

      ManuelM

      Hello,

      Thanks for sharing your answer @zipit and @Cairyn

      Cheers,
      Manuel

    • N

      Modifier parameters change uppon scaling

      r20 c++ windows macos • • neon
      3
      0
      Votes
      3
      Posts
      522
      Views

      N

      Hello Sebastian,
      thanks for this quick response!
      I dind't know about this. But this solved my issue!

      Best Regards,
      Florian

    • A

      AttributeError: 'list' object has no attribute 'FindTrack'

      • • andmotion
      10
      0
      Votes
      10
      Posts
      1.6k
      Views

      A

      @m_magalhaes

      Thanks.

      Next time I will follow the instruction.
      Thanks