|
Blender
V3.3
|
#include <BKE_curve.h>
Public Attributes | |
| void * | orig_cv |
| int | key_index |
| int | nu_index |
| int | pt_index |
| int | vertex_index |
| bool | switched |
Definition at line 46 of file BKE_curve.h.
| int CVKeyIndex::key_index |
Definition at line 48 of file BKE_curve.h.
Referenced by getKeyIndexOrig_keyIndex(), and init_cvKeyIndex().
| int CVKeyIndex::nu_index |
Definition at line 48 of file BKE_curve.h.
Referenced by curve_rename_fcurves(), and init_cvKeyIndex().
| void* CVKeyIndex::orig_cv |
Definition at line 47 of file BKE_curve.h.
Referenced by curve_editNurb_keyIndex_cv_free_cb(), ED_curve_keyindex_hash_duplicate(), getKeyIndexOrig_bezt(), getKeyIndexOrig_bp(), and init_cvKeyIndex().
| int CVKeyIndex::pt_index |
Definition at line 48 of file BKE_curve.h.
Referenced by curve_rename_fcurves(), and init_cvKeyIndex().
| bool CVKeyIndex::switched |
Definition at line 49 of file BKE_curve.h.
Referenced by curve_rename_fcurves(), init_cvKeyIndex(), and keyIndex_switchDirection().
| int CVKeyIndex::vertex_index |
Definition at line 48 of file BKE_curve.h.
Referenced by init_cvKeyIndex().