Cleanup: reference operators as symbols, spelling in comments
This commit is contained in:
@@ -770,7 +770,6 @@ void BPy_init_modules(bContext *C)
|
||||
BPY_rna_types_finalize_external_types(bpy_types);
|
||||
|
||||
PyModule_AddObject(mod, "props", BPY_rna_props());
|
||||
/* ops is now a python module that does the conversion from SOME_OT_foo -> some.foo */
|
||||
PyModule_AddObject(mod, "ops", BPY_operator_module());
|
||||
PyModule_AddObject(mod, "app", BPY_app_struct());
|
||||
PyModule_AddObject(mod, "_utils_units", BPY_utils_units());
|
||||
|
||||
Reference in New Issue
Block a user