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:
-rw-r--r--source/blender/blenkernel/intern/seqeffects.c2
-rw-r--r--source/blender/editors/armature/pose_edit.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_mask.c2
3 files changed, 3 insertions, 4 deletions
diff --git a/source/blender/blenkernel/intern/seqeffects.c b/source/blender/blenkernel/intern/seqeffects.c
index 17122760788..1f0c354922e 100644
--- a/source/blender/blenkernel/intern/seqeffects.c
+++ b/source/blender/blenkernel/intern/seqeffects.c
@@ -3032,7 +3032,7 @@ static void *render_effect_execute_do_y_thread(void *thread_data_v)
return NULL;
}
-static ImBuf* do_gaussian_blur_effect(const SeqRenderData *context,
+static ImBuf *do_gaussian_blur_effect(const SeqRenderData *context,
Sequence *seq,
float UNUSED(cfra),
float UNUSED(facf0),
diff --git a/source/blender/editors/armature/pose_edit.c b/source/blender/editors/armature/pose_edit.c
index ad0532bec38..ef628208632 100644
--- a/source/blender/editors/armature/pose_edit.c
+++ b/source/blender/editors/armature/pose_edit.c
@@ -311,8 +311,7 @@ void POSE_OT_paths_update(wmOperatorType *ot)
static void ED_pose_clear_paths(Object *ob)
{
bPoseChannel *pchan;
- short skipped = 0;
-
+
if (ELEM(NULL, ob, ob->pose))
return;
diff --git a/source/blender/editors/sculpt_paint/paint_mask.c b/source/blender/editors/sculpt_paint/paint_mask.c
index fa654165f6a..a47b9a0b936 100644
--- a/source/blender/editors/sculpt_paint/paint_mask.c
+++ b/source/blender/editors/sculpt_paint/paint_mask.c
@@ -295,7 +295,7 @@ int ED_sculpt_mask_box_select(struct bContext *C, ViewContext *vc, const rcti *r
MaskTaskData data = {
.ob = ob, .pbvh = pbvh, .nodes = nodes, .multires = multires,
- .mode = mode, .value = value, .clip_planes_final = clip_planes_final,
+ .mode = mode, .value = value, .clip_planes_final = clip_planes_final,
};
BLI_task_parallel_range(