By all means ignore this link. I seriously had to add it up here because I am quoting this link so god damn much.
Download Blender 2.49b with preinstalled Python and DTS Exporter (32bit) (Download, extract, run and export. Simple as that.)
Download Blender 2.49b with preinstalled Python and DTS Exporter (64bit) (Download, extract, run and export. Simple as that.)
/!\ NOTICE /!\
As of
Blender 2.63.0 (Official stable release available on the Blender site) the core mechanics of Blender have been greatly improved. Blender now supports single faces that have more than 4 or 3 edges/vertices called "n-gons". So for example an octagon with 8 vertices and 8 edges could be a single face. Before you would have needed to construct this octagon from 8 or 6 triangles or 3 quads.
From left to right: A triangle "tri", a square "quad", an octagon "8-gon" (single face!), and an octagon constructed of 3 quads.
Obviously these n-gons are not supported in Blockland but
they are not supported in any older versions of Blender either. This new feature is called BMesh and it completely reworked the entire polygon modeling aspect of Blender. This also affects the .blend saves.
In order to open .blend files saved in Blender 2.63 or newer with older Blender versions you need to save the file again with
Legacy Mesh Format. Please note that this gets rid of all ngons in the save. To save with Legacy Mesh Format, go to
File > Save As... or press
Ctrl + Alt + S and check the Legacy Mesh Format checkbox.
If you have any questions regarding Blender I would be more than happy to answer you. I primarily support the latest version but I can provide some support for version 2.49 too. I am not a Python scripter, don't ask me how the scripts work.
All protips are for Blender 2.5 unless otherwise noted.
THE BLENDER DTS EXPORTER ONLY, LET ME REPEAT, ONLY WORKS WITH BLENDER 2.49b.
Protips
Vertex (Plural: Vertices)
Edge, only between 2 vertices | Face, can only be formed in between of 3 or more vertices
Mesh, but can also be referred as model or object |
- In the Space menu you do not necessarily need to type in the full name of the action you wish to perfom. For example if you wish too add a cube, you could type in Add Cube and select it or you could simply type in cube and it will display all actions with "cube" in the name.
- In 3D view, press Z on your keyboard to quickly change between solid and wireframe.
- In 3D view, press Ctrl + TAB on your keyboard to quickly change between vertex, edge and face select modes.
- In 3D view, press TAB on your keyboard to quickly change between object and edit modes.
- In 3D view, you can select anything (Lamps, cameras, meshes, vertices etc.) and press M on your keyboard to quickly move it to a separate layer. This helps you keep the scene clear. I like moving the camera and light to a separate layer. Pres Shift + 0-9 to show two or more layers at once.
- In 3D view, press Shift + A on your keyboard to easily add new meshes.
- To scale your mesh/parts of your mesh simply select it/them, press S on your keyboard and move your mouse. Alternatively you can type in numbers if you want more precise scaling. The scaling percentage can be seen in the bottom left of the 3D view.
- Shift + S has a lot of useful snapping options.
- Shift + Ctrl + Alt + C is a good shortcut to remember for centering meshes.
Questions & Answers (Blender 2.5+)
Q: My model lighting is all screwed up! The colors are dimmer at random parts and there are shadows in weird places. The world is ending!
A: This is caused by scaling your mesh in
object mode. But worry not! It can be easily fixed so there is no need to avoid scaling in
object mode. To make your life easier, your model needs to be all one mesh. If you modeled in separate meshes, I suggest you save a backup first if you wish to continue modeling.
First of all select all of your model, excluding lamps; cameras and others; just select the meshes. Now press
Ctrl + J to
join them together. Usually joining separate parts of a model together, depending on the model, causes
double vertices which tend to cause problems. To get rid of these select your mesh, go to
edit mode, select all of your mesh (To be sure, press
A on your keyboard once or twice.) and in the toolbar go to
Mesh > Vertices > Remove Doubles. One problem down, one to go.
Now, in
object mode, add a new cube mesh (Either by pressing
Space and searching for
Add Cube or by
Shift + A) and scale it so your entire mesh is inside the cube. Now read carefully this next part is very important. While you are in
object mode, deselect everything (By pressing
A once or twice), select
YOUR MESH FIRST and then select the
CUBE SECOND. Got that? Your mesh first, cube second. Now press
Ctrl + J to
join these two meshes together. Go to
edit mode and select the cube vertices/edges/faces, whatever floats your boat, and delete them by pressing
Delete or
X. Now your model is model is all neat and ready for exporting.
If you are still experiencing these problems it means your model has inverted normals. But I'll get to those later.
Q: How do I add materials (color) to my mesh?
A: First things first. The only thing that matters is the material name. It doesn't matter what color it is, what sort of specularity it has or anything else. None of those will get exported, only the material name. So any color you add to your model in Blender is purely for Blender. I helps you with modeling, but that's all.
To add a new
material to your mesh/part of your mesh select it, go to the
Material tab in the toolbar on the right and click
New. By default, it is named Material. Change it to your liking and your good to go for exporting.
If you want to have the color in Blender, then simply change the
Diffuse color. If you do not understand RGB/HEX color system work, please Google it because that is something everyone using a computer should know. It's computer 101.
Q: My model isn't moving in first person in Blockland. Like swinging the sword. What to do? (Parenting meshes)
A: You need to have two
empties in your model called
Shape and
Detail32. To add an
empty press
Shift + A on your keyboard and select
empty. For some reason I have been unable to find the
empty mesh from the
Space menu. Do not move the empties, let them be in the center on the scene on top of each other. Once you have two
empties, name one of them
Shape by going to the toolbar on the right and clicking the
Object tab. The name is in the topmost text box right of the orange cube icon. Now name the other one
Detail32.
Now select all of your mesh, including
armatures (I'll get to those later.), and parent them to
Detail32. To
parent one mesh to another, first you need to select the
child mesh which in this case is your whole mesh. Then go to
Object tab in the master toolbar and in the Relations tab there is a text box titled
Parent. In this box type
Detail32. Now your mesh (The
child mesh) is parented to
Detail32 (The
parent mesh).
Once all of your mesh is parented to
Detail32, select the
Detail32 empty mesh and parent it to the
Shape empty.
Q: Help! My mesh suddenly vanished!
A: You must have accidentally pressed
H which
hides the selected mesh (parts). Press
Alt + H to
unhide. Or you could have moved it to another
layer. Press the numbers
0-9 on your keyboard to change the visible layer. If you see your mesh in one of those layers, simply select it, press
M and the select a layer by either clicking one of the boxes or pressing numbers
0-9.
Q: How do I set a
background image?
A: I like step by step guides.
- In 3D view, press N on your keyboard.
- Check Background Images and open the menu.
- Click Add Image and open the menu by clicking the little arrow left of "Not Set".
- Click Open and find your image.
- Now you can adjust the image size, transparency and on what axes/views it will be displayed.
Q: How to hide the dotted line between child and parent meshes?
A: In 3D view, press
N on your keyboard and uncheck
Relationship Lines.
Q: How do I add
curves?
A: This is a rather advanced feature in comparison and doesn't have all too many uses for modeling for Blockland. Simply press Shift + A and select curve or press
Space and search for
curve.
Q: I moved the
3D cursor by accidentally clicking the left mouse button. How do I move it back to the center of the scene? This little fella:
A: A very common accident indeed. Simply press Space and type in
Snap Cursor to Center. Or press
Shift + S.
Q: How do I
snap to grid when I'm
editing my mesh? (
Moving, scaling rotating etc.)
A: In the 3D View toolbar there is a little button that looks like a magnet called "Snap during transform". Click that and select
Increment from the
Snap Element menu next to that button.
Q: How do
snap a mesh/parts of mesh to
grid?
A: I highly suggest you go to
Ortographic view mode by pressing 5 on the
numpad once or twice then to front/right/top view with 2, 3 or 7 on the
numpad. (Note: If you do not have a
numpad, get one. Or change the view with the
View menu in the
3D view menu.) Now select your mesh/part of your mesh, press
Space, search for
Grid and select
Snap Selection to Grid. Please note that this can be to single vertices too. Or press
Shift + S.
Q: How do I
move meshes/lamps/materials/anything
from one save to another?
A: It is called
appending and it is really easy. In the main toolbar go to File > Append, find your save and open it. Inside the save there a multitude of folders, but what you need is the "Object" folder which contains all the meshes in the save. Of course
appending other things than meshes work too. Open the Object folder, select all the meshes you wish to append and press the
Link/Append from Library button at top right.
Q: How do I
bevel meshes?
A: Select your mesh and in the main toolbar go to
Modifiers tab. Click
Add Modifier and select
Bevel under the
Generate list. When you're done editing your bevel remember to click
Apply. This is a quick and dirty way to
bevel. I prefer manual
bevelling as it allows more control.
Q: How do I
split meshes? Separate one part of a mesh to make it it's own mesh?
A: Select a part of your mesh (Vertices, faces or edges) and press
P on you keyboard and select
Selection.
Q: How to split and close panels in the
interface?
A: There are a few white lines in a triangular shape in both top right and bottom left of every panel. Click and drag. That's all I can really say as I do not know how it exactly works myself.
Q: How to set the
amount of vertices in a
cylinder or
circle?
A: Add a cylinder or circle, select it in object mode and press
T to open the toolbar on the left. At the very bottom of the toolbar there is a
Add Circle/Cylinder menu, open it and change the amount of vertices.
Q: How to
move objects along specified
axis/axes?
A: Select the object you wish to move (Meshes, lamps, cameras etc.) and press
G to grab it. Now press
X,
Y or
Y to
lock your grabbing to the specified
axis.
Q: How to
merge two different objects together?
A: Select both of your objects and press
Ctrl + J.
Q: How to move the model
origin point back to the center of my model? The point that the model usually rotates around.
A: Select your mesh, press
Space and search for
"Set Origin" then select where you wish to move the model origin point. The options are self explanatory.
Q: How do I display
normals?
A: Select your object and go to
edit mode. Press
N to open a toolbar then select
Mesh Display > Normals: > Face.
Q: How do I
center my model to the
3D cursor/origin point etc.?
A: The keyboard shortcut
Shift + Ctrl + Alt + C has various centering options.
Questions & Answers (Blender 2.49)
Q: How do I change
transparency in
Blender 2.49?
A: The
transparency or
alpha value can be found in the
material settings. (In toolbar: Shading > Material buttons) Look for the
material tab where there four sliders: R, G, B and A. Simply change the A or
alpha slider. The other three sliders are for red, green and blue colors.
Q: How do I
assign multiple materials to a
single mesh in
Blender 2.49?
A: I am assuming your mesh already has one material assigned to the whole mesh. Now select the faces you wish to assign a new material to, go to the
editing tab (F9) and in the
Links and Materials box click
New and
Assign buttons. Your selected faces now have that new
material assigned to them. Now you simply modify that new
material to your liking.
Q: How do I
split meshes? Separate one part of a mesh to make it it's own mesh in
Blender 2.49?
A: Select a part of your mesh (Vertices, faces or edges) and press
P on you keyboard and select
Selected.