|
|
9d4be17de4
|
style cleanup
|
2013-02-04 00:05:15 +00:00 |
|
|
|
abe41ba65f
|
Fix for [#34022] Lines on renders using Blur node in flat mode
|
2013-02-03 15:06:16 +00:00 |
|
|
|
e76b99e7b0
|
fix own error in r51819, was reading outside of the buffer, also comment unused vars.
|
2012-11-04 14:46:20 +00:00 |
|
|
|
6e17d1a5e0
|
fix for compositor regression where blur note offset the image one pixel to the top right.
|
2012-11-02 12:44:09 +00:00 |
|
|
|
a7831c74e6
|
fix for bug in variable size blur compositor node - using incorrect Y blur operations and uninitialized memory was causing random blur results.
|
2012-08-24 12:48:56 +00:00 |
|
|
|
3bc16fd60d
|
compositor: replace C++ new/delete with guardedalloc.
|
2012-08-16 12:32:48 +00:00 |
|
|
|
94a3945cf9
|
code cleanup: compositor - define size for executePixel function output float array
|
2012-08-10 14:07:24 +00:00 |
|
|
|
9987a8fca7
|
Removed parameter from executePixel and initializeTileData.
|
2012-07-13 12:24:42 +00:00 |
|
|
|
6a1d82490e
|
use m_ prefix for compositor class members (all compositor operations).
|
2012-06-26 01:22:05 +00:00 |
|
|
|
fa0c5a100d
|
fix for crash with blur - happened most when there was a size input, need to mutex lock before allocating the gauss array.
also add suspiciously missing call to BlurBaseOperation::initExecution, X had but Y was missing.
|
2012-06-25 18:01:01 +00:00 |
|
|
|
fae0b2068b
|
falloff options for dilate/erode feather compo node.
|
2012-06-21 07:45:41 +00:00 |
|
|
|
e6a43441b9
|
disable GaussianAlpha from attempting to get a non existing socket - and add an assert if this is attempted.
|
2012-06-16 19:34:38 +00:00 |
|
|
|
103f665c59
|
code cleanup: make names more logical
|
2012-06-16 15:51:52 +00:00 |
|
|
|
4dacad06a9
|
code cleanup: spelling 'multiplyer' --> 'multiplier'
|
2012-06-16 15:32:18 +00:00 |
|
|
|
6fc277c410
|
support for negative feather dilate/erode
|
2012-06-16 14:40:16 +00:00 |
|
|
|
e946fa443b
|
fix for errors in last commit (dilate/erode has no input)
|
2012-06-16 14:11:30 +00:00 |
|
|
|
265262a5d5
|
feather option for dilate/erode node - needed for alpha masks so we can (blur in/out), currently only positive values supported.
|
2012-06-16 13:46:20 +00:00 |
|