diff options
| author | Juan Linietsky | 2015-04-24 15:09:35 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-04-24 15:09:35 -0300 |
| commit | 115f55e972b23936953a4a3958e69297fa04050e (patch) | |
| tree | 0a5d92459bfc35527a1db15559f3b971ce673abb /tools/editor/io_plugins | |
| parent | 5e03874571d72b41d27803a4338f98bc150c2600 (diff) | |
| download | godot-115f55e972b23936953a4a3958e69297fa04050e.tar.gz godot-115f55e972b23936953a4a3958e69297fa04050e.tar.zst godot-115f55e972b23936953a4a3958e69297fa04050e.zip | |
local changes
Diffstat (limited to 'tools/editor/io_plugins')
| -rw-r--r-- | tools/editor/io_plugins/editor_import_collada.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/io_plugins/editor_import_collada.cpp b/tools/editor/io_plugins/editor_import_collada.cpp index d7e883ef6..8caaed5d8 100644 --- a/tools/editor/io_plugins/editor_import_collada.cpp +++ b/tools/editor/io_plugins/editor_import_collada.cpp @@ -1442,7 +1442,7 @@ Error ColladaImport::_create_mesh_surfaces(bool p_optimize,Ref<Mesh>& p_mesh,con #endif for(int mi=0;mi<p_morph_meshes.size();mi++) { - print_line("want surface "+itos(mi)+" has "+itos(p_morph_meshes[mi]->get_surface_count())); + // print_line("want surface "+itos(mi)+" has "+itos(p_morph_meshes[mi]->get_surface_count())); Array a = p_morph_meshes[mi]->surface_get_arrays(surface); a[Mesh::ARRAY_BONES]=Variant(); a[Mesh::ARRAY_WEIGHTS]=Variant(); |
