Inset Faces tool updated for multi-object mode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Thanks for the patch, looks good, only minor change needed.
| source/blender/editors/mesh/editmesh_inset.c | ||
|---|---|---|
| 286 | This prevents others from executing, return value should be made into a variable, true if any succeed. | |
Comment Actions
Added variable ret for return. Returns true if any operation succeeded. If one operation fails continue to the next object.