* FIX for
- [#31777] Border Crop gives black - [#31768] Crash when connecting a Math node to a translate node in Tiles comp - [#31638] View node in new node compo system crashes when inside a group * make sure a very fast vignette can be made by using a EliipseMask + Fast Gaussian blur
This commit is contained in:
@@ -105,7 +105,7 @@ void BokehImageOperation::executePixel(float *color, float x, float y, PixelSamp
|
||||
color[1] = insideBokehMed;
|
||||
color[2] = insideBokehMax;
|
||||
}
|
||||
color[3] = 1.0f;
|
||||
color[3] = (insideBokehMax+insideBokehMed+insideBokehMin)/3.0f;
|
||||
}
|
||||
|
||||
void BokehImageOperation::deinitExecution()
|
||||
|
||||
Reference in New Issue
Block a user