mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 06:42:38 +00:00
ifcsverchok - add/update node descriptions
This commit is contained in:
@@ -27,6 +27,7 @@ from sverchok.data_structure import updateNode
|
||||
class SvIfcAdd(bpy.types.Node, SverchCustomTreeNode, ifcsverchok.helper.SvIfcCore):
|
||||
bl_idname = "SvIfcAdd"
|
||||
bl_label = "IFC Add"
|
||||
bl_description = "Add an entity to the provided IFC file."
|
||||
file: StringProperty(name="file", update=updateNode)
|
||||
entity: StringProperty(name="entity", update=updateNode)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user