THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/06/2009 at 23:48, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R11
Platform: Windows ;
Language(s) : C++ ;
---------
I'm creating my first DescriptionToolData plugin, based on the SDK Edge Cut example.
I renamed the description resource files, created new parameters and registered the renamed plugin with its own ID. When the tool was first being selected, the parameters weren't automatically initializing as per InitDefaultSettings() but would initialize after clicking the Reset Values button.
The problem seems to be related to the plugin ID, which came from Plugin Cafe. It doesn't occur when testing with various other IDs, including a second one obtained for this plugin.
There are no other plugins in the \plugins folder and there are no duplicate .cdl files in the folder for this plugin.
It would be good to know what's happening so that I can be confident that problems won't occur on other machines.
Any feedback would be appreciated.