Sự ấn định (Assignment)
Tham Chiếu (Reference)
- Bảng (Panel)
Materials are data-blocks that can be created and then assigned to one or more objects. An object can also have multiple materials assigned in different material slots, which correspond to different parts of an object. If a smooth transition between materials is desired, then mixing shader nodes with a Mix shader is a better solution.
Khe Nguyên Vật Liệu (Material Slots)
Material slots link materials to objects and meshes. By default objects only have a single material slot, which assigns a material to the entire object. If different parts of the mesh need different materials, multiple material slots can be created.
Danh Sách Khe (Slot List)
The object's material slots and active material displayed in a List View.
- Thêm Khe Nguyên Vật Liệu (Add Material Slot)
Thêm một Vật Thể Cốt Mới.
- Xóa Khe Nguyên Vật Liệu (Remove Material Slot)
Remove a material slot from the object.
- Sao Chép Nguyên Vật Liệu (Copy Material)
Copy material shader nodes and settings to clipboard.
- Dán Nguyên Vật Liệu (Paste Material)
Paste material shader nodes and settings from clipboard.
- Sao Chép Nguyên Vật Liệu sang Cái được Chọn (Copy Material to Selected)
Copy the same material assignment from the active to other selected objects.
- Xóa các Khe Không Sử Dụng Đến (Remove Unused Slots)
Removes all material slots not assigned to the object.
Khối dữ liệu (Data-Block)
- Nguyên Vật Liệu (Material)
The Material Data-Block Menu for the selected material slot. Here new materials can be created, or existing materials can to the material slot.
- Kết Nối (Link)
Specifies whether the material is to be linked to the object or to the object data.
The Link selector has two choices, Data and Object. These two menu choices determine whether the material is linked to the object or to the data (e.g. a mesh or curve). The Data menu item determines that this material will be linked to the mesh's data-block which is linked to the object's data-block. The Object menu item determines that the material will be linked to the object's data-block directly.
This has consequences of course. For example, different objects may share the same mesh data-block. Since this data-block defines the shape of the object any change in Edit Mode will be reflected on all of those objects. Moreover, anything linked to that mesh data-block will be shared by every object that shares that mesh. So, if the material is linked to the mesh, every object will share it.
On the other hand, if the material is linked directly to the object data-block, the objects can have different materials and still share the same mesh.
Short explanation: If connected to the object, you can have several instances of the same Object Data using different materials. If linked to mesh data, you cannot. See Data System for more information.
Chế Độ Biên Soạn (Edit Mode)
To assign materials to different parts of a mesh, enter Edit Mode on the mesh. Additional buttons will then appear in the material slots panel.
- Chỉ Định (Assign)
Assign active material slot and material to the selected faces in the mesh, strokes in a Grease Pencil, and similar for other object types.
- Lựa Chọn (Select)
Chọn các bề mặt và chuyển đổi chúng thành các đường cong Bézier.
- Hủy Lựa Chọn (Deselect)
Deselect faces assigned to the active material slot.
Tái Sử Dụng Nguyên Vật Liệu Hiện Tại (Reusing Existing Materials)
Blender is built to allow you to reuse anything, including material settings, between many objects. Instead of creating duplicate materials, you can simply reuse an existing material. There are several ways to do this using the Material's data-block menu:
Single Object -- With the object selected, click the sphere located to the left of the Material name. A pop-up appears showing all the materials available in the current blend-file. To use one, just click on it.
Mẹo
Từ Nguyên Vật Liệu
The search field at the bottom of the material list allows you to search the names in the list. For example, by entering "wood" all existent materials are filtered so that only materials containing "wood" are displayed in the list.
Multiple Objects -- In the 3D Viewport, with Ctrl-L you can quickly link all selected objects to the material (and other aspects) of the active object. Very useful if you need to set a large number of objects to the same material; just select all of them, then the object that has the desired material, and Ctrl-L links them to that "parent".
Xóa một Nguyên Vật Liệu (Deleting a Material)
To delete a material, select the material and click X in the Available Materials List entry.
Although the material will seem to disappear immediately, the Delete action can depend on how the material is used elsewhere.
If the material is linked to the object and there are other objects which use this material, then the material will be removed from that object (but remain on all its other objects).
If the "Fake User" button has been lit in the Available Materials list, then the material will be retained when the file is saved, even if it has no users.
Only if it has 0 "real" users, and no "Fake" user, will the material be permanently deleted. Note that it will still remain in the Materials list until the blend-file is saved, but will have disappeared when the file is reloaded.
Nhiều Nguyên Vật Liệu (Multiple Materials)
Normally, different colors or patterns on an object are achieved by adding textures to your materials. However, in some applications you can obtain multiple colors on an object by assigning different materials to the individual faces of the object.
To apply several materials to different faces of the same object, you use the Material Slots options in the Materials header panel.
The workflow for applying a second material to some faces of an object covered by a base material is as follows:
In Object Mode, create a base material.
Go into Edit Mode and Face Select (a new list will appear below the Active Material list with Assign, Select, Deselect buttons).
Select the faces to be colored with the second material.
In the Object Material Slots list, click the
+
button to create a new slot or select an existing material.Click the Assign button, and the material will appear on the selected object faces.