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