[Bf-blender-cvs] [5dc23e6] master: Code cleanup: make the source G rated again.

Campbell Barton noreply at git.blender.org
Mon Apr 7 12:44:53 CEST 2014


Commit: 5dc23e6df851e2091f2808dc68a1fe03bab78026
Author: Campbell Barton
Date:   Mon Apr 7 20:43:40 2014 +1000
https://developer.blender.org/rB5dc23e6df851e2091f2808dc68a1fe03bab78026

Code cleanup: make the source G rated again.

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

M	source/blender/editors/transform/transform.c
M	source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp

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

diff --git a/source/blender/editors/transform/transform.c b/source/blender/editors/transform/transform.c
index 13f030a..5a8a841 100644
--- a/source/blender/editors/transform/transform.c
+++ b/source/blender/editors/transform/transform.c
@@ -1484,7 +1484,7 @@ int transformEvent(TransInfo *t, const wmEvent *event)
 
 		/* confirm transform if launch key is released after mouse move */
 		if (t->flag & T_RELEASE_CONFIRM) {
-			/* XXX Keyrepeat bug in Xorg fucks this up, will test when fixed */
+			/* XXX Keyrepeat bug in Xorg messes this up, will test when fixed */
 			if (event->type == t->launch_event && (t->launch_event == LEFTMOUSE || t->launch_event == RIGHTMOUSE)) {
 				t->state = TRANS_CONFIRM;
 			}
diff --git a/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp b/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp
index af3b7f0..dd9464f 100644
--- a/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp
+++ b/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp
@@ -841,7 +841,7 @@ int BezierCurveShader::shade(Stroke& stroke) const
 		if (it.isEnd()) {
 			// XXX Shocking! :P Shouldn't we break in this case???
 			if (G.debug & G_DEBUG_FREESTYLE) {
-				cout << "fucked up" << endl;
+				cout << "messed up!" << endl;
 			}
 		}
 	}




More information about the Bf-blender-cvs mailing list