blob: fbd3c81bad4bad677258aa1d6d4e0086e647705a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_resize="true"
default_tab_group="1"
height="790"
width="256"
min_height="500"
min_width="256"
layout="topleft"
name="material editor"
help_topic="material_editor"
single_instance="true"
title="Editing Material">
<scroll_container
name="materials_scroll"
top="18"
left="4"
height="768"
width="250"
follows="all"
layout="topleft"
color="Transparent"
opaque="false"
tab_stop="true"
border="false"
reserve_scroll_corner="false">
<panel
name="panel_material"
filename="panel_gltf_material.xml"
layout="topleft"
follows="left|top|right"
border="false"
top="0"
left="0"
height="768"
width="236" />
</scroll_container>
</floater>
|