Page MenuHome

Multi-Object Editing: subdivide edgering support
ClosedPublic

Authored by Henry (Skippi) on May 7 2018, 9:50 PM.

Diff Detail

Repository
rB Blender

Event Timeline

Henry (Skippi) created this revision.May 7 2018, 9:50 PM
This revision was not accepted when it landed; it landed in state Needs Review.May 8 2018, 10:07 AM
This revision was automatically updated to reflect the committed changes.

Thanks for your contribution, patch committed.

For the records I had to to correct the indentation of the BM_ELEM_SELECT, op_props.interp_mode, op_props.cuts, op_props.smooth lines manually.
When breaking a function call we use space, not tabs for indentation.

You can read more about our code style and how to setup some popular IDEs here: https://wiki.blender.org/index.php/Dev:Doc/Code_Style