Revision c9aa6cf by Sergey Sharybin June 1, 2012, 14:08 (GMT) |
Revision 1e17f0b by Sergey Sharybin June 1, 2012, 14:08 (GMT) |
Update startup.blend: - Added mask sculpt brush - Draw brush was removed from sculpt mode -- there's SculptDraw brush - Made default strength for draw brush 1.0 which makes much more sense especially for weight painting |
Revision 4fc4aa3 by Sergey Sharybin June 1, 2012, 13:55 (GMT) |
There's no MASK_OT_select_border in trunk yet |
Revision 1ced356 by Joshua Leung June 1, 2012, 13:54 (GMT) |
Action Group Colors for Bones (Part 2) Colors used by Bone Groups are now copied/assigned to Action Groups too when they're created now. This completes the work started in r.46960 to restore this functionality from 2.48. Currently, there is no control over when/whether these colors are copied over (although it is possible to disable the display of these colors for relevant animation editors if desired). Originally I was going to make this a more generic Keying Sets feature, though that turned out to be a bit too complex to manage. Other notes: * Split out the code for copying colors to a common library function |
Revision 1691414 by Peter Larabell June 1, 2012, 13:49 (GMT) |
re-remove XOR style writes from inner loop of rasterizer. is pointless and less flexible after blending was added at higher level. |
Revision 7f0be01 by Sergey Sharybin June 1, 2012, 13:46 (GMT) |
Style cleanup of own recent changes |
Revision 719b3e2 by Konrad Kleine June 1, 2012, 13:42 (GMT) |
Added NULL-pointer check to avoid crash in node editor. Fixes #31664 |
Revision 851954f by Sergey Sharybin June 1, 2012, 13:05 (GMT) |
Initial expose of tools into interface for mask editing. Maybe no ideal, but looks better than completely empty panels. |
Revision 1793516 by Lukas Toenne June 1, 2012, 12:38 (GMT) |
Reroute nodes, by Jeroen Bakker (patch #28443). By holding shift and "cutting" a node link a new reroute helper node can be inserted. This consists of a single socket that can be used to insert additional connection points into a link. This can be used to keep a connection point in the tree when deleting a node, or to control the path of long connections for layout cleanup. |
Revision 44693e7 by Sergey Sharybin June 1, 2012, 12:34 (GMT) |
Change in debug print for BKE_mask_spline_ensure_deform -- "alloc new spline" was a bit misleading, changed with "alloc new deform spline" |
Revision 54b2d1e by Sergey Sharybin June 1, 2012, 12:30 (GMT) |
Small change to mask slide operator: if current weight goes below zero, higher weights are still getting affected by weight delta. |
Revision 1450bc2 by Sergey Sharybin June 1, 2012, 12:25 (GMT) |
Cleanup in spline diffirintiation code - encapsulate max segment length to resolution calculation functions rather than doing this from callee. Also switch mask drawing code do the same spline resolution calculation as used for compositor (which takes frame dimensions into account). |
Revision 5fbeda7 by Monique Dewanchand June 1, 2012, 11:50 (GMT) |
Optimize Gaussian blurs |
Revision 7941ebf by Joshua Leung June 1, 2012, 11:46 (GMT) |
Style and typo fixes |
Revision ecac5ae by Sergey Sharybin June 1, 2012, 11:44 (GMT) |
Changes to mask point slide operator: - Original slide would create overall feather for spline - Sliding of feather points for already defined feather would control individual feather points weight - Sliding of feather points with Ctrl hold down would switch to overall feather control |
Revision 70df195 by Sergey Sharybin June 1, 2012, 11:44 (GMT) |
Small refactor of mask sliding operator Also aspect ratio correction is not needed for BKE_mask_point_set_handle |
Revision 21bf2e0 by Campbell Barton June 1, 2012, 11:03 (GMT) |
fix crash in clip graph view (possibly own fault) |
Revision e9093c7 by Jeroen Bakker June 1, 2012, 10:37 (GMT) |
Fixed crash Previous patch allocated temporarily buffers. |
Revision 285a24b by Monique Dewanchand June 1, 2012, 10:20 (GMT) |
Replaced tile based memory manager with a single aligned buffer - should increase speed with large node setups - enables caching of buffers in the node editor (in the future) - OpenCL part still needs some work |
Revision a78dca2 by Jeroen Bakker June 1, 2012, 08:01 (GMT) |
Removed unused files in compositor |
|