On 05/09/2014 at 07:15, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R14
Platform: Windows ;
Language(s) : C++ ; PYTHON ;
---------
Ive just obtained unique ID
s for a bunch of plugins that are all part of the same package and need a better understanding of how to organise IDs and description ID
s for them:
Is it just the plugin IDs themselves that have to be unique? I take it i
ll need a unique ID for any GeDialogs that are inside the plugins also?
How do people organise the Description IDs, for example buttons etc that the plugin uses in the AM. Should these all use for example the plugin id plus some extra digits or is there no issue as the plugin will have it
s own basecontainer and the id`s within it are unique to that plugin?
Any help with that much appreciated.