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

Cursor To Selected operation missing #156

Open ZackMercury opened 4 years ago

ZackMercury commented 4 years ago

One of the most important tools in procedural modeling is missing. The only workaround is to manually put the cursor where it's supposed to be but that's destructive so... Please fix this.

aachman98 commented 4 years ago

For non-destructive work-around, you can set cursor location and get the object location using these two nodes: image

ZackMercury commented 4 years ago

oh thanks this is perfect, I didn't know object info has all that. even though it's perfect for my use, when you use cursor to selection, it moves to the mean point among all selected vertices, so it's still different.