maks111 / blender-smd

Automatically exported from code.google.com/p/blender-smd
0 stars 1 forks source link

Problems importing/exporting SMDs #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
EasyPickins here.
Attached are patched io_smd_tools.py and smd_test_suite.py.
(I didn't want to commit after being away from this project since November.)

The SMD importer didn't work for me. I removed the TidyArmature() call from 
readFrames() because TidyArmature() needs smd.m which hasn't been created yet 
-- readPolys() is called *after* readFrames().  I moved the TidyArmature() call 
into readSMD().

The SMD exporter didn't work for me with a Y-up SMD.  The indentation on 2 
lines in bakeObj() were (accidentally?) changed which broke exporting a Y-up 
SMD.  Armatures do not have a .transform() method.

Original issue reported on code.google.com by tnbak...@shaw.ca on 4 Apr 2011 at 1:45

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for that. I fixed the first problem earlier today (it's indirection for 
DMX purposes), and I've just released a fix for the other problem.

While we're here Tim, could you look into DMX attachment import? I've not been 
able to get it quite right. :)

Original comment by cont...@steamreview.org on 5 Apr 2011 at 2:36

GoogleCodeExporter commented 8 years ago
Actually cancel that, they are correct. The Pyro's are just at funny angles.

Original comment by cont...@steamreview.org on 7 Apr 2011 at 2:25