Blender or...
Moderators: jesterKing, stiv
Blender or...
Hello I am new to blender and have to say that I find it INCREDIBLY complicated and confusing to use.
After an hour work I managed to put in an object, but I cant zoom in yet, I dont know why if I click on it it sometimes rotates or other times moves and why I cannot select the object which has been initially there.
Then I am asking myself: Why does that MS-Dos screen have to be open when I use blender? It only tells me:
"import site" failed; use -v for traceback
sys_init:warning - no sitedirs added from site module.
with that blender, my initial feeling is: I dont want to use it any more. Too complicated and my Bryce is just working fine and easy enough to handle for stupid people like me.
After an hour work I managed to put in an object, but I cant zoom in yet, I dont know why if I click on it it sometimes rotates or other times moves and why I cannot select the object which has been initially there.
Then I am asking myself: Why does that MS-Dos screen have to be open when I use blender? It only tells me:
"import site" failed; use -v for traceback
sys_init:warning - no sitedirs added from site module.
with that blender, my initial feeling is: I dont want to use it any more. Too complicated and my Bryce is just working fine and easy enough to handle for stupid people like me.
-
- Posts: 233
- Joined: Sun Oct 13, 2002 7:37 pm
- Location: University of Minnesota (USA)
- Contact:
You should use the application that works best for what
you want to do.
Blender has a lot of features and is a very complicated package to use. Its something that you going to have to invest a couple of hours learning how to use if you really want to use the program.
You should really sit down with the manual and or online tutorials and get the hang of the program before trying to just do a project.
Here are some great links to get you started if you want to continue learning blender:
http://www.blender3d.org/cms/Using_Blender.80.0.html
you want to do.
Blender has a lot of features and is a very complicated package to use. Its something that you going to have to invest a couple of hours learning how to use if you really want to use the program.
You should really sit down with the manual and or online tutorials and get the hang of the program before trying to just do a project.
Here are some great links to get you started if you want to continue learning blender:
http://www.blender3d.org/cms/Using_Blender.80.0.html
Videos, videos, videos!
Also, you should try checking out the videos tutorials they talk about on the front page of this site (http://www.blender3d.org/cms/Video_Tutorials.396.0.html). They give a great introduction showing you how to move around, place objects and such. They might be helpful 

Couldn't there be an option to disable the console window?
I think for long term windows users it makes the program feel as though it is not fully incorporated in to their desktop (does this make sense?),
The error can be slightly off putting to beginners too. I have never had a need to look at this console window, so it is just an annoyance really (for me).
I think for long term windows users it makes the program feel as though it is not fully incorporated in to their desktop (does this make sense?),
The error can be slightly off putting to beginners too. I have never had a need to look at this console window, so it is just an annoyance really (for me).
On other platforms (unix based), this console dont exist as those prints are directed to the system one, or the launch term depending. The fact is that window dont have support for such a thing. So you need to furnish a replacement.halibut wrote:Couldn't there be an option to disable the console window?
I think for long term windows users it makes the program feel as though it is not fully incorporated in to their desktop (does this make sense?),
integrating the window directly in blender is a bit of work but could be done yes.
hrm
seems simple enough
http://msdn.microsoft.com/library/en-us ... onsole.asp
http://msdn.microsoft.com/library/en-us ... onsole.asp
Code: Select all
#include <stdio.h>
#include <windows.h>
int main (int argc, char* argv[]) {
int tmp;
printf("begin\n");
tmp = FreeConsole();
// so, the console should be gone here, if tmp is non-zero
tmp = AllocConsole();
// tmp zero on failure
printf("whee, new console?\n");
return 0;
}
http://msdn.microsoft.com/library/en-us ... onsole.asp
http://msdn.microsoft.com/library/en-us ... onsole.asp
I have an idea, it would be too hard to build a "Blender Learning Edition"? 
I whant to learn to code so I could do it, mmm and I compiled blender once
ja ja
Ok, the learning edition could have only the basic things, the ones that people learn first. (whit extrude you can do a lot of things)
-Only Raytracing for mirror (easier)
-Extrude, Spin, remove doubles
-SubSurf of course
-Etc, etc, you get the point
So people could learn quickly the things they realy need for a start and then move to -M E G A Blender-
Do you think that this would be easy, just remove interface stuff?

I whant to learn to code so I could do it, mmm and I compiled blender once

Ok, the learning edition could have only the basic things, the ones that people learn first. (whit extrude you can do a lot of things)
-Only Raytracing for mirror (easier)
-Extrude, Spin, remove doubles
-SubSurf of course
-Etc, etc, you get the point

So people could learn quickly the things they realy need for a start and then move to -M E G A Blender-

Do you think that this would be easy, just remove interface stuff?
I think a learn edition would be really cool, but removing useful tools is not the best way... I would rather see a window with interactive help. It shows information and tutorials in relation with the action you perform and where is your mouse 
And different shades of color for the different buttons showing if it is a basic/beginner tool or an advanced tool, so the beginner would know where to click first

And different shades of color for the different buttons showing if it is a basic/beginner tool or an advanced tool, so the beginner would know where to click first

Working on something to solve this.ZanQdo wrote:I have an idea, it would be too hard to build a "Blender Learning Edition"?
I whant to learn to code so I could do it, mmm and I compiled blender onceja ja
Ok, the learning edition could have only the basic things, the ones that people learn first. (whit extrude you can do a lot of things)
-Only Raytracing for mirror (easier)
-Extrude, Spin, remove doubles
-SubSurf of course
-Etc, etc, you get the point
So people could learn quickly the things they realy need for a start and then move to -M E G A Blender-
Do you think that this would be easy, just remove interface stuff?
Interactive Courses made for the newbies and experienced users.
Will have to wait a few months thought.
It will be on top of the Xical Platform and it will be narrated video with documentation on the side.
How to use a Blender:
Put your model, rig, animation and textures in the Blender, turn the Blender on and wait for it to Render, then turn the Blender off and show it to your friends.
Put your model, rig, animation and textures in the Blender, turn the Blender on and wait for it to Render, then turn the Blender off and show it to your friends.