Howdy all,
I’m trying to get figure out how to organize zero touch nodes in the library browser, working off the instructions here.
I created a couple zero touch nodes in an assembly ZeroTouchSandbox.dll. Here’s one, in the class HelloNode.cs.
I created a package directory structure with both a pkg.json and a ZeroTouchSandbox_DynamoCustomization.xml file placed according to the hierarchy for a package directory:
Dynamo loads the package just fine, and it shows up on the list of installed packages. However, the library browser is still placing the node according to assembly name and namespace for the zero touch class:
It seems to be completely ignoring my xml file. Can anyone see what I’m doing wrong here?
On a related note, it’s also creating a node from (as far as I can tell) the default constructor for my zero touch node class, which of course I don’t want.