projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
CMake: cleanup
[blender-staging.git]
/
tests
/
python
/
rna_info_dump.py
diff --git
a/tests/python/rna_info_dump.py
b/tests/python/rna_info_dump.py
index c26d94a1246c0ce10d1e2f92724eefdb39f8231a..da228e526522f19f78bcf4952a54fc19142c15da 100644
(file)
--- a/
tests/python/rna_info_dump.py
+++ b/
tests/python/rna_info_dump.py
@@
-127,5
+127,6
@@
def api_dump(use_properties=True, use_functions=True):
print("END")
+
if __name__ == "__main__":
api_dump()