|
Blender
V2.93
|
#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 63 of file RNA_types.h.
| struct PropertyRNA* PathResolvedRNA::prop |
Definition at line 65 of file RNA_types.h.
Referenced by BKE_animsys_read_from_rna_path(), BKE_animsys_rna_path_resolve(), BKE_animsys_write_to_rna_path(), fcurve_is_changed(), and RNA_path_resolved_create().
| int PathResolvedRNA::prop_index |
-1 for non-array access.
Definition at line 67 of file RNA_types.h.
Referenced by BKE_animsys_read_from_rna_path(), BKE_animsys_rna_path_resolve(), BKE_animsys_write_to_rna_path(), fcurve_is_changed(), nladata_flush_channels(), and RNA_path_resolved_create().
| struct PointerRNA PathResolvedRNA::ptr |
Definition at line 57 of file RNA_types.h.
Referenced by BKE_animsys_read_from_rna_path(), BKE_animsys_rna_path_resolve(), BKE_animsys_write_to_rna_path(), fcurve_is_changed(), nladata_flush_channels(), pyrna_driver_is_equal_anim_rna(), pyrna_driver_self_from_anim_rna(), and RNA_path_resolved_create().