|
Blender V4.3
|
#include <BKE_curve.hh>
Public Attributes | |
| void * | orig_cv |
| int | key_index |
| int | nu_index |
| int | pt_index |
| int | vertex_index |
| bool | switched |
Definition at line 50 of file BKE_curve.hh.
| int CVKeyIndex::key_index |
Definition at line 52 of file BKE_curve.hh.
Referenced by init_cvKeyIndex().
| int CVKeyIndex::nu_index |
Definition at line 52 of file BKE_curve.hh.
Referenced by curve_rename_fcurves(), and init_cvKeyIndex().
| void* CVKeyIndex::orig_cv |
Definition at line 51 of file BKE_curve.hh.
Referenced by ED_curve_keyindex_hash_duplicate(), and init_cvKeyIndex().
| int CVKeyIndex::pt_index |
Definition at line 52 of file BKE_curve.hh.
Referenced by curve_rename_fcurves(), and init_cvKeyIndex().
| bool CVKeyIndex::switched |
Definition at line 53 of file BKE_curve.hh.
Referenced by curve_rename_fcurves(), init_cvKeyIndex(), init_index_map(), and keyIndex_switchDirection().
| int CVKeyIndex::vertex_index |
Definition at line 52 of file BKE_curve.hh.
Referenced by init_cvKeyIndex(), and init_index_map().