[Bf-blender-cvs] [adc9b0a] alembic_basic_io: Remove outdated comment.

Kévin Dietrich noreply at git.blender.org
Thu Jun 9 17:35:30 CEST 2016


Commit: adc9b0a18362eef7b355f84791ecb8205e928214
Author: Kévin Dietrich
Date:   Thu Jun 9 17:35:25 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rBadc9b0a18362eef7b355f84791ecb8205e928214

Remove outdated comment.

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

M	source/blender/modifiers/intern/MOD_meshcache.c

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

diff --git a/source/blender/modifiers/intern/MOD_meshcache.c b/source/blender/modifiers/intern/MOD_meshcache.c
index 17d375c..e3bbbb9 100644
--- a/source/blender/modifiers/intern/MOD_meshcache.c
+++ b/source/blender/modifiers/intern/MOD_meshcache.c
@@ -183,8 +183,6 @@ static void meshcache_do(
 			                                  mcmd->interp, time, fps, mcmd->time_mode, &err_str);
 			break;
 		case MOD_MESHCACHE_TYPE_ABC:
-			/* TODO(kevin): we pass the modifierdata since it is used as a key
-			 * to map abc archives to modifiers */
 			ok = MOD_meshcache_read_abc_times(filepath, mcmd->sub_object, vertexCos, numVerts,
 			                                  mcmd->interp, time, fps, mcmd->time_mode, &err_str);
 			break;




More information about the Bf-blender-cvs mailing list