mmonem / blender2ogre

Automatically exported from code.google.com/p/blender2ogre
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Tundra scene material name #67

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When exporting a RealXTend Tundra scene from Blender, sometimes, i have a 
name for the generated material file different from the name inside the tundra 
scene file.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Windows 8
Blender 2.66
Blender2Ogre 0.6.0

Please provide any additional information below.
At line 3356
Souldn't you call clean_filename = material_name(mat); 
instead of clean_object_name(mat.name); ?

Original issue reported on code.google.com by yannik.l...@gmail.com on 29 Jul 2013 at 8:22