Leondude1 / blender-smd

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

Can not "Clean all SMD data", and no files are actually exporting #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Pressing "Clean all SMD Data from scene and objects" in the SMD Tools Scene 
properties. I have a model and an armature together, along with several Actions.

What is the expected output? What do you see instead?
It should say "5 files exported." Instead, I see: 

Traceback (most recent call last):
  File "C:\Program Files\blender-2.61-release-windows64\2.61\scripts\addons\io_smd_tools.py", line 3481, in execute
    removeProps(object)
  File "C:\Program Files\blender-2.61-release-windows64\2.61\scripts\addons\io_smd_tools.py", line 3473, in removeProps
    if action.name.lower().contains( object.data.smd_action_filter.lower() ):
AttributeError: 'str' object has no attribute 'contains'
location:<unknown location>:-1

What version of the product are you using? On what operating system?
Blende 2.61 with the latest version 1.1.5 of the smd tools

Please provide any additional information below.
This blend file was previously saved using Blender 2.59, and also an older 
version of the SMD tools was installed at the time.
When I export any models as SMD (using the Scene As Configured button or 
"Selected objects" buttons) it tells me "5 files exported in 0.4 seconds" 
However when I go to the folder where they are supposed to be, there is nothing 
there. The folder is never created and no files are actually exporting, despite 
the message it gives.

Original issue reported on code.google.com by petvalen...@gmail.com on 30 Jan 2012 at 9:16

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I bypassed the issue by appending my models into a new .blend file. So this is 
not really a concern for me anymore, but it may still be worthwhile to look 
into?

Original comment by petvalen...@gmail.com on 30 Jan 2012 at 9:02

GoogleCodeExporter commented 8 years ago
Everything you reported has been fixed in r202 / release 1.1.6, thanks. I added 
a new feature for you: check the console for where each file is being written 
to.

However, you still won't be able to export by cleaning SMD data from your 
objects. You need to use the Export SMD operator. ;-)

Original comment by cont...@steamreview.org on 30 Jan 2012 at 9:11

GoogleCodeExporter commented 8 years ago
Yeah that was a mistake on my part! I forgot I was talking about the Clean 
button, not the Export one, when I wrote that sentence "5 files exported". : P 
Sorry for the confusion. And thanks for looking into it!

Original comment by petvalen...@gmail.com on 30 Jan 2012 at 9:34