[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29797] trunk/blender/source/blender/ makesrna/rna_cleanup/rna_cleaner.py: == rna cleanup ==

Luca Bonavita mindrones at gmail.com
Tue Jun 29 19:23:48 CEST 2010


Revision: 29797
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29797
Author:   mindrones
Date:     2010-06-29 19:23:48 +0200 (Tue, 29 Jun 2010)

Log Message:
-----------
== 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 :)

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/rna_cleanup/rna_cleaner.py

Modified: trunk/blender/source/blender/makesrna/rna_cleanup/rna_cleaner.py
===================================================================
--- trunk/blender/source/blender/makesrna/rna_cleanup/rna_cleaner.py	2010-06-29 16:55:04 UTC (rev 29796)
+++ trunk/blender/source/blender/makesrna/rna_cleanup/rna_cleaner.py	2010-06-29 17:23:48 UTC (rev 29797)
@@ -255,8 +255,8 @@
 
     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)





More information about the Bf-blender-cvs mailing list