July 20, 2014, 14:38 (GMT) |
More functionality review fixes. * Fix context issues with paint curve keymaps. * Make paint curve cursor set operator modal. |
July 20, 2014, 13:13 (GMT) |
Bring back select mouse tweak trasform, needed for image editor curves. |
July 20, 2014, 12:56 (GMT) |
active pivot works in paint transform. It uses the centerpoint of the last selected curve handle. |
July 20, 2014, 11:08 (GMT) |
Paint Curves Transform: * Cursor pivot working. * Expose pivot in paint modes. |
July 20, 2014, 08:47 (GMT) |
cursor transform WIP for curves |
July 16, 2014, 22:19 (GMT) |
Use size for fixed length array args |
July 16, 2014, 16:41 (GMT) |
Fix some undo issues with paint curves. |
July 16, 2014, 15:58 (GMT) |
Fix issue with multiple materials not displaying colors correctly. |
July 16, 2014, 13:41 (GMT) |
Finalize transform for paint curves: Use own simple operator for slide transform, allows to return pass through and set the cursor. Cursor pivot not yet supported for paint curves, it will be next. |
July 15, 2014, 23:55 (GMT) |
Make selection of paint curve handles much easier. |
July 15, 2014, 22:55 (GMT) |
Themefy paint curve colors, some tweaks to make selected paint handles more visible. |
July 15, 2014, 21:51 (GMT) |
Functionality Review: Fix: Rotating/Scaling a handle would not use curve center as pivot. |
July 15, 2014, 21:41 (GMT) |
Functionality Review: Bugfix: Paint curves not functioning in weight painting. |
July 15, 2014, 21:25 (GMT) |
Palettes: Functionality review: Include "active palette color" concept, marked by triangular widget. This is set when adding and selecting a palette color. Add explicit delete operator that removes the active palette color. |
July 14, 2014, 23:19 (GMT) |
Use BKE_libblock_find_name |
July 14, 2014, 13:32 (GMT) |
Update factory defaults: * Add mask and fill brushes to texture painting. * Sculpt mode now has mirroring turned on. * Lower default dyntopo resolution. * Fill threshold not zero by default. |
July 14, 2014, 12:00 (GMT) |
Paint Curves: * Change behaviour of selection - selecting in empty space now will not clear selection. This leads to: * Improved behaviour of right click translate. Now even dragging in empty space will drag correctly. |
July 14, 2014, 02:17 (GMT) |
Minor edits, no point to using `short` for pixel coords Was doing short/int/float conversion. Also initialize on use |
July 14, 2014, 02:02 (GMT) |
Merge branch 'master' into soc-2013-paint Conflicts: source/blender/blenlib/intern/math_vector_inline.c |
July 14, 2014, 01:50 (GMT) |
Replace GSQueue with BLI_Stack for image filling Was doing a malloc per pixel, and a redundant memcmp, BLI_Stack chunks memory more efficiently. |
|