Page MenuHome

Fix T87174: Inconsistensy skin root with extrude
Needs ReviewPublic

Authored by Falk David (filedescriptor) on Apr 7 2021, 11:23 AM.

Details

Summary

The bmo_extrude_vert_indiv_exec was removing the MVERT_SKIN_ROOT
flag on the original vertices resulting in moving the skin root to the last
extruded vertex. Note that this is inconsistent with
bmo_extrude_edge_only_exec and bmo_extrude_face_region_exec which
will remove the flag on the extruded vertices.

The fix changes bmo_extrude_vert_indiv_exec so that the flag is
removed on the duplicated vetex.

Diff Detail

Repository
rB Blender
Branch
T87174 (branched from master)
Build Status
Buildable 13909
Build 13909: arc lint + arc unit