Index: trunk/src/engine/model_manager.cc
===================================================================
--- trunk/src/engine/model_manager.cc	(revision 524)
+++ trunk/src/engine/model_manager.cc	(revision 526)
@@ -38,4 +38,10 @@
 		else
 			gm->bind_data = m_animator_binds->add( id, new animator_bind_data( poses->get_tree(), *def_data.lock()->node_data ) );
+	}
+
+	if ( table.has_field( "phx_mesh" ) )
+	{
+		nv::string128 cpath( table.get_string128( "phx_mesh" ) );
+		gm->phx_mesh = m_mesh_datas->get_path( cpath, def_data );
 	}
 
