|
Blender V4.3
|
#include <ANIM_evaluation.hh>
Public Member Functions | |
| PropIdentifier ()=default | |
| PropIdentifier (const StringRefNull rna_path, const int array_index) | |
| bool | operator== (const PropIdentifier &other) const |
| bool | operator!= (const PropIdentifier &other) const |
| uint64_t | hash () const |
Public Attributes | |
| StringRefNull | rna_path |
| int | array_index |
Definition at line 33 of file ANIM_evaluation.hh.
|
default |
|
inline |
Definition at line 45 of file ANIM_evaluation.hh.
|
inline |
Definition at line 59 of file ANIM_evaluation.hh.
References array_index, blender::get_default_hash(), and rna_path.
|
inline |
Definition at line 54 of file ANIM_evaluation.hh.
|
inline |
Definition at line 50 of file ANIM_evaluation.hh.
References array_index, and rna_path.
| int blender::animrig::PropIdentifier::array_index |
Definition at line 41 of file ANIM_evaluation.hh.
Referenced by blender::animrig::apply_evaluation_result(), blender::animrig::blend_layer_results(), hash(), and operator==().
| StringRefNull blender::animrig::PropIdentifier::rna_path |
Reference to the RNA path of the property.
This string is typically owned by the FCurve that animates the property.
Definition at line 40 of file ANIM_evaluation.hh.
Referenced by blender::animrig::apply_evaluation_result(), blender::animrig::blend_layer_results(), hash(), and operator==().