Shrapnel-118 / blender2ogre

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

Merge Objects #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Dear developers,

Thanks a lot for an excellent script!
All is working fine on my PC except an object merge functionality (I'm trying 
to merge several objects into one mesh)

Information from FAQ:
Q: i have hundreds of objects, is there a way i can merge them on export only?
A: yes, just add them to a group named starting with "merge"

------------------------------------------
What steps will reproduce the problem?
1. Open Blender,
2. Create 2 simple Cubes,
3. Add both Cubes into Group "merge_cube",
4. File -> Export -> Ogre3D

------------------------------------------
What is the expected output? 
The Merged Objects

------------------------------------------
What do you see instead?
AttributeError: 'Object' object has no attribute 'create_mesh' (see in 
attachment)

------------------------------------------
What version of the product are you using? On what operating system?
Windows7, Blender 2.57b (stable), blender2ogre 0.3.5, 
msvcpp_2008_sp1_redist_vcredist_x86, OgreCommandLineTools_1.6.3

------------------------------------------
See steps and error message in attachment

Original issue reported on code.google.com by mihails....@gmail.com on 15 May 2011 at 8:15

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for reporting, create_mesh was replaced by to_mesh in newer blender's.  
Fixed in 0.3.8

Original comment by goatman.py@gmail.com on 5 Jun 2011 at 9:44