Blender Git Commit Log
Git Commits -> Revision 16feaf0
Revision 16feaf0 by Campbell Barton (master) November 26, 2010, 17:25 (GMT) |
remove support for rna resolving paths with collection['name'], only support collection["name"], added r31826. This is valid python syntax but I rather be strict with data path format else it becomes harder to parse them if we try to support this. it means checks like fcurve.data_path.startswith('pose.bones["SomeBone"]') isn't ensured to work, since blender uses "" quotes everywhere for keyframe paths I dont think its an advantage to allow users to do it differently. |
Commit Details:
Full Hash: 16feaf02afbd8eab4c7578aa5bafdf6f9e29cd59
SVN Revision: 33342
Parent Commit: d6a90a6
Lines Changed: +2, -10
1 Modified Path:
/source/blender/makesrna/intern/rna_access.c (+2, -10) (Diff)