mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
black .
This commit is contained in:
@@ -925,7 +925,7 @@ class ProductDecorator:
|
|||||||
profile = material.MaterialProfiles[0].Profile
|
profile = material.MaterialProfiles[0].Profile
|
||||||
except:
|
except:
|
||||||
return {}
|
return {}
|
||||||
|
|
||||||
model_props = context.scene.BIMModelProperties
|
model_props = context.scene.BIMModelProperties
|
||||||
extrusion_depth = model_props.extrusion_depth
|
extrusion_depth = model_props.extrusion_depth
|
||||||
cardinal_point = model_props.cardinal_point
|
cardinal_point = model_props.cardinal_point
|
||||||
|
|||||||
@@ -115,8 +115,7 @@ class Snap(bonsai.core.tool.Snap):
|
|||||||
if snap_obj:
|
if snap_obj:
|
||||||
snap_vertex.snap_object = snap_obj.name
|
snap_vertex.snap_object = snap_obj.name
|
||||||
else:
|
else:
|
||||||
snap_vertex.snap_object = ''
|
snap_vertex.snap_object = ""
|
||||||
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def clear_snapping_point(cls):
|
def clear_snapping_point(cls):
|
||||||
|
|||||||
Reference in New Issue
Block a user