Revision e6a4344 by Campbell Barton June 16, 2012, 19:34 (GMT) |
disable GaussianAlpha from attempting to get a non existing socket - and add an assert if this is attempted. |
Revision 42d0e34 by Campbell Barton June 16, 2012, 16:57 (GMT) |
style cleanup |
Revision cf6aefc by Campbell Barton June 16, 2012, 16:50 (GMT) |
shrink the object struct 8 bytes - remove unused ctime variable. |
Revision 103f665 by Campbell Barton June 16, 2012, 15:51 (GMT) |
code cleanup: make names more logical |
Revision 4dacad0 by Campbell Barton June 16, 2012, 15:32 (GMT) |
code cleanup: spelling 'multiplyer' --> 'multiplier' |
Revision 392b3a7 by Campbell Barton June 16, 2012, 15:15 (GMT) |
use ease interpolation for dilate/erode feather option, looks smoother |
Revision 6fc277c by Campbell Barton June 16, 2012, 14:40 (GMT) |
support for negative feather dilate/erode |
Revision e946fa4 by Campbell Barton June 16, 2012, 14:11 (GMT) |
fix for errors in last commit (dilate/erode has no input) |
Revision f6ab651 by Joshua Leung June 16, 2012, 13:51 (GMT) |
Bugfix [#31843] Inserting of visual keys for Damped Track constraint broken |
Revision 265262a by Campbell Barton June 16, 2012, 13:46 (GMT) |
feather option for dilate/erode node - needed for alpha masks so we can (blur in/out), currently only positive values supported. |
Revision 2f29f8d by Campbell Barton June 16, 2012, 09:52 (GMT) |
speedup for fast gauss blue (approx 10% - 15%) - get the image width and height once rather then calculating on every access (was doing min/max subtract). - use unsigned int's - faster for looping. |
Revision 250e919 by Campbell Barton June 16, 2012, 09:18 (GMT) |
style cleanup |
Revision 664c95d by Campbell Barton June 16, 2012, 09:16 (GMT) |
code cleanup: collada - when bubble sorting names - dont convert to str::string just to compare strings - use BLI_linklist_index() to check if an item is in the list - quiet some warnings |
Revision 004e38a by Tamito Kajiyama June 15, 2012, 22:18 (GMT) |
Merged changes in the trunk up to revision 47977. |
Revision 9f6a66d by Gaia Clary June 15, 2012, 22:00 (GMT) |
Collada: (Exporter) Add new option 'deform bones only' |
Revision a2d4fdd by Campbell Barton June 15, 2012, 21:19 (GMT) |
fix for running blender as a python module - dont parse args from python. |
Revision 606d76f by Campbell Barton June 15, 2012, 20:59 (GMT) |
fix for building blender as a python module on windows. |
Revision 570cc70 by Campbell Barton June 15, 2012, 18:42 (GMT) |
style cleanup: compositor operations |
Revision 8fd2267 by Sergey Sharybin June 15, 2012, 18:31 (GMT) |
Changed behavior of how pattern is controlling by mouse: - Removed scaling option which used to be Ctrl+Slide of individual pattern corner. - Added extra rectangle area which is being drawing around pattern and which supports the following things: * Slide by it's left upper corner would define offset of marker * Slide by it's right bottom corner would scale overall pattern - Added extra handle which is drawing from pattern center and which is being used to define scale and rotation of pattern area. |
Revision cde4d72 by Campbell Barton June 15, 2012, 17:57 (GMT) |
style cleanup: more nodes |
|