mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
remove unused code
This commit is contained in:
@@ -931,13 +931,11 @@ class PatchNonParametricMepSegment(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
return context.active_object
|
return context.active_object
|
||||||
|
|
||||||
def _execute(self, context):
|
def _execute(self, context):
|
||||||
styles = tool.Geometry.get_styles(context.active_object)
|
|
||||||
blenderbim.core.material.patch_non_parametric_mep_segment(
|
blenderbim.core.material.patch_non_parametric_mep_segment(
|
||||||
tool.Ifc, tool.Material, tool.Profile, obj=context.active_object
|
tool.Ifc, tool.Material, tool.Profile, obj=context.active_object
|
||||||
)
|
)
|
||||||
bpy.ops.bim.enable_editing_extrusion_axis()
|
bpy.ops.bim.enable_editing_extrusion_axis()
|
||||||
bpy.ops.bim.edit_extrusion_axis()
|
bpy.ops.bim.edit_extrusion_axis()
|
||||||
styles = tool.Geometry.get_styles(context.active_object)
|
|
||||||
|
|
||||||
|
|
||||||
class EnableEditingExtrusionAxis(bpy.types.Operator, tool.Ifc.Operator):
|
class EnableEditingExtrusionAxis(bpy.types.Operator, tool.Ifc.Operator):
|
||||||
|
|||||||
Reference in New Issue
Block a user