Importing to blender from other 3D drawing software
4 posters
Importing to blender from other 3D drawing software
I'm new to using blender, sio2 and 3D graphics in general. I've found that wings3D has a much lower learning curve than blender as far as building objects, adding textures and etc.
I've been able to export drawings as .3ds from wings3D and then import them into blender with little issue (granted this is with no textures) and from there using tutorial2 I can get my drawing to display.
However, if I try to add textures in wings3D and then export to blender using .3ds I can get the object to appear in blender (granted without the texture) but when I export to .sio2 it fails when it tries to find the material file. I checked the .sio2 zip and saw there was not file in the images folder. I tried to manually put in my texture, but I tutorial2 still fails.
Should I be attempting to do texturing in a different tutorial? I haven't moved on from 2 because I wanted to get this basic proof of concept to work.
the texture is a .bmp with 512x512 dimensions
thanks
I've been able to export drawings as .3ds from wings3D and then import them into blender with little issue (granted this is with no textures) and from there using tutorial2 I can get my drawing to display.
However, if I try to add textures in wings3D and then export to blender using .3ds I can get the object to appear in blender (granted without the texture) but when I export to .sio2 it fails when it tries to find the material file. I checked the .sio2 zip and saw there was not file in the images folder. I tried to manually put in my texture, but I tutorial2 still fails.
Should I be attempting to do texturing in a different tutorial? I haven't moved on from 2 because I wanted to get this basic proof of concept to work.
the texture is a .bmp with 512x512 dimensions
thanks
aputman- Posts : 11
Join date : 2009-03-16
Re: Importing to blender from other 3D drawing software
SIO2 does not support .bmp, check tutorial03 for more information...
Re: Importing to blender from other 3D drawing software
I've been messing around with tutorial03 all day, and I can't get a texture to appear on my object once I have loaded the texture.
I can follow all the steps exactly until the point where you select the image in the UV mapping window. At which point the image appears, but it is not highlighted with blue, nor is there a cursor indicator in the bottom left corner. I am using blender version 2.48. I can't seem to get any sort of blue highlighting to appear.
when I switch to the texture view the purple select shading on the cube changes a bit, but I see no texture applied to any surface.
Any thoughts?
I can follow all the steps exactly until the point where you select the image in the UV mapping window. At which point the image appears, but it is not highlighted with blue, nor is there a cursor indicator in the bottom left corner. I am using blender version 2.48. I can't seem to get any sort of blue highlighting to appear.
when I switch to the texture view the purple select shading on the cube changes a bit, but I see no texture applied to any surface.
Any thoughts?
aputman- Posts : 11
Join date : 2009-03-16
Re: Importing to blender from other 3D drawing software
the video tutorials are mostly made with 2.47 but its the same thing in 2.48...
Check the video tutorial04 Im applying alot of textures in that one that might help...
Check the video tutorial04 Im applying alot of textures in that one that might help...
Re: Importing to blender from other 3D drawing software
i've been working through the tutorials and started to make my own environments.
initially i started with worlds similar to that in tutorial 6. and imported a 3ds model which worked fine.
i then moved on to create a world similar to that in tutorial 9 and attempt to import the same 3ds model, but this time i am recieving a EXC_BAD_ACCESS error when i attempt to run the project. this error occurs in void sio2ResourceGenId( SIO2resource *_SIO2resource ).
is anyone that is more familiar with both these tutorials able to suggest potential problems with this model. sorry i know this is a very vague question
initially i started with worlds similar to that in tutorial 6. and imported a 3ds model which worked fine.
i then moved on to create a world similar to that in tutorial 9 and attempt to import the same 3ds model, but this time i am recieving a EXC_BAD_ACCESS error when i attempt to run the project. this error occurs in void sio2ResourceGenId( SIO2resource *_SIO2resource ).
is anyone that is more familiar with both these tutorials able to suggest potential problems with this model. sorry i know this is a very vague question
spoboyle- Posts : 12
Join date : 2009-04-08
Age : 43
Location : manchester, uk
Re: Importing to blender from other 3D drawing software
Are you sure the correct .sio2 file is in your Resources folder, in XCode?
Best,
-j
Best,
-j
meteors- Posts : 241
Join date : 2008-11-08
Location : Sunny Florida
Re: Importing to blender from other 3D drawing software
Make sure that you are binding all the appropriate resources that you export... instead resources might be assigned but not linked it is important to link them all using the various bind functions such as:
sio2ResourceBindAllImages( sio2->_SIO2resource );
sio2ResourceBindAllSoundBuffers( sio2->_SIO2resource );
sio2ResourceBindAllMaterials( sio2->_SIO2resource );
sio2ResourceBindAllMatrix( sio2->_SIO2resource );
sio2ResourceBindAllIpos( sio2->_SIO2resource );
// Then generate the IDs
sio2ResourceGenId( sio2->_SIO2resource );
// BindAllSounds is a bit special and have to be called AFTER GenID
sio2ResourceBindAllSounds( sio2->_SIO2resource );
Hope this help!
sio2ResourceBindAllImages( sio2->_SIO2resource );
sio2ResourceBindAllSoundBuffers( sio2->_SIO2resource );
sio2ResourceBindAllMaterials( sio2->_SIO2resource );
sio2ResourceBindAllMatrix( sio2->_SIO2resource );
sio2ResourceBindAllIpos( sio2->_SIO2resource );
// Then generate the IDs
sio2ResourceGenId( sio2->_SIO2resource );
// BindAllSounds is a bit special and have to be called AFTER GenID
sio2ResourceBindAllSounds( sio2->_SIO2resource );
Hope this help!
Re: Importing to blender from other 3D drawing software
thank you guys, your ability to resolve that issue with the vaguest of descriptions is nothing short of genius.
the problem was that tutorial 9 does not contain any textured objects and so sio2ResourceBindAllImages( sio2->_SIO2resource ) is never called in the tutorial template; where as my 3ds file was textured. fixing the issue was as simple as adding this line to template.mm.
right back to the project to learn more, hopefully i can return the favor one day.
the problem was that tutorial 9 does not contain any textured objects and so sio2ResourceBindAllImages( sio2->_SIO2resource ) is never called in the tutorial template; where as my 3ds file was textured. fixing the issue was as simple as adding this line to template.mm.
right back to the project to learn more, hopefully i can return the favor one day.
spoboyle- Posts : 12
Join date : 2009-04-08
Age : 43
Location : manchester, uk
Similar topics
» a problem with blender, when i run the blender on leopard prompt "not enough VRAM"
» Drawing polylines
» Hair like Blender?
» Problem with drawing on the screen in a 3d game
» Blender 2.48
» Drawing polylines
» Hair like Blender?
» Problem with drawing on the screen in a 3d game
» Blender 2.48
Permissions in this forum:
You cannot reply to topics in this forum