This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/python/intern
Campbell Barton 82b0a9e369 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.
2016-04-05 07:38:57 +10:00
..
2016-02-23 09:44:54 +01:00
2016-03-07 21:54:17 +11:00
2016-01-28 00:30:50 -05:00
2016-01-06 19:48:10 +01:00
2016-01-06 19:48:10 +01:00
2015-05-12 18:23:29 +10:00
2015-12-31 21:20:41 +11:00
2016-04-01 18:56:48 +11:00