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;

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

Reply via email to