📄 render.dcl
字号:
}
}
: column {
: edit_box_4 {
label = "";
key = "top_edit";
}
: edit_box_4 {
label = "";
key = "middle_edit";
}
: edit_box_4 {
label = "";
key = "bottom_edit";
}
}
: column {
: slider_0_1_fixed { key = "top_slider"; }
: slider_0_1_fixed { key = "middle_slider"; }
: slider_0_1_fixed { key = "bottom_slider"; }
}
}
: row {
color_system;
: image_button {
key = "set_color_image";
color = -15; /* background color */
height = 1;
aspect_ratio = 1;
}
}
}
}
raytrace_mirror_toggle : toggle {
label = "Mirror";
key = "raytrace_mirror";
mnemonic = "o";
}
bitmap_widget : row {
: column {
: row {
: edit_box_4 {
label = "Bitmap Blend:";
key = "blend_edit";
mnemonic = "d";
fixed_width = true;
}
: slider_0_1 {
key = "blend_slider";
width = 16;
}
}
: edit_box {
label = "File Name:";
key = "bitmap_edit";
mnemonic = "l";
}
}
: column {
fixed_width = true;
: button {
label = "Adjust Bitmap...";
key = "adjust_map";
mnemonic = "j";
fixed_width = true;
}
: button {
label = "Find File...";
key = "find_bitmap";
mnemonic = "i";
}
}
}
//
// Material attach by ACI dialogue.
//
avis_material_aci : dialog {
label = "Attach by AutoCAD Color Index";
: column {
key = "top_key";
: row {
: list_box {
key = "list";
label = "Select a Material:";
mnemonic = "M";
width = 18;
}
: column {
avis_mat_preview;
: button {
label = "Attach ->";
key = "attach";
mnemonic = "t";
}
: button {
label = "Detach";
key = "detach";
mnemonic = "D";
}
}
: list_box {
key = "index";
label = "Select ACI:";
mnemonic = "A";
width = 31;
tabs = "4 12";
multiple_select = true;
}
}
spacer_1_ok_cancel_help_errtile;
}
}
//
// Material attach by layer dialogue.
//
avis_material_layer : dialog {
label = "Attach by Layer";
: column {
key = "top_key";
: row {
: list_box {
key = "list";
label = "Select a Material:";
mnemonic = "M";
width = 18;
}
: column {
avis_mat_preview;
: button {
label = "Attach ->";
key = "attach";
mnemonic = "t";
}
: button {
label = "Detach";
key = "detach";
mnemonic = "D";
}
}
: list_box {
key = "layer";
label = "Select Layer:";
mnemonic = "L";
width = 38;
tabs = "22";
multiple_select = true;
}
}
spacer_1_ok_cancel_help_errtile;
}
}
avis_mat_preview : boxed_column {
children_alignment = centered;
: image_button {
key = "image";
color = graphics_background;
height = 8;
aspect_ratio = 1;
fixed_height = true;
fixed_width = true;
is_tab_stop = false;
}
: button {
key = "object";
label = "Preview";
mnemonic = "P";
}
: popup_list {
key = "geometry";
// list = "Adjust Bitmap...";
list = "Sphere\nCube";
}
spacer_0;
}
avis_mat_preview_LBitmap : boxed_column {
children_alignment = centered;
: image_button {
key = "image";
color = graphics_background;
height = 8;
aspect_ratio = 1;
fixed_height = true;
fixed_width = true;
is_tab_stop = false;
}
: button {
key = "object";
label = "Preview";
mnemonic = "P";
}
: edit_box {
label = "Object Size:";
key = "fixedScalingPreviewSize";
value = "1";
edit_limit = 8;
}
: popup_list {
key = "geometry";
list = "Sphere\nCube";
}
spacer_0;
}
//***************************************************************************
//
// Morderd UV mapper dialog
//
//***************************************************************************
//***************************************************************************
//
//***************************************************************************
OffsetArea : boxed_column {
label = "Offsets and Rotations";
: row {
: edit_box {
label = "X &Offset:";
key = "Xoff";
value = "0";
edit_limit = 8;
}
: edit_box {
label = "Y &Offset:";
key = "Yoff";
value = "0";
edit_limit = 8;
}
}
: row {
: edit_box {
label = "&Rotation:";
key = "Rot";
value = "0";
edit_limit = 5;
}
: slider {
key = "RotSl";
min_value = -180;
max_value = 180;
small_increment = 1;
big_increment = 10;
value = "0";
is_tab_stop = false;
}
}
}
//***************************************************************************
//
//***************************************************************************
PickAdjustGroup : row {
: button {
label = "Adjust Bitmap...";
mnemonic = "B";
key = "AdjMap";
}
spacer_1;
: button {
label = "Pick Points <";
mnemonic = "i";
key = "PickPts";
}
}
//***************************************************************************
//
//
//***************************************************************************
uv : dialog {
label = "Mapping";
: column {
key = "top_key";
: row {
: column {
: boxed_radio_column {
label = "Projection";
key = "MapTypes";
: radio_button {
label = "Planar";
mnemonic = "l";
key = "Pl";
}
: radio_button {
label = "Cylindrical";
mnemonic = "C";
key = "Cyl";
}
: radio_button {
label = "Spherical";
mnemonic = "S";
key = "Sph";
}
: radio_button {
label = "Solid";
mnemonic = "o";
key = "Sol";
}
}
spacer_1;
: button {
label = "Adjust Coordinates...";
mnemonic = "A";
key = "AdjCoor";
}
spacer_1;
: button {
label = "Acquire From <";
mnemonic = "F";
key = "Acquire";
}
: button {
label = "Copy To <";
mnemonic = "T";
key = "Copy";
}
}
: spacer { width = 5; }
finish_preview;
}
spacer_1_ok_cancel_help_errtile;
}
}
//***************************************************************************
//
//***************************************************************************
AdjustPlanar : dialog {
label = "Adjust Planar Coordinates";
: column {
key = "top_key";
: column {
: row {
children_alignment = top;
: boxed_radio_column {
label = "Parallel Plane";
key = "Orient";
: radio_button {
label = "WCS XY Plane";
mnemonic = "X";
key = "WCS_Z";
}
: radio_button {
label = "WCS XZ Plane";
mnemonic = "Z";
key = "WCS_Y";
}
: radio_button {
label = "WCS YZ Plane";
mnemonic = "Y";
key = "WCS_X";
}
: radio_button {
label = "Picked Plane";
mnemonic = "a";
key = "UCS_Z";
}
}
spacer_1;
: column {
: boxed_column {
label = "Center Position";
fixed_height = true;
: row {
fixed_width = true;
: column {
fixed_height = true;
: image_button {
key = "CenterImage";
color = graphics_background;
height = 8;
aspect_ratio = 1;
fixed_width = true;
fixed_height = true;
is_tab_stop = false;
}
: slider {
key = "XSlide";
min_value = 0;
max_value = 10000;
is_tab_stop = false;
}
}
: slider {
layout = vertical;
key = "YSlide";
min_value = 0;
max_value = 10000;
is_tab_stop = false;
}
}
}
}
spacer_1;
finish_preview;
}
PickAdjustGroup;
OffsetArea;
}
spacer_1_ok_cancel_help_errtile;
}
}
//***************************************************************************
//
//***************************************************************************
AdjustCyl : dialog {
label = "Adjust Cylindrical Coordinates";
: column {
key = "top_key";
: column {
: row {
children_alignment = top;
: boxed_radio_column {
label = "Parallel Axis";
key = "Orient";
: radio_button {
label = "WCS Z Axis";
mnemonic = "Z";
key = "WCS_Z";
}
: radio_button {
label = "WCS Y Axis";
mnemonic = "Y";
key = "WCS_Y";
}
: radio_button {
label = "WCS X Axis";
mnemonic = "X";
key = "WCS_X";
}
: radio_button {
label = "Picked Axis";
mnemonic = "A";
key = "UCS_Z";
}
}
spacer_1;
: column {
: boxed_column {
label = "Central Axis Position";
fixed_height = true;
: row {
fixed_width = true;
: column {
fixed_height = true;
: image_button {
key = "CenterImage";
color = graphics_background;
height = 8;
aspect_ratio = 1;
fixed_width = true;
fixed_height = true;
is_tab_stop = false;
}
: slider {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -