This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender
Bastien Montagne 1e71270f77 Fix T44329: Blender Crash when rendering in 3DView.
This commit fixes two different issues actually:
* When view name is unknown/irrelevant, you should pass a NULL str pointer to
  `RE_RenderLayerGetPass()`, not an empty string!
* `render_result_rescale()` would unconditionnaly free re->result (at the end),
  even if it did not replaced it at all, leading to freed memory access later.

This is only a partial fix though, "CacheBuffer" (i.e. saving tiles in EXR files)
shall not be used in 3DView rendering, and yet it is here...
2015-04-10 12:32:19 +02:00
..
2014-10-29 14:15:21 +01:00
2015-04-08 10:38:19 +10:00
2015-04-09 16:17:51 +02:00
2015-04-09 13:00:58 +10:00
2015-04-07 20:27:08 +10:00
2015-04-06 10:40:12 -03:00
2015-01-29 15:35:06 +11:00
2015-04-06 10:40:12 -03:00
2015-04-08 10:38:19 +10:00
2015-04-10 13:41:57 +10:00
2015-04-10 13:41:57 +10:00
2015-04-08 16:48:15 +02:00
2015-04-06 10:40:12 -03:00
2015-04-10 13:41:57 +10:00
2015-01-20 09:30:02 +01:00