|
Blender V4.3
|
#include <BKE_fcurve_driver.h>
Public Attributes | |
| struct Scene * | scene |
| struct ViewLayer * | view_layer |
Get property from which the specific property can be found from.
This depends on the type of dvar:
r_prop is a pointer to an ID, which is used to resolve the target rna_path.r_prop is a pointer to an object from which transformation is read.r_prop points to a resolved data corresponding to the dtar->context_property accessed from the given evaluated context. This could either be an ID property for Active Scene, or a data property for Active View Layer.If the target property can not be resolved false is returned.
Definition at line 82 of file BKE_fcurve_driver.h.
| struct Scene* DriverTargetContext::scene |
| struct ViewLayer* DriverTargetContext::view_layer |