45fd0847f459d011cd06e0c3975e463cac39fb19

Doing something like: bpy.data.objects["Cube.001"].data.shape_keys.animation_data.drivers.find('eval_time') wouldn't work, because the drivers.find(datapath, index) method wasn't implemented yet. Previously, it was only implemented for FCurves in actions.
…
Description
No description provided
Languages
C++
78.1%
Python
15%
C
2.8%
GLSL
1.8%
CMake
1.2%
Other
0.9%