Skip to content

Commit 7a6d1d3

Browse files
committed
fixed: [B]Subdive mesh above 1 collapses mesh.
reported by schroef on GitHub.
1 parent 03916ef commit 7a6d1d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎mode_menu.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
class EditorModeOperator(bpy.types.Operator):
44
bl_label = "Editor Mode Operator"
55
bl_idname = "view3d.editor_mode_operator"
6+
bl_options = {'REGISTER', 'UNDO'}
67

78
last_mode = ['EDIT', 'OBJECT']
89

0 commit comments

Comments
 (0)