struct Curves * BKE_curves_copy_for_eval(const struct Curves *curves_src)
void(* BKE_curves_batch_cache_dirty_tag_cb)(struct Curves *curves, int mode)
void * BKE_curves_add(struct Main *bmain, const char *name)
bool BKE_curves_attribute_required(const struct Curves *curves, const char *name)
void BKE_curves_data_update(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *object)
void BKE_curves_batch_cache_free(struct Curves *curves)
void BKE_curves_batch_cache_dirty_tag(struct Curves *curves, int mode)
@ BKE_CURVES_BATCH_DIRTY_ALL
void(* BKE_curves_batch_cache_free_cb)(struct Curves *curves)
const Depsgraph * depsgraph