Commit: b380386f1e10eeaba8880727d4a9338e073917fd
Author: Joshua Leung
Date:   Wed Jan 13 23:14:23 2016 +1300
Branches: PSketch
https://developer.blender.org/rBb380386f1e10eeaba8880727d4a9338e073917fd

PSculpt Trackball: Noted todo issue affecting usability (i.e. lost focus)

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

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 f9af94a..5781e8f 100644
--- a/source/blender/editors/armature/pose_sculpt.c
+++ b/source/blender/editors/armature/pose_sculpt.c
@@ -1163,7 +1163,9 @@ static void psculpt_brush_apply(bContext *C, wmOperator 
*op, PointerRNA *itemptr
                                        
                                        mul_m3_m3m3(data.rmat, smat, totmat);
                                        
+                                       
                                        /* Apply trackball transform to 
bones... */
+                                       // TODO: if no bones affected, fall 
back to the ones last affected (as we may have slipped off into space)
                                        changed = psculpt_brush_do_apply(pso, 
&data, brush_trackball, selected);
                                        
                                        break;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to