[Bf-blender-cvs] [c80b1f54108] master: Cleanup: warning, spelling

Campbell Barton noreply at git.blender.org
Tue Jan 30 11:03:31 CET 2018


Commit: c80b1f54108b8d3491830b0667db4798fd751728
Author: Campbell Barton
Date:   Tue Jan 30 21:02:27 2018 +1100
Branches: master
https://developer.blender.org/rBc80b1f54108b8d3491830b0667db4798fd751728

Cleanup: warning, spelling

===================================================================

M	source/blender/editors/sculpt_paint/sculpt.c
M	source/creator/creator_args.c

===================================================================

diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 2468f273a04..696267a0e8e 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -5596,7 +5596,6 @@ static void sculpt_init_session(Scene *scene, Object *ob)
 static int sculpt_mode_toggle_exec(bContext *C, wmOperator *op)
 {
 	Scene *scene = CTX_data_scene(C);
-	ToolSettings *ts = CTX_data_tool_settings(C);
 	Object *ob = CTX_data_active_object(C);
 	const int mode_flag = OB_MODE_SCULPT;
 	const bool is_mode_set = (ob->mode & mode_flag) != 0;
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 19f30584f89..a9da1e8c794 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1351,7 +1351,7 @@ static const char arg_handle_render_frame_doc[] =
 "\n"
 "\t* +<frame> start frame relative, -<frame> end frame relative.\n"
 "\t* A comma separated list of frames can also be used (no spaces).\n"
-"\t* A range of frames can be expressed using '..' seperator between the first and last frames (inclusive).\n"
+"\t* A range of frames can be expressed using '..' separator between the first and last frames (inclusive).\n"
 ;
 static int arg_handle_render_frame(int argc, const char **argv, void *data)
 {



More information about the Bf-blender-cvs mailing list