mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 13:14:51 -04:00
1.0.0.19 Re-release
--Bug fixes -Blur Cuve never worked with strips. -Images with temporal filter width values below 0.6 would sometimes create blank images.
This commit is contained in:
@ -1745,7 +1745,7 @@ bool TestAllVarsCLBuild(size_t platform, size_t device, bool printSuccess = true
|
||||
|
||||
for (auto& it : embers)
|
||||
{
|
||||
renderer.SetEmber(it);
|
||||
renderer.SetEmber(it, eProcessAction::FULL_RENDER, true);
|
||||
|
||||
//if (platform != 0 &&
|
||||
// ((it.GetXform(0)->GetVariationById(eVariationId::VAR_SYNTH) != nullptr) ||//Nvidia OpenCL driver crashes when building too many synths.
|
||||
|
Reference in New Issue
Block a user