Blender Git Loki
Git Commits -> Revision 6abf53b
Revision 6abf53b by Nathan Letwory (master) September 8, 2010, 08:42 (GMT) |
Apply patch [#23632] Allow single quotes in RNA paths. By Lukas Tönne In the console RNA paths can use double quotes (" ") or single quotes (' ') to select from a collection, an ID property or a vector/color component. The RNA_path_resolve function however only accepts double quotes. This patch adds the ability to use single quotes in areas other than the console too. PS. Note the very nice patch ID :) |
Commit Details:
Full Hash: 6abf53b574895f4d0381c80167369291192f5d8b
SVN Revision: 31826
Parent Commit: 741a530
Lines Changed: +8, -0
1 Modified Path:
/source/blender/makesrna/intern/rna_access.c (+8, -0) (Diff)