Well done indeed! And welcome to the Friendliest Boards This Side Of Riedquat™! Awesome first post.DaddyHoggy wrote:Well done!blm768 wrote:The current workflow for exporting meshes looked a little tedious, so I took an afternoon and wrote a script that exports a Blender mesh directly to a .dat file.
https://gist.github.com/blm768/6059892
Blender 3d Modeling Tutorials
Moderators: winston, another_commander
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
Re: Blender 3d Modeling Tutorials
- submersible
- Commodore
- Posts: 264
- Joined: Thu Nov 10, 2011 7:49 am
Re: Blender 3d Modeling Tutorials
Wow - nice one!blm768 wrote:The current workflow for exporting meshes looked a little tedious, so I took an afternoon and wrote a script that exports a Blender mesh directly to a .dat file.
https://gist.github.com/blm768/6059892
The mesh tools moved along with everything else into git - your gist would really like to live at
https://github.com/OoliteProject/oolite-mesh-converters
Povray Planets - Planet textures for your galaxy
- submersible
- Commodore
- Posts: 264
- Joined: Thu Nov 10, 2011 7:49 am
Re: Blender 3d Modeling Tutorials
Is this the expected 'complain loudly' behaviour?blm768 wrote:Once it's installed, just select the mesh object you want to export and use File -> Export -> Oolite (.dat). Note that if the model has a UV map, every face must have a texture assigned, or the script will complain loudly. The script might also be somewhat buggy, but I haven't run into any major unfixed bugs yet.
Code: Select all
Traceback (most recent call last):
File "/home/andrewb/.blender/2.62/scripts/addons/oolite-dat.py", line 142, in execute
write(self.filepath)
File "/home/andrewb/.blender/2.62/scripts/addons/oolite-dat.py", line 60, in write
if len(mesh.tessface_uv_textures) > 0:
AttributeError: 'Mesh' object has no attribute 'tessface_uv_textures'
location:<unknown location>:-1
Povray Planets - Planet textures for your galaxy
Re: Blender 3d Modeling Tutorials
Actually, no...submersible wrote:Is this the expected 'complain loudly' behaviour?Code: Select all
Traceback (most recent call last): File "/home/andrewb/.blender/2.62/scripts/addons/oolite-dat.py", line 142, in execute write(self.filepath) File "/home/andrewb/.blender/2.62/scripts/addons/oolite-dat.py", line 60, in write if len(mesh.tessface_uv_textures) > 0: AttributeError: 'Mesh' object has no attribute 'tessface_uv_textures' location:<unknown location>:-1
I'm guessing that that error is caused by an API change that happened sometime after Blender 2.62. This script is based on an exporter that I wrote a while back, but I probably updated it without bumping the version requirement. If I recall correctly, 2.63 was when many of the API changes were made, so I'll bump the version requirement to that.
And yes, my script really would like to live in that repository; it's starting to feel lonely. I probably should put in a pull request or something.
Re: Blender 3d Modeling Tutorials
Has anyone tried the newest version of Blender, which is 2.65? I could not get it to set up the way I had 2.63. I guess the modeling was about the same, though some very familiar controls were slightly changed. It was when I went to unwrap, and texture when I hit a wall. I mean that nearly literally. In 2.63, and previous versions, I was able to unwrap the model and then manipulate the vertices on the UV Image Editor map, so certain colors didn't bleed over into other parts of the model. 2.65 would not allow this. In fact, I couldn't get it to do anything other than unwrap, and paint. I've removed 2.65, and reinstalled 2.63. What a relief. I feel like I've returned home. I'm interested in other opinions on 2.65. Maybe someone can set me straight with it.
- Staer9
- ---- E L I T E ----
- Posts: 570
- Joined: Fri Feb 18, 2011 4:53 pm
- Location: Hatfield, Hertfordshire (poor industrial)
Re: Blender 3d Modeling Tutorials
you can hit "g" to free-transform, that should also work on the unwrap panel
after you install it can should be able to click "use old settings" (or something like that)
personally I use blender 2.69 (newest from their site http://www.blender.org/download/)
although rumor has it that a new version is in development with a completely different UI, that'll probably be a while though
after you install it can should be able to click "use old settings" (or something like that)
personally I use blender 2.69 (newest from their site http://www.blender.org/download/)
although rumor has it that a new version is in development with a completely different UI, that'll probably be a while though
Re: Blender 3d Modeling Tutorials
Hmm, I like the way it's set up in 2.63. Guess I'm kind of a retro-grouch. I'll have to think about the newer versions some more. Thanks for the info, Staer9.
- Staer9
- ---- E L I T E ----
- Posts: 570
- Joined: Fri Feb 18, 2011 4:53 pm
- Location: Hatfield, Hertfordshire (poor industrial)
Re: Blender 3d Modeling Tutorials
If you've got used to something it makes far more sense to stick with it,mandoman wrote:Hmm, I like the way it's set up in 2.63. Guess I'm kind of a retro-grouch. I'll have to think about the newer versions some more. Thanks for the info, Staer9.
in terms of usefulness in shipmaking the newer builds offer no real improvements, most of the work tends to be done in the animation and rendering end (which never gets used while making ships)
I use blender for a bunch of things though so I tend to stick to the newest stable build
Re: Blender 3d Modeling Tutorials
Did you make that avatar you use? That is cool. I've thought about reading some tutorials on how to make animations with Blender. Maybe I'll give it a shot sometime.
- Staer9
- ---- E L I T E ----
- Posts: 570
- Joined: Fri Feb 18, 2011 4:53 pm
- Location: Hatfield, Hertfordshire (poor industrial)
Re: Blender 3d Modeling Tutorials
sadly no, I just cropped a GIF that I found on the internet and made it forum suitable,mandoman wrote:Did you make that avatar you use?
I recon that I probably could make an avatar like that...
/offtopic/ I use blender to make stuff like this most of the time:
Blender internal renderer is a pretty powerful beast
/offtopic/
Re: Blender 3d Modeling Tutorials
Wow, I want one of those in my Ooniverse!
Re: Blender 3d Modeling Tutorials
Fantastic, Staer9. Now THAT is artistry at it's finest.
- Griff
- Oolite 2 Art Director
- Posts: 2483
- Joined: Fri Jul 14, 2006 12:29 pm
- Location: Probably hugging his Air Fryer
Re: Blender 3d Modeling Tutorials
wow, that's really great Staer9
Wiki homepage for my OXP: http://wiki.alioth.net/index.php/Griff_Industries
- Arexack_Heretic
- Dangerous Subversive Element
- Posts: 1876
- Joined: Tue Jun 07, 2005 7:32 pm
- Location: [%H] = Earth surface, Lattitude 52°10'58.19"N, longtitude 4°30'0.25"E.
- Contact:
- spud42
- ---- E L I T E ----
- Posts: 1576
- Joined: Wed Mar 26, 2014 10:11 am
- Location: Brisbane,Australia
Re: Blender 3d Modeling Tutorials
so after 13 pages i find the the reason i cant set it up like the first page is.... its different... just downloaded 2.70.Staer9 wrote:you can hit "g" to free-transform, that should also work on the unwrap panel
after you install it can should be able to click "use old settings" (or something like that)
personally I use blender 2.69 (newest from their site http://www.blender.org/download/)
although rumor has it that a new version is in development with a completely different UI, that'll probably be a while though
nothing in the first post about setting up the UI works...just as well they have the older versions still available...off to download 2.63.
Arthur: OK. Leave this to me. I'm British. I know how to queue.
OR i could go with
Arthur Dent: I always said there was something fundamentally wrong with the universe.
or simply
42
OR i could go with
Arthur Dent: I always said there was something fundamentally wrong with the universe.
or simply
42