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

Method execute

src/bonsai/bonsai/bim/module/ifcgit/operator.py:394–399  ·  view source on GitHub ↗
(self, context)

Source from the content-addressed store, hash-verified

392 bl_options = {"REGISTER"}
393
394 def execute(self, context):
395 props = tool.IfcGit.get_ifcgit_props()
396 core.fetch(tool.IfcGit, props.select_remote)
397 core.refresh_revision_list(tool.IfcGit, tool.Ifc)
398 refresh()
399 return {"FINISHED"}
400
401
402class AddRemote(bpy.types.Operator):

Callers

nothing calls this directly

Calls 4

refreshFunction · 0.90
get_ifcgit_propsMethod · 0.45
fetchMethod · 0.45
refresh_revision_listMethod · 0.45

Tested by

no test coverage detected