Blender Git Loki
Git Commits -> Revision 9178dc8
Revision 9178dc8 by Campbell Barton (master) December 18, 2008, 23:34 (GMT) |
Small RNA changes * rna_validate_identifier now checks identifiers are not python keywords such as if, and, from (builtins like max, object and sort are ok) * rna_validate_identifier prints an error explaining why it fails * renamed Struct's "from" to "base" - to point to the struct inherited from. * renamed ImageUsers's "pass" and "layer" to "renderPass" and "renderLayer" * use the identifier as the key for ENUM's (matching structs and properties) |
Commit Details:
Full Hash: 9178dc859638815ec38d9b95d2df723892c1af38
SVN Revision: 17932
Parent Commit: 1dcbafa
Lines Changed: +48, -16