Punya Aachman
Punya Aachman
Instead of adding a "Number" node inside node groups, directly connect the required sockets to "Group Input" node.  In the above example, the "Width" socket will always receive the...
Merge node? 
In the "Input" category, there are "Add ..." nodes which can be used to append geometry while in edit mode:  The "Intersect" node can be then used as the...
#118 ? “Create ...” and “Add ...” nodes are separate now.
There might be an issue with unregistering some class. EDIT: The interface class for vector isn't getting unregistered properly:  This is preventing the nodetree from unregistering.
Earlier versions of Sorcar (v1 & v2) did have this kind of setup, but was removed in v3 to accommodate for error-related node colours. They are currently reserved for the...
Working fine:  Is it possible that you added a modifier maually and did not apply before using the "Custom Object" node?
Is creating a separate variable for mesh a necessity? If not, then you can directly access the object's data using `obj.data` (which returns the mesh). Otherwise, you can get the...
There a couple of nodes that can help you with transfer of information form one nodetree to another: "Get Variable" and "Set Variable" nodes Use "Set Variable" node in a...
Is it possible that your FBX file contains more than one mesh? It currently only works for a single object in the file. I tried it with a sample fbx...