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

    The plugin ID '000' collides with another plugin ID in 'aaa'.

    Cinema 4D SDK
    r20 python windows
    2
    4
    1.3k
    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.
    • M
      milkliu
      last edited by

      this year i wrote my first python plugin.

      but it always get the runtimeError like this:The plugin ID '000' collides with another plugin ID in 'aaa'.

      I don't know where am I wrong.

      so I download a sample plugin folder.there are sample plugins like Py-CVRss,PyDoubleCircle,Py-Fresnel...
      and I put the samples in my plugins folder.

      also I found them got a message like this:
      RuntimeError:The plugin ID '1025245' collides with another plugin ID in 'Py-DoubleCircle'.

      above all is In c4d r20

      but, I test the sample plugins in R19,they works well and no messages.

      1 Reply Last reply Reply Quote 0
      • a_blockA
        a_block
        last edited by

        Hi,

        this really sounds strange to me. And also hard to say without further detail. But I'd guess, there are plugins installed multiple times. By default plugins can be installed into a "plugins" folder inside of Cinema 4D's installation directory and additionally inside a plugins folder residing in the user's home folder (reachable for example via the "Open Preference Folder..." at the bottom of the preferences dialog). On top of this in R20 you can add additional directories via preferences
        Could you check this please? If that's not the case, we will probably need to look more deeply into some of your directory's contents.

        Cheers,
        Andreas

        M 1 Reply Last reply Reply Quote 1
        • M
          milkliu @a_block
          last edited by

          @a_block Thank you! You Insprie me.I solve it now.
          because i have create a "plugins" folder in the installation directory,and add the folder in the preference dialog.
          it's wrong.so now i delete zhe dir in the preference dialog.
          it works well now!!
          thank you very much!!

          1 Reply Last reply Reply Quote 0
          • a_blockA
            a_block
            last edited by

            Hi,

            good we got you going
            It is not wrong per se to use multiple plugin directories. Actually Cinema 4D R20 was specifically designed to have multiple ones. You just need to make sure not to have duplicate plugins in these directories.

            Cheers,
            Andreas

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