Details
Details
- Reviewers
Dalai Felinto (dfelinto) Campbell Barton (campbellbarton) - Maniphest Tasks
- T54643: Multi-Object-Mode: EditMesh Tools
- Commits
- rBSbadd88ca024c: Multi-Object: MESH_OT_screw by Nick Milios
rBSeacb2eb42349: Multi-Object: MESH_OT_select_loose by Falk David
rBbadd88ca024c: Multi-Object: MESH_OT_screw by Nick Milios
rBeacb2eb42349: Multi-Object: MESH_OT_select_loose by Falk David
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- select_loose_multi_edit_mode (branched from blender2.8)
- Build Status
Buildable 1501 Build 1501: arc lint + arc unit
Event Timeline
Comment Actions
Thanks for you contribution. This patch needs a few changes to be committed though:
- Proper indentation (you are using space instead of tab for padding, see:
- https://wiki.blender.org/index.php/Dev:Doc/Code_Style#Indentation
- https://wiki.blender.org/index.php/Dev:Doc/Code_Style/Configuration
- Move RNA_boolean_get outside the for loop.
Comment Actions
Ah, and please remove the indentation changes in unified_findnearest, since this seems to have slip in the patch.