Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_displist.h
| Show First 20 Lines • Show All 81 Lines • ▼ Show 20 Lines | |||||
| void BKE_displist_normals_add(struct ListBase *lb); | void BKE_displist_normals_add(struct ListBase *lb); | ||||
| void BKE_displist_count(const struct ListBase *lb, int *totvert, int *totface, int *tottri); | void BKE_displist_count(const struct ListBase *lb, int *totvert, int *totface, int *tottri); | ||||
| void BKE_displist_free(struct ListBase *lb); | void BKE_displist_free(struct ListBase *lb); | ||||
| void BKE_displist_make_curveTypes(struct Depsgraph *depsgraph, | void BKE_displist_make_curveTypes(struct Depsgraph *depsgraph, | ||||
| const struct Scene *scene, | const struct Scene *scene, | ||||
| struct Object *ob, | struct Object *ob, | ||||
| const bool for_render); | const bool for_render); | ||||
| void BKE_displist_make_curveTypes_forRender(struct Depsgraph *depsgraph, | |||||
| const struct Scene *scene, | |||||
| struct Object *ob, | |||||
| struct ListBase *dispbase, | |||||
| struct Mesh **r_final); | |||||
| void BKE_displist_make_mball(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob); | void BKE_displist_make_mball(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob); | ||||
| void BKE_curve_calc_modifiers_pre(struct Depsgraph *depsgraph, | void BKE_curve_calc_modifiers_pre(struct Depsgraph *depsgraph, | ||||
| const struct Scene *scene, | const struct Scene *scene, | ||||
| struct Object *ob, | struct Object *ob, | ||||
| struct ListBase *source_nurb, | struct ListBase *source_nurb, | ||||
| struct ListBase *target_nurb, | struct ListBase *target_nurb, | ||||
| const bool for_render); | const bool for_render); | ||||
| Show All 19 Lines | |||||