Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
font = static_small_font;
v3DPaletteWidth = gListPaletteWidth;
v3DPaletteHeight = g3DPaletteHeight;
vUISplitterSize = 7;
view(class_name: 'T3DPanel', view_id: 'thrd', show: false, placement: place_column, width: v3DPaletteWidth, margin_top: 2, spacing: 0, child_horizontal: align_fill, isResizeable: true, resize_size_horizontal: sizeSuperView, resize_size_vertical: sizeSuperView, isResizable: true) {
view(placement: place_row, margin_top: 4, spacing: 0, vertical: align_center, resize_size_horizontal: sizeRelSuperView) {
control(placement: place_row, spacing: 0, vertical: align_center, horizontal: align_center, resize_location_horizontal: locationCentered, view_id: 'slts', class_name: 'TIconButtonCluster_int32') {
icon_button(data_type: 'int32', initial_value: 0, width: gPaletteIconWidth, height: gPaletteIconHeight, icon_root_name: 'P_Tab3DScene', tooltip: '$$$/3DPanel/ToolTips/Header/P_Tab3DScene=Show All Scene Elements', resize_location_horizontal: locationRelSuperView);
icon_button(data_type: 'int32', initial_value: 1, width: gPaletteIconWidth, height: gPaletteIconHeight, icon_root_name: 'P_Tab3DMesh', tooltip: '$$$/3DPanel/ToolTips/Header/P_Tab3DMesh=Show all 3D Mesh and 3D Extrusions', resize_location_horizontal: locationRelSuperView);
icon_button(data_type: 'int32', initial_value: 2, width: gPaletteIconWidth, height: gPaletteIconHeight, icon_root_name: 'P_Tab3DMaterial', tooltip: '$$$/3DPanel/ToolTips/Header/P_Tab3DMaterial=Show all Materials', resize_location_horizontal: locationRelSuperView);
icon_button(data_type: 'int32', initial_value: 3, width: gPaletteIconWidth, height: gPaletteIconHeight, icon_root_name: 'P_Tab3DLight', tooltip: '$$$/3DPanel/ToolTips/Header/P_Tab3DLight=Show all Lights', resize_location_horizontal: locationRelSuperView);
}
}
view(view_id: 'btCn', placement: place_row, margin_top: 3, spacing: 0, vertical: align_center, resize_size_horizontal: sizeRelSuperView, resize_size_vertical: sizeRelSuperView) {
view(view_id: 'buff', class_name: 'TBufferedParent', height: v3DPaletteHeight, width: v3DPaletteWidth, resize_size_horizontal: sizeRelSuperView, resize_size_vertical: sizeRelSuperView, horizontal: align_fill, child_horizontal: align_fill) {
view(view_id: 'vrbl', horizontal: align_center, vertical: align_center) {}
}
}
group(placement: place_column, spacing: 0, resize_location_vertical: locationRelSuperView, resize_size_horizontal: sizeSuperView) {
group(placement: place_column, spacing: 0, margin: 0, vertical: align_bottom, horizontal: align_fill, resize_size_horizontal: sizeSuperView, resize_location_vertical: locationRelSuperView) {
divider(view_id: 'edge', vertical: align_top, horizontal: align_fill, resize_size_horizontal: sizeRelSuperView, resize_location_horizontal: locationFixed);
view(view_id: 'bbar', class_name: 'T3DButtonBar', placement: place_row, spacing: 0, horizontal: align_right, resize_location_horizontal: locationRelSuperView) {
icon_button(class_name: 'TPunchButton', view_id: 'newM', vertical: align_center, palette_button_bar: false, resize_location_horizontal: locationRelSuperView, width: gPaletteButtonBarIconWidth, height: gPaletteButtonBarIconHeight, horizontal: align_right, icon_root_name: 'P_Tab3DMesh', tooltip: '$$$/3DPanel/ToolTips/Footer/NewMesh=Add new object to Scene', do_cursors: true, menu_marker: true, flat: true);
icon_button(class_name: 'TPunchButton', view_id: 'newl', vertical: align_center, palette_button_bar: false, resize_location_horizontal: locationRelSuperView, width: gPaletteButtonBarIconWidth, height: gPaletteButtonBarIconHeight, horizontal: align_right, icon_root_name: 'P_3DNewLight', tooltip: '$$$/3DPanel/ToolTips/Footer/NewSheet=Add new Light to Scene', do_cursors: true, menu_marker: true, flat: true);
icon_button(data_type: 'int32', view_id: 'rndr', vertical: align_center, palette_button_bar: false, resize_location_horizontal: locationRelSuperView, width: gPaletteButtonBarIconWidth, height: gPaletteButtonBarIconHeight, horizontal: align_right, icon_root_name: 'Render3D', tooltip: '$$$/3DPanel/ToolTips/Footer/Render=Render', do_cursors: true, flat: true);
icon_button(data_type: 'int32', view_id: 'stpr', vertical: align_center, palette_button_bar: false, resize_location_horizontal: locationRelSuperView, width: gPaletteButtonBarIconWidth, height: gPaletteButtonBarIconHeight, horizontal: align_right, icon_root_name: 'P_3DPrint', tooltip: '$$$/3DPanel/ToolTips/Footer/StartPrint=Start Print', do_cursors: true, flat: true);
icon_button(data_type: 'int32', view_id: 'cnpr', vertical: align_center, palette_button_bar: false, resize_location_horizontal: locationRelSuperView, width: gPaletteButtonBarIconWidth, height: gPaletteButtonBarIconHeight, horizontal: align_right, icon_root_name: 'P_3DPrintCancel', tooltip: '$$$/3DPanel/ToolTips/Footer/CancelPrint=Cancel Print', do_cursors: true, flat: true);
icon_button(data_type: 'int32', view_id: 'trsh', vertical: align_center, palette_button_bar: false, resize_location_horizontal: locationRelSuperView, width: gPaletteButtonBarIconWidth, height: gPaletteButtonBarIconHeight, horizontal: align_right, icon_root_name: 'Trashcan', tooltip: '$$$/3DPanel/ToolTips/Footer/Trashcan=Delete Selected', do_cursors: true, flat: true);
group(width: 16) {}
}
}
}
}
// Footer - Copyright 2023 Adobe Systems Incorporated