Blender Git Loki
Git Commits -> Revision 7df9df1
Revision 7df9df1 by Luca Bonavita (master) July 15, 2010, 18:34 (GMT) |
== rna cleanup == - after talking with brecht, changes keys prefixes with "is_pressed_alt" and so on if readonly and "pressed_alt" if not readonly - updated the rna_cleaner.py with real prefixes and keywords so it's clear what it is being used kw_prefixes = [ 'active','apply','bl','exclude','has','invert','is','lock', 'pressed','show','show_only','use','use_only','layers','states'] kw = ['active','hide','invert','select','layers','mute','states','use','lock'] |
Commit Details:
Full Hash: 7df9df137391509a4795b7770e2e964379bffd15
SVN Revision: 30388
Parent Commit: 68c59be
Lines Changed: +12, -13