mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
New node to get IFC attribute
This commit is contained in:
@@ -5,7 +5,7 @@ bl_info = {
|
||||
"blender": (2, 90, 0),
|
||||
"location": "Node Editor",
|
||||
"category": "Node",
|
||||
"description": "An extension to Sverchok to generate IFC data",
|
||||
"description": "An extension to Sverchok to work with IFC data",
|
||||
"warning": "",
|
||||
}
|
||||
|
||||
@@ -36,6 +36,7 @@ def nodes_index():
|
||||
("ifc.remove", "SvIfcRemove"),
|
||||
("ifc.generate_guid", "SvIfcGenerateGuid"),
|
||||
("ifc.get_property", "SvIfcGetProperty"),
|
||||
("ifc.get_attribute", "SvIfcGetAttribute"),
|
||||
("ifc.select_blender_objects", "SvIfcSelectBlenderObjects"),
|
||||
])]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user