[Bf-blender-cvs] [21da42b] master: Viewport resolution divider works fine for halos now

Sergey Sharybin noreply at git.blender.org
Wed Aug 20 11:30:52 CEST 2014


Commit: 21da42bd7ad542323eb15c63fd92e0029b590172
Author: Sergey Sharybin
Date:   Wed Aug 20 15:30:31 2014 +0600
Branches: master
https://developer.blender.org/rB21da42bd7ad542323eb15c63fd92e0029b590172

Viewport resolution divider works fine for halos now

===================================================================

M	source/blender/render/intern/source/pipeline.c

===================================================================

diff --git a/source/blender/render/intern/source/pipeline.c b/source/blender/render/intern/source/pipeline.c
index 77059f1..333f0b7 100644
--- a/source/blender/render/intern/source/pipeline.c
+++ b/source/blender/render/intern/source/pipeline.c
@@ -728,6 +728,7 @@ static void render_result_rescale(Render *re)
 void RE_ChangeResolution(Render *re, int winx, int winy, rcti *disprect)
 {
 	re_init_resolution(re, NULL, winx, winy, disprect);
+	RE_parts_clamp(re);
 
 	if (re->result) {
 		BLI_rw_mutex_lock(&re->resultmutex, THREAD_LOCK_WRITE);




More information about the Bf-blender-cvs mailing list