[Bf-blender-cvs] [258d927] alembic: Very basic printing of cache bake info to have some feedback in background mode.

Lukas Tönne noreply at git.blender.org
Mon May 18 12:39:34 CEST 2015


Commit: 258d927147bf7a7e00e0ee3c1bda414fd0f8487f
Author: Lukas Tönne
Date:   Mon May 18 12:38:56 2015 +0200
Branches: alembic
https://developer.blender.org/rB258d927147bf7a7e00e0ee3c1bda414fd0f8487f

Very basic printing of cache bake info to have some feedback in
background mode.

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

M	source/blender/editors/io/io_cache_library.c

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

diff --git a/source/blender/editors/io/io_cache_library.c b/source/blender/editors/io/io_cache_library.c
index fe4b05b..64076e2 100644
--- a/source/blender/editors/io/io_cache_library.c
+++ b/source/blender/editors/io/io_cache_library.c
@@ -289,6 +289,8 @@ static void cache_library_bake_do(CacheLibraryBakeJob *data)
 		
 		const bool init_strands = (frame == start_frame);
 		
+		printf("Bake Cache '%s' | Frame %d\n", data->group->id.name+2, frame);
+		
 		/* XXX Ugly, but necessary to avoid particle caching of paths when not needed.
 		 * This takes a lot of time, but is only needed in the first frame.
 		 */




More information about the Bf-blender-cvs mailing list