|
Blender V4.3
|
#include <RNA_types.hh>
Public Attributes | |
| PointerRNA | ptr |
| PropertyRNA * | prop |
| int | prop_index |
Stored result of a RNA path lookup (as used by anim-system)
Definition at line 55 of file RNA_types.hh.
| PropertyRNA* PathResolvedRNA::prop |
Definition at line 57 of file RNA_types.hh.
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 59 of file RNA_types.hh.
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().
| PointerRNA PathResolvedRNA::ptr |
Definition at line 56 of file RNA_types.hh.
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().