mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
ifcsverchok - add/update node descriptions
This commit is contained in:
@@ -44,6 +44,7 @@ class SvIfcCreateFileRefresh(bpy.types.Operator):
|
||||
class SvIfcCreateFile(bpy.types.Node, SverchCustomTreeNode, ifcsverchok.helper.SvIfcCore):
|
||||
bl_idname = "SvIfcCreateFile"
|
||||
bl_label = "IFC Create File"
|
||||
bl_description = "Create a new IFC file."
|
||||
schema: StringProperty(name="schema", update=updateNode, default="IFC4")
|
||||
|
||||
def sv_init(self, context):
|
||||
|
||||
Reference in New Issue
Block a user