Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Tönne <lukas.toenne@gmail.com>2014-02-17 13:48:54 +0400
committerLukas Tönne <lukas.toenne@gmail.com>2014-02-17 13:53:52 +0400
commit7ee9de29a623cfb2a1efa70eb93e5b18bb8ed144 (patch)
tree94291c8172da48bc280161561217a00d3773984d /source/blender/blenkernel/intern/mask_rasterize.c
parentdbd37b21bd5e87533b690e459a130d096972ffb3 (diff)
Fix T38487: Wrapped translate node in combination with other buffered
nodes (Blur) causes crash due to chained read/write buffer operations. The way read/write buffer operations are created for both the wrapped translate node and then the "complex" blur node creates a chain of buffers in the same ExecutionGroup. This leaves the later write buffer operations without a proper "executor" group and fails on assert. Solution for now is to check for existing output buffer operations like it already happens for inputs. This is extremely ugly code, but should become a lot more transparent after compositor cleanup ({D309}).
Diffstat (limited to 'source/blender/blenkernel/intern/mask_rasterize.c')
0 files changed, 0 insertions, 0 deletions