Punya Aachman

Results 52 comments of Punya Aachman

Instead of adding a "Number" node inside node groups, directly connect the required sockets to "Group Input" node. ![image](https://user-images.githubusercontent.com/26548023/86513345-1abfc980-be27-11ea-81fc-a459caf69978.png) In the above example, the "Width" socket will always receive the...

Merge node? ![image](https://user-images.githubusercontent.com/26548023/85220485-6f942680-b3c9-11ea-966a-cfa238ab19aa.png)

In the "Input" category, there are "Add ..." nodes which can be used to append geometry while in edit mode: ![image](https://user-images.githubusercontent.com/26548023/86513274-776eb480-be26-11ea-8a10-5fbb988da24a.png) 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: ![image](https://user-images.githubusercontent.com/26548023/86514554-adb13180-be30-11ea-872c-0c94ec52fcb3.png) 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: ![Screenshot from 2020-03-10 03-44-54](https://user-images.githubusercontent.com/26548023/76262206-b5e1d180-6281-11ea-8904-4e3d6af69d4d.png) 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...