mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
Fix #2689. Fully disable wall sketches until we come up with a proper UX for it.
This commit is contained in:
@@ -472,9 +472,6 @@ class DumbWallGenerator:
|
||||
self.location = Vector((0, 0, 0))
|
||||
self.x_angle = 0 if tool.Cad.is_x(props.x_angle, 0, tolerance=0.001) else radians(props.x_angle)
|
||||
|
||||
if self.has_sketch():
|
||||
return # For now
|
||||
return self.derive_from_sketch()
|
||||
return self.derive_from_cursor()
|
||||
|
||||
def has_sketch(self):
|
||||
|
||||
Reference in New Issue
Block a user