[Bf-blender-cvs] [cc27752] alembic_basic_io: Cleanup.

Kévin Dietrich noreply at git.blender.org
Tue May 31 17:54:13 CEST 2016


Commit: cc27752eaa479fcf9d21133717ac0d85cd68e2dd
Author: Kévin Dietrich
Date:   Tue May 31 04:57:36 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rBcc27752eaa479fcf9d21133717ac0d85cd68e2dd

Cleanup.

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

M	source/blender/alembic/intern/abc_mesh.cc

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

diff --git a/source/blender/alembic/intern/abc_mesh.cc b/source/blender/alembic/intern/abc_mesh.cc
index 0ee40a5..6b3e943 100644
--- a/source/blender/alembic/intern/abc_mesh.cc
+++ b/source/blender/alembic/intern/abc_mesh.cc
@@ -1161,10 +1161,6 @@ void AbcMeshReader::readObjectData(Main *bmain, Scene *scene, float time)
 		BLI_addtail(&m_object->modifiers, md);
 
 		MeshSeqCacheModifierData *mcmd = reinterpret_cast<MeshSeqCacheModifierData *>(md);
-//		mcmd->type = MOD_MESHCACHE_TYPE_ABC;
-//		mcmd->time_mode = MOD_MESHCACHE_TIME_SECONDS;
-//		mcmd->forward_axis = OB_POSZ;
-//		mcmd->up_axis = OB_NEGY;
 
 		BLI_strncpy(mcmd->filepath, m_iobject.getArchive().getName().c_str(), 1024);
 		BLI_strncpy(mcmd->abc_object_path, m_iobject.getFullName().c_str(), 1024);




More information about the Bf-blender-cvs mailing list