Home
last modified time | relevance | path

Searched refs:SculptUpdateType (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt_intern.h58 typedef enum SculptUpdateType { enum
63 } SculptUpdateType; typedef
65 void SCULPT_flush_update_step(bContext *C, SculptUpdateType update_flags);
66 void SCULPT_flush_update_done(const bContext *C, Object *ob, SculptUpdateType update_flags);
H A Dsculpt.c7527 void SCULPT_flush_update_step(bContext *C, SculptUpdateType update_flags) in SCULPT_flush_update_step()
7587 void SCULPT_flush_update_done(const bContext *C, Object *ob, SculptUpdateType update_flags) in SCULPT_flush_update_done()