MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / register

Function register

src/ifcsverchok/__init__.py:327–333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

325
326
327def register():
328 node_modules = make_node_list()
329 for module in node_modules:
330 module.register()
331 for cls in CLASSES:
332 bpy.utils.register_class(cls)
333 add_node_menu.register()
334
335
336def unregister():

Callers

nothing calls this directly

Calls 1

make_node_listFunction · 0.85

Tested by

no test coverage detected