mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 00:03:17 +00:00
ifcsverchok - add/update node descriptions
This commit is contained in:
@@ -147,7 +147,10 @@ from ifcsverchok.ifcstore import SvIfcStore
|
||||
|
||||
|
||||
class IFC_Sv_UpdateCurrent(bpy.types.Operator):
|
||||
"""Update current Sverchok node tree"""
|
||||
"""Update current Sverchok node tree.
|
||||
|
||||
Will reset transient IFC file.
|
||||
"""
|
||||
|
||||
bl_idname = "ifc.sverchok_update_current"
|
||||
bl_label = "Update Current Node Tree"
|
||||
@@ -181,7 +184,7 @@ class IFC_Sv_write_file(bpy.types.Operator):
|
||||
bl_idname = "ifc.write_file_panel"
|
||||
bl_label = "Write File"
|
||||
bl_options = {"REGISTER", "UNDO"}
|
||||
bl_description = "File path to write to."
|
||||
bl_description = "Save transient IFC file to the provided path."
|
||||
filepath: bpy.props.StringProperty(subtype="FILE_PATH")
|
||||
filter_glob: bpy.props.StringProperty(default="*.ifc", options={"HIDDEN"})
|
||||
node_group: bpy.props.StringProperty(default="")
|
||||
|
||||
Reference in New Issue
Block a user