Cleanup: use usernames in code-comments

Also remove my name in a few cases where it doesn't seem necessary.
This commit is contained in:
Campbell Barton
2024-01-14 11:48:51 +11:00
parent 4e898dd944
commit c00cd902ce
15 changed files with 41 additions and 42 deletions

View File

@@ -8949,13 +8949,13 @@ void pyrna_free_types()
/**
* \warning memory leak!
*
* There is currently a bug where moving the registration of a Python class does
* NOTE(@ideasman42): There is currently a bug where moving the registration of a Python class does
* not properly manage reference-counts from the Python class. As the `srna` owns
* the Python class this should not be so tricky, but changing the references as
* you'd expect when changing ownership crashes blender on exit so I had to comment out
* the #Py_DECREF. This is not so bad because the leak only happens when re-registering
* (continuously running `SCRIPT_OT_reload`).
* - Should still be fixed - Campbell
* This should still be fixed.
*/
PyDoc_STRVAR(pyrna_register_class_doc,
".. function:: register_class(cls)\n"