Blender Git Commit Log
Git Commits -> Revision d3768cf
Revision d3768cf by Joshua Leung (PSketch) January 13, 2016, 08:28 (GMT) |
PSculpt: Experimental "Draw" brush implementation hacked together from the Trackball transform code This is still very much an initial, hacked-together implementation that lacks a lot of polish. It is based on the existing code for the "Trackball" rotation tool. I've just taken that code (specifically the parts related to bones), and hacked everything together so that it can be used via Pose Sculpting brushes. Usage: Currently, it seems to work best if you do a "dab and drag" action, where you target a particular bone (or cluster of bones) and make a small movement to adjust the way the bone is orientated. Todo's: * Hook up the strength settings * Hook up channel locking magic (and/or caching of original values) * Play with a hybrid Grab + Trackball brush * Review the selection of the transform centerpoint * Remove the old and defective "Draw" brush code (now named "comb"). This new brush type may still have to be renamed to "Trackball" or something similar if we come up with something better. |
Commit Details:
Full Hash: d3768cf0a0aa584e80864cb22fa19de2841985d0
Parent Commit: 5c9c70a
Lines Changed: +228, -1
1 Modified Path:
/source/blender/editors/armature/pose_sculpt.c (+228, -1) (Diff)