|
Blender V5.0
|
#include <RNA_types.hh>
Public Attributes | |
| PointerRNA | ptr = {} |
| PropertyRNA * | prop = nullptr |
| int | prop_index = -1 |
Stored result of a RNA path lookup (as used by anim-system)
Definition at line 152 of file RNA_types.hh.
| PropertyRNA* PathResolvedRNA::prop = nullptr |
Definition at line 154 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 |
-1 for non-array access.
Definition at line 156 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 153 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(), pydriver_error(), pyrna_driver_is_equal_anim_rna(), pyrna_driver_self_from_anim_rna(), and RNA_path_resolved_create().