Page 8 of 10

Re: [Unsupported] Blender plugin v1.12

Posted: Wed Feb 01, 2012 7:23 pm
by Alain
OK, thank you guys. I removed all Texturepathproblems but I still have this Error:
Bildschirminhalt erfassen-1.jpg
What means this Error ?

Kind regards
Alain

Re: [Unsupported] Blender plugin v1.12

Posted: Wed Feb 01, 2012 10:04 pm
by yoyoz
it seems that the temporary mtl file is already in use at the moment you're trying to export. The plugin first creates the mtl and obj files using temporary names (so during an animation the next frame can be exported while the current one is rendered) and then rename them to the proper names.

It's a bit strange as the newly created temporary mtl file cannot be in use at this time and the destination should already have been removed 2 lines earlier... I can hardly imagine what's happening here.

Please remove existing obj and mtl files and try again.

Re: [Unsupported] Blender plugin v1.12

Posted: Thu Feb 02, 2012 5:00 am
by Alain
Thank you yoyoz !
Everthing works fine now :-)

Kind regards
Alain

Re: [Unsupported] Blender plugin v1.12

Posted: Tue Feb 14, 2012 8:36 pm
by Synthercat
My work flow was :

1: edit on blender
2: Render still image
3: work on Octane
4: save Octane scene
5: Close octane
6: goto 1

Untill I did a UV map (I had already some UV on my scene when it worked)
and now it says this :

I tried deleting mtl and obj but it does work...
If I bypass the export do just the obj export on blender instead of the "render still imager"
the file works on Octane BUT... then step 4 cannot be done! It sais something about permission...
Thank you for caring blender mate!

Re: [Unsupported] Blender plugin v1.12

Posted: Tue Feb 14, 2012 8:59 pm
by pixelrush
Possibly there is an image/name/path somewhere that contains a non Latin letter, something like a รง
Look at the last UV map you did before it broke.

Re: [Unsupported] Blender plugin v1.12

Posted: Wed Feb 15, 2012 8:00 am
by Synthercat
Pixelrush I am pretty sure I didn't use a Greek letter (You knew I am Greek?)
Besides the octane permision error I mentioned doesn't mean anything?!?

Re: [Unsupported] Blender plugin v1.12

Posted: Wed Feb 15, 2012 9:27 am
by pixelrush
I am doing my best to be helpful but it isnt a paid support position ;)
I am reading your console about the unicode decode issue.
I supposed there would be an unusual character there somewhere....
Good luck with it.

Re: [Unsupported] Blender plugin v1.12

Posted: Wed Feb 15, 2012 9:55 pm
by roeland
byte '0x9a' definitely means one of the files contains a non-ascii character. It is apparently using windows-1253, which is the Greek windows code page. '0x9a' is indeed not a valid value in this code page. You will need to find out what file it's trying to read, and either convert this to windows-1253 or remove the character.

--
Roeland

Re: [Unsupported] Blender plugin v1.12

Posted: Thu Feb 16, 2012 6:18 am
by yoyoz
it is reading the ocs file. Please post a copy so I can check where is the wrong character.

Re: [Unsupported] Blender plugin v1.12

Posted: Sun Feb 19, 2012 10:08 pm
by steveps3
Looks like to guys and blender.org have finally broken your exporter. I just tried the latest BMesh SVN and when I exported I got all sorts of texture artefacts very similar to those reported in other posts when the answer has always been that they are exporting at the wrong scale. I've tried resizing my model with no luck. Looks like I will just have to leave BMesh alone for the time being.