dwarvenmodeller 0.3.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- assets/aldric-test.dms +261 -0
- assets/aldric.dms +261 -0
- assets/bench.dms +191 -0
- assets/benchmark-text.dms +62 -0
- assets/benchmark.dms +75 -0
- assets/box3.dms +182 -0
- dwarvenmodeller/LICENSE +28 -0
- dwarvenmodeller/README.md +113 -0
- dwarvenmodeller/__init__.py +15 -0
- dwarvenmodeller/__main__.py +4 -0
- dwarvenmodeller/cli.py +562 -0
- dwarvenmodeller/constants.py +41 -0
- dwarvenmodeller/exporters.py +2047 -0
- dwarvenmodeller/feedback.py +428 -0
- dwarvenmodeller/math_utils.py +195 -0
- dwarvenmodeller/ops.py +1698 -0
- dwarvenmodeller/primitives.py +303 -0
- dwarvenmodeller/scene.py +461 -0
- dwarvenmodeller-0.3.0.dist-info/METADATA +135 -0
- dwarvenmodeller-0.3.0.dist-info/RECORD +24 -0
- dwarvenmodeller-0.3.0.dist-info/WHEEL +5 -0
- dwarvenmodeller-0.3.0.dist-info/entry_points.txt +3 -0
- dwarvenmodeller-0.3.0.dist-info/licenses/LICENSE +28 -0
- dwarvenmodeller-0.3.0.dist-info/top_level.txt +1 -0
assets/aldric-test.dms
ADDED
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<dms version="1.0">
|
|
3
|
+
<metadata created="2026-03-21T20:43:25.554926+00:00" version="1.0"/>
|
|
4
|
+
<viewpoints>
|
|
5
|
+
<viewpoint name="default" az="150.0" el="15.0" scale="9.0"/>
|
|
6
|
+
</viewpoints>
|
|
7
|
+
<scene>
|
|
8
|
+
<object id="skull" type="icosahedron" tags="deformed_by=socket_right,deformed_by=socket_left,deformed_by=nose_bridge,deformed_by=nose_tip,deformed_by=nostril_right,deformed_by=nostril_left,deformed_by=ear_right,deformed_by=ear_left,deformed_by=cheek_right,deformed_by=cheek_left,deformed_by=jaw,deformed_by=chin,deformed_by=upper_lip,deformed_by=lower_lip,deformed_by=mouth_line,deformed_by=philtrum,deformed_by=brow_right,deformed_by=brow_left,deformed_by=eyebrow_right,deformed_by=eyebrow_left">
|
|
9
|
+
<params radius="10.0" subdivisions="3.0"/>
|
|
10
|
+
<transform translate="0.0,0.0,0.0" rotate="0.0,0.0,0.0" scale="1.0,1.15,0.88"/>
|
|
11
|
+
<material fill="#e8c49a" stroke="#c8a070" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
12
|
+
<object id="neck" type="cylinder" tags="null">
|
|
13
|
+
<params radius="4.5" height="8.0" segments="16"/>
|
|
14
|
+
<transform translate="0.0,-12.0,0.0" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
15
|
+
<material fill="#e0b896" stroke="#c8a070" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
16
|
+
<attach point="0.0,-12.0,0.0"/>
|
|
17
|
+
</object>
|
|
18
|
+
<object id="jaw" type="cube" tags="pressed_into=skull">
|
|
19
|
+
<params width="14.0" height="5.0" depth="7.0"/>
|
|
20
|
+
<transform translate="0.0,-7.0,1.0" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
21
|
+
<material fill="#e4c094" stroke="#c8a070" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
22
|
+
<attach point="0.0,-7.0,1.0"/>
|
|
23
|
+
</object>
|
|
24
|
+
<object id="brow_right" type="cube" tags="pressed_into=skull">
|
|
25
|
+
<params width="4.0" height="1.2" depth="1.5"/>
|
|
26
|
+
<transform translate="-3.2,3.5,9.2" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
27
|
+
<material fill="#4a7a38" stroke="#c8a060" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
28
|
+
<attach point="-3.2,3.5,9.2"/>
|
|
29
|
+
</object>
|
|
30
|
+
<object id="brow_left" type="cube" tags="pressed_into=skull">
|
|
31
|
+
<params width="4.0" height="1.2" depth="1.5"/>
|
|
32
|
+
<transform translate="3.2,3.5,9.2" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
33
|
+
<material fill="#ddb07a" stroke="#c8a060" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
34
|
+
<attach point="3.2,3.5,9.2"/>
|
|
35
|
+
</object>
|
|
36
|
+
<object id="socket_right" type="sphere" tags="deformed_by=white_right,pressed_into=skull">
|
|
37
|
+
<params radius="2.2" subdivisions="3"/>
|
|
38
|
+
<transform translate="-3.2,2.8,9.0" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
39
|
+
<material fill="#c8a07a" stroke="#a07040" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
40
|
+
<attach point="-3.2,2.8,9.0"/>
|
|
41
|
+
</object>
|
|
42
|
+
<object id="socket_left" type="sphere" tags="deformed_by=white_left,pressed_into=skull">
|
|
43
|
+
<params radius="2.2" subdivisions="3"/>
|
|
44
|
+
<transform translate="3.2,2.8,9.0" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
45
|
+
<material fill="#c8a07a" stroke="#a07040" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
46
|
+
<attach point="3.2,2.8,9.0"/>
|
|
47
|
+
</object>
|
|
48
|
+
<object id="white_right" type="sphere" tags="deformed_by=iris_right,pressed_into=socket_right">
|
|
49
|
+
<params radius="1.8" subdivisions="3"/>
|
|
50
|
+
<transform translate="-3.2,2.8,9.6" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
51
|
+
<material fill="#f4f0e8" stroke="#ccccbb" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
52
|
+
<attach point="-3.2,2.8,9.6"/>
|
|
53
|
+
</object>
|
|
54
|
+
<object id="white_left" type="sphere" tags="deformed_by=iris_left,pressed_into=socket_left">
|
|
55
|
+
<params radius="1.8" subdivisions="3"/>
|
|
56
|
+
<transform translate="3.2,2.8,9.6" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
57
|
+
<material fill="#f4f0e8" stroke="#ccccbb" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
58
|
+
<attach point="3.2,2.8,9.6"/>
|
|
59
|
+
</object>
|
|
60
|
+
<object id="iris_right" type="sphere" tags="deformed_by=pupil_right,pressed_into=white_right">
|
|
61
|
+
<params radius="1.1" subdivisions="3"/>
|
|
62
|
+
<transform translate="-3.2,2.8,10.3" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
63
|
+
<material fill="#4a7a38" stroke="#2a4a18" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
64
|
+
<attach point="-3.2,2.8,10.3"/>
|
|
65
|
+
</object>
|
|
66
|
+
<object id="iris_left" type="sphere" tags="deformed_by=pupil_left,pressed_into=white_left">
|
|
67
|
+
<params radius="1.1" subdivisions="3"/>
|
|
68
|
+
<transform translate="3.2,2.8,10.3" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
69
|
+
<material fill="#4a7a38" stroke="#2a4a18" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
70
|
+
<attach point="3.2,2.8,10.3"/>
|
|
71
|
+
</object>
|
|
72
|
+
<object id="pupil_right" type="sphere" tags="pressed_into=iris_right">
|
|
73
|
+
<params radius="0.6" subdivisions="3"/>
|
|
74
|
+
<transform translate="-3.2,2.8,10.9" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
75
|
+
<material fill="#0a0808" stroke="#050404" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
76
|
+
<attach point="-3.2,2.8,10.9"/>
|
|
77
|
+
</object>
|
|
78
|
+
<object id="pupil_left" type="sphere" tags="pressed_into=iris_left">
|
|
79
|
+
<params radius="0.6" subdivisions="3"/>
|
|
80
|
+
<transform translate="3.2,2.8,10.9" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
81
|
+
<material fill="#0a0808" stroke="#050404" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
82
|
+
<attach point="3.2,2.8,10.9"/>
|
|
83
|
+
</object>
|
|
84
|
+
<object id="nose_bridge" type="octahedron" tags="pressed_into=skull">
|
|
85
|
+
<params radius="2.0"/>
|
|
86
|
+
<transform translate="0.0,0.5,9.8" rotate="0.0,0.0,0.0" scale="0.45,1.4,0.7"/>
|
|
87
|
+
<material fill="#dba878" stroke="#c8906a" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
88
|
+
<attach point="0.0,0.5,9.8"/>
|
|
89
|
+
</object>
|
|
90
|
+
<object id="nose_tip" type="sphere" tags="pressed_into=skull">
|
|
91
|
+
<params radius="1.3" subdivisions="3"/>
|
|
92
|
+
<transform translate="0.0,-1.8,10.4" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
93
|
+
<material fill="#d4956a" stroke="#b87848" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
94
|
+
<attach point="0.0,-1.8,10.4"/>
|
|
95
|
+
</object>
|
|
96
|
+
<object id="nostril_right" type="sphere" tags="pressed_into=skull">
|
|
97
|
+
<params radius="0.7" subdivisions="3"/>
|
|
98
|
+
<transform translate="-1.4,-2.4,9.9" rotate="0.0,0.0,0.0" scale="1.2,0.7,0.8"/>
|
|
99
|
+
<material fill="#c07848" stroke="#904820" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
100
|
+
<attach point="-1.4,-2.4,9.9"/>
|
|
101
|
+
</object>
|
|
102
|
+
<object id="nostril_left" type="sphere" tags="pressed_into=skull">
|
|
103
|
+
<params radius="0.7" subdivisions="3"/>
|
|
104
|
+
<transform translate="1.4,-2.4,9.9" rotate="0.0,0.0,0.0" scale="1.2,0.7,0.8"/>
|
|
105
|
+
<material fill="#c07848" stroke="#904820" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
106
|
+
<attach point="1.4,-2.4,9.9"/>
|
|
107
|
+
</object>
|
|
108
|
+
<object id="upper_lip" type="cube" tags="pressed_into=skull">
|
|
109
|
+
<params width="5.5" height="1.4" depth="1.2"/>
|
|
110
|
+
<transform translate="0.0,-4.8,9.5" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
111
|
+
<material fill="#c06868" stroke="#904848" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
112
|
+
<attach point="0.0,-4.8,9.5"/>
|
|
113
|
+
</object>
|
|
114
|
+
<object id="lower_lip" type="cube" tags="pressed_into=skull">
|
|
115
|
+
<params width="5.0" height="1.6" depth="1.4"/>
|
|
116
|
+
<transform translate="0.0,-6.4,9.3" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
117
|
+
<material fill="#b85858" stroke="#883838" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
118
|
+
<attach point="0.0,-6.4,9.3"/>
|
|
119
|
+
</object>
|
|
120
|
+
<object id="mouth_line" type="cube" tags="pressed_into=skull">
|
|
121
|
+
<params width="5.2" height="0.35" depth="0.5"/>
|
|
122
|
+
<transform translate="0.0,-5.65,9.7" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
123
|
+
<material fill="#6a2828" stroke="#4a1818" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
124
|
+
<attach point="0.0,-5.65,9.7"/>
|
|
125
|
+
</object>
|
|
126
|
+
<object id="ear_right" type="sphere" tags="deformed_by=lobe_right,pressed_into=skull">
|
|
127
|
+
<params radius="2.8" subdivisions="3"/>
|
|
128
|
+
<transform translate="-10.2,0.5,1.5" rotate="0.0,0.0,0.0" scale="0.5,1.4,0.4"/>
|
|
129
|
+
<material fill="#4a7a38" stroke="#b88858" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
130
|
+
<attach point="-10.2,0.5,1.5"/>
|
|
131
|
+
</object>
|
|
132
|
+
<object id="ear_left" type="sphere" tags="deformed_by=lobe_left,pressed_into=skull">
|
|
133
|
+
<params radius="2.8" subdivisions="3"/>
|
|
134
|
+
<transform translate="10.2,0.5,1.5" rotate="0.0,0.0,0.0" scale="0.5,1.4,0.4"/>
|
|
135
|
+
<material fill="#daa878" stroke="#b88858" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
136
|
+
<attach point="10.2,0.5,1.5"/>
|
|
137
|
+
</object>
|
|
138
|
+
<object id="lobe_right" type="sphere" tags="pressed_into=ear_right">
|
|
139
|
+
<params radius="1.0" subdivisions="3"/>
|
|
140
|
+
<transform translate="-10.4,-3.2,1.2" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
141
|
+
<material fill="#4a7a38" stroke="#b08050" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
142
|
+
<attach point="-10.4,-3.2,1.2"/>
|
|
143
|
+
</object>
|
|
144
|
+
<object id="lobe_left" type="sphere" tags="pressed_into=ear_left">
|
|
145
|
+
<params radius="1.0" subdivisions="3"/>
|
|
146
|
+
<transform translate="10.4,-3.2,1.2" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
147
|
+
<material fill="#d4a070" stroke="#b08050" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
148
|
+
<attach point="10.4,-3.2,1.2"/>
|
|
149
|
+
</object>
|
|
150
|
+
<object id="eyebrow_right" type="cube" tags="pressed_into=skull">
|
|
151
|
+
<params width="4.2" height="0.8" depth="0.9"/>
|
|
152
|
+
<transform translate="-3.2,5.1,9.5" rotate="0.0,0.0,8.0" scale="1.0,1.0,1.0"/>
|
|
153
|
+
<material fill="#4a7a38" stroke="#1a0a00" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
154
|
+
<attach point="-3.2,5.1,9.5"/>
|
|
155
|
+
</object>
|
|
156
|
+
<object id="eyebrow_left" type="cube" tags="pressed_into=skull">
|
|
157
|
+
<params width="4.2" height="0.8" depth="0.9"/>
|
|
158
|
+
<transform translate="3.2,5.1,9.5" rotate="0.0,0.0,-8.0" scale="1.0,1.0,1.0"/>
|
|
159
|
+
<material fill="#3d2010" stroke="#1a0a00" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
160
|
+
<attach point="3.2,5.1,9.5"/>
|
|
161
|
+
</object>
|
|
162
|
+
<object id="cheek_right" type="sphere" tags="pressed_into=skull">
|
|
163
|
+
<params radius="2.5" subdivisions="3"/>
|
|
164
|
+
<transform translate="-6.0,-0.5,8.2" rotate="0.0,0.0,0.0" scale="1.3,0.7,0.6"/>
|
|
165
|
+
<material fill="#4a7a38" stroke="#c89060" stroke_width="0.5" opacity="0.7" shininess="0.0"/>
|
|
166
|
+
<attach point="-6.0,-0.5,8.2"/>
|
|
167
|
+
</object>
|
|
168
|
+
<object id="cheek_left" type="sphere" tags="pressed_into=skull">
|
|
169
|
+
<params radius="2.5" subdivisions="3"/>
|
|
170
|
+
<transform translate="6.0,-0.5,8.2" rotate="0.0,0.0,0.0" scale="1.3,0.7,0.6"/>
|
|
171
|
+
<material fill="#e8b888" stroke="#c89060" stroke_width="0.5" opacity="0.7" shininess="0.0"/>
|
|
172
|
+
<attach point="6.0,-0.5,8.2"/>
|
|
173
|
+
</object>
|
|
174
|
+
<object id="philtrum" type="cube" tags="pressed_into=skull">
|
|
175
|
+
<params width="1.8" height="2.2" depth="0.4"/>
|
|
176
|
+
<transform translate="0.0,-3.4,10.0" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
177
|
+
<material fill="#d8a878" stroke="#b88858" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
178
|
+
<attach point="0.0,-3.4,10.0"/>
|
|
179
|
+
</object>
|
|
180
|
+
<object id="chin" type="sphere" tags="pressed_into=skull">
|
|
181
|
+
<params radius="2.2" subdivisions="3"/>
|
|
182
|
+
<transform translate="0.0,-9.5,7.5" rotate="0.0,0.0,0.0" scale="1.1,0.6,0.7"/>
|
|
183
|
+
<material fill="#e0b890" stroke="#c09060" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
184
|
+
<attach point="0.0,-9.5,7.5"/>
|
|
185
|
+
</object>
|
|
186
|
+
</object>
|
|
187
|
+
</scene>
|
|
188
|
+
<history>
|
|
189
|
+
<op cmd="add type=cylinder id=neck radius=4.5 height=8 fill=#e0b896 stroke=#c8a070 at=0,-14,0" timestamp="2026-03-21T20:43:25.729201+00:00"/>
|
|
190
|
+
<op cmd="add type=icosahedron id=skull radius=10 subdivisions=3 fill=#e8c49a stroke=#c8a070" timestamp="2026-03-21T20:43:25.868099+00:00"/>
|
|
191
|
+
<op cmd="scale target=skull x=1.0 y=1.15 z=0.88" timestamp="2026-03-21T20:43:26.032872+00:00"/>
|
|
192
|
+
<op cmd="attach child=neck to=skull at=0,-12,0" timestamp="2026-03-21T20:43:26.171717+00:00"/>
|
|
193
|
+
<op cmd="add type=cube id=jaw width=14 height=5 depth=7 fill=#e4c094 stroke=#c8a070" timestamp="2026-03-21T20:43:26.327027+00:00"/>
|
|
194
|
+
<op cmd="attach child=jaw to=skull at=0,-7,1" timestamp="2026-03-21T20:43:26.458926+00:00"/>
|
|
195
|
+
<op cmd="add type=cube id=brow_right width=4 height=1.2 depth=1.5 fill=#ddb07a stroke=#c8a060" timestamp="2026-03-21T20:43:26.617891+00:00"/>
|
|
196
|
+
<op cmd="attach child=brow_right to=skull at=-3.2,3.5,9.2" timestamp="2026-03-21T20:43:26.749270+00:00"/>
|
|
197
|
+
<op cmd="add type=cube id=brow_left width=4 height=1.2 depth=1.5 fill=#ddb07a stroke=#c8a060" timestamp="2026-03-21T20:43:26.907865+00:00"/>
|
|
198
|
+
<op cmd="attach child=brow_left to=skull at=3.2,3.5,9.2" timestamp="2026-03-21T20:43:27.037530+00:00"/>
|
|
199
|
+
<op cmd="add type=sphere id=socket_right radius=2.2 fill=#c8a07a stroke=#a07040" timestamp="2026-03-21T20:43:27.173839+00:00"/>
|
|
200
|
+
<op cmd="attach child=socket_right to=skull at=-3.2,2.8,9.0" timestamp="2026-03-21T20:43:27.327877+00:00"/>
|
|
201
|
+
<op cmd="add type=sphere id=socket_left radius=2.2 fill=#c8a07a stroke=#a07040" timestamp="2026-03-21T20:43:27.460230+00:00"/>
|
|
202
|
+
<op cmd="attach child=socket_left to=skull at=3.2,2.8,9.0" timestamp="2026-03-21T20:43:27.613216+00:00"/>
|
|
203
|
+
<op cmd="add type=sphere id=white_right radius=1.8 fill=#f4f0e8 stroke=#ccccbb" timestamp="2026-03-21T20:43:27.745112+00:00"/>
|
|
204
|
+
<op cmd="attach child=white_right to=skull at=-3.2,2.8,9.6" timestamp="2026-03-21T20:43:27.878115+00:00"/>
|
|
205
|
+
<op cmd="add type=sphere id=white_left radius=1.8 fill=#f4f0e8 stroke=#ccccbb" timestamp="2026-03-21T20:43:28.033047+00:00"/>
|
|
206
|
+
<op cmd="attach child=white_left to=skull at=3.2,2.8,9.6" timestamp="2026-03-21T20:43:28.167388+00:00"/>
|
|
207
|
+
<op cmd="add type=sphere id=iris_right radius=1.1 fill=#4a7a38 stroke=#2a4a18" timestamp="2026-03-21T20:43:28.321539+00:00"/>
|
|
208
|
+
<op cmd="attach child=iris_right to=skull at=-3.2,2.8,10.3" timestamp="2026-03-21T20:43:28.442944+00:00"/>
|
|
209
|
+
<op cmd="add type=sphere id=iris_left radius=1.1 fill=#4a7a38 stroke=#2a4a18" timestamp="2026-03-21T20:43:28.578397+00:00"/>
|
|
210
|
+
<op cmd="attach child=iris_left to=skull at=3.2,2.8,10.3" timestamp="2026-03-21T20:43:28.725483+00:00"/>
|
|
211
|
+
<op cmd="add type=sphere id=pupil_right radius=0.6 fill=#0a0808 stroke=#050404" timestamp="2026-03-21T20:43:28.851323+00:00"/>
|
|
212
|
+
<op cmd="attach child=pupil_right to=skull at=-3.2,2.8,10.9" timestamp="2026-03-21T20:43:29.006459+00:00"/>
|
|
213
|
+
<op cmd="add type=sphere id=pupil_left radius=0.6 fill=#0a0808 stroke=#050404" timestamp="2026-03-21T20:43:29.140641+00:00"/>
|
|
214
|
+
<op cmd="attach child=pupil_left to=skull at=3.2,2.8,10.9" timestamp="2026-03-21T20:43:29.273131+00:00"/>
|
|
215
|
+
<op cmd="add type=octahedron id=nose_bridge radius=2.0 fill=#dba878 stroke=#c8906a" timestamp="2026-03-21T20:43:29.424103+00:00"/>
|
|
216
|
+
<op cmd="scale target=nose_bridge x=0.45 y=1.4 z=0.7" timestamp="2026-03-21T20:43:29.549372+00:00"/>
|
|
217
|
+
<op cmd="attach child=nose_bridge to=skull at=0,0.5,9.8" timestamp="2026-03-21T20:43:29.706755+00:00"/>
|
|
218
|
+
<op cmd="add type=sphere id=nose_tip radius=1.3 fill=#d4956a stroke=#b87848" timestamp="2026-03-21T20:43:29.829378+00:00"/>
|
|
219
|
+
<op cmd="attach child=nose_tip to=skull at=0,-1.8,10.4" timestamp="2026-03-21T20:43:29.954270+00:00"/>
|
|
220
|
+
<op cmd="add type=sphere id=nostril_right radius=0.7 fill=#c07848 stroke=#904820" timestamp="2026-03-21T20:43:30.107003+00:00"/>
|
|
221
|
+
<op cmd="scale target=nostril_right x=1.2 y=0.7 z=0.8" timestamp="2026-03-21T20:43:30.231819+00:00"/>
|
|
222
|
+
<op cmd="attach child=nostril_right to=skull at=-1.4,-2.4,9.9" timestamp="2026-03-21T20:43:30.362245+00:00"/>
|
|
223
|
+
<op cmd="add type=sphere id=nostril_left radius=0.7 fill=#c07848 stroke=#904820" timestamp="2026-03-21T20:43:30.512969+00:00"/>
|
|
224
|
+
<op cmd="scale target=nostril_left x=1.2 y=0.7 z=0.8" timestamp="2026-03-21T20:43:30.641185+00:00"/>
|
|
225
|
+
<op cmd="attach child=nostril_left to=skull at=1.4,-2.4,9.9" timestamp="2026-03-21T20:43:30.770367+00:00"/>
|
|
226
|
+
<op cmd="add type=cube id=upper_lip width=5.5 height=1.4 depth=1.2 fill=#c06868 stroke=#904848" timestamp="2026-03-21T20:43:30.921910+00:00"/>
|
|
227
|
+
<op cmd="attach child=upper_lip to=skull at=0,-4.8,9.5" timestamp="2026-03-21T20:43:31.053018+00:00"/>
|
|
228
|
+
<op cmd="add type=cube id=lower_lip width=5.0 height=1.6 depth=1.4 fill=#b85858 stroke=#883838" timestamp="2026-03-21T20:43:31.212441+00:00"/>
|
|
229
|
+
<op cmd="attach child=lower_lip to=skull at=0,-6.4,9.3" timestamp="2026-03-21T20:43:31.344756+00:00"/>
|
|
230
|
+
<op cmd="add type=cube id=mouth_line width=5.2 height=0.35 depth=0.5 fill=#6a2828 stroke=#4a1818" timestamp="2026-03-21T20:43:31.477269+00:00"/>
|
|
231
|
+
<op cmd="attach child=mouth_line to=skull at=0,-5.65,9.7" timestamp="2026-03-21T20:43:31.633561+00:00"/>
|
|
232
|
+
<op cmd="add type=sphere id=ear_right radius=2.8 fill=#daa878 stroke=#b88858" timestamp="2026-03-21T20:43:31.766415+00:00"/>
|
|
233
|
+
<op cmd="scale target=ear_right x=0.5 y=1.4 z=0.4" timestamp="2026-03-21T20:43:31.926055+00:00"/>
|
|
234
|
+
<op cmd="attach child=ear_right to=skull at=-10.2,0.5,1.5" timestamp="2026-03-21T20:43:32.058180+00:00"/>
|
|
235
|
+
<op cmd="add type=sphere id=ear_left radius=2.8 fill=#daa878 stroke=#b88858" timestamp="2026-03-21T20:43:32.216553+00:00"/>
|
|
236
|
+
<op cmd="scale target=ear_left x=0.5 y=1.4 z=0.4" timestamp="2026-03-21T20:43:32.354671+00:00"/>
|
|
237
|
+
<op cmd="attach child=ear_left to=skull at=10.2,0.5,1.5" timestamp="2026-03-21T20:43:32.511607+00:00"/>
|
|
238
|
+
<op cmd="add type=sphere id=lobe_right radius=1.0 fill=#d4a070 stroke=#b08050" timestamp="2026-03-21T20:43:32.639167+00:00"/>
|
|
239
|
+
<op cmd="attach child=lobe_right to=skull at=-10.4,-3.2,1.2" timestamp="2026-03-21T20:43:32.776468+00:00"/>
|
|
240
|
+
<op cmd="add type=sphere id=lobe_left radius=1.0 fill=#d4a070 stroke=#b08050" timestamp="2026-03-21T20:43:32.929112+00:00"/>
|
|
241
|
+
<op cmd="attach child=lobe_left to=skull at=10.4,-3.2,1.2" timestamp="2026-03-21T20:43:33.064354+00:00"/>
|
|
242
|
+
<op cmd="add type=cube id=eyebrow_right width=4.2 height=0.8 depth=0.9 fill=#3d2010 stroke=#1a0a00" timestamp="2026-03-21T20:43:33.221735+00:00"/>
|
|
243
|
+
<op cmd="rotate target=eyebrow_right z=8" timestamp="2026-03-21T20:43:33.353855+00:00"/>
|
|
244
|
+
<op cmd="attach child=eyebrow_right to=skull at=-3.2,5.1,9.5" timestamp="2026-03-21T20:43:33.509323+00:00"/>
|
|
245
|
+
<op cmd="add type=cube id=eyebrow_left width=4.2 height=0.8 depth=0.9 fill=#3d2010 stroke=#1a0a00" timestamp="2026-03-21T20:43:33.638035+00:00"/>
|
|
246
|
+
<op cmd="rotate target=eyebrow_left z=-8" timestamp="2026-03-21T20:43:33.769183+00:00"/>
|
|
247
|
+
<op cmd="attach child=eyebrow_left to=skull at=3.2,5.1,9.5" timestamp="2026-03-21T20:43:33.920196+00:00"/>
|
|
248
|
+
<op cmd="add type=sphere id=cheek_right radius=2.5 fill=#e8b888 stroke=#c89060 opacity=0.7" timestamp="2026-03-21T20:43:34.048229+00:00"/>
|
|
249
|
+
<op cmd="scale target=cheek_right x=1.3 y=0.7 z=0.6" timestamp="2026-03-21T20:43:34.208976+00:00"/>
|
|
250
|
+
<op cmd="attach child=cheek_right to=skull at=-6.0,-0.5,8.2" timestamp="2026-03-21T20:43:34.338215+00:00"/>
|
|
251
|
+
<op cmd="add type=sphere id=cheek_left radius=2.5 fill=#e8b888 stroke=#c89060 opacity=0.7" timestamp="2026-03-21T20:43:34.474171+00:00"/>
|
|
252
|
+
<op cmd="scale target=cheek_left x=1.3 y=0.7 z=0.6" timestamp="2026-03-21T20:43:34.628398+00:00"/>
|
|
253
|
+
<op cmd="attach child=cheek_left to=skull at=6.0,-0.5,8.2" timestamp="2026-03-21T20:43:34.766552+00:00"/>
|
|
254
|
+
<op cmd="add type=cube id=philtrum width=1.8 height=2.2 depth=0.4 fill=#d8a878 stroke=#b88858" timestamp="2026-03-21T20:43:34.924386+00:00"/>
|
|
255
|
+
<op cmd="attach child=philtrum to=skull at=0,-3.4,10.0" timestamp="2026-03-21T20:43:35.054281+00:00"/>
|
|
256
|
+
<op cmd="add type=sphere id=chin radius=2.2 fill=#e0b890 stroke=#c09060" timestamp="2026-03-21T20:43:35.211062+00:00"/>
|
|
257
|
+
<op cmd="scale target=chin x=1.1 y=0.6 z=0.7" timestamp="2026-03-21T20:43:35.345332+00:00"/>
|
|
258
|
+
<op cmd="attach child=chin to=skull at=0,-9.5,7.5" timestamp="2026-03-21T20:43:35.482052+00:00"/>
|
|
259
|
+
<op cmd="viewpoint az=150 el=15 scale=9" timestamp="2026-03-21T20:43:35.634446+00:00"/>
|
|
260
|
+
</history>
|
|
261
|
+
</dms>
|
assets/aldric.dms
ADDED
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<dms version="1.0">
|
|
3
|
+
<metadata created="2026-03-21T20:43:25.554926+00:00" version="1.0"/>
|
|
4
|
+
<viewpoints>
|
|
5
|
+
<viewpoint name="default" az="150.0" el="15.0" scale="9.0"/>
|
|
6
|
+
</viewpoints>
|
|
7
|
+
<scene>
|
|
8
|
+
<object id="skull" type="icosahedron" tags="deformed_by=socket_right,deformed_by=socket_left,deformed_by=nose_bridge,deformed_by=nose_tip,deformed_by=nostril_right,deformed_by=nostril_left,deformed_by=ear_right,deformed_by=ear_left,deformed_by=cheek_right,deformed_by=cheek_left,deformed_by=jaw,deformed_by=chin,deformed_by=upper_lip,deformed_by=lower_lip,deformed_by=mouth_line,deformed_by=philtrum,deformed_by=brow_right,deformed_by=brow_left,deformed_by=eyebrow_right,deformed_by=eyebrow_left">
|
|
9
|
+
<params radius="10.0" subdivisions="3.0"/>
|
|
10
|
+
<transform translate="0.0,0.0,0.0" rotate="0.0,0.0,0.0" scale="1.0,1.15,0.88"/>
|
|
11
|
+
<material fill="#e8c49a" stroke="#c8a070" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
12
|
+
<object id="neck" type="cylinder" tags="null">
|
|
13
|
+
<params radius="4.5" height="8.0" segments="16"/>
|
|
14
|
+
<transform translate="0.0,-12.0,0.0" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
15
|
+
<material fill="#e0b896" stroke="#c8a070" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
16
|
+
<attach point="0.0,-12.0,0.0"/>
|
|
17
|
+
</object>
|
|
18
|
+
<object id="jaw" type="cube" tags="pressed_into=skull">
|
|
19
|
+
<params width="14.0" height="5.0" depth="7.0"/>
|
|
20
|
+
<transform translate="0.0,-7.0,1.0" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
21
|
+
<material fill="#e4c094" stroke="#c8a070" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
22
|
+
<attach point="0.0,-7.0,1.0"/>
|
|
23
|
+
</object>
|
|
24
|
+
<object id="brow_right" type="cube" tags="pressed_into=skull">
|
|
25
|
+
<params width="4.0" height="1.2" depth="1.5"/>
|
|
26
|
+
<transform translate="-3.2,3.5,9.2" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
27
|
+
<material fill="#ddb07a" stroke="#c8a060" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
28
|
+
<attach point="-3.2,3.5,9.2"/>
|
|
29
|
+
</object>
|
|
30
|
+
<object id="brow_left" type="cube" tags="pressed_into=skull">
|
|
31
|
+
<params width="4.0" height="1.2" depth="1.5"/>
|
|
32
|
+
<transform translate="3.2,3.5,9.2" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
33
|
+
<material fill="#ddb07a" stroke="#c8a060" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
34
|
+
<attach point="3.2,3.5,9.2"/>
|
|
35
|
+
</object>
|
|
36
|
+
<object id="socket_right" type="sphere" tags="deformed_by=white_right,pressed_into=skull">
|
|
37
|
+
<params radius="2.2" subdivisions="3"/>
|
|
38
|
+
<transform translate="-3.2,2.8,9.0" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
39
|
+
<material fill="#c8a07a" stroke="#a07040" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
40
|
+
<attach point="-3.2,2.8,9.0"/>
|
|
41
|
+
</object>
|
|
42
|
+
<object id="socket_left" type="sphere" tags="deformed_by=white_left,pressed_into=skull">
|
|
43
|
+
<params radius="2.2" subdivisions="3"/>
|
|
44
|
+
<transform translate="3.2,2.8,9.0" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
45
|
+
<material fill="#c8a07a" stroke="#a07040" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
46
|
+
<attach point="3.2,2.8,9.0"/>
|
|
47
|
+
</object>
|
|
48
|
+
<object id="white_right" type="sphere" tags="deformed_by=iris_right,pressed_into=socket_right">
|
|
49
|
+
<params radius="1.8" subdivisions="3"/>
|
|
50
|
+
<transform translate="-3.2,2.8,9.6" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
51
|
+
<material fill="#f4f0e8" stroke="#ccccbb" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
52
|
+
<attach point="-3.2,2.8,9.6"/>
|
|
53
|
+
</object>
|
|
54
|
+
<object id="white_left" type="sphere" tags="deformed_by=iris_left,pressed_into=socket_left">
|
|
55
|
+
<params radius="1.8" subdivisions="3"/>
|
|
56
|
+
<transform translate="3.2,2.8,9.6" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
57
|
+
<material fill="#f4f0e8" stroke="#ccccbb" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
58
|
+
<attach point="3.2,2.8,9.6"/>
|
|
59
|
+
</object>
|
|
60
|
+
<object id="iris_right" type="sphere" tags="deformed_by=pupil_right,pressed_into=white_right">
|
|
61
|
+
<params radius="1.1" subdivisions="3"/>
|
|
62
|
+
<transform translate="-3.2,2.8,10.3" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
63
|
+
<material fill="#4a7a38" stroke="#2a4a18" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
64
|
+
<attach point="-3.2,2.8,10.3"/>
|
|
65
|
+
</object>
|
|
66
|
+
<object id="iris_left" type="sphere" tags="deformed_by=pupil_left,pressed_into=white_left">
|
|
67
|
+
<params radius="1.1" subdivisions="3"/>
|
|
68
|
+
<transform translate="3.2,2.8,10.3" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
69
|
+
<material fill="#4a7a38" stroke="#2a4a18" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
70
|
+
<attach point="3.2,2.8,10.3"/>
|
|
71
|
+
</object>
|
|
72
|
+
<object id="pupil_right" type="sphere" tags="pressed_into=iris_right">
|
|
73
|
+
<params radius="0.6" subdivisions="3"/>
|
|
74
|
+
<transform translate="-3.2,2.8,10.9" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
75
|
+
<material fill="#0a0808" stroke="#050404" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
76
|
+
<attach point="-3.2,2.8,10.9"/>
|
|
77
|
+
</object>
|
|
78
|
+
<object id="pupil_left" type="sphere" tags="pressed_into=iris_left">
|
|
79
|
+
<params radius="0.6" subdivisions="3"/>
|
|
80
|
+
<transform translate="3.2,2.8,10.9" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
81
|
+
<material fill="#0a0808" stroke="#050404" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
82
|
+
<attach point="3.2,2.8,10.9"/>
|
|
83
|
+
</object>
|
|
84
|
+
<object id="nose_bridge" type="octahedron" tags="pressed_into=skull">
|
|
85
|
+
<params radius="2.0"/>
|
|
86
|
+
<transform translate="0.0,0.5,9.8" rotate="0.0,0.0,0.0" scale="0.45,1.4,0.7"/>
|
|
87
|
+
<material fill="#dba878" stroke="#c8906a" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
88
|
+
<attach point="0.0,0.5,9.8"/>
|
|
89
|
+
</object>
|
|
90
|
+
<object id="nose_tip" type="sphere" tags="pressed_into=skull">
|
|
91
|
+
<params radius="1.3" subdivisions="3"/>
|
|
92
|
+
<transform translate="0.0,-1.8,10.4" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
93
|
+
<material fill="#d4956a" stroke="#b87848" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
94
|
+
<attach point="0.0,-1.8,10.4"/>
|
|
95
|
+
</object>
|
|
96
|
+
<object id="nostril_right" type="sphere" tags="pressed_into=skull">
|
|
97
|
+
<params radius="0.7" subdivisions="3"/>
|
|
98
|
+
<transform translate="-1.4,-2.4,9.9" rotate="0.0,0.0,0.0" scale="1.2,0.7,0.8"/>
|
|
99
|
+
<material fill="#c07848" stroke="#904820" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
100
|
+
<attach point="-1.4,-2.4,9.9"/>
|
|
101
|
+
</object>
|
|
102
|
+
<object id="nostril_left" type="sphere" tags="pressed_into=skull">
|
|
103
|
+
<params radius="0.7" subdivisions="3"/>
|
|
104
|
+
<transform translate="1.4,-2.4,9.9" rotate="0.0,0.0,0.0" scale="1.2,0.7,0.8"/>
|
|
105
|
+
<material fill="#c07848" stroke="#904820" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
106
|
+
<attach point="1.4,-2.4,9.9"/>
|
|
107
|
+
</object>
|
|
108
|
+
<object id="upper_lip" type="cube" tags="pressed_into=skull">
|
|
109
|
+
<params width="5.5" height="1.4" depth="1.2"/>
|
|
110
|
+
<transform translate="0.0,-4.8,9.5" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
111
|
+
<material fill="#c06868" stroke="#904848" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
112
|
+
<attach point="0.0,-4.8,9.5"/>
|
|
113
|
+
</object>
|
|
114
|
+
<object id="lower_lip" type="cube" tags="pressed_into=skull">
|
|
115
|
+
<params width="5.0" height="1.6" depth="1.4"/>
|
|
116
|
+
<transform translate="0.0,-6.4,9.3" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
117
|
+
<material fill="#b85858" stroke="#883838" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
118
|
+
<attach point="0.0,-6.4,9.3"/>
|
|
119
|
+
</object>
|
|
120
|
+
<object id="mouth_line" type="cube" tags="pressed_into=skull">
|
|
121
|
+
<params width="5.2" height="0.35" depth="0.5"/>
|
|
122
|
+
<transform translate="0.0,-5.65,9.7" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
123
|
+
<material fill="#6a2828" stroke="#4a1818" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
124
|
+
<attach point="0.0,-5.65,9.7"/>
|
|
125
|
+
</object>
|
|
126
|
+
<object id="ear_right" type="sphere" tags="deformed_by=lobe_right,pressed_into=skull">
|
|
127
|
+
<params radius="2.8" subdivisions="3"/>
|
|
128
|
+
<transform translate="-10.2,0.5,1.5" rotate="0.0,0.0,0.0" scale="0.5,1.4,0.4"/>
|
|
129
|
+
<material fill="#daa878" stroke="#b88858" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
130
|
+
<attach point="-10.2,0.5,1.5"/>
|
|
131
|
+
</object>
|
|
132
|
+
<object id="ear_left" type="sphere" tags="deformed_by=lobe_left,pressed_into=skull">
|
|
133
|
+
<params radius="2.8" subdivisions="3"/>
|
|
134
|
+
<transform translate="10.2,0.5,1.5" rotate="0.0,0.0,0.0" scale="0.5,1.4,0.4"/>
|
|
135
|
+
<material fill="#daa878" stroke="#b88858" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
136
|
+
<attach point="10.2,0.5,1.5"/>
|
|
137
|
+
</object>
|
|
138
|
+
<object id="lobe_right" type="sphere" tags="pressed_into=ear_right">
|
|
139
|
+
<params radius="1.0" subdivisions="3"/>
|
|
140
|
+
<transform translate="-10.4,-3.2,1.2" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
141
|
+
<material fill="#d4a070" stroke="#b08050" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
142
|
+
<attach point="-10.4,-3.2,1.2"/>
|
|
143
|
+
</object>
|
|
144
|
+
<object id="lobe_left" type="sphere" tags="pressed_into=ear_left">
|
|
145
|
+
<params radius="1.0" subdivisions="3"/>
|
|
146
|
+
<transform translate="10.4,-3.2,1.2" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
147
|
+
<material fill="#d4a070" stroke="#b08050" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
148
|
+
<attach point="10.4,-3.2,1.2"/>
|
|
149
|
+
</object>
|
|
150
|
+
<object id="eyebrow_right" type="cube" tags="pressed_into=skull">
|
|
151
|
+
<params width="4.2" height="0.8" depth="0.9"/>
|
|
152
|
+
<transform translate="-3.2,5.1,9.5" rotate="0.0,0.0,8.0" scale="1.0,1.0,1.0"/>
|
|
153
|
+
<material fill="#3d2010" stroke="#1a0a00" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
154
|
+
<attach point="-3.2,5.1,9.5"/>
|
|
155
|
+
</object>
|
|
156
|
+
<object id="eyebrow_left" type="cube" tags="pressed_into=skull">
|
|
157
|
+
<params width="4.2" height="0.8" depth="0.9"/>
|
|
158
|
+
<transform translate="3.2,5.1,9.5" rotate="0.0,0.0,-8.0" scale="1.0,1.0,1.0"/>
|
|
159
|
+
<material fill="#3d2010" stroke="#1a0a00" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
160
|
+
<attach point="3.2,5.1,9.5"/>
|
|
161
|
+
</object>
|
|
162
|
+
<object id="cheek_right" type="sphere" tags="pressed_into=skull">
|
|
163
|
+
<params radius="2.5" subdivisions="3"/>
|
|
164
|
+
<transform translate="-6.0,-0.5,8.2" rotate="0.0,0.0,0.0" scale="1.3,0.7,0.6"/>
|
|
165
|
+
<material fill="#e8b888" stroke="#c89060" stroke_width="0.5" opacity="0.7" shininess="0.0"/>
|
|
166
|
+
<attach point="-6.0,-0.5,8.2"/>
|
|
167
|
+
</object>
|
|
168
|
+
<object id="cheek_left" type="sphere" tags="pressed_into=skull">
|
|
169
|
+
<params radius="2.5" subdivisions="3"/>
|
|
170
|
+
<transform translate="6.0,-0.5,8.2" rotate="0.0,0.0,0.0" scale="1.3,0.7,0.6"/>
|
|
171
|
+
<material fill="#e8b888" stroke="#c89060" stroke_width="0.5" opacity="0.7" shininess="0.0"/>
|
|
172
|
+
<attach point="6.0,-0.5,8.2"/>
|
|
173
|
+
</object>
|
|
174
|
+
<object id="philtrum" type="cube" tags="pressed_into=skull">
|
|
175
|
+
<params width="1.8" height="2.2" depth="0.4"/>
|
|
176
|
+
<transform translate="0.0,-3.4,10.0" rotate="0.0,0.0,0.0" scale="1.0,1.0,1.0"/>
|
|
177
|
+
<material fill="#d8a878" stroke="#b88858" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
178
|
+
<attach point="0.0,-3.4,10.0"/>
|
|
179
|
+
</object>
|
|
180
|
+
<object id="chin" type="sphere" tags="pressed_into=skull">
|
|
181
|
+
<params radius="2.2" subdivisions="3"/>
|
|
182
|
+
<transform translate="0.0,-9.5,7.5" rotate="0.0,0.0,0.0" scale="1.1,0.6,0.7"/>
|
|
183
|
+
<material fill="#e0b890" stroke="#c09060" stroke_width="0.5" opacity="1.0" shininess="0.0"/>
|
|
184
|
+
<attach point="0.0,-9.5,7.5"/>
|
|
185
|
+
</object>
|
|
186
|
+
</object>
|
|
187
|
+
</scene>
|
|
188
|
+
<history>
|
|
189
|
+
<op cmd="add type=cylinder id=neck radius=4.5 height=8 fill=#e0b896 stroke=#c8a070 at=0,-14,0" timestamp="2026-03-21T20:43:25.729201+00:00"/>
|
|
190
|
+
<op cmd="add type=icosahedron id=skull radius=10 subdivisions=3 fill=#e8c49a stroke=#c8a070" timestamp="2026-03-21T20:43:25.868099+00:00"/>
|
|
191
|
+
<op cmd="scale target=skull x=1.0 y=1.15 z=0.88" timestamp="2026-03-21T20:43:26.032872+00:00"/>
|
|
192
|
+
<op cmd="attach child=neck to=skull at=0,-12,0" timestamp="2026-03-21T20:43:26.171717+00:00"/>
|
|
193
|
+
<op cmd="add type=cube id=jaw width=14 height=5 depth=7 fill=#e4c094 stroke=#c8a070" timestamp="2026-03-21T20:43:26.327027+00:00"/>
|
|
194
|
+
<op cmd="attach child=jaw to=skull at=0,-7,1" timestamp="2026-03-21T20:43:26.458926+00:00"/>
|
|
195
|
+
<op cmd="add type=cube id=brow_right width=4 height=1.2 depth=1.5 fill=#ddb07a stroke=#c8a060" timestamp="2026-03-21T20:43:26.617891+00:00"/>
|
|
196
|
+
<op cmd="attach child=brow_right to=skull at=-3.2,3.5,9.2" timestamp="2026-03-21T20:43:26.749270+00:00"/>
|
|
197
|
+
<op cmd="add type=cube id=brow_left width=4 height=1.2 depth=1.5 fill=#ddb07a stroke=#c8a060" timestamp="2026-03-21T20:43:26.907865+00:00"/>
|
|
198
|
+
<op cmd="attach child=brow_left to=skull at=3.2,3.5,9.2" timestamp="2026-03-21T20:43:27.037530+00:00"/>
|
|
199
|
+
<op cmd="add type=sphere id=socket_right radius=2.2 fill=#c8a07a stroke=#a07040" timestamp="2026-03-21T20:43:27.173839+00:00"/>
|
|
200
|
+
<op cmd="attach child=socket_right to=skull at=-3.2,2.8,9.0" timestamp="2026-03-21T20:43:27.327877+00:00"/>
|
|
201
|
+
<op cmd="add type=sphere id=socket_left radius=2.2 fill=#c8a07a stroke=#a07040" timestamp="2026-03-21T20:43:27.460230+00:00"/>
|
|
202
|
+
<op cmd="attach child=socket_left to=skull at=3.2,2.8,9.0" timestamp="2026-03-21T20:43:27.613216+00:00"/>
|
|
203
|
+
<op cmd="add type=sphere id=white_right radius=1.8 fill=#f4f0e8 stroke=#ccccbb" timestamp="2026-03-21T20:43:27.745112+00:00"/>
|
|
204
|
+
<op cmd="attach child=white_right to=skull at=-3.2,2.8,9.6" timestamp="2026-03-21T20:43:27.878115+00:00"/>
|
|
205
|
+
<op cmd="add type=sphere id=white_left radius=1.8 fill=#f4f0e8 stroke=#ccccbb" timestamp="2026-03-21T20:43:28.033047+00:00"/>
|
|
206
|
+
<op cmd="attach child=white_left to=skull at=3.2,2.8,9.6" timestamp="2026-03-21T20:43:28.167388+00:00"/>
|
|
207
|
+
<op cmd="add type=sphere id=iris_right radius=1.1 fill=#4a7a38 stroke=#2a4a18" timestamp="2026-03-21T20:43:28.321539+00:00"/>
|
|
208
|
+
<op cmd="attach child=iris_right to=skull at=-3.2,2.8,10.3" timestamp="2026-03-21T20:43:28.442944+00:00"/>
|
|
209
|
+
<op cmd="add type=sphere id=iris_left radius=1.1 fill=#4a7a38 stroke=#2a4a18" timestamp="2026-03-21T20:43:28.578397+00:00"/>
|
|
210
|
+
<op cmd="attach child=iris_left to=skull at=3.2,2.8,10.3" timestamp="2026-03-21T20:43:28.725483+00:00"/>
|
|
211
|
+
<op cmd="add type=sphere id=pupil_right radius=0.6 fill=#0a0808 stroke=#050404" timestamp="2026-03-21T20:43:28.851323+00:00"/>
|
|
212
|
+
<op cmd="attach child=pupil_right to=skull at=-3.2,2.8,10.9" timestamp="2026-03-21T20:43:29.006459+00:00"/>
|
|
213
|
+
<op cmd="add type=sphere id=pupil_left radius=0.6 fill=#0a0808 stroke=#050404" timestamp="2026-03-21T20:43:29.140641+00:00"/>
|
|
214
|
+
<op cmd="attach child=pupil_left to=skull at=3.2,2.8,10.9" timestamp="2026-03-21T20:43:29.273131+00:00"/>
|
|
215
|
+
<op cmd="add type=octahedron id=nose_bridge radius=2.0 fill=#dba878 stroke=#c8906a" timestamp="2026-03-21T20:43:29.424103+00:00"/>
|
|
216
|
+
<op cmd="scale target=nose_bridge x=0.45 y=1.4 z=0.7" timestamp="2026-03-21T20:43:29.549372+00:00"/>
|
|
217
|
+
<op cmd="attach child=nose_bridge to=skull at=0,0.5,9.8" timestamp="2026-03-21T20:43:29.706755+00:00"/>
|
|
218
|
+
<op cmd="add type=sphere id=nose_tip radius=1.3 fill=#d4956a stroke=#b87848" timestamp="2026-03-21T20:43:29.829378+00:00"/>
|
|
219
|
+
<op cmd="attach child=nose_tip to=skull at=0,-1.8,10.4" timestamp="2026-03-21T20:43:29.954270+00:00"/>
|
|
220
|
+
<op cmd="add type=sphere id=nostril_right radius=0.7 fill=#c07848 stroke=#904820" timestamp="2026-03-21T20:43:30.107003+00:00"/>
|
|
221
|
+
<op cmd="scale target=nostril_right x=1.2 y=0.7 z=0.8" timestamp="2026-03-21T20:43:30.231819+00:00"/>
|
|
222
|
+
<op cmd="attach child=nostril_right to=skull at=-1.4,-2.4,9.9" timestamp="2026-03-21T20:43:30.362245+00:00"/>
|
|
223
|
+
<op cmd="add type=sphere id=nostril_left radius=0.7 fill=#c07848 stroke=#904820" timestamp="2026-03-21T20:43:30.512969+00:00"/>
|
|
224
|
+
<op cmd="scale target=nostril_left x=1.2 y=0.7 z=0.8" timestamp="2026-03-21T20:43:30.641185+00:00"/>
|
|
225
|
+
<op cmd="attach child=nostril_left to=skull at=1.4,-2.4,9.9" timestamp="2026-03-21T20:43:30.770367+00:00"/>
|
|
226
|
+
<op cmd="add type=cube id=upper_lip width=5.5 height=1.4 depth=1.2 fill=#c06868 stroke=#904848" timestamp="2026-03-21T20:43:30.921910+00:00"/>
|
|
227
|
+
<op cmd="attach child=upper_lip to=skull at=0,-4.8,9.5" timestamp="2026-03-21T20:43:31.053018+00:00"/>
|
|
228
|
+
<op cmd="add type=cube id=lower_lip width=5.0 height=1.6 depth=1.4 fill=#b85858 stroke=#883838" timestamp="2026-03-21T20:43:31.212441+00:00"/>
|
|
229
|
+
<op cmd="attach child=lower_lip to=skull at=0,-6.4,9.3" timestamp="2026-03-21T20:43:31.344756+00:00"/>
|
|
230
|
+
<op cmd="add type=cube id=mouth_line width=5.2 height=0.35 depth=0.5 fill=#6a2828 stroke=#4a1818" timestamp="2026-03-21T20:43:31.477269+00:00"/>
|
|
231
|
+
<op cmd="attach child=mouth_line to=skull at=0,-5.65,9.7" timestamp="2026-03-21T20:43:31.633561+00:00"/>
|
|
232
|
+
<op cmd="add type=sphere id=ear_right radius=2.8 fill=#daa878 stroke=#b88858" timestamp="2026-03-21T20:43:31.766415+00:00"/>
|
|
233
|
+
<op cmd="scale target=ear_right x=0.5 y=1.4 z=0.4" timestamp="2026-03-21T20:43:31.926055+00:00"/>
|
|
234
|
+
<op cmd="attach child=ear_right to=skull at=-10.2,0.5,1.5" timestamp="2026-03-21T20:43:32.058180+00:00"/>
|
|
235
|
+
<op cmd="add type=sphere id=ear_left radius=2.8 fill=#daa878 stroke=#b88858" timestamp="2026-03-21T20:43:32.216553+00:00"/>
|
|
236
|
+
<op cmd="scale target=ear_left x=0.5 y=1.4 z=0.4" timestamp="2026-03-21T20:43:32.354671+00:00"/>
|
|
237
|
+
<op cmd="attach child=ear_left to=skull at=10.2,0.5,1.5" timestamp="2026-03-21T20:43:32.511607+00:00"/>
|
|
238
|
+
<op cmd="add type=sphere id=lobe_right radius=1.0 fill=#d4a070 stroke=#b08050" timestamp="2026-03-21T20:43:32.639167+00:00"/>
|
|
239
|
+
<op cmd="attach child=lobe_right to=skull at=-10.4,-3.2,1.2" timestamp="2026-03-21T20:43:32.776468+00:00"/>
|
|
240
|
+
<op cmd="add type=sphere id=lobe_left radius=1.0 fill=#d4a070 stroke=#b08050" timestamp="2026-03-21T20:43:32.929112+00:00"/>
|
|
241
|
+
<op cmd="attach child=lobe_left to=skull at=10.4,-3.2,1.2" timestamp="2026-03-21T20:43:33.064354+00:00"/>
|
|
242
|
+
<op cmd="add type=cube id=eyebrow_right width=4.2 height=0.8 depth=0.9 fill=#3d2010 stroke=#1a0a00" timestamp="2026-03-21T20:43:33.221735+00:00"/>
|
|
243
|
+
<op cmd="rotate target=eyebrow_right z=8" timestamp="2026-03-21T20:43:33.353855+00:00"/>
|
|
244
|
+
<op cmd="attach child=eyebrow_right to=skull at=-3.2,5.1,9.5" timestamp="2026-03-21T20:43:33.509323+00:00"/>
|
|
245
|
+
<op cmd="add type=cube id=eyebrow_left width=4.2 height=0.8 depth=0.9 fill=#3d2010 stroke=#1a0a00" timestamp="2026-03-21T20:43:33.638035+00:00"/>
|
|
246
|
+
<op cmd="rotate target=eyebrow_left z=-8" timestamp="2026-03-21T20:43:33.769183+00:00"/>
|
|
247
|
+
<op cmd="attach child=eyebrow_left to=skull at=3.2,5.1,9.5" timestamp="2026-03-21T20:43:33.920196+00:00"/>
|
|
248
|
+
<op cmd="add type=sphere id=cheek_right radius=2.5 fill=#e8b888 stroke=#c89060 opacity=0.7" timestamp="2026-03-21T20:43:34.048229+00:00"/>
|
|
249
|
+
<op cmd="scale target=cheek_right x=1.3 y=0.7 z=0.6" timestamp="2026-03-21T20:43:34.208976+00:00"/>
|
|
250
|
+
<op cmd="attach child=cheek_right to=skull at=-6.0,-0.5,8.2" timestamp="2026-03-21T20:43:34.338215+00:00"/>
|
|
251
|
+
<op cmd="add type=sphere id=cheek_left radius=2.5 fill=#e8b888 stroke=#c89060 opacity=0.7" timestamp="2026-03-21T20:43:34.474171+00:00"/>
|
|
252
|
+
<op cmd="scale target=cheek_left x=1.3 y=0.7 z=0.6" timestamp="2026-03-21T20:43:34.628398+00:00"/>
|
|
253
|
+
<op cmd="attach child=cheek_left to=skull at=6.0,-0.5,8.2" timestamp="2026-03-21T20:43:34.766552+00:00"/>
|
|
254
|
+
<op cmd="add type=cube id=philtrum width=1.8 height=2.2 depth=0.4 fill=#d8a878 stroke=#b88858" timestamp="2026-03-21T20:43:34.924386+00:00"/>
|
|
255
|
+
<op cmd="attach child=philtrum to=skull at=0,-3.4,10.0" timestamp="2026-03-21T20:43:35.054281+00:00"/>
|
|
256
|
+
<op cmd="add type=sphere id=chin radius=2.2 fill=#e0b890 stroke=#c09060" timestamp="2026-03-21T20:43:35.211062+00:00"/>
|
|
257
|
+
<op cmd="scale target=chin x=1.1 y=0.6 z=0.7" timestamp="2026-03-21T20:43:35.345332+00:00"/>
|
|
258
|
+
<op cmd="attach child=chin to=skull at=0,-9.5,7.5" timestamp="2026-03-21T20:43:35.482052+00:00"/>
|
|
259
|
+
<op cmd="viewpoint az=150 el=15 scale=9" timestamp="2026-03-21T20:43:35.634446+00:00"/>
|
|
260
|
+
</history>
|
|
261
|
+
</dms>
|