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-06-28 20:52:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-06-28 20:52:57 +0400
commit3166136da7ed67f3357d0e5ca1c1cb1d929f48b4 (patch)
tree1fa1adcf55b6acb10608e6de41c0e67a4fc31f00 /source/blender/makesrna/rna_cleanup/rna_cleaner.py
parenta72679350789ce247c4428196f139b47c7d0963f (diff)
update from discussion with brecht.
Diffstat (limited to 'source/blender/makesrna/rna_cleanup/rna_cleaner.py')
-rwxr-xr-xsource/blender/makesrna/rna_cleanup/rna_cleaner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/rna_cleanup/rna_cleaner.py b/source/blender/makesrna/rna_cleanup/rna_cleaner.py
index ca56aab60dd..0850b45630c 100755
--- a/source/blender/makesrna/rna_cleanup/rna_cleaner.py
+++ b/source/blender/makesrna/rna_cleanup/rna_cleaner.py
@@ -255,8 +255,8 @@ def main():
sort_choices = ['note','changed','class','from','to','kw']
default_sort_choice = sort_choices[0]
- kw_prefixes = ['invert','is','lock','show','showonly','use','useonly']
- kw = ['hidden','selected','layer','state']
+ kw_prefixes = ['invert','is','lock','show','show_only','use','use_only']
+ kw = ['hide', 'select', 'layer', 'state']
input_filename, sort_priority = check_commandline()
props_list,props_length_max = read_file(input_filename)