|
Blender V5.0
|
#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 29 of file ANIM_evaluation.hh.
|
default |
Referenced by operator!=(), and operator==().
|
inline |
Definition at line 41 of file ANIM_evaluation.hh.
References array_index, and rna_path.
|
inline |
Definition at line 55 of file ANIM_evaluation.hh.
References array_index, blender::get_default_hash(), and rna_path.
|
inline |
Definition at line 50 of file ANIM_evaluation.hh.
References PropIdentifier().
|
inline |
Definition at line 46 of file ANIM_evaluation.hh.
References array_index, PropIdentifier(), and rna_path.
| int blender::animrig::PropIdentifier::array_index |
Definition at line 37 of file ANIM_evaluation.hh.
Referenced by blender::animrig::apply_evaluation_result(), blender::animrig::blend_layer_results(), hash(), operator==(), and PropIdentifier().
| 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 36 of file ANIM_evaluation.hh.
Referenced by blender::animrig::apply_evaluation_result(), blender::animrig::blend_layer_results(), hash(), operator==(), and PropIdentifier().