TimeLine PyType was not getting initialized, causing auto-completion in the interactive console to crash.
This commit is contained in:
parent
8f48888bff
commit
009e5d00cb
@ -556,6 +556,7 @@ PyObject *Scene_Init( void )
|
||||
PyDict_SetItemString( dict, "Render", Render_Init( ) );
|
||||
PyDict_SetItemString( dict, "Radio", Radio_Init( ) );
|
||||
PyDict_SetItemString( dict, "Sequence", Sequence_Init( ) );
|
||||
PyDict_SetItemString( dict, "TimeLine", TimeLine_Init( ) );
|
||||
|
||||
return submodule;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user