TheForce.net Jedi Council
Author Topic: ***BLENDER*** Help, forum links, tutorials, etc.
joek1010 
Registered: Feb '04
14821_Piett and Ozzel
Date Posted: 8/4/05 5:49pm Subject: RE: ***BLENDER*** Help, forum links, tutorials, etc.

Jacen13 posted:
Okay, know I have a question. How the HECK do I convert 3ds to .blend?


You can use the import/export python script, but I've found that its still in pretty early stage of development. A better way (albeit, limited) is to download the trial of 3ds max and export to something like dxf, which blender has native support for.


Z-man12 posted:
I can't figure out how to texture objects in blender. Help I am about to go mad. Can you also tell me how to make fur looking surfeces? I was wanting to render some anmials.


Texturing -

1. Select Object (Right Click)

2. Select Shading Panel (The Ball, F5)

COL - Changes Color
Spec- Specularity
A- Alpha

To Apply an Image as a Texture

1. Above steps

2. Select Texture Tab on right

3. Select Add New, to create a texture

4. Select Texture Button (F6)

5. Press Load Image - Select Image File

6. Select Shading (Ball, F5)

7. Select MAP TO tab (by texture tab)

Col - Color
Nor - Bump
Csp - Specularity
Ref - Reflectivity
Spec - Specularity

(For detailed descriptions, hover over button)


FUR -

You can achieve fur several different ways.

- Static Particles

1. Select Object, go into edit mode
2. Select Object
3. On right, select Effects tab
4. Select New Effect
5. Click on BUILD dropdown menu
6. Select Particles
7. Select green STATIC

- Script

Currently down, called Fiber 2.

- Texture Map

http://pages.zoom.co.uk/nick.towers/tutorials/fur_tutorial/fur_tutorial.html

 

-----signature-----
- - - - - - - - - - - - - - - - - - - - - - - - - -
Joe
"If we don't succeed, we run the risk of failure."
- Dan Quayle
- - - - - - - - - - - - - - - - - - - - - - - - - -
Locked Topic | Active Topic Notification | Private Message | Post History
outrider462004 
Registered: Oct '04
22806_Skywalker Saber
Date Posted: 8/21/05 3:23pm Subject: RE: ***BLENDER*** Help, forum links, tutorials, etc.
How do I move an object from one layer to another.

 

-----signature-----
Twisted by the dark side,
young Skywalker has become.
The boy you trained,
gone he is . . .
Consumed by Darth Vader
Locked Topic | Active Topic Notification | Private Message | Post History
joek1010 
Registered: Feb '04
14821_Piett and Ozzel
Date Posted: 8/23/05 3:18pm Subject: RE: ***BLENDER*** Help, forum links, tutorials, etc. - Date Edited: 8/23/05 3:20pm (1 edits total) Edited By: joek1010
Select the object in object mode, and select OBJECT -> Move To Layer (or press m).

A dialog box will appear. Select the layer, then press ok.





Edit: Just caught an error in the fur post. The link should be:

"http://pages.zoom.co.uk/nick.towers/tutorials/fur_tutorial/fur_tutorial.html "

(Quotes were the only way it would link the entire line).

 

-----signature-----
- - - - - - - - - - - - - - - - - - - - - - - - - -
Joe
"If we don't succeed, we run the risk of failure."
- Dan Quayle
- - - - - - - - - - - - - - - - - - - - - - - - - -
Locked Topic | Active Topic Notification | Private Message | Post History
joek1010 
Registered: Feb '04
14821_Piett and Ozzel
Date Posted: 8/27/05 4:09pm Subject: RE: ***BLENDER*** Help, forum links, tutorials, etc.
More Blender Tutorials:

Obvious, but sometimes difficult to find on Blender3d.org:

Blender Tutorial Compilation

Video Tutorials

Blender 3d: Noob to Pro, Wikibook


Noob to Pro

Realistic Planets in Blender
Realistic Planets

Detailing a Ship's Hull in Blender (Requires Scifimeshes Registration, free, easy, worth the awesome tutorial)
Hull Tutorial



TIPS: Things that I couldn't find when I was a noob.

Meshsmoothing


Smooths Entire Object:

1. Select Object in EDIT MODE
2. Press the EDITING button (F9)
3. Under the MESH tab, select SubSur, and then change the drop down box next to it to Catmul-Clark
4. Your Object should now contain more vertices, and look smoother.



- OR -


Smooths Selected Faces:

1. Steps 1-2 Above
2. Select Faces you want to smooth
3. Press W, and then select smooth (you might need to use W -> subdivide first)



Set Smooth


If you render a straight cylinder primitive from the ADD menu, you'll notice that the smooth circle part isn't smooth. To fix/change this (sometimes you'll want to keep it that way):

1. Select Object in EDIT MODE
2. Select Faces you would like to look smooth
a. You can use "b" (the keyboard key) to select faces using a selection box
b. You can use SHIFT to select multiple faces
3. Press the EDITING button (F9)
4. Under the LINKS AND MATERIALS tab, select SET SMOOTH (bottom middle)
IMPORTANT! You won't see anything change in the viewport until you exit edit mode; then the faces will look smooth.



Making Objects Reflect and Changing Alpha Values


This took me forever to figure out. It requires raytracing, so renders will take longer (could be significantly depending on the scene).

1. Select Object to make Reflective/Translucent (Object Mode)
2. Press SHADING button (F5)
3. Go to the MIRROR TRANSP tab (middle tab)
4. For Reflections: Select RAY MIRROR button, and then change RAY MIRROR slider
5. For Alpha/Translucency: Select RAY TRANSP (middle) and then change the A slider on the MATERIAL tab
6. Finally, press SCENE button (F10), and select RAY in RENDER tab
7. Press Render to view results




Important Buttons


When you first look at the Blender Graphical interface, it will look confusing. However this GUI hides a rather intutive, and fast UI that once you master, will make you wonder why other programs aren't like blender. The trick is having one hand on the mouse, and the other on the keyboard to use the shortcut keys. Here are a few that you will probably use the most.

E (Edit Mode): Extrude, use with X,Y,Z to constrict movement
X (Whenever Transforming/Moving Something): Constricts movement to X Axis
Y (Whenever Transforming/Moving Something): Constricts movement to Y Axis
Z (Whenever Transforming/Moving Something): Constricts movement to Z Axis
W (Edit Mode): Specials Menu, You can SMOOTH, SUBDIVIDE, BEVEL, and do several other things
K (Edit Mode): Face Loop Cut, Useful for head modeling, or just adding verts/edges
G (Any Mode): Move Object, use with X,Y,Z to constrict movement
S (Any Mode): Scale Object, use with X,Y,Z to constrict movement
R (Any Mode): Rotate Object, use with X,Y,Z to constrict movement

 

-----signature-----
- - - - - - - - - - - - - - - - - - - - - - - - - -
Joe
"If we don't succeed, we run the risk of failure."
- Dan Quayle
- - - - - - - - - - - - - - - - - - - - - - - - - -
Locked Topic | Active Topic Notification | Private Message | Post History
DVeditor 
Title: Evil Overlord (manager)
Fan Films & Icons

Registered: Dec '01
8081_ILM
Date Posted: 8/27/05 9:34pm Subject: RE: ***BLENDER*** Help, forum links, tutorials, etc.
Awesome - thanks joek! grin

 

-----signature-----
Locked Topic | Active Topic Notification | Private Message | Post History
joek1010 
Registered: Feb '04
14821_Piett and Ozzel
Date Posted: 8/28/05 2:30pm Subject: RE: ***BLENDER*** Help, forum links, tutorials, etc.
No problem!

 

-----signature-----
- - - - - - - - - - - - - - - - - - - - - - - - - -
Joe
"If we don't succeed, we run the risk of failure."
- Dan Quayle
- - - - - - - - - - - - - - - - - - - - - - - - - -
Locked Topic | Active Topic Notification | Private Message | Post History
outrider462004 
Registered: Oct '04
22806_Skywalker Saber
Date Posted: 9/12/05 10:21pm Subject: RE: ***BLENDER*** Help, forum links, tutorials, etc.
On the blender web sight I found something that would alow me to make a person. I am completly lost on how to use it. Any help, cause theres alot of what I am asuming are scripts that I don't understand.

 

-----signature-----
Twisted by the dark side,
young Skywalker has become.
The boy you trained,
gone he is . . .
Consumed by Darth Vader
Locked Topic | Active Topic Notification | Private Message | Post History
joek1010 
Registered: Feb '04
14821_Piett and Ozzel
Date Posted: 9/14/05 9:06pm Subject: RE: ***BLENDER*** Help, forum links, tutorials, etc.
Are you talking about the MakeHuman script?

Make Human

To use, you have to open the script in a text window, in blender, and then execute it. Change the window type to text (on the bottom of the window's bar, to the far left is a drop down menu with window types), load the file, then select execute script (or control-p, I think). It should open the interface.

I'm not sure though how alpha make human is. Last time I downloaded it, there was only a pre alpha release availble. You couldn't do much with it (though the results from earlier versions looked incredible).


Hope this helps!

 

-----signature-----
- - - - - - - - - - - - - - - - - - - - - - - - - -
Joe
"If we don't succeed, we run the risk of failure."
- Dan Quayle
- - - - - - - - - - - - - - - - - - - - - - - - - -
Locked Topic | Active Topic Notification | Private Message | Post History
outrider462004 
Registered: Oct '04
22806_Skywalker Saber
Date Posted: 9/14/05 9:18pm Subject: RE: ***BLENDER*** Help, forum links, tutorials, etc. - Date Edited: 9/14/05 9:22pm (1 edits total) Edited By: outrider462004
this is the link I have. Its at the bottom. I'll try yours.

Edit: Your link dosn't have a download for makeing a human.

 

-----signature-----
Twisted by the dark side,
young Skywalker has become.
The boy you trained,
gone he is . . .
Consumed by Darth Vader
Locked Topic | Active Topic Notification | Private Message | Post History
joek1010 
Registered: Feb '04
14821_Piett and Ozzel
Date Posted: 9/15/05 2:47pm Subject: RE: ***BLENDER*** Help, forum links, tutorials, etc. - Date Edited: 9/15/05 2:49pm (1 edits total) Edited By: joek1010
Here's the download page. Its set up like sourceforge. Each project has a homepage, and a page on the developer's website. The files are all on the developer's website.

Download Files

- What you want is just MakeHuman. Its at the top. Unfortunately, its Alpha Winter, which if I remember correctly has some limited functionality.

EDIT (URL is weird, so you have to copy and paste. I think its the three dashes)
http://feeblemind.homeip.net/dotclear/index.php/2005/04/11/23-didacticiel-modelisation-dun-nouveau-target---modeling-a-new-target ]

- Here's a tutorial that explains what MakeHuman is/does, and shows you how to use it a bit more than my explanation.


 

-----signature-----
- - - - - - - - - - - - - - - - - - - - - - - - - -
Joe
"If we don't succeed, we run the risk of failure."
- Dan Quayle
- - - - - - - - - - - - - - - - - - - - - - - - - -
Locked Topic | Active Topic Notification | Private Message | Post History
outrider462004 
Registered: Oct '04
22806_Skywalker Saber
Date Posted: 9/15/05 8:58pm Subject: RE: ***BLENDER*** Help, forum links, tutorials, etc.
Well its a start. Thanks.

 

-----signature-----
Twisted by the dark side,
young Skywalker has become.
The boy you trained,
gone he is . . .
Consumed by Darth Vader
Locked Topic | Active Topic Notification | Private Message | Post History
artofwot 
Registered: May '03
5999_Anakin
Date Posted: 9/21/05 12:09pm Subject: RE: ***BLENDER*** Help, forum links, tutorials, etc. - Date Edited: 9/21/05 12:11pm (2 edits total) Edited By: artofwot
Beginning Blender: An Introduction: Click Here
An excellent beginner tutorial for Blender 2.3x (and up). It goes over adding basic shapes, adding basic materials and texturs, basic lighting, basic animation, etc.
Oh yeah... err... I wrote it.

Basic Materials And Textures In Blender: Part One: Click Here
A fairly good tutorial on basic materials and textures.
Err... yep, I wrote this one as well.

Modeling A Stargate In Blender: Part One: Click Here
WARNING: Video tutorial... 10 MB and in the Quicktime Format
A fairly good (but deinetly not my best) video tutrial on modeling a rough stargate.
I still haven't gotten time to get the second part up.

Widgets, Widgets, Widgets: Click Here
WARNING: Video tutorial... 3.05 MB and in the Quicktime Format
A pretty good, short tutorial on using widgets inside of Blender.

That's it for now... all of them are written (or recorded) by me.

 

-----signature-----
www.fanfilmengine.com
The ultimate source for filmmaking tutorials.
Locked Topic | Active Topic Notification | Private Message | Post History
DVeditor 
Title: Evil Overlord (manager)
Fan Films & Icons

Registered: Dec '01
8081_ILM
Date Posted: 9/21/05 1:16pm Subject: RE: ***BLENDER*** Help, forum links, tutorials, etc.
Cool stuff! grin

 

-----signature-----
Locked Topic | Active Topic Notification | Private Message | Post History
artofwot 
Registered: May '03
5999_Anakin
Date Posted: 9/21/05 1:26pm Subject: RE: ***BLENDER*** Help, forum links, tutorials, etc.
Thanks! grin

I am planning on doing quite a lot more video tutorials, but with better audio quality (I just got a windscreen for my micophone), better examples... and hopefully in future videos I'll be a bit more organized.

 

-----signature-----
www.fanfilmengine.com
The ultimate source for filmmaking tutorials.
Locked Topic | Active Topic Notification | Private Message | Post History
outrider462004 
Registered: Oct '04
22806_Skywalker Saber
Date Posted: 9/28/05 3:27pm Subject: RE: ***BLENDER*** Help, forum links, tutorials, etc.
I'm looking for a good tutorial on how to make a waterfall in blender. Any help? And no, particals won't do the trick.

 

-----signature-----
Twisted by the dark side,
young Skywalker has become.
The boy you trained,
gone he is . . .
Consumed by Darth Vader
Locked Topic | Active Topic Notification | Private Message | Post History