Commit: 8005f5169ab084f49f389fafccdca69f3f3e37df
Author: varunsundar08
Date:   Thu Apr 30 22:19:58 2015 +0530
Branches: cycles_kernel_split
https://developer.blender.org/rB8005f5169ab084f49f389fafccdca69f3f3e37df

Refactor : Remove tabs in tile-split message

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

M       intern/cycles/device/device_opencl.cpp

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

diff --git a/intern/cycles/device/device_opencl.cpp 
b/intern/cycles/device/device_opencl.cpp
index 6bb862e..a4ad367 100644
--- a/intern/cycles/device/device_opencl.cpp
+++ b/intern/cycles/device/device_opencl.cpp
@@ -3506,7 +3506,7 @@ public:
                                        /* Print message to console */
                                        if(background && 
(to_path_trace_render_tiles.size() > 1)) {
                                                fprintf(stderr, "Message : 
Tiles need to be split further inside path trace (due to insufficient 
device-global-memory for split kernel to function) \n\
-                                                                               
The current tile of dimensions %dx%d is split into tiles of dimension %dx%d for 
render \n", tile.w, tile.h, split_tile_size.x, split_tile_size.y);
+The current tile of dimensions %dx%d is split into tiles of dimension %dx%d 
for render \n", tile.w, tile.h, split_tile_size.x, split_tile_size.y);
                                        }
 
                                        /* Process all split tiles */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to