Revision 0451ded by Peter Larabell May 31, 2012, 14:29 (GMT) |
remove some redundant checks when freeing memory after rasterizing masks. |
Revision 65c8a33 by Campbell Barton May 31, 2012, 14:03 (GMT) |
fix for using wrong poll function in mask parenting |
Revision 198a914 by Campbell Barton May 31, 2012, 13:43 (GMT) |
save calling srgb_to_linearrgb() for 0 or 1 when converting mask color. |
Revision 58a7c45 by Campbell Barton May 31, 2012, 13:37 (GMT) |
convert mask to linear color. |
Revision b04cd3a by Jeroen Bakker May 31, 2012, 13:05 (GMT) |
Fix for [#31602] Node Glare: Ghosts effect |
Revision 153259f by Campbell Barton May 31, 2012, 12:24 (GMT) |
support for mask keyframing |
Revision 7443604 by Campbell Barton May 31, 2012, 12:12 (GMT) |
mask object blending and alpha options |
Revision 3c19460 by Campbell Barton May 31, 2012, 11:58 (GMT) |
svn merge ^/trunk/blender -r47253:47272 |
Revision ceea98b by Campbell Barton May 31, 2012, 11:57 (GMT) |
math lib changes from tomato |
Revision 31a94e4 by Jeroen Bakker May 31, 2012, 11:55 (GMT) |
Fix for [#31542] Tiles Compositor: Image sequences broken |
Revision a9c4f76 by Jeroen Bakker May 31, 2012, 10:38 (GMT) |
* Added new dilate/erode function |
Revision efe289f by Sergey Sharybin May 31, 2012, 10:01 (GMT) |
Fix adding feather points when there's deformed spline for mask Deformed spline should be re-evaluated after adding new feather points Used both BKE_mask_update_display and DAG_id_tag_update because of: - If adding feather point is happening from macro which adds point and slides it, deformed spline should be updated immediatelly so sliding operator will use updated feather, - If adding happens outside of such macro, update DAG is necessary to make needed updates in other areas (such as compositor, i.e.) |
Revision 998c34a by Campbell Barton May 31, 2012, 09:50 (GMT) |
minor cleanup |
Revision 3323666 by Campbell Barton May 31, 2012, 09:46 (GMT) |
use malloc for point arrays since they are filled in immediately. |
Revision 038f41c by Campbell Barton May 31, 2012, 09:35 (GMT) |
minor refactor - use float (*)[2] for 2D point arratys. |
Revision 1794b9b by Sergey Sharybin May 31, 2012, 09:01 (GMT) |
Fixed memory leak caused by not freeing uw array for points in deformed spline |
Revision 1308cad by Campbell Barton May 31, 2012, 08:39 (GMT) |
patch from pete larabell - feather support for masking. |
Revision 9aaaa7e by Sergey Sharybin May 31, 2012, 08:38 (GMT) |
No need in +x flag for mask_shapekey.c |
Revision d74200a by Campbell Barton May 31, 2012, 08:24 (GMT) |
svn merge -r47246:47245 . --- revert 47246, this needs more considersation and planning to do this well |
Revision 0ce5dd7 by Campbell Barton May 31, 2012, 07:57 (GMT) |
svn merge ^/trunk/blender -r47229:47253 |
|