[Bf-blender-cvs] [6465cc7] alembic: Accidentally deleted a return statement in previous commit.

Lukas Tönne noreply at git.blender.org
Tue Apr 28 10:03:46 CEST 2015


Commit: 6465cc7ef99b23c14707f4df75c9db2e379e712b
Author: Lukas Tönne
Date:   Tue Apr 28 10:03:20 2015 +0200
Branches: alembic
https://developer.blender.org/rB6465cc7ef99b23c14707f4df75c9db2e379e712b

Accidentally deleted a return statement in previous commit.

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

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 51688b0..d444ee3 100644
--- a/source/blender/editors/io/io_cache_library.c
+++ b/source/blender/editors/io/io_cache_library.c
@@ -277,6 +277,7 @@ static void cache_library_bake_do(CacheLibraryBakeJob *data)
 	}
 	if (!data->writer) {
 		BKE_dupli_cache_free(process_data.dupcache);
+		return;
 	}
 	
 	data->cachelib->flag |= CACHE_LIBRARY_BAKING;




More information about the Bf-blender-cvs mailing list