Cleanup: format
This commit is contained in:
@@ -7277,6 +7277,7 @@ def km_3d_view_tool_shear(params):
|
||||
]},
|
||||
)
|
||||
|
||||
|
||||
def km_3d_view_tool_bend(params):
|
||||
return (
|
||||
"3D View Tool: Bend",
|
||||
@@ -7288,6 +7289,7 @@ def km_3d_view_tool_bend(params):
|
||||
]},
|
||||
)
|
||||
|
||||
|
||||
def km_3d_view_tool_measure(params):
|
||||
return (
|
||||
"3D View Tool: Measure",
|
||||
|
||||
@@ -5823,7 +5823,7 @@ class VIEW3D_MT_edit_greasepencil_stroke(Menu):
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.operator("grease_pencil.cyclical_set", text="Toggle Cyclic").type='TOGGLE'
|
||||
layout.operator("grease_pencil.cyclical_set", text="Toggle Cyclic").type = 'TOGGLE'
|
||||
|
||||
|
||||
class VIEW3D_MT_edit_curves(Menu):
|
||||
|
||||
Reference in New Issue
Block a user