Page MenuHome

Multi-Object-Editing: vertices smooth (MESH_OT_vertices_smooth)
ClosedPublic

Authored by Jefferson Rausseo (jefrau) on May 8 2018, 3:30 AM.

Diff Detail

Event Timeline

Jefferson Rausseo (jefrau) retitled this revision from Multi-object vertices smooth to Multi-Object-Editing: vertices smooth (MESH_OT_vertices_smooth).May 8 2018, 3:53 AM
Jefferson Rausseo (jefrau) edited the summary of this revision. (Show Details)
This revision was not accepted when it landed; it landed in state Needs Review.May 8 2018, 11:33 AM
This revision was automatically updated to reflect the committed changes.

Committed with changes - indentation and moving repeat = RNA_int_get(op->ptr, "repeat"); outside the for loop.
For a general direction in Blender's code style please check https://wiki.blender.org/index.php/Dev:Doc/Code_Style

Thanks for your contribution.