mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Minor fix - add "unstable" word to Sverchok release and fix importing WAxes
This commit is contained in:
@@ -812,7 +812,7 @@ class IfcImporter:
|
||||
self.create_grid_axes(grid.UAxes, grid_obj, grid_placement)
|
||||
self.create_grid_axes(grid.VAxes, grid_obj, grid_placement)
|
||||
if grid.WAxes:
|
||||
self.create_grid_axes(grid.WAxes, grid_obj)
|
||||
self.create_grid_axes(grid.WAxes, grid_obj, grid_placement)
|
||||
|
||||
def create_grid_axes(self, axes, grid_obj, grid_placement):
|
||||
for axis in axes:
|
||||
|
||||
Reference in New Issue
Block a user