mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
Minor fix - add "unstable" word to Sverchok release and fix importing WAxes
This commit is contained in:
@@ -46,6 +46,6 @@ jobs:
|
|||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: src/ifcsverchok/dist/ifcsverchok-${{steps.version.outputs.version}}.${{steps.date.outputs.date}}.zip
|
file: src/ifcsverchok/dist/ifcsverchok-${{steps.version.outputs.version}}.${{steps.date.outputs.date}}.zip
|
||||||
asset_name: ifcsverchok-${{steps.version.outputs.version}}.${{steps.date.outputs.date}}.zip
|
asset_name: ifcsverchok-${{steps.version.outputs.version}}.${{steps.date.outputs.date}}.zip
|
||||||
release_name: "ifcsverchok-${{steps.version.outputs.version}}.${{steps.date.outputs.date}}"
|
release_name: "ifcsverchok-${{steps.version.outputs.version}}.${{steps.date.outputs.date}} (unstable)"
|
||||||
tag: "ifcsverchok-${{steps.version.outputs.version}}.${{steps.date.outputs.date}}"
|
tag: "ifcsverchok-${{steps.version.outputs.version}}.${{steps.date.outputs.date}}"
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|||||||
@@ -812,7 +812,7 @@ class IfcImporter:
|
|||||||
self.create_grid_axes(grid.UAxes, grid_obj, grid_placement)
|
self.create_grid_axes(grid.UAxes, grid_obj, grid_placement)
|
||||||
self.create_grid_axes(grid.VAxes, grid_obj, grid_placement)
|
self.create_grid_axes(grid.VAxes, grid_obj, grid_placement)
|
||||||
if grid.WAxes:
|
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):
|
def create_grid_axes(self, axes, grid_obj, grid_placement):
|
||||||
for axis in axes:
|
for axis in axes:
|
||||||
|
|||||||
Reference in New Issue
Block a user