.cdl in plugins/ subfolder not loading [SOLVED]
-
On 09/01/2015 at 14:01, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R15
Platform: Windows ;
Language(s) : C++ ;---------
I'm feeling kind of stupid right now. I just don't get why the plugin is not loaded. The .cdl is located
in C4DPATH/plugins/my-plugin/build/my-plugin.cdl and it won't be loaded by Cinema. However, if I
put it to C4DPATH/plugins/my-plugin/my-plugin.cdl it is loaded.What the? What's the matter?
Thanks in advance
Niklas
-
On 09/01/2015 at 14:21, xxxxxxxx wrote:
Seems like Cinema skips directories that are called "build"? Because if I rename it, the plugin is loaded.
-
On 12/01/2015 at 10:48, xxxxxxxx wrote:
You are right. This is done for developer convenience.
There are some more subdirectory names ignored on plugin start:
coffee
res
resource
source
obj
build
api
every subdir beginning with strings_ or _api
every subdir ending on xcodeprojI'll have this info added to the SDK docs.
-
On 12/01/2015 at 11:11, xxxxxxxx wrote:
Thanks Andreas