Page Menu
Home
Search
Configure Global Search
Log In
Files
F18361
collada-fix-materialnames.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Daniel Balster (dbalster)
Nov 13 2013, 4:08 PM
Size
534 B
Subscribers
None
collada-fix-materialnames.patch
View Options
Index: source/blender/collada/MaterialExporter.cpp
===================================================================
--- source/blender/collada/MaterialExporter.cpp (revision 44125)
+++ source/blender/collada/MaterialExporter.cpp (working copy)
@@ -71,7 +71,7 @@
{
std::string name(id_name(ma));
- openMaterial(get_material_id(ma), name);
+ openMaterial(get_material_id(ma), get_material_id(ma));
std::string efid = translate_id(name) + "-effect";
addInstanceEffect(COLLADASW::URI(COLLADABU::Utils::EMPTY_STRING, efid));
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ee/a3/df608e9b96daa35b1a58e950bee0
Event Timeline
Log In to Comment