THEY ALL SUCK
Moderator: InsideQC Admins
14 posts
• Page 1 of 1
THEY ALL SUCK
Seriously, what 3d editor do you guys use? I've spent an infuriating afternoon trying to make a super-lo-poly model (a Swiss chalet if you must know, <20 tris) for my new game and I'm on the verge of resorting to qMe. This can't be right.
* Sketchup: how the hell do I stop polygons interacting with other objects and making scaling them infuriating?
* Blender: just WTF. How do I make a face and then add back-sides to it? (For the pointy roof)
* Milkshape: least bad so far -- but how can I get my vertices to "snap to grid" instead of the translation itself being snapped? I can't line my points up anymore!
* Truespace: Can't figure out how to create a face or even a vertex. But at least you can manually edit the locations of points.
* Hexagon: can't appear to exactly specify the locations of points and "snapping" only works for a few things.
Essentially I just want something like qMe but less crap (or even just exactly the same but with undo and the ability to save to .x): individual precision vertex editor, the ability to add backfaces, and a simple skinning tool. Is that so hard or am I just too stupid to be allowed near a 3d model editor?
* Sketchup: how the hell do I stop polygons interacting with other objects and making scaling them infuriating?
* Blender: just WTF. How do I make a face and then add back-sides to it? (For the pointy roof)
* Milkshape: least bad so far -- but how can I get my vertices to "snap to grid" instead of the translation itself being snapped? I can't line my points up anymore!
* Truespace: Can't figure out how to create a face or even a vertex. But at least you can manually edit the locations of points.
* Hexagon: can't appear to exactly specify the locations of points and "snapping" only works for a few things.
Essentially I just want something like qMe but less crap (or even just exactly the same but with undo and the ability to save to .x): individual precision vertex editor, the ability to add backfaces, and a simple skinning tool. Is that so hard or am I just too stupid to be allowed near a 3d model editor?
-

lth - Posts: 144
- Joined: Thu Nov 11, 2004 1:15 pm
Re: THEY ALL SUCK
Blender all the way.
Add backsides to a face?
Add -> Mesh -> Plane, and perhaps Faces -> Solidify? Otherwise Extrude.
Add backsides to a face?
Add -> Mesh -> Plane, and perhaps Faces -> Solidify? Otherwise Extrude.
-

goldenboy - Posts: 924
- Joined: Fri Sep 05, 2008 11:04 pm
- Location: Kiel
Re: THEY ALL SUCK
lth wrote:* Blender: just WTF. How do I make a face and then add back-sides to it? (For the pointy roof)
Duplicate the selected face, then Flip Normals. Make sure you don't weld its vetrices afterward. Make sure you turn off "Double sided" so you can see front sides better (and not mistaking back sides for fronts).
Also, the snapping tool's that little magnet button
lth wrote:* Milkshape: least bad so far
Very funny
i should not be here
- leileilol
- Posts: 2783
- Joined: Fri Oct 15, 2004 3:23 am
Re: THEY ALL SUCK
blender.
leileis the one to ask, but I didnt understand his answer.
so and as gb said extrude or solidify.
i believe solidify is now a modifier, so extrude.
knowing the basic ten or so hotkeys will take away much of that frustration.
right click is select.
g is to grab and move
s is to scale
r is to rotate
e to extrude (as a beginner, this is your new best friend)
x is to delete
and tab is to change between modes (namely select object and select vertices...very important to be mindful of this)
iirc ctrl r is add edgeloop..your other best friend
you can hit x y or z to constrain to that angleson any operation
ctrl rmb to lasso select, b to box select and i think c to paint select.
with emulate 3 button mouse on, alt shift rmb and drag to pan
ctrl rmb to rotate around an object
had someone laid those down for me the first time i wouldnt have wanted to break things...so i hope
this helps somebody.
leileis the one to ask, but I didnt understand his answer.
so and as gb said extrude or solidify.
i believe solidify is now a modifier, so extrude.
knowing the basic ten or so hotkeys will take away much of that frustration.
right click is select.
g is to grab and move
s is to scale
r is to rotate
e to extrude (as a beginner, this is your new best friend)
x is to delete
and tab is to change between modes (namely select object and select vertices...very important to be mindful of this)
iirc ctrl r is add edgeloop..your other best friend
you can hit x y or z to constrain to that angleson any operation
ctrl rmb to lasso select, b to box select and i think c to paint select.
with emulate 3 button mouse on, alt shift rmb and drag to pan
ctrl rmb to rotate around an object
had someone laid those down for me the first time i wouldnt have wanted to break things...so i hope
this helps somebody.
-

gnounc - Posts: 424
- Joined: Mon Apr 06, 2009 6:26 am
Re: THEY ALL SUCK
gnounc: lasso is ctrl-lmb, not rmb, but otherwise, great survival guide. However, one important one is missing: f (create edge (2 verts selected) or face (3+verts)).
And then, probably the most important survival tip for blender: #blender @ irc.freenode.net
And then, probably the most important survival tip for blender: #blender @ irc.freenode.net
Leave others their otherness.
http://quakeforge.net/
http://quakeforge.net/
- taniwha
- Posts: 399
- Joined: Thu Jan 14, 2010 7:11 am
Re: THEY ALL SUCK
It really depends what you mean by adding a backface to a face.
Leilei's way will create another face in the same place with an inverted normal.
Solidify (this is now a modifier? in 2.63, it's still a menu option) or extrude will create another face *and* extra faces that connect it to the first (turns it into a threedimensional object).
And to add another great tool to the list: Loop Cut - Ctrl-R. Mouse wheel changes the number of loops.
G (grab) and S (Scale) can move things around locked to an axis; pretty useful. G Z will lock movement to the Z axis, G Shift Z locks it to X and Y axes.
Also snapping the cursor to various places / snapping objects to the cursor can be pretty useful.
Ctrl-Z, Ctrl-Y to undo and redo.
Number pad 1, 3 and 7 for front/side/top views; number pad 5 toggles orthographic / perspective view.
Middle mouse button in 3D viewport rotates the view; Shift-MMB just scrolls the view in 2 dimensions. Shift-D duplicates. Strg-Tab allows you to switch edge/face/vertex mode. Ctrl-E/F/V brings up the edge/face/vertex menus. X deletes stuff. A selects/deselects all.
Leilei's way will create another face in the same place with an inverted normal.
Solidify (this is now a modifier? in 2.63, it's still a menu option) or extrude will create another face *and* extra faces that connect it to the first (turns it into a threedimensional object).
And to add another great tool to the list: Loop Cut - Ctrl-R. Mouse wheel changes the number of loops.
G (grab) and S (Scale) can move things around locked to an axis; pretty useful. G Z will lock movement to the Z axis, G Shift Z locks it to X and Y axes.
Also snapping the cursor to various places / snapping objects to the cursor can be pretty useful.
Ctrl-Z, Ctrl-Y to undo and redo.
Number pad 1, 3 and 7 for front/side/top views; number pad 5 toggles orthographic / perspective view.
Middle mouse button in 3D viewport rotates the view; Shift-MMB just scrolls the view in 2 dimensions. Shift-D duplicates. Strg-Tab allows you to switch edge/face/vertex mode. Ctrl-E/F/V brings up the edge/face/vertex menus. X deletes stuff. A selects/deselects all.
-

goldenboy - Posts: 924
- Joined: Fri Sep 05, 2008 11:04 pm
- Location: Kiel
Re: THEY ALL SUCK
Thank you everyone, I've persisted with Blender simply by dint of googling every single thing I want to do because it seems to work entirely through unmarked shortcuts. I'm making progress at least.
-

lth - Posts: 144
- Joined: Thu Nov 11, 2004 1:15 pm
Re: THEY ALL SUCK
The good news is using blender is like riding a bike: once you learn how...
Also, many of the shortcuts you learn when editing a mesh are useful when editing animation curves or compositor/material nodes.
Leave others their otherness.
http://quakeforge.net/
http://quakeforge.net/
- taniwha
- Posts: 399
- Joined: Thu Jan 14, 2010 7:11 am
Re: THEY ALL SUCK
The thing about the unmarked shortcuts is true... Blender seems to be one of those RTFM type programs. I forget Blender shortcuts all the time and also have to use Google to help me remember them. 
-

goldenboy - Posts: 924
- Joined: Fri Sep 05, 2008 11:04 pm
- Location: Kiel
Re: THEY ALL SUCK
If you keep forgetting them, then you don't use them enough
The ones I used a lot are in my muscle memory 
Leave others their otherness.
http://quakeforge.net/
http://quakeforge.net/
- taniwha
- Posts: 399
- Joined: Thu Jan 14, 2010 7:11 am
Re: THEY ALL SUCK
I am sure all suggestions on this thread are really good, but IMO the problem with current 3d modelling tools is that they require a lot of time to learn the basics, let alone master.
As goldenboy said, Blender is powerful but far from "friendly", even to intermediate level artists, let alone n00bs like me. And most vertex based modelling tools from the Quake era were pretty straight to use.
As goldenboy said, Blender is powerful but far from "friendly", even to intermediate level artists, let alone n00bs like me. And most vertex based modelling tools from the Quake era were pretty straight to use.
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC
(LordHavoc)
-

frag.machine - Posts: 2090
- Joined: Sat Nov 25, 2006 1:49 pm
Re: THEY ALL SUCK
To be fair, I find QME a lot more horrible than Blender. The latter at least has documentation available.
-

goldenboy - Posts: 924
- Joined: Fri Sep 05, 2008 11:04 pm
- Location: Kiel
Re: THEY ALL SUCK
adding a big comfy colorful side toolbar like maya and 3ds have would go a long way.
if theres not already a plugin for that, there damn well should be.
if theres not already a plugin for that, there damn well should be.
-

gnounc - Posts: 424
- Joined: Mon Apr 06, 2009 6:26 am
Re: THEY ALL SUCK
i like max, iv just found that its best you just find a tool you're comfortable with if you're just a hobbist
-

ceriux - Posts: 2223
- Joined: Sat Sep 06, 2008 3:30 pm
- Location: Indiana, USA
14 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest