Cleanup: declare __all__ for doc-generation & icon updating utils
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user