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:
authorLuca Bonavita <mindrones@gmail.com>2010-06-29 21:23:48 +0400
committerLuca Bonavita <mindrones@gmail.com>2010-06-29 21:23:48 +0400
commite7d78649cbe6c2b348095baf343a4bc2e890fdce (patch)
tree20b9f375dd629fc43cd1d91f9b749efbe758cb80 /source/blender/makesrna/rna_cleanup/rna_cleaner.py
parentfab7671d20ac95474956b29decf96975ea01b13b (diff)
== rna cleanup ==
Re-introducing the modification made by Cambpell yesterday [rev., I copied the file over and forgot to restore this. Sorry for the noise :)
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 3b3c0e3014e..64fc2969527 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 = get_props(input_filename)