Các khối trong blender được bắt đầu từ các đối tượng cơ bản

Các đối tượng trong Blender

  • Meshes: Tạo các đối tượng ở thể lưới
    • Object Mode
    • Edit Mode
    • Sculpt Mode
  • Curves
  • Surfaces
  • Metaballs
  • Text objects
  • Lattice

Thêm đối tượng

Caption

chỉnh lại

MESH

Common Options
These options can be specified in the Operator panel in the Tool Shelf, which appears when the object is created. Options included in more than one primitive are:

Generate UVs
Generates a default UV unwrapping of new geometry. This will be defined in the first UV layer (which will get added if needed).
Radius/Size, Align to View, Location, Rotation
See Common Object Options.

Caption

Plane

Tạo một mặt phẳng 2D để làm nền, làm mặt bàn, hoặc mặt gương soi. Plane có 4 cạnh, không có độ dầy

Cube

Tạo hình hộp lập phương 6 mặt làm hột xúc xắc, thùng,..

Circle
Vertices
The number of vertices that define the circle or polygon.
Fill Type
Set how the circle will be filled.

Triangle Fan
Fill with triangular faces which share a vertex in the middle.
N-gon
Fill with a single n-gon.
Nothing
Do not fill. Creates only the outer ring of vertices.

UV Sphere
A standard UV sphere is made out of quad faces and a triangle fan at the top and bottom. It can be used for texturing.

Segments
Number of vertical segments. Like the Earth’s meridians, going pole to pole.
Rings
Number of horizontal segments. These are like the Earth’s parallels.

Icosphere
An icosphere is a polyhedral sphere made up of triangles. Icospheres are normally used to achieve a more isotropical layout of vertices than a UV sphere, in other words, they are uniform in every direction.

Subdivisions
How many recursions are used to define the sphere. At level 1 the Icosphere is an icosahedron, a solid with 20 equilateral triangular faces. Each increase in the number of subdivisions splits each triangular face into four triangles.

Cylinder
Objects that can be created out of cylinders include handles or rods.

Vertices
The number of vertical edges between the circles used to define the cylinder or prism.
Depth
Sets the starting height of the cylinder.
Cap Fill Type
Similar to circle (see above). When set to none, the created object will be a tube. Objects that can be created out of tubes include pipes or drinking glasses (the basic difference between a cylinder and a tube is that the former has closed ends).
Cone
Objects that can be created out of cones include spikes or pointed hats.

Vertices
The number of vertical edges between the circles or tip, used to define the cone or pyramid.
Radius 1
Sets the radius of the circular base of the cone.
Radius 2
Sets the radius of the tip of the cone. which will create a frustum (a pyramid or cone with the top cut off). A value of 0 will produce a standard cone shape.
Depth
Sets the starting height of the cone.
Base Fill Type
Similar to circle (see above).
Torus
A doughnut-shaped primitive created by rotating a circle around an axis. The overall dimensions can be defined by two methods.

Operator Presets
Torus preset settings for reuse. These presets are stored as scripts in the proper presets directory.
Major Segments
Number of segments for the main ring of the torus. If you think of a torus as a “spin” operation around an axis, this is how many steps are in the spin.
Minor segments
Number of segments for the minor ring of the torus. This is the number of vertices of each circular segment.
Torus Dimensions
Add Mode
Change the way the torus is defined.

Major/Minor, Exterior/Interior

Major Radius
Radius from the origin to the center of the cross sections.
Minor Radius
Radius of the torus’ cross section.
Exterior Radius
If viewed along the major axis, this is the radius from the center to the outer edge.
Interior Radius
If viewed along the major axis, this is the radius of the hole in the center.
Grid
A regular quadratic grid which is a subdivided plane. Example objects that can be created out of grids include landscapes and organic surfaces.

X Subdivisions
The number of spans in the X axis.
Y Subdivisions
The number of spans in the Y axis.
Monkey
This is a gift from old NaN to the community and is seen as a programmer’s joke or “Easter Egg”. It creates a monkey’s head once you press the Monkey button. The Monkey’s name is “Suzanne” and is Blender’s mascot. Suzanne is very useful as a standard test mesh, much like the Utah Teapot or the Stanford Bunny.

No comments

Leave your comment

In reply to Some User