Cleanup: reference operators as symbols, spelling in comments

This commit is contained in:
Campbell Barton
2025-04-15 15:20:19 +10:00
parent 8e40e21124
commit c49e6a7dd4
22 changed files with 39 additions and 37 deletions

View File

@@ -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());