Sao Chép Cài Đặt Kết Xuất (Copy Render Settings)#

This is a simple tool that adds in the Render properties a new panel with a big Copy Render Settings button, and some options to control what to copy, and to which scenes...

Kích Hoạt (Activation)#

  • Mở Blender và chuyển đến Cài Đặt Sở Thích, sau đó đến thẻ Trình Bổ Sung.

  • Click Render then Copy Render Settings to enable the script.

Miêu Tả (Description)#

Các Sắp Đặt về Kết Xuất (Render Settings)

This lists all render settings. The checkbox to the right controls whether that setting will be copied or not. So if you want to copy a specific setting, hover your mouse over its control, note its Python name (e.g. resolution_x for the X resolution, etc.), and enable the corresponding item in this list.

Sắp Đặt Sẵn (Presets)

The column of buttons to the right of the list are a set of presets which set or clear one or more settings at once. This will work even without the UI template list patch.

Đặt Tỷ Lệ/Xóa Tỷ Lệ (Set Scale/Clear Scale)

Copy the render scale setting (below resolution controls, in Format panel). Highly useful to do preview renders!

Đặt Độ Phân Giải/Xóa Độ Phân Giải (Set Resolution/Clear Resolution)

Copy the render resolution and aspect ratio settings. Beware of side effects if you modify the aspect of your render (e.g. switching from: 4/3 to 16/9...).

Đặt Số Luồng/Xóa Số Luồng (Set Threads/Clear Threads)

Copy the settings (auto/fixed, and number) of threads used during rendering. Might be useful when e.g. you render your blend-files on various computers (even though the Auto option should work good in general...).

Đặt Dấu Đóng/Xóa Dấu Đóng (Set Stamp/Clear Stamp)

Copy whether to render stamps or not (i.e. the global stamp switch setting).

Những Cảnh Bị Ảnh Hưởng (Affected Scenes):
Thanh Lọc Cảnh (Filter Scene)

You can type in this text field a regex (using Python syntax), and only scene which name matches this regex will be available. Quite useful when you have tens of scenes in a file...

E.g. if you only want to copy some of your current render settings to scenes having "rabbit" in their name, type .*rabbit.* in this field.

Các cột nút bấm (Columns of buttons)

These toggle buttons represent all scenes of the blend-file (optionally filtered through the Filter Scene regex), except the current one. Only enabled scenes will receive the copied settings!

Tham Chiếu (Reference)

Hạng Mục (Category):

Render (Kết Xuất)

Miêu Tả (Description):

Allows to copy a selection of render settings from current scene to others.

Địa Điểm (Location):

Tính Chất (Properties) ‣ Thẻ kết xuất (Render tab)

Tập Tin (File):

render_copy_settings folder

Tác Giả (Author):

Bastien Montagne

Giấy Phép (License):

GPL

Ghi Chú (Note):

Trình Bổ Sung này được đóng gói cùng với Blender.