mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
IfcSverchok API node now actually executes API calls and has descriptive tooltips
This commit is contained in:
@@ -118,7 +118,7 @@ def extract_docs(module, usecase):
|
||||
if name == "self":
|
||||
continue
|
||||
inputs[name] = {"name": name}
|
||||
if not isinstance(parameter.default, object):
|
||||
if isinstance(parameter.default, (str, float, int, bool)):
|
||||
inputs[name]["default"] = parameter.default
|
||||
|
||||
type_hints = typing.get_type_hints(function_init)
|
||||
|
||||
Reference in New Issue
Block a user