aachman98 / Sorcar

Procedural modeling in Blender using Node Editor
https://aachman98.itch.io/sorcar
GNU General Public License v3.0
1.16k stars 112 forks source link

Fixed Duplicate and Input nodes creating objects only once in a for-loop #109

Open tomoaki-e33 opened 4 years ago

tomoaki-e33 commented 4 years ago

Example node tree:

スクリーンショット 2020-02-06 8 48 10

Result in v3.1.4:

スクリーンショット 2020-02-06 8 51 59

Result after this PR:

スクリーンショット 2020-02-06 8 48 29
aachman98 commented 4 years ago

We'll have to add a prefix to the current input nodes, like "Create Cube". Then we can have edit operator nodes like "Add Cube", but keep them in the "Inputs" category.