SIO2 Exporter v0.1.2 export error on Mac OS X 10.5
2 posters
SIO2 Exporter v0.1.2 export error on Mac OS X 10.5
Hi,
I'm trying to export using the script. I get a python script error.
On the console I get the following
10/21/08 7:53:30 PM [0x0-0x67067].org.blenderfoundation.blender[1441] : [Errno 20] Not a directory: '/Users/fortega/Dev/SIO2_SDK_v1.2/data/.DS_Store/FaceA/material/Texture3'
I'm not sure why is it adding .DS_STORE when it shouldn't be
It does generate some files, but I'm missing the sio2 file and maybe other files.
Thank you!
Francisco
I'm trying to export using the script. I get a python script error.
On the console I get the following
10/21/08 7:53:30 PM [0x0-0x67067].org.blenderfoundation.blender[1441] : [Errno 20] Not a directory: '/Users/fortega/Dev/SIO2_SDK_v1.2/data/.DS_Store/FaceA/material/Texture3'
I'm not sure why is it adding .DS_STORE when it shouldn't be
It does generate some files, but I'm missing the sio2 file and maybe other files.
Thank you!
Francisco
iblues- Posts : 15
Join date : 2008-10-21
Re: SIO2 Exporter v0.1.2 export error on Mac OS X 10.5
.DS_store its generated automatically by Finder when you open the directory make sure that finder is close (I mean not viewing your scene directory) when you export...
Or you can change sio2_resource.cc
Modify: if( !fi.uncompressed_size )
for
if( !fi.uncompressed_size || name[0] == 46 )
That should do the trick
Or you can change sio2_resource.cc
Modify: if( !fi.uncompressed_size )
for
if( !fi.uncompressed_size || name[0] == 46 )
That should do the trick
New error with Export to SIO from Blender on MAC OS X 10.5
Hi,
I'm getting a new error when I try to export . I copy the messages from the Console :
10/21/08 11:17:56 PM [0x0-0x67067].org.blenderfoundation.blender[1441] SIO2::Exporter v0.1.2
10/21/08 11:17:56 PM [0x0-0x67067].org.blenderfoundation.blender[1441] Copyright (C) 2008 SIO2 Interactive
10/21/08 11:17:56 PM [0x0-0x67067].org.blenderfoundation.blender[1441] Traceback (most recent call last):
10/21/08 11:17:56 PM [0x0-0x67067].org.blenderfoundation.blender[1441] File "sio2_exporter_v1.2.py", line 154, in event_gui
10/21/08 11:17:56 PM [0x0-0x67067].org.blenderfoundation.blender[1441] File "sio2_exporter_v1.2.py", line 585, in export
10/21/08 11:17:56 PM [0x0-0x67067].org.blenderfoundation.blender[1441] AttributeError: 'NoneType' object has no attribute 'getName'
Any Ideas?
Thanks
PS : I'm uploading my blend file to http://www.iblues.cc/download/other/TestBlend.blend if anyone wants to look at it. I notice that the Tutorial02.blend is able to export fine. My TestBlend.blend was an import using an .obj
I'm getting a new error when I try to export . I copy the messages from the Console :
10/21/08 11:17:56 PM [0x0-0x67067].org.blenderfoundation.blender[1441] SIO2::Exporter v0.1.2
10/21/08 11:17:56 PM [0x0-0x67067].org.blenderfoundation.blender[1441] Copyright (C) 2008 SIO2 Interactive
10/21/08 11:17:56 PM [0x0-0x67067].org.blenderfoundation.blender[1441] Traceback (most recent call last):
10/21/08 11:17:56 PM [0x0-0x67067].org.blenderfoundation.blender[1441] File "sio2_exporter_v1.2.py", line 154, in event_gui
10/21/08 11:17:56 PM [0x0-0x67067].org.blenderfoundation.blender[1441] File "sio2_exporter_v1.2.py", line 585, in export
10/21/08 11:17:56 PM [0x0-0x67067].org.blenderfoundation.blender[1441] AttributeError: 'NoneType' object has no attribute 'getName'
Any Ideas?
Thanks
PS : I'm uploading my blend file to http://www.iblues.cc/download/other/TestBlend.blend if anyone wants to look at it. I notice that the Tutorial02.blend is able to export fine. My TestBlend.blend was an import using an .obj
Last edited by iblues on Tue Oct 21, 2008 9:31 pm; edited 1 time in total (Reason for editing : add some additional information (PS))
iblues- Posts : 15
Join date : 2008-10-21
Re: SIO2 Exporter v0.1.2 export error on Mac OS X 10.5
There's an empty object in your scene? A datablock that exist but its not linked... check the current selected object name inside the viewport window and go delete it inside the Outliner interface.
Re: SIO2 Exporter v0.1.2 export error on Mac OS X 10.5
Thank you for the post. I'm new with Blender (and any 3D modeling software.) I was looking for the "View Port" but I can't find it. Probably is right in front of my face. I do have "The Essential Blender" book, so I will try to look in there. if you could, can you tell me how to get to the "View Port" and check for what you are asking.
Thank you,
Francisco
Thank you,
Francisco
iblues- Posts : 15
Join date : 2008-10-21
Re: SIO2 Exporter v0.1.2 export error on Mac OS X 10.5
viewport = 3D View, and you can see the name of the current selected object regardless of its type...
Re: SIO2 Exporter v0.1.2 export error on Mac OS X 10.5
Hi,
Yes, I'm in 3D View. I don't see anything weird, but of course... who knows what I'm looking at. I will keep reading.
I had previously posted the wrong link for my file
this is the correct link:
http://www.iblues.cc/download/other/TestFace.blend
Thank you for the help !
Yes, I'm in 3D View. I don't see anything weird, but of course... who knows what I'm looking at. I will keep reading.
I had previously posted the wrong link for my file
this is the correct link:
http://www.iblues.cc/download/other/TestFace.blend
Thank you for the help !
iblues- Posts : 15
Join date : 2008-10-21
RE: SIO2 Exporter v0.1.2 export error on Mac OS X 10.5
Hi,
I have been trying lots of things. I'm not sure what's wrong with the file.
It's able to render well but I can't exported to SIO2. I have posted the link of the file, to see if anyone can give me a hand.
Thanks,
Francisco
I have been trying lots of things. I'm not sure what's wrong with the file.
It's able to render well but I can't exported to SIO2. I have posted the link of the file, to see if anyone can give me a hand.
Thanks,
Francisco
iblues- Posts : 15
Join date : 2008-10-21
SIO2 Exporter v0.1.2 export error on Mac OS X 10.5
I was able to imported. There was an extra texture giving me problems.
I deleted and that worked.
Thanks
I deleted and that worked.
Thanks
iblues- Posts : 15
Join date : 2008-10-21
Similar topics
» SIO2 Export Plug-in Syntax Error
» Blender Export Python error
» Blender exporter doesn't export physical constraints?
» Compressed Textures from Apple's texturetool
» sio2 export format spec?
» Blender Export Python error
» Blender exporter doesn't export physical constraints?
» Compressed Textures from Apple's texturetool
» sio2 export format spec?
Permissions in this forum:
You cannot reply to topics in this forum