Blender
V3.3
|
#include <RNA_types.h>
Public Attributes | |
struct PointerRNA | ptr |
struct PropertyRNA * | prop |
int | prop_index |
Stored result of a RNA path lookup (as used by anim-system)
Definition at line 49 of file RNA_types.h.
struct PropertyRNA* PathResolvedRNA::prop |
Definition at line 51 of file RNA_types.h.
Referenced by animsys_blend_fcurves_quaternion(), animsys_blend_in_fcurves(), BKE_animsys_read_from_rna_path(), BKE_animsys_rna_path_resolve(), BKE_animsys_write_to_rna_path(), fcurve_is_changed(), pydriver_error(), and RNA_path_resolved_create().
int PathResolvedRNA::prop_index |
-1 for non-array access.
Definition at line 53 of file RNA_types.h.
Referenced by animsys_quaternion_evaluate_fcurves(), BKE_animsys_read_from_rna_path(), BKE_animsys_rna_path_resolve(), BKE_animsys_write_to_rna_path(), fcurve_is_changed(), nladata_flush_channels(), pydriver_error(), and RNA_path_resolved_create().
struct PointerRNA PathResolvedRNA::ptr |
Definition at line 43 of file RNA_types.h.
Referenced by animsys_blend_fcurves_quaternion(), BKE_animsys_read_from_rna_path(), BKE_animsys_rna_path_resolve(), BKE_animsys_write_to_rna_path(), fcurve_is_changed(), nladata_flush_channels(), pydriver_error(), pyrna_driver_is_equal_anim_rna(), pyrna_driver_self_from_anim_rna(), and RNA_path_resolved_create().