Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2022-02-21 14:49:36 +0300
committerJacques Lucke <jacques@blender.org>2022-02-21 14:49:36 +0300
commite2ffe88983938651a641e3d1be65f43c65a54901 (patch)
treebc39a92ae6afd0300fc9df38c740835cb173a758 /source/blender/editors/sculpt_paint/curves_sculpt_intern.h
parentfcb84e32e007fffeb9bcc573917d31857c9dd0cc (diff)
Curves: use paint cursor in curves sculpt mode
Also adds radius and strength control to the tool settings in the ui.
Diffstat (limited to 'source/blender/editors/sculpt_paint/curves_sculpt_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/curves_sculpt_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_intern.h b/source/blender/editors/sculpt_paint/curves_sculpt_intern.h
index 6a96a8e0e9f..0d99e61192f 100644
--- a/source/blender/editors/sculpt_paint/curves_sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/curves_sculpt_intern.h
@@ -9,6 +9,7 @@ extern "C" {
#endif
bool CURVES_SCULPT_mode_poll(struct bContext *C);
+bool CURVES_SCULPT_mode_poll_view3d(struct bContext *C);
#ifdef __cplusplus
}