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
    • Recent
    • Tags
    • Users
    • Login

    Py Object plugins limit?

    Scheduled Pinned Locked Moved PYTHON Development
    3 Posts 0 Posters 250 Views
    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.
    • H Offline
      Helper
      last edited by

      On 26/02/2013 at 03:28, xxxxxxxx wrote:

      I've just got an email from a user (OSX ML , R14.034)
      with a console message upon start of Cinema that says:

      -
      Traceback (most recent call last) :
      File "myobjectplugin.pype", line xxx, in <module>
      EnvironmentError:cannot handle more than 50 object plugins"
      -

      The message is for two different .pype object plugins
      reporting at two different lines (xxx).

      The reported lines do not correspond to anything within
      my plugins that refer to "Environment".

      Is there an upper limit of Py Object Plugins?
      I don't get this message myself and have quite
      a few plugins installed.

      Cheers
      Lennart

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        On 26/02/2013 at 05:25, xxxxxxxx wrote:

        Hi Lennart,

        Yes, there's a limited number of 50 object plugins that can be allocated.
        Each NodeData plugin (ObjectData, TagData, ShaderData, SceneLoaderData etc.) has this limit.

        The error doesn't refer to "Environment" in your plugin but to its type (EnvironmentError).

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          On 26/02/2013 at 05:45, xxxxxxxx wrote:

          Thanks Yannick.
          The user cleared out some of his plugin installs
          and are fine now.

          Cheers
          Lennart

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