Page MenuHome

Multi-Object-Editing: MESH_OT_faces_select_linked_flat
ClosedPublic

Authored by Luc Revardel (lrevardel) on May 14 2018, 12:35 PM.

Diff Detail

Event Timeline

Luc Revardel (lrevardel) retitled this revision from Multi-Object-Editing: MESH_OT_faces_select_linked_flat Proposal for participation to T54643. to Multi-Object-Editing: MESH_OT_faces_select_linked_flatProposal for participation to T54643..May 14 2018, 12:40 PM
Dalai Felinto (dfelinto) requested changes to this revision.May 14 2018, 2:18 PM

Thanks for your contribution, patch needs changes to proceed though.
See in-line comments.

source/blender/editors/mesh/editmesh_select.c
3858

Move all RNA_.*_get outside the for loop. This in particular is calculating cos for every object with no need.

This revision now requires changes to proceed.May 14 2018, 2:18 PM

Updated according to Dalai's code review comments.

Luc Revardel (lrevardel) marked an inline comment as done.May 15 2018, 12:03 PM
Dalai Felinto (dfelinto) retitled this revision from Multi-Object-Editing: MESH_OT_faces_select_linked_flatProposal for participation to T54643. to Multi-Object-Editing: MESH_OT_faces_select_linked_flat.May 16 2018, 1:01 PM
This revision was not accepted when it landed; it landed in state Needs Review.May 16 2018, 1:05 PM
This revision was automatically updated to reflect the committed changes.