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>2010-04-11 16:05:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-11 16:05:27 +0400
commitfe9a22a0182689125c8147934bc20bbc86141aab (patch)
tree8eb0e68bbb59f31438bd1fec1f991b0c07af9923 /release/scripts/modules/rna_info.py
parent4c5fe03c9fedb50b1223933337df6d4a8a43db00 (diff)
py api file rename
- prefix mathutils api. - 2 blf.c files (annoying for debugging) - py api docs ignore keying sets as with operators.
Diffstat (limited to 'release/scripts/modules/rna_info.py')
-rw-r--r--release/scripts/modules/rna_info.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/modules/rna_info.py b/release/scripts/modules/rna_info.py
index 3887faa2ac9..15500c94b66 100644
--- a/release/scripts/modules/rna_info.py
+++ b/release/scripts/modules/rna_info.py
@@ -57,6 +57,8 @@ def rna_id_ignore(rna_id):
return True
if "_HT_" in rna_id:
return True
+ if "_KSI_" in rna_id:
+ return True
return False
def range_str(val):