Fix tools not being initialized on startup
This commit is contained in:
@@ -457,6 +457,9 @@ int main(
|
||||
CTX_py_init_set(C, 1);
|
||||
WM_keymap_init(C);
|
||||
|
||||
/* Called on load, however Python is not yet initialized, so call again here. */
|
||||
WM_toolsystem_init(C);
|
||||
|
||||
#ifdef WITH_FREESTYLE
|
||||
/* initialize Freestyle */
|
||||
FRS_initialize();
|
||||
|
Reference in New Issue
Block a user