FORUM CLOSED, PLEASE REGISTER AT FORUM.SIO2INTERACTIVE.COM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

SIO2 Exporter v0.1.2 export error on Mac OS X 10.5

2 posters

Go down

SIO2 Exporter v0.1.2 export error on Mac OS X 10.5 Empty SIO2 Exporter v0.1.2 export error on Mac OS X 10.5

Post  iblues Tue Oct 21, 2008 6:04 pm

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

iblues

Posts : 15
Join date : 2008-10-21

Back to top Go down

SIO2 Exporter v0.1.2 export error on Mac OS X 10.5 Empty Re: SIO2 Exporter v0.1.2 export error on Mac OS X 10.5

Post  sio2interactive Tue Oct 21, 2008 9:13 pm

.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 Wink
sio2interactive
sio2interactive

Posts : 1526
Join date : 2008-08-26
Age : 44
Location : Shanghai

http://sio2interactive.com

Back to top Go down

SIO2 Exporter v0.1.2 export error on Mac OS X 10.5 Empty New error with Export to SIO from Blender on MAC OS X 10.5

Post  iblues Tue Oct 21, 2008 9:20 pm

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


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

Back to top Go down

SIO2 Exporter v0.1.2 export error on Mac OS X 10.5 Empty Re: SIO2 Exporter v0.1.2 export error on Mac OS X 10.5

Post  sio2interactive Tue Oct 21, 2008 9:24 pm

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.
sio2interactive
sio2interactive

Posts : 1526
Join date : 2008-08-26
Age : 44
Location : Shanghai

http://sio2interactive.com

Back to top Go down

SIO2 Exporter v0.1.2 export error on Mac OS X 10.5 Empty Re: SIO2 Exporter v0.1.2 export error on Mac OS X 10.5

Post  iblues Wed Oct 22, 2008 5:43 am

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

iblues

Posts : 15
Join date : 2008-10-21

Back to top Go down

SIO2 Exporter v0.1.2 export error on Mac OS X 10.5 Empty Re: SIO2 Exporter v0.1.2 export error on Mac OS X 10.5

Post  sio2interactive Wed Oct 22, 2008 7:59 am

viewport = 3D View, and you can see the name of the current selected object regardless of its type...
sio2interactive
sio2interactive

Posts : 1526
Join date : 2008-08-26
Age : 44
Location : Shanghai

http://sio2interactive.com

Back to top Go down

SIO2 Exporter v0.1.2 export error on Mac OS X 10.5 Empty Re: SIO2 Exporter v0.1.2 export error on Mac OS X 10.5

Post  iblues Wed Oct 22, 2008 9:31 am

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 !

iblues

Posts : 15
Join date : 2008-10-21

Back to top Go down

SIO2 Exporter v0.1.2 export error on Mac OS X 10.5 Empty RE: SIO2 Exporter v0.1.2 export error on Mac OS X 10.5

Post  iblues Wed Oct 22, 2008 12:21 pm

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

iblues

Posts : 15
Join date : 2008-10-21

Back to top Go down

SIO2 Exporter v0.1.2 export error on Mac OS X 10.5 Empty SIO2 Exporter v0.1.2 export error on Mac OS X 10.5

Post  iblues Wed Oct 22, 2008 1:21 pm

I was able to imported. There was an extra texture giving me problems.

I deleted and that worked.

Thanks

iblues

Posts : 15
Join date : 2008-10-21

Back to top Go down

SIO2 Exporter v0.1.2 export error on Mac OS X 10.5 Empty Re: SIO2 Exporter v0.1.2 export error on Mac OS X 10.5

Post  sio2interactive Wed Oct 22, 2008 5:23 pm

Glad to hear that everything is fine now Wink
sio2interactive
sio2interactive

Posts : 1526
Join date : 2008-08-26
Age : 44
Location : Shanghai

http://sio2interactive.com

Back to top Go down

SIO2 Exporter v0.1.2 export error on Mac OS X 10.5 Empty Re: SIO2 Exporter v0.1.2 export error on Mac OS X 10.5

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum