Sorcar icon indicating copy to clipboard operation
Sorcar copied to clipboard

Procedural modeling in Blender using Node Editor

Results 75 Sorcar issues
Sort by recently updated
recently updated
newest added

Using the Smooth Modifier throws a type error: ``` Python: Traceback (most recent call last): File "C:\Users\Primary User\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\sorcar\operators\ScExecuteNode.py", line 19, in execute curr_tree.execute_node() File "C:\Users\Primary User\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\sorcar\tree\ScNodeTree.py", line 77,...

**Describe the bug** When adding Select Random, Blender throws an error and the node doesn't work. **To Reproduce** 1. Add geometry, for example "Create Icosphere" 2. Add "Select Random" 3....

enhancement
help wanted

**Describe the bug** Require selection mask to be sent as arguments **Screenshots** https://github.com/nortikin/sverchok/pull/3281#issuecomment-641602698

bug
scheduled

**Describe the bug** Creating Node Groups doesn't work in Blender 3.0.0+ **To Reproduce** Create a few Sorcar nodes and connect them together in a sensible way. (I used a Bool...

**Describe the bug** I'm trying to create a bidimensional array of spheres. The bidimensional array should be obtained putting two Array Modifiers in cascade. While the first array works well,...

![Untitled](https://user-images.githubusercontent.com/7260963/105567263-950b5900-5d39-11eb-9585-993f0488d870.png)

**Describe the bug** Rotate in (Local Transform) node in Blender 2.91 hides object, and not working at all in 2.93. It is working only on X value in 2.83 **To...

Punya, Thanks for this amazing Blender addon. I was so excited to use it that I ended up forking it this weekend, and adding some fixes and new features. *...

PSA to users: Don't load untrusted input with Sorcar activated. Sorcar uses the Python `eval` function a lot, and in unsafe ways. Pretty much everything involving arrays uses it, because...