mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 22:31:55 +00:00
Small addition to 8c302ed85
This commit is contained in:
@@ -240,7 +240,7 @@ class ChangeExtrusionXAngle(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
bl_idname = "bim.change_extrusion_x_angle"
|
bl_idname = "bim.change_extrusion_x_angle"
|
||||||
bl_label = "Change Extrusion X Angle"
|
bl_label = "Change Extrusion X Angle"
|
||||||
bl_options = {"REGISTER", "UNDO"}
|
bl_options = {"REGISTER", "UNDO"}
|
||||||
x_angle: bpy.props.FloatProperty()
|
x_angle: bpy.props.FloatProperty(name="X Angle", default=0, subtype="ANGLE")
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def poll(cls, context):
|
def poll(cls, context):
|
||||||
|
|||||||
Reference in New Issue
Block a user