Page MenuHome

Multi-Object-Editing: Make Planar Faces (MESH_OT_vert_connect_nonplanar)
ClosedPublic

Authored by Aeden McClain (platypro) on May 10 2018, 6:16 AM.

Diff Detail

Event Timeline

Aeden McClain (platypro) retitled this revision from Multi-Object-Editing: Make Planar Faces to Multi-Object-Editing: Make Planar Faces (MESH_OT_vert_connect_nonplanar).
Dalai Felinto (dfelinto) requested changes to this revision.May 11 2018, 12:23 PM
  • objects was not freed.
  • You shouldn't return when one call fails, you should continue the for loop.
  • For loop should be skipped (continue) when no selected vertices.
This revision now requires changes to proceed.May 11 2018, 12:23 PM
  • For loop continues when one operation fails
  • For loop stops immediately if no faces are selected
  • Object List is freed
This revision was not accepted when it landed; it landed in state Needs Review.May 14 2018, 1:05 PM
This revision was automatically updated to reflect the committed changes.