MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / get_editor_context

Function get_editor_context

src/python/python_runtime.cpp:263–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 g_editor_context.store(ec);
262 }
263 vis::EditorContext* get_editor_context() { return static_cast<vis::EditorContext*>(g_editor_context.load()); }
264
265 void set_operator_callbacks(core::IOperatorCallbacks* callbacks) {
266 g_operator_callbacks.store(callbacks);

Callers 3

NB_MODULEFunction · 0.85
register_uiFunction · 0.85
setupPythonBridgeMethod · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected