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-06-05 13:04:24 +0300
committerJacques Lucke <jacques@blender.org>2022-06-05 13:04:24 +0300
commit31da775ec292731790e79d09b76e92ae36ac34f3 (patch)
tree6a8a5c1d1b6032ce8220922a072ee297ef6a5c3b /source/blender/editors/sculpt_paint/sculpt_transform.c
parente90ba74d3eb826abab4ec65b82fe0176ce3b7d1b (diff)
Fix compiling debug build
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_transform.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_transform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_transform.c b/source/blender/editors/sculpt_paint/sculpt_transform.c
index 5096d5fe3fd..cb0a3b75094 100644
--- a/source/blender/editors/sculpt_paint/sculpt_transform.c
+++ b/source/blender/editors/sculpt_paint/sculpt_transform.c
@@ -263,10 +263,10 @@ static void sculpt_elastic_transform_task_cb(void *__restrict userdata,
static void sculpt_transform_radius_elastic(Sculpt *sd, Object *ob, const float transform_radius)
{
+ SculptSession *ss = ob->sculpt;
BLI_assert(ss->filter_cache->transform_displacement_mode ==
SCULPT_TRANSFORM_DISPLACEMENT_INCREMENTAL);
- SculptSession *ss = ob->sculpt;
const char symm = SCULPT_mesh_symmetry_xyz_get(ob);
SculptThreadedTaskData data = {