Page MenuHome

Edit Mesh: multi-object MESH_OT_loop_to_region support
ClosedPublic

Authored by Oleg (DotBow) on May 8 2018, 7:53 PM.

Diff Detail

Repository
rB Blender

Event Timeline

Oleg (DotBow) created this revision.May 8 2018, 7:53 PM
Oleg (DotBow) edited the summary of this revision. (Show Details)May 8 2018, 10:09 PM
Dalai Felinto (dfelinto) requested changes to this revision.May 9 2018, 1:01 PM
Dalai Felinto (dfelinto) added inline comments.
source/blender/editors/mesh/editmesh_select.c
4480

Move the '{' to the previous line. We only have it in a new line where there is a multi-line if/else.
In the example commit we did break this rule just to keep the example simple (since we didn't change indentation there for clarity).

4490–4491

Move RNA.*_get outside the for loop.

This revision now requires changes to proceed.May 9 2018, 1:01 PM

"Move the '{' to the previous line" done.
"Move RNA.*_get outside the for loop" done.

This revision was not accepted when it landed; it landed in state Needs Review.May 11 2018, 11:36 AM
This revision was automatically updated to reflect the committed changes.