I have added icon to ZT node and Custom node, that works fine, but I can’t able to add icon to Explicit node (Node Model)
I have build my Explicit node by follow this link :-
And Add icon to ZT by follow this link :-
But this link not working for me.
Anyone can help ?
Below Image for your reference

Did you try this approach?
This approach only works with Zero Touch Nodes not with Explicit Node, I tried the same method for Explicit Node also, but that did not work.
@JMCiller any idea ?
1 Like
hey @Manpreet , no idea then… sorry.
It seems Autodesk has to update its documentation related to customization not only for ZTN nodes but also for Explicit Nodes.
Please, if you find the solution, let us know in this post so we can pin the solution and is available for everyone.
Thanks.
Sure, I will reply to the same post as soon as I get a solution.
Thank you
@Manpreet
Different from ZT Node, that are defined by methods, NodeModels are defined by classes.
To correctly create the resource, simply specify the resource name by providing the full name of the NodeModel class
. Refer to the image below for an example.