Blender Git Commit Log

Git Commits -> Revision e1b92bc

Revision e1b92bc by Ton Roosendaal (master)
February 5, 2009, 19:28 (GMT)
2.5

Safe method to move render results to the displayed image.

It now allocates a single image for display, and on each
refresh callback from render, it copies the refreshed
section over to this image, in 32 bits. While rendering
that image then only shows progress updates, as usual.
This also now works for scenes in composte and results
for composite.

This should solve reported crashes for MBlur or SSS.

Commit Details:

Full Hash: e1b92bc166ac27e29dfdbec315a7b6233d8724d2
SVN Revision: 18821
Parent Commit: 0a3697c
Lines Changed: +120, -32

9 Modified Paths:

/source/blender/blenkernel/intern/image.c (+19, -3) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/editors/screen/screen_ops.c (+81, -19) (Diff)
/source/blender/editors/space_image/image_draw.c (+0, -4) (Diff)
/source/blender/editors/space_node/node_edit.c (+3, -1) (Diff)
/source/blender/nodes/intern/CMP_nodes/CMP_composite.c (+1, -1) (Diff)
/source/blender/render/extern/include/RE_pipeline.h (+3, -0) (Diff)
/source/blender/render/intern/include/render_types.h (+1, -1) (Diff)
/source/blender/render/intern/source/pipeline.c (+11, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021