Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/sculpt_paint/sculpt_intern.h
| Show First 20 Lines • Show All 1,079 Lines • ▼ Show 20 Lines | void SCULPT_cache_calc_brushdata_symm(StrokeCache *cache, | ||||
| const char symm, | const char symm, | ||||
| const char axis, | const char axis, | ||||
| const float angle); | const float angle); | ||||
| void SCULPT_cache_free(StrokeCache *cache); | void SCULPT_cache_free(StrokeCache *cache); | ||||
| SculptUndoNode *SCULPT_undo_push_node(Object *ob, PBVHNode *node, SculptUndoType type); | SculptUndoNode *SCULPT_undo_push_node(Object *ob, PBVHNode *node, SculptUndoType type); | ||||
| SculptUndoNode *SCULPT_undo_get_node(PBVHNode *node); | SculptUndoNode *SCULPT_undo_get_node(PBVHNode *node); | ||||
| SculptUndoNode *SCULPT_undo_get_first_node(void); | SculptUndoNode *SCULPT_undo_get_first_node(void); | ||||
| void SCULPT_undo_push_begin(const char *name); | void SCULPT_undo_push_begin(struct Object *ob, const char *name); | ||||
| void SCULPT_undo_push_end(void); | void SCULPT_undo_push_end(void); | ||||
| void SCULPT_undo_push_end_ex(const bool use_nested_undo); | void SCULPT_undo_push_end_ex(const bool use_nested_undo); | ||||
| void SCULPT_vertcos_to_key(Object *ob, KeyBlock *kb, const float (*vertCos)[3]); | void SCULPT_vertcos_to_key(Object *ob, KeyBlock *kb, const float (*vertCos)[3]); | ||||
| void SCULPT_update_object_bounding_box(struct Object *ob); | void SCULPT_update_object_bounding_box(struct Object *ob); | ||||
| bool SCULPT_get_redraw_rect(struct ARegion *region, | bool SCULPT_get_redraw_rect(struct ARegion *region, | ||||
| ▲ Show 20 Lines • Show All 48 Lines • Show Last 20 Lines | |||||