For parent task T54643
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
- 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.
Comment Actions
- For loop continues when one operation fails
- For loop stops immediately if no faces are selected
- Object List is freed
Comment Actions
Committed with changes, thanks for your contribution. Read further on our indentation settings: