|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| int | BKE_anim_path_get_array_size (const struct CurveCache *curve_cache) |
| float | BKE_anim_path_get_length (const struct CurveCache *curve_cache) |
| void | BKE_anim_path_calc_data (struct Object *ob) |
| bool | BKE_where_on_path (const struct Object *ob, float ctime, float r_vec[4], float r_dir[3], float r_quat[4], float *r_radius, float *r_weight) |
| void BKE_anim_path_calc_data | ( | struct Object * | ob | ) |
Definition at line 72 of file anim_path.c.
References CurveCache::anim_path_accum_length, CurveCache::bev, BevList::bevpoints, BLI_assert, CLOG_WARN, Object_Runtime::curve_cache, ListBase::first, get_bevlist_seg_array_size(), len_v3v3(), LOG, MEM_freeN, MEM_mallocN, BevList::nr, NULL, OB_CURVE, BevList::poly, Object::runtime, Object::type, and BevPoint::vec.
Referenced by do_makeDispListCurveTypes().
| int BKE_anim_path_get_array_size | ( | const struct CurveCache * | curve_cache | ) |
Referenced by position_tail_on_spline().
| float BKE_anim_path_get_length | ( | const struct CurveCache * | curve_cache | ) |
Referenced by arrayModifier_doArray(), calc_curve_deform(), position_tail_on_spline(), splineik_evaluate_init(), and vfont_to_curve().