mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-31 17:06:29 +00:00
Package IFCSverchok
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
VERSION:=`date '+%y%m%d'`
|
||||||
|
|
||||||
|
.PHONY: dist
|
||||||
|
dist:
|
||||||
|
rm -rf dist
|
||||||
|
mkdir -p dist/ifcsverchok
|
||||||
|
cp -r ./*.py dist/ifcsverchok/
|
||||||
|
cp -r ./nodes dist/ifcsverchok/
|
||||||
|
cd dist/ifcsverchok && sed -i "s/999999/$(VERSION)/" __init__.py
|
||||||
|
cd dist && zip -r ifcsverchok-$(VERSION).zip ./*
|
||||||
|
rm -rf dist/ifcsverchok
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
clean:
|
||||||
|
rm -rf dist
|
||||||
@@ -1,11 +1,12 @@
|
|||||||
bl_info = {
|
bl_info = {
|
||||||
"name": "IFC for Sverchok",
|
"name": "IFC for Sverchok",
|
||||||
"author": "Dion Moult",
|
"author": "Dion Moult",
|
||||||
"version": (0, 0, 0, 1),
|
"version": (0, 0, 999999),
|
||||||
"blender": (2, 90, 0),
|
"blender": (2, 90, 0),
|
||||||
"location": "Node Editor",
|
"location": "Node Editor",
|
||||||
"category": "Node",
|
"category": "Node",
|
||||||
"description": "An extension to Sverchok to work with IFC data",
|
"description": "An extension to Sverchok to work with IFC data",
|
||||||
|
"tracker_url": "https://github.com/IfcOpenShell/IfcOpenShell/issues",
|
||||||
"warning": "",
|
"warning": "",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user