Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-03-06 10:16:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-06 11:00:18 +0300
commitbd7969159997b8802d54e79a002350a7fb97944d (patch)
tree45cc470e0c24c39c563138c3eb3664b73ece7f9a /release/scripts/modules/rna_info.py
parent753f1cf0adf7bca5bf3c10ffb533552af19498ef (diff)
Cleanup: unused variables
Diffstat (limited to 'release/scripts/modules/rna_info.py')
-rw-r--r--release/scripts/modules/rna_info.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/modules/rna_info.py b/release/scripts/modules/rna_info.py
index 964eff0e572..3bcc709ab72 100644
--- a/release/scripts/modules/rna_info.py
+++ b/release/scripts/modules/rna_info.py
@@ -622,8 +622,8 @@ def BuildRNAInfo():
yield (rna_sub_type_name, rna_sub_struct)
i += 1
- for (rna_type_name, rna_struct) in _bpy_types_iterator():
- # if not rna_type_name.startswith('__'):
+ for (_rna_type_name, rna_struct) in _bpy_types_iterator():
+ # if not _rna_type_name.startswith('__'):
identifier = rna_struct.identifier