Blender Git Loki
Git Commits -> Revision 82b0a9e
Revision 82b0a9e by Campbell Barton (master) April 4, 2016, 21:38 (GMT) |
PyDriver support for all RNA property types Support for driver variables that don't resolve to numbers, eg: objects, bones, curves... etc. Without this, Python expressions to access this data needed to use an absolute path from `bpy.data`, however this is inconvenient, breaks easily (based on naming) and wouldn't set the dependencies correctly. |
Commit Details:
Full Hash: 82b0a9e36900c8aeb374078bd4cb3a7d7f8295e6
Parent Commit: 65f279b
Lines Changed: +204, -6
2 Added Paths:
/source/blender/python/intern/bpy_rna_driver.c (+79, -0) (View)
/source/blender/python/intern/bpy_rna_driver.h (+33, -0) (View)
/source/blender/python/intern/bpy_rna_driver.h (+33, -0) (View)