From e7d78649cbe6c2b348095baf343a4bc2e890fdce Mon Sep 17 00:00:00 2001 From: Luca Bonavita Date: Tue, 29 Jun 2010 17:23:48 +0000 Subject: [PATCH] == 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 :) --- source/blender/makesrna/rna_cleanup/rna_cleaner.py | 4 ++-- 1 file 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)