Commit: c9eb9f4ad1ee1e66fe4da6f7d16bfcd9d6612af2
Author: Jacques Lucke
Date:   Sun Apr 28 14:49:59 2019 +0200
Branches: functions
https://developer.blender.org/rBc9eb9f4ad1ee1e66fe4da6f7d16bfcd9d6612af2

fix error in last merge

===================================================================

M       source/blender/blenkernel/BKE_fcurve.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_fcurve.h 
b/source/blender/blenkernel/BKE_fcurve.h
index c1232addee3..f09b7e9d5c1 100644
--- a/source/blender/blenkernel/BKE_fcurve.h
+++ b/source/blender/blenkernel/BKE_fcurve.h
@@ -253,6 +253,8 @@ struct FCurve *iter_step_fcurve(struct FCurve *fcu_iter, 
const char rna_path[]);
 struct FCurve *id_data_find_fcurve(
     ID *id, void *data, struct StructRNA *type, const char *prop_name, int 
index, bool *r_driven);
 
+void *get_driver_variable_function(struct DriverVar *dvar);
+
 /* Get list of LinkData's containing pointers to the F-Curves which control 
the types of data
  * indicated
  * e.g.  numMatches = list_find_data_fcurves(matches, &act->curves, 
"pose.bones[", "MyFancyBone");

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to