Cleanup: declare __all__ for doc-generation & icon updating utils

This commit is contained in:
Campbell Barton
2025-01-04 20:33:53 +11:00
parent 5fe261c89d
commit 6216e8574c
4 changed files with 78 additions and 57 deletions
+9
View File
@@ -4,6 +4,15 @@
# classes for extracting info from blenders internal classes
__all__ = (
"BuildRNAInfo",
"InfoFunctionRNA",
"InfoOperatorRNA",
"InfoPropertyRNA",
"InfoStructRNA",
"rna_id_ignore",
)
import bpy
# use to strip python paths