[Bf-blender-cvs] [2c9ffa9a4a4] PSketch-279: Cleanup: General fixes

Joshua Leung noreply at git.blender.org
Tue May 8 18:04:14 CEST 2018


Commit: 2c9ffa9a4a4cfbb9da174d58bdb36cfd3fe2e2e6
Author: Joshua Leung
Date:   Wed Jan 24 17:56:24 2018 +1300
Branches: PSketch-279
https://developer.blender.org/rB2c9ffa9a4a4cfbb9da174d58bdb36cfd3fe2e2e6

Cleanup: General fixes

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

M	source/blender/editors/armature/pose_sculpt.c

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

diff --git a/source/blender/editors/armature/pose_sculpt.c b/source/blender/editors/armature/pose_sculpt.c
index 8db2b663081..dc35464c011 100644
--- a/source/blender/editors/armature/pose_sculpt.c
+++ b/source/blender/editors/armature/pose_sculpt.c
@@ -127,7 +127,7 @@ typedef struct tPoseSculptingOp {
 	
 	/* Bones + Keying ------------------- */
 	
-	GHash *affected_bones;       /* list of bones affected by brush */
+	GHash *affected_bones;       /* set of bones affected by brush */
 	
 	KeyingSet *ks;               /* keyingset to use */
 	ListBase ks_sources;         /* list of elements to be keyed by the Keying Set */
@@ -1230,7 +1230,7 @@ static void psculpt_brush_rotate_apply(tPoseSculptingOp *pso, bPoseChannel *pcha
 }
 
 
-/* Curl -----------------------------------------------_ */
+/* Curl ------------------------------------------------ */
 
 /* "Curl" brush - Rotate bone around its non-primary axes */
 static void psculpt_brush_curl_apply(tPoseSculptingOp *pso, bPoseChannel *pchan, float dist, float sco1[2], float sco2[2])



More information about the Bf-blender-cvs mailing list