Add a material and name it whatever you wish. Add a texture. In the Map Input tab, select UV. Then, in the texture buttons, load in the texture you want as an image.
Is alpha turned on in the Map To tab in the material buttons? Also, is ZTransp in the Mirror Transp tab turned on? (They both need to be in order for alpha to render.)
(i also had to change the blend more to Multiply in Map To but now the alpha renders excellently.) Hair tutorial
RMB = move 3d cursor
LMB = select
SHIFT + MMB = Rotate
MMB = Pan
MMB to Split window
SCROLLWHEEL to zoom
Scenes
CTRL + L to send object between scenes then use the ‘U’ key to “make single user”
Viewports
1,3,5,7,9 use the CTRL key for the opposite view. 0 = camera / SHIFT+0 = selected object is the camera.
SHIFT + F to go into fly mode (while looking through camera)
LMB to go forward, MMB to go backward.
SPACEBAR to keep the orientation.
ESCAPE to cancelSHIFT+V (in Edit Mode) = orient camera to selected.
Manipulating Objects
in all cases hitting X, Y, or Z constrains to axis and CTRL constrains to pretty increments
G = move
R = rotate
S = scale / ALT+S = scale along normal
Holding the CTRL key constrains the rotation to 5° increments
Holding the SHIFT key allows you to choose more than one axis.
Blender Creator has no innate concept of real-world units, so 1 “Blender Unit “ can be considered equal to any size you like. When using your model in this template, however, 1 meter of your model should be equal to 1 Blender Unit.
If you know the ratio of meters to the original units of the model, you can press the N key and type the scale factor into each of the SizeX, SizeY, and SizeZ number buttons.
Holding the Shift key will allow you to select multiple objects. Pressing the B key will allow you to drag a selection box around objects. The A key will select or deselect all objects.
H = hide / ALT+H = show
P key in edit mode with vertexes selected SEPARATES the object.
L selects the whole object if you have a few verts selected already.
ALT + D = Instance an Object
SHIFT + D = Copy an Object
3d Cursor
C Centers window on 3D cursor
Shift-C Puts cursor on origin and window on home, Object, Edit
Shift-S Calls up the Snap menu, Object, Edit
LMB* Sets 3D cursor, 3D
Pivot Point
hit F9 buttons Centre, Centre New, Centre Cursor center new will shift the pivot to the center of the geometry, center cursos will place the pivot where the 3D cursor is located.
Edge, Face, Vertex options
Notes: switch between modes with CTRL + TAB + 1/2/3
You can also enter Rotate mode by drawing a circular line.
You can also enter scale mode by drawing a V-shaped line.
You can also enter grab mode by drawing a straight line.
Duplidingen
to use dupliverts feature, parent the objects and turn it on.
SHIFT + CTL + A - KEY to make dupliobjects real.Understanding Blender Dupliverts [4]
Datablock
to replace one object with a different object without losing the original objects materials, animation, etc.
with your mesh selected, go into edit buttons.
in the ‘Link and Materials’ panel, it’s the drop down menu in the top left. it begins with ME: YourObjectName
select any other mesh object from the list that appears, and your currently selected object will use that mesh data instead.
note, when you edit the mesh now, you will also edit at once any other objects that share this mesh data. this is because you are simply editing the datablock. The objects you see on your screen are simply users of the datablock. materials, animation curves, and many other entities in blender can be relinked in this manner. go the the outliner and choose show OOPs schematic to see a graphical representation of these relationships.