On 09/11/2017 at 02:08, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R19
Platform:
Language(s) : C++ ;
---------
I have this feedback from a user of my Seamilar plugin that he re-arranges his plugins into subfolders. All UV related ones are in a subfolder UV, all architectural into Architect ... and so on.
The strange thing is that when only one plugin is moved to a subfolder all remains unchanged.
When the subfolder contains 2 plugins or more, then the structure in the plugin menu changes, and for some reason (unknown to me) my tag plugin doesn't show up in the list anymore.
a short demonstration of the process of moving plugins to subfolder:
http://youtu.be/hchQMXnFYdc
According to the user this worked in R18 and before, not in R19 anymore.
I register the tag with following code
RegisterTagPlugin(SEAMILAR_TAG_PLUGIN_ID, GeLoadString(IDS_SEAMILARTAG), TAG_VISIBLE, SeamilarTag::Alloc, "Tseamilar", AutoBitmap("Seamilar.tif"), 0);
Daniel