msavva commited on
Commit
5ac0cb6
1 Parent(s): e6d9382

add scenes, root config, and README.md

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +56 -0
  2. hssd-hab.scene_dataset_config.json +26 -0
  3. scenes/102343992.scene_instance.json +0 -0
  4. scenes/102344022.scene_instance.json +1 -0
  5. scenes/102344049.scene_instance.json +1 -0
  6. scenes/102344094.scene_instance.json +1 -0
  7. scenes/102344115.scene_instance.json +1 -0
  8. scenes/102344193.scene_instance.json +1 -0
  9. scenes/102344250.scene_instance.json +1 -0
  10. scenes/102344280.scene_instance.json +1 -0
  11. scenes/102344307.scene_instance.json +1 -0
  12. scenes/102344328.scene_instance.json +1 -0
  13. scenes/102344403.scene_instance.json +0 -0
  14. scenes/102344439.scene_instance.json +0 -0
  15. scenes/102344457.scene_instance.json +1 -0
  16. scenes/102344469.scene_instance.json +0 -0
  17. scenes/102344529.scene_instance.json +1 -0
  18. scenes/102815835.scene_instance.json +0 -0
  19. scenes/102815859.scene_instance.json +1 -0
  20. scenes/102816009.scene_instance.json +0 -0
  21. scenes/102816036.scene_instance.json +0 -0
  22. scenes/102816051.scene_instance.json +1 -0
  23. scenes/102816066.scene_instance.json +0 -0
  24. scenes/102816114.scene_instance.json +0 -0
  25. scenes/102816216.scene_instance.json +1 -0
  26. scenes/102816600.scene_instance.json +0 -0
  27. scenes/102816615.scene_instance.json +0 -0
  28. scenes/102816627.scene_instance.json +0 -0
  29. scenes/102816729.scene_instance.json +1 -0
  30. scenes/102816756.scene_instance.json +0 -0
  31. scenes/102816786.scene_instance.json +0 -0
  32. scenes/102816852.scene_instance.json +1 -0
  33. scenes/102817053.scene_instance.json +0 -0
  34. scenes/102817140.scene_instance.json +0 -0
  35. scenes/102817200.scene_instance.json +0 -0
  36. scenes/103997403_171030405.scene_instance.json +1 -0
  37. scenes/103997424_171030444.scene_instance.json +1 -0
  38. scenes/103997445_171030492.scene_instance.json +1 -0
  39. scenes/103997460_171030507.scene_instance.json +1 -0
  40. scenes/103997478_171030525.scene_instance.json +1 -0
  41. scenes/103997478_171030528.scene_instance.json +1 -0
  42. scenes/103997541_171030615.scene_instance.json +1 -0
  43. scenes/103997562_171030642.scene_instance.json +1 -0
  44. scenes/103997586_171030666.scene_instance.json +1 -0
  45. scenes/103997586_171030669.scene_instance.json +0 -0
  46. scenes/103997613_171030702.scene_instance.json +0 -0
  47. scenes/103997643_171030747.scene_instance.json +1 -0
  48. scenes/103997718_171030855.scene_instance.json +0 -0
  49. scenes/103997781_171030978.scene_instance.json +1 -0
  50. scenes/103997799_171031002.scene_instance.json +0 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pretty_name: HSSD
5
+ tags:
6
+ - 3D scenes
7
+ - Embodied AI
8
+ license: cc-by-nc-4.0
9
+ ---
10
+
11
+ HSSD: Habitat Synthetic Scenes Dataset
12
+ ==================================
13
+
14
+ The [Habitat Synthetic Scenes Dataset (HSSD)](https://3dlg-hcvc.github.io/hssd/) is a human-authored 3D scene dataset that more closely mirrors real scenes than prior datasets.
15
+ Our dataset represents real interiors and contains a diverse set of 211 scenes and more than 18000 models of real-world objects.
16
+
17
+ <img src="https://i.imgur.com/XEkLxNs.png" width=50%>
18
+
19
+ This repository provides a Habitat consumption-ready compressed version of HSSD.
20
+ See [this repository](https://huggingface.co/datasets/hssd/hssd-models) for corresponding uncompressed assets.
21
+
22
+ ## Dataset Structure
23
+
24
+ ```
25
+ ├── objects
26
+ │ ├── */*.glb
27
+ │ ├── */*.object_config.json
28
+ ├── stages
29
+ │ ├── *.glb
30
+ │ ├── *.stage_config.json
31
+ ├── scenes
32
+ │ ├── *.scene_instance.json
33
+ └── hssd.scene_dataset_config.json
34
+ ```
35
+
36
+ - `hssd.scene_dataset_config.json`: This SceneDataset config file aggregates the assets and metadata necessary to fully describe the set of stages, objects, and scenes constituting the dataset
37
+ - `objects`: 3D models representing distinct objects that are used to compose scenes
38
+ - `stages`: A stage in Habitat is the set of static mesh components which make up the backdrop of a scene (e.g. floor, walls, stairs, etc.)
39
+ - `scenes`: A scene is a single 3D world composed of a static stage and a variable number of objects
40
+
41
+
42
+ ## Getting Started
43
+
44
+ To load HSSD scenes into the Habitat simulator, you can start by installing [habitat-sim](https://github.com/facebookresearch/habitat-sim) using instructions specified [here](https://github.com/facebookresearch/habitat-sim#installation).
45
+
46
+ Once installed, you can run the interactive Habitat viewer to load a scene:
47
+
48
+ ```
49
+ habitat-viewer --dataset /path/to/hssd/hssd.scene_dataset_config.json -- 102344280
50
+ # or ./build/viewer if compiling from source
51
+ ```
52
+
53
+ You can find more information about using the interactive viewer [here](https://github.com/facebookresearch/habitat-sim#testing:~:text=path/to/data/-,Interactive%20testing,-%3A%20Use%20the%20interactive).
54
+
55
+ Habitat-Sim is typically used with [Habitat-Lab](https://github.com/facebookresearch/habitat-lab), a modular high-level library for end-to-end experiments in embodied AI.
56
+ To define embodied AI tasks (e.g. navigation, instruction following, question answering), train agents, and benchmark their performance using standard metrics, you can download habitat-lab using the instructions provided [here](https://github.com/facebookresearch/habitat-lab#installation).
hssd-hab.scene_dataset_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "stages": {
3
+ "paths": {
4
+ ".json": [
5
+ "stages"
6
+ ]
7
+ }
8
+ },
9
+ "objects": {
10
+ "paths": {
11
+ ".json": [
12
+ "objects/*", "objects/decomposed/*"
13
+ ]
14
+ }
15
+ },
16
+ "scene_instances": {
17
+ "default_attributes": {
18
+ "default_lighting": ""
19
+ },
20
+ "paths": {
21
+ ".json": [
22
+ "scenes"
23
+ ]
24
+ }
25
+ }
26
+ }
scenes/102343992.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/102344022.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/102344022"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "39c2ccacecea065215c5e2b39113747c3d187aa0", "translation": [-8.816049575805664, 2.182300006755586, -0.7724398401534494], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723850435418e-08, -6.181723496326152e-08], "non_uniform_scale": [2.469379663467445, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "234ea5d1489662fb112ec9ddc970798677d9e9b3", "translation": [-1.6909699440002441, 0.4300004035144873, -7.079849272379295], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2dc525e5f8dafe7c89aaaa355463fcce320f6f74", "translation": [-5.6998796463012695, 0.9500000954079617, -2.7506797492098833], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "577e49ac82f3377c86da9d21f1d36512d33e67f2", "translation": [-5.89277982711792, 2.280600376159555, -7.401109595196829], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "577e49ac82f3377c86da9d21f1d36512d33e67f2", "translation": [1.9060001373291016, 1.7686504552448312, -10.48479007163997], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "d3b23323cf402e1677f657015f2743e77a16b378", "translation": [-2.633280038833618, 2.784609876016475e-07, -4.6717998581051745], "rotation": [0.9659258252833217, 2.9761709072913827e-18, -0.25881904885601753, -1.5426818398784645e-08], "non_uniform_scale": [0.9999999716376657, 0.9999998807907177, 0.999999882230706], "motion_type": "STATIC"}, {"template_name": "d3b23323cf402e1677f657015f2743e77a16b378", "translation": [-1.7216800451278687, 4.168307725649356e-07, -6.993259489938026], "rotation": [0.9659258252833217, 2.9761709072913827e-18, -0.25881904885601753, -1.5426818398784645e-08], "non_uniform_scale": [0.9999999716376657, 0.9999998807907177, 0.999999882230706], "motion_type": "STATIC"}, {"template_name": "c2d966559ee73ca0f88779a2de90d8158f85e4fb", "translation": [-3.942309856414795, 7.28631022184345e-08, -1.2224399314856527], "rotation": [-4.3711388286737896e-08, 1.4474475375262554e-16, 0.9999999999999973, 5.977021687901771e-08], "non_uniform_scale": [1.0000000000000038, 0.8999998688697912, 0.999999880790721], "motion_type": "STATIC"}, {"template_name": "83af0c28b32652ec626f73be05cb03447fb74f46", "translation": [-0.09864000231027603, 0.48000025579094263, -4.951459560903318], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "83af0c28b32652ec626f73be05cb03447fb74f46", "translation": [-4.2230000495910645, 0.8600003874987365, -7.1211495410710555], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "83af0c28b32652ec626f73be05cb03447fb74f46", "translation": [-5.897960186004639, 0.9000000758987667, -2.573369772829416], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ddc58d7fc1d5efb5424af4bd4adcca01c1e96918", "translation": [-2.6440701484680176, 0.43000026003300107, -4.6726295290809965], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8eafdb7418cda6a711a04c9f6c743e54824fa500", "translation": [-4.432889938354492, 0.8600003995066814, -7.322609413706665], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8eafdb7418cda6a711a04c9f6c743e54824fa500", "translation": [-4.915369987487793, 0.8600003995066814, -7.322609413706665], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8eafdb7418cda6a711a04c9f6c743e54824fa500", "translation": [-5.382239818572998, 0.8600003995066814, -7.322609413706665], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cccc049db3ef5417dc934e267c4fbe40d6eb3691", "translation": [-5.876140117645264, 0.760000271841264, -5.480739221528793], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1d438cf2a0be5706ffdbd1489fbfb27f712589a0", "translation": [-0.1193000003695488, 1.8515001082646876, -3.0918797884356906], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1d438cf2a0be5706ffdbd1489fbfb27f712589a0", "translation": [-15.501479148864746, 1.7499996135115623, 4.7341998228907585], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ca99c048f9d634d78e49645c24c6878d154873b1", "translation": [-7.515430450439453, 2.8535128038242874e-08, -0.4787399781501289], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5f4a14a4e5bc2feb7388b5d18d63350c38600f29", "translation": [-6.0965800285339355, 6.091505042604695e-07, -10.219848977336312], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "aa6708417a90ac361154d302d723f760771e6f0c", "translation": [1.3109500408172607, 6.25767711426306e-07, -10.498639434657093], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "aa6708417a90ac361154d302d723f760771e6f0c", "translation": [-0.4387900233268738, 7.110828050826967e-07, -11.929989103675496], "rotation": [0.9999999757464141, -3.9426133433898215e-23, 0.0002202434363862151, 1.3127532426691218e-11], "non_uniform_scale": [0.9999999778050392, 0.9999998807907176, 0.9999998585957826], "motion_type": "STATIC"}, {"template_name": "cc46c6f171d6f0052d0b322eae7c2acabebc2bb4", "translation": [-6.578690052032471, -5.861401319862125e-08, 0.9833799014461064], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [-0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cc46c6f171d6f0052d0b322eae7c2acabebc2bb4", "translation": [-10.091050148010254, -2.5135338432846765e-07, 4.2170097698563325], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "24fcece92aedf4b1b7c29f9768437852a5e16dce", "translation": [1.8986999988555908, 1.911100354053353, -7.348729058514259], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a2983a4841eca51a82414d55af18b9dc348627d3", "translation": [-5.75555944442749, 2.8000001166564203, -5.557169416119464], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a2983a4841eca51a82414d55af18b9dc348627d3", "translation": [-0.19102001190185547, 2.800000396201611, -10.24715918021441], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a2983a4841eca51a82414d55af18b9dc348627d3", "translation": [-0.08510000258684158, 2.800000080283283, -4.946929469887621], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bd24ecbb383d2fa40a7cab998802c7caac1bfa5b", "translation": [-0.421750009059906, 0.5714999313551168, 0.6361700257855638], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "292e612b94ad5f151ccfea46e97d52bdb6c7e1d1", "translation": [-2.1265599727630615, 2.4165510481566344e-08, -0.4054299649339921], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "292e612b94ad5f151ccfea46e97d52bdb6c7e1d1", "translation": [-15.500080108642578, -2.657204731804086e-07, 4.458049508449449], "rotation": [-4.371138923946356e-08, 9.850718267913739e-23, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.5947371721267762, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "52c16ad537bb150c79e4a42b24cd17b26c65e922", "translation": [-1.7717750072479248, 2.5914014045724798e-08, -0.43476498515814477], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fe7bd204726280681e2e10a20fcf6033fce9c8a9", "translation": [-0.6190299987792969, 0.5000003819763492, -6.908499276131408], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fe7bd204726280681e2e10a20fcf6033fce9c8a9", "translation": [-0.012357235886156559, 0.4940006977307938, -11.903979516149743], "rotation": [0.9659258252833217, 2.9761709072913827e-18, -0.25881904885601753, -1.5426818398784645e-08], "non_uniform_scale": [0.9999999716376657, 0.9999998807907177, 0.999999882230706], "motion_type": "STATIC"}, {"template_name": "17ae065b2cc45c98e470fe2610bdfb508985a965", "translation": [-5.262629985809326, 1.7500003368324144, -7.401109626823057], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "17ae065b2cc45c98e470fe2610bdfb508985a965", "translation": [-6.975570201873779, 1.7500003368324144, -7.401109626823057], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "d0bd61d559ecb7403b4068fb6060dd85aea4e85e", "translation": [-5.911495208740234, 1.7499998909688, 0.07924009387254749], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9dc5cc0291a241c4d5ea37bf8f03d7ed883a25de", "translation": [-1.9293299913406372, 1.7500000799822857, -3.091879794485564], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [-1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "00a896b002a685b0366798b1d3a96a20e96cf560", "translation": [1.4365099668502808, 2.1602033939416287e-07, -3.6242196783888403], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "399f5a996fd970cb288384ac89b7d7cd73052ff8", "translation": [-0.9050800204277039, 1.3000000642436902, -3.177829952369322], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "399f5a996fd970cb288384ac89b7d7cd73052ff8", "translation": [-7.63493013381958, 0.8999999924820727, -1.1738699630576335], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "35880f4a551d6b1790f8ded9b23498f1da88575b", "translation": [-4.692309856414795, 7.432639392845886e-08, -1.2469898911124488], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ca1f1a0a2e87b15b5159e98547d7d2ca8f4020c7", "translation": [-0.38096001744270325, 0.48000057632268245, -10.329089474136227], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ca1f1a0a2e87b15b5159e98547d7d2ca8f4020c7", "translation": [-7.852609634399414, 0.9000000049299004, -1.3827098439508703], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d104549e7adc8876c1c19c40a26e9cc092387302", "translation": [-5.9833598136901855, 0.7600002944689805, -5.860369287707229], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cc2dad4684d908d0f19c4919b21ce0a724586a05", "translation": [-3.848909854888916, 2.4911610348075186, -9.262909188623993], "rotation": [0.4999999837833571, 0.4999999480996407, 0.5000000763059834, -0.4999999918110103], "non_uniform_scale": [0.9274532242147276, 0.9999998211860867, 0.835179706194432], "motion_type": "STATIC"}, {"template_name": "cc2dad4684d908d0f19c4919b21ce0a724586a05", "translation": [-2.582710027694702, 1.7511606222199925, 0.23916013610367148], "rotation": [-0.500000027494746, -0.49999999181102656, 0.5000000325945849, -0.4999999480996382], "non_uniform_scale": [0.9274532242147181, 0.9999998211860762, 0.835179706194432], "motion_type": "STATIC"}, {"template_name": "af455ac558fac895f778ea1a1fec4ec99e0b4d06", "translation": [-3.848909854888916, 1.7498603777560717, -9.277314482499655], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "eb0f00f9ba566cd4674e72035fde37c7619bd991", "translation": [-5.749865531921387, 0.7600002724474706, -5.490909680669901], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "626af6d1f26dc84369a1c192c6da465dd85aae08", "translation": [-5.229229927062988, 0.7466398370379252, 1.4331699200552706], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f57ae04324005d0ec3f831110c9b6b0a12470d62", "translation": [-20.16921043395996, 4.0080550434140605e-08, -0.6724400119519203], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5dbd3d6e061ae2af0c81af2025304d6cf6dcba58", "translation": [-20.16921043395996, 1.6764401422619812e-08, -0.28125996701359846], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d34aca2483aff11d473b2d8f23a3e6a9fbc1ddf9", "translation": [-7.731770038604736, 1.4440357176681573e-07, -2.4226897702997974], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "00b0d5e167ae6b42666de010025efad4506563f1", "translation": [-5.830520153045654, 7.399141566111211e-08, -1.241369888700845], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "00b0d5e167ae6b42666de010025efad4506563f1", "translation": [-20.150279998779297, -5.47909770887145e-08, 0.9192400026774372], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ddd7c5ecd2bfa8e6a2df8bdac20dd01a27b25028", "translation": [1.6491899490356445, 2.586996572517819e-07, -4.340259770139454], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ddd7c5ecd2bfa8e6a2df8bdac20dd01a27b25028", "translation": [0.7110900282859802, 2.167022188359624e-07, -3.635659716387991], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ddd7c5ecd2bfa8e6a2df8bdac20dd01a27b25028", "translation": [1.0832899808883667, 2.376472849618949e-07, -3.9870595939719777], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bbf950688bbeefa6b4515267f3faa6d05cbcf3c5", "translation": [1.0096700191497803, 2.0086885399450694e-07, -3.3700199502694517], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bbf950688bbeefa6b4515267f3faa6d05cbcf3c5", "translation": [1.4534900188446045, 2.3945926841406617e-07, -4.017459629925497], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "95d1e189e93694bb8eee73a64b0d84a8be5a5057", "translation": [-5.461610317230225, 2.388358133487145e-08, -0.40069997902512533], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "95d1e189e93694bb8eee73a64b0d84a8be5a5057", "translation": [1.1230100393295288, 6.991028840275249e-07, -11.72899939244985], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "95d1e189e93694bb8eee73a64b0d84a8be5a5057", "translation": [-7.660029888153076, 4.143250009747135e-07, -6.9512196212279775], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "95d1e189e93694bb8eee73a64b0d84a8be5a5057", "translation": [-13.514870643615723, -2.600228867777332e-07, 4.362459876390687], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "89ca500f37ffb9d01ba0bb4bedef02f668c5c32f", "translation": [-3.848220109939575, 1.7500005173993145, -10.430519331662651], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "78318e28b6a29f37de6f9ada88399ee8e0659da3", "translation": [-0.39340001344680786, 3.160798485168925e-07, -5.302939575735337], "rotation": [-4.3711388625962905e-08, -1.0394881800595937e-16, 0.9999999999999973, 5.97077548802618e-08], "non_uniform_scale": [1.2008996009826707, 0.9999998807907173, 0.9202049469703472], "motion_type": "STATIC"}, {"template_name": "78318e28b6a29f37de6f9ada88399ee8e0659da3", "translation": [0.09857000410556793, 6.063747264306585e-07, -10.17327915589334], "rotation": [-4.371138939637211e-08, -4.6865261284781574e-17, 0.9999999999999973, 5.962465374472303e-08], "non_uniform_scale": [0.9279678463935888, 0.9999998807907174, 0.9640243096322614], "motion_type": "STATIC"}, {"template_name": "78318e28b6a29f37de6f9ada88399ee8e0659da3", "translation": [-0.203110009431839, 5.0389768802006074e-08, -0.8453999849915483], "rotation": [0.7071068022599734, -2.9724059965086928e-09, 0.7071067601131199, 3.9541875221865677e-08], "non_uniform_scale": [0.7915018921195333, 0.9999998807907172, 0.8763856961497255], "motion_type": "STATIC"}, {"template_name": "78318e28b6a29f37de6f9ada88399ee8e0659da3", "translation": [-0.2522299885749817, -1.896518568855754e-07, 3.181829978118529], "rotation": [0.7071068022599734, -2.9724059965086928e-09, 0.7071067601131199, 3.9541875221865677e-08], "non_uniform_scale": [0.7915018921195333, 0.9999998807907172, 0.8763856961497255], "motion_type": "STATIC"}, {"template_name": "78318e28b6a29f37de6f9ada88399ee8e0659da3", "translation": [-5.865499973297119, 3.350693020820472e-07, -5.621529720930454], "rotation": [0.7071068022599734, -2.972405996508693e-09, 0.70710676011312, 3.954187522186568e-08], "non_uniform_scale": [0.8187950361493208, 0.9999998807907172, 0.8763856961497255], "motion_type": "STATIC"}, {"template_name": "78318e28b6a29f37de6f9ada88399ee8e0659da3", "translation": [-15.484350204467773, -1.7576873290181538e-07, 2.9489098221713306], "rotation": [0.7071068022599731, -2.972405996508693e-09, 0.70710676011312, 3.954187522186568e-08], "non_uniform_scale": [0.9006745874479659, 0.9999998807907172, 0.8763856961497255], "motion_type": "STATIC"}, {"template_name": "283eae1c113de1b9b3afbd91132de63f7142d1b3", "translation": [-15.546420097351074, -1.1730194415804363e-07, 1.9679999370574919], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "22187737ab1ca64c776e1927f92c99af703a03b6", "translation": [-0.8405300378799438, 2.1026252738920448e-07, -3.527619628452072], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4e920246ab70ac3ecea1edbde3c01fe3237355ef", "translation": [1.2249699831008911, 1.7499998522001476, 0.7296701085764141], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e8e05338d973e1845aea18072e1086cadaf6a1e6", "translation": [-20.469209671020508, 1.7499997578972568, 2.3118099831455936], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "423452dec7665512f3c67cb9aa8079e2db904109", "translation": [-20.469209671020508, 1.7499996696412552, 3.7924998973309982], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "eeaf34edd2065a3fa2af3fc021cd343ca029f696_part_1", "translation": [-5.841152608394971, 0.00010378793195054366, -5.5858692177612], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "eeaf34edd2065a3fa2af3fc021cd343ca029f696_part_3", "translation": [-6.298346540557926, 4.68869058917336e-07, -6.075440060197636], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "eeaf34edd2065a3fa2af3fc021cd343ca029f696_part_3", "translation": [-5.385983656556551, 4.6886905888900154e-07, -6.0754400378458975], "rotation": [1.0, 1.387778780781446e-17, -6.938893903907278e-18, -3.46944695195359e-18], "non_uniform_scale": [0.9999998807907104, 0.9999998807907178, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "eeaf34edd2065a3fa2af3fc021cd343ca029f696_part_3", "translation": [-6.29834709718475, 5.344208106789681e-07, -5.09629923214143], "rotation": [1.9142555965408186e-15, 0.0, 1.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "eeaf34edd2065a3fa2af3fc021cd343ca029f696_part_3", "translation": [-6.9930870832911705, -1.08085151316761e-06, -5.585899142237091], "rotation": [0.7071067772988081, 4.019840466588942e-08, 0.7071067850742825, -6.845044906215772e-08], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907104], "motion_type": "STATIC"}, {"template_name": "eeaf34edd2065a3fa2af3fc021cd343ca029f696_part_3", "translation": [-4.68922654860368, 3.711041028948334e-07, -5.585899520352203], "rotation": [0.70710680306265, 0.0, -0.7071067593104445, 0.0], "non_uniform_scale": [0.9999998807907174, 0.9999998807907176, 0.9999998807907103], "motion_type": "STATIC"}, {"template_name": "eeaf34edd2065a3fa2af3fc021cd343ca029f696_part_3", "translation": [-5.385983922610766, 5.344208106789681e-07, -5.096299023525198], "rotation": [1.9142555965408186e-15, 0.0, 1.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b521edba01053a1c2d28d20b35d5ce535cfd0303", "translation": [1.1613999605178833, 0.500000392633666, -7.0872993715226755], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b521edba01053a1c2d28d20b35d5ce535cfd0303", "translation": [1.4321800470352173, 0.4940005898546609, -10.094118440859372], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "147d4d5a73fcbcdaadd98b941ecf03a8fc14c2a8", "translation": [-0.11387999355792999, 2.9015959057687724e-07, -4.868069835420243], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "147d4d5a73fcbcdaadd98b941ecf03a8fc14c2a8", "translation": [-0.22306999564170837, 6.104522753958008e-07, -10.24168907155456], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d8c37d9a81407ce46553e80c7d0b1ef07a743c26", "translation": [1.598020076751709, 2.7999997598999773, 0.4282101316326834], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3fce46b44d59007f02e60c8adf5fc333b0c58528", "translation": [0.6914199590682983, 1.9290148145501007e-08, -0.3236349628189217], "rotation": [-4.371138864212695e-08, -5.646420077197408e-23, 0.9999999999999973, 5.960464832810485e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999997019768084], "motion_type": "STATIC"}, {"template_name": "2dc4fc2ba44e670900db84b7fe9e7e98c8c7b338", "translation": [-1.2628105878829956, -3.306090690102792e-08, 0.5546699431735291], "rotation": [-4.371138858838596e-08, -3.701828129274962e-16, 0.9999999999999972, 6.128558399402092e-08], "non_uniform_scale": [0.6249101758003259, 0.9999998807907167, 0.7158341746527929], "motion_type": "STATIC"}, {"template_name": "1bccaa8c2a6c0b6f918392ab2adce3c4cc57b2c4", "translation": [-3.6239099502563477, 4.867226266469515e-07, -8.165850152620635], "rotation": [0.707106802259973, 0.0, 0.7071067601131202, 4.2146849766967894e-08], "non_uniform_scale": [0.7429419313107769, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ee7b9e4cf5c533737ebd058f7950ca632db5bc62", "translation": [-1.6101799011230469, 0.8199999175986648, 0.44246502980798397], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "ee7b9e4cf5c533737ebd058f7950ca632db5bc62", "translation": [-16.202529907226562, 0.7492996979299278, 4.369794629782746], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "43b7ea81b8b10840845f7d2551599c5a6d96e3d4", "translation": [-6.831519603729248, 7.399141566111211e-08, -1.241369888700845], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "036e2aeca7ff5df258839e40b8de7517f2cc891a", "translation": [-4.785520076751709, 3.5610199233815365e-08, -0.5974399687385556], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "036e2aeca7ff5df258839e40b8de7517f2cc891a", "translation": [-9.316049575805664, -7.1953536462388e-08, 1.207179951239823], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f19868a3be7f5f090e896fb1a5bb7e675d16c9e6", "translation": [-4.922080039978027, 0.7600002772181966, -5.570949177089361], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f19868a3be7f5f090e896fb1a5bb7e675d16c9e6", "translation": [-6.708799839019775, 0.760000274735674, -5.529299361151473], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f19868a3be7f5f090e896fb1a5bb7e675d16c9e6", "translation": [-5.448579788208008, 0.7600002924740039, -5.826899135893612], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f19868a3be7f5f090e896fb1a5bb7e675d16c9e6", "translation": [-6.208360195159912, 0.7600002899986151, -5.7853690060753], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f19868a3be7f5f090e896fb1a5bb7e675d16c9e6", "translation": [-6.208360195159912, 0.7600002634704168, -5.3402997195541815], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f19868a3be7f5f090e896fb1a5bb7e675d16c9e6", "translation": [-5.369799613952637, 0.7600002595126938, -5.273900149232119], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7c8c31b60d695dee8aa102f34cba9b2070167a48", "translation": [-7.885869979858398, 0.8999999875986617, -1.091939926627873], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7c8c31b60d695dee8aa102f34cba9b2070167a48", "translation": [-9.345149993896484, 0.7069998400878923, 1.2638799812269177], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f1a9538a3f629465471e2a9c7983ea4f2de96058", "translation": [-0.12831999361515045, 0.48000056772591115, -10.184859593816983], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "793b53d25a8b26dbe12430fe86e07f8cdeb3bb2f", "translation": [-9.067249298095703, -7.55548423825303e-09, 0.1267599834942823], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dd04a3a817e2bf67a6b037d2a079b5d80afb0258", "translation": [-1.4310400485992432, -6.18883930769698e-08, 1.038314876656834], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dd04a3a817e2bf67a6b037d2a079b5d80afb0258", "translation": [0.8359600305557251, 1.6589373785791395e-07, -2.7832349071958618], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dd04a3a817e2bf67a6b037d2a079b5d80afb0258", "translation": [0.8808500170707703, -6.18883930769698e-08, 1.038314876656834], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dd04a3a817e2bf67a6b037d2a079b5d80afb0258", "translation": [-1.4175300598144531, 1.6589373785791395e-07, -2.7832349071958618], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1ae8c4f6788085660e6aa356365e434b1c988d4d", "translation": [-20.469209671020508, 1.749999700648189, 3.27228990064323], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6abdf0ae193cb06761aa72bc6acff7fc7320e76f", "translation": [-20.469209671020508, 1.7499997299510284, 2.780669866164331], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f0fa57bb82a301ada2509ea7f9767fce1d939633", "translation": [-14.83449935913086, 0.7492996787226218, 4.692039731577637], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "12ad797f088672cde1405b6994c10b7d9469c321", "translation": [-5.762499809265137, 2.799999943329098, -2.6492196649777924], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "12ad797f088672cde1405b6994c10b7d9469c321", "translation": [-15.551889419555664, 2.799999601273541, 3.089519960312842], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5368e6e4bb682ba841fb69dc471f5c048a33fa48", "translation": [-4.236799716949463, -6.905585792083002e-08, 1.1585649753472183], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5368e6e4bb682ba841fb69dc471f5c048a33fa48", "translation": [-12.467180252075195, -2.65449557446118e-07, 4.453504296928372], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [-0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "37aff886ee82795550e2916010cfff38d0d80243", "translation": [-2.1527099609375, -2.859055925341636e-08, 0.47966995956480574], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6dac60e35797491cce17b7c74decb712f9ea17a9", "translation": [0.15495505928993225, 3.9431660070476937e-07, -6.615534388093067], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1cdf3fae1e6c7c3e407fb4a5eaf8ebc51fbdc5b7", "translation": [-15.503809928894043, -1.860266962694368e-07, 3.121009879052039], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ed33312cf48e36158d4609a146edbd0249e20cd5", "translation": [-0.3647399842739105, -2.8082729031098097e-08, 0.47114998274147446], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ed33312cf48e36158d4609a146edbd0249e20cd5", "translation": [-20.240690231323242, -2.6722966595116304e-07, 4.483369560040842], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ed33312cf48e36158d4609a146edbd0249e20cd5", "translation": [-20.240690231323242, -9.693324187765029e-08, 1.6262698396283426], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d8288b42ead30dcc56f4440236d293c6cd5b7746", "translation": [-5.911495208740234, 1.7499998465007565, 0.8252900197929165], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "82c8de27d7894fd2aa7ec91fd3fb254332cfc82a", "translation": [-2.0748801231384277, 0.5000002891487156, -5.351110109620663], "rotation": [0.8660254057273918, 2.6878352444302555e-16, 0.4999999966347054, 2.9802324429011794e-08], "non_uniform_scale": [0.9999999418353455, 0.9999998807907176, 0.9999999120330245], "motion_type": "STATIC"}, {"template_name": "6ce76535018ce0d5ca76629348c674758834dbd9", "translation": [-3.032409906387329, 1.7500005694106449, -11.303124603442825], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "8a8bdffe852ba41130c874823fdab652d34bb970", "translation": [-1.796280026435852, 6.411958111129934e-07, -10.75747998014208], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "296da6d9a274d903161dce9e1d1b6338bb2acf73", "translation": [-6.5339250564575195, 0.8600003921905071, -7.199864383943982], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3eccd07e62d16033ccc432437a698441fdb39904", "translation": [-4.575309753417969, -2.563357384133269e-07, 4.300599795544144], "rotation": [0.707106802259973, -2.7826408869451466e-09, 0.7071067601131203, 3.968878409090773e-08], "non_uniform_scale": [0.9999998807907176, 1.1320448956435958, 0.9999998807907181], "motion_type": "STATIC"}, {"template_name": "3eccd07e62d16033ccc432437a698441fdb39904", "translation": [-6.456109523773193, 1.3999996363759024, 4.300599878990646], "rotation": [0.707106802259973, -2.7826408869451466e-09, 0.7071067601131203, 3.968878409090773e-08], "non_uniform_scale": [0.9999998807907176, 1.1320448956435958, 0.9999998807907181], "motion_type": "STATIC"}, {"template_name": "ba2a46d3c25a6420a7c14aa5215f61a4c2af37df", "translation": [0.36236000061035156, 1.0150001212054391, -3.288489562065017], "rotation": [-3.090861881846998e-08, -3.0908619237304205e-08, 0.7071068463885453, -0.7071067159845424], "non_uniform_scale": [1.6248537302017274, 0.999999821186088, 1.537797029281007], "motion_type": "STATIC"}, {"template_name": "ba2a46d3c25a6420a7c14aa5215f61a4c2af37df", "translation": [-0.10288000106811523, 1.0150001214879794, -3.293229799972174], "rotation": [-3.090861881846998e-08, -3.0908619237304205e-08, 0.7071068463885453, -0.7071067159845424], "non_uniform_scale": [1.6248537302017274, 0.999999821186088, 1.537797029281007], "motion_type": "STATIC"}, {"template_name": "ba2a46d3c25a6420a7c14aa5215f61a4c2af37df", "translation": [-0.5600699782371521, 1.0150001208376906, -3.2823197664427752], "rotation": [-3.090861881846998e-08, -3.0908619237304205e-08, 0.7071068463885453, -0.7071067159845424], "non_uniform_scale": [1.6248537302017274, 0.999999821186088, 1.537797029281007], "motion_type": "STATIC"}, {"template_name": "f219023b86de82c9e1e6bc946168ab9ccfe42bb2", "translation": [-2.2741928100585938, 0.5000002016314369, -3.882813907693972], "rotation": [0.4999999519312242, -1.7978145113209573e-15, 0.866025431536956, 5.1619139739196715e-08], "non_uniform_scale": [1.000000001439999, 0.9999998807907176, 0.9999999716376656], "motion_type": "STATIC"}, {"template_name": "f219023b86de82c9e1e6bc946168ab9ccfe42bb2", "translation": [-0.9524458646774292, 0.4940006976171638, -11.902073121304877], "rotation": [0.9659258252833217, 2.9761709072913827e-18, 0.25881904885601753, 1.5426818398784645e-08], "non_uniform_scale": [0.9999999716376657, 0.9999998807907177, 0.999999882230706], "motion_type": "STATIC"}, {"template_name": "8385c7f5c0d01e70cc46be156e80120806de1b5c", "translation": [1.7808599472045898, 3.7713886058554635e-07, -6.327339748898737], "rotation": [0.7071068022599725, 2.1226405753869144e-09, -0.7071067601131207, -4.450724336808409e-08], "non_uniform_scale": [0.9999998807907176, 0.8992739439876086, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "8385c7f5c0d01e70cc46be156e80120806de1b5c", "translation": [1.5560001134872437, 7.390195264633803e-07, -12.398689484674321], "rotation": [1.0, -1.681166822678992e-10, 0.0, 0.0], "non_uniform_scale": [0.5854800939559937, 0.8992739439876086, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "8385c7f5c0d01e70cc46be156e80120806de1b5c", "translation": [-1.5296299457550049, 7.390195264633803e-07, -12.398689484674321], "rotation": [1.0, -1.681166822678992e-10, 0.0, 0.0], "non_uniform_scale": [0.5854800939559937, 0.8992739439876086, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "8385c7f5c0d01e70cc46be156e80120806de1b5c", "translation": [1.7996100187301636, 4.0388106192779105e-09, -0.06775999410390865], "rotation": [0.7071068022599725, 2.1226405753869144e-09, -0.7071067601131207, -4.450724336808409e-08], "non_uniform_scale": [0.9999998807907176, 0.8992739439876086, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "8385c7f5c0d01e70cc46be156e80120806de1b5c", "translation": [1.7996100187301636, -2.3443578811566113e-07, 3.9331796209108916], "rotation": [0.7071068022599725, 2.1226405753869144e-09, -0.7071067601131207, -4.450724336808409e-08], "non_uniform_scale": [0.9999998807907176, 0.8992739439876086, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "8385c7f5c0d01e70cc46be156e80120806de1b5c", "translation": [-7.925380229949951, 2.462488453147671e-07, -4.13136982134759], "rotation": [0.7071068022599725, 2.1226405753869144e-09, 0.7071067601131207, 4.450724336808409e-08], "non_uniform_scale": [0.9999998807907176, 0.8992739439876086, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "8385c7f5c0d01e70cc46be156e80120806de1b5c", "translation": [-13.662779808044434, 3.969967465877744e-08, -0.6660499771803607], "rotation": [1.0, -1.681166822678992e-10, 0.0, 0.0], "non_uniform_scale": [1.0, 0.8992739439876086, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "ec8290e25052875609487ff91cdf4888f524d647", "translation": [-5.334060192108154, 1.8847197225113632e-07, -3.162034799931348], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ec8290e25052875609487ff91cdf4888f524d647", "translation": [-4.7938551902771, 1.562738418670051e-07, -2.621839843878746], "rotation": [0.7071068022599728, 1.2560739295130983e-15, -0.7071067601131205, -4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ec8290e25052875609487ff91cdf4888f524d647", "translation": [-6.057700157165527, 1.8977672766595788e-07, -3.1839249620482235], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ec8290e25052875609487ff91cdf4888f524d647", "translation": [-17.94758415222168, -3.8507582900138004e-08, 0.6460499974459388], "rotation": [0.7071068022599728, 1.2560739295130983e-15, -0.7071067601131205, -4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ec8290e25052875609487ff91cdf4888f524d647", "translation": [-17.953933715820312, -1.075267763717136e-09, 0.01803999845445159], "rotation": [0.7071068022599728, 1.2560739295130983e-15, -0.7071067601131205, -4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "eb6720d78383292a6b0e4b753ad004a37cfee943", "translation": [-0.12706999480724335, 1.899212662692662e-07, -3.186349917271727], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "6d93ab3b84b4a2b238113f424c27ac2951819a0f", "translation": [-19.349300384521484, -1.8015862224274315e-07, 3.022559939470284], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "56729469c301c24738e425e052d52fa17a98099a", "translation": [-5.330269813537598, 7.33518632500818e-08, -1.2306399803972212], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.6661115884780884, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "56729469c301c24738e425e052d52fa17a98099a", "translation": [-7.731770038604736, 1.9210219193155353e-07, -3.222939776006939], "rotation": [0.707106802259973, 0.0, -0.7071067601131201, -4.214684976696789e-08], "non_uniform_scale": [0.6661114891701049, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "56729469c301c24738e425e052d52fa17a98099a", "translation": [-7.643809795379639, 1.7999999178910286, -1.222439824197295], "rotation": [-4.371138871630553e-08, -1.3027003031894358e-16, 0.9999999999999973, 5.977021694568592e-08], "non_uniform_scale": [1.3322231769561819, 1.1111110316382526, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "56729469c301c24738e425e052d52fa17a98099a", "translation": [-20.168960571289062, -1.9013285168512084e-08, 0.31898997312843846], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2cc02e49ce20336818af4a432db1b0252fce10aa", "translation": [-7.581769943237305, 8.180379751365763e-08, -1.3724398987030995], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "af102d5ce3df9cc58b991eb618a86f66c5901efe", "translation": [-5.740109920501709, 1.5775263761952374e-07, -2.646649918159838], "rotation": [1.0, 0.0, 0.0, -0.0], "non_uniform_scale": [-1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "af102d5ce3df9cc58b991eb618a86f66c5901efe", "translation": [-18.4906005859375, -1.8667579482212204e-08, 0.3131899945026628], "rotation": [0.707106802259973, -1.185379867211123e-09, -0.7071067601131201, -4.1024596564048195e-08], "non_uniform_scale": [-0.8317080836470078, 0.9999998807907174, 0.9467454584392634], "motion_type": "STATIC"}, {"template_name": "c8af5b98558601d1ea284a89c3578eb39e061c00", "translation": [-7.651259899139404, 0.8999999827831999, -1.0111498885661376], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b97baaca3cef8348a6d7c057c8c0753bb95425ec", "translation": [-2.3389551639556885, 0.7493000072419633, -0.8195998925626284], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0979dd8ecbfdd44753a0f20367c784ddf538aa27", "translation": [-1.439750075340271, 5.436933179225889e-07, -9.121659688850627], "rotation": [0.422618230624788, -1.7005363392990508e-15, 0.9063078015462356, 5.4020156545170674e-08], "non_uniform_scale": [1.0000000158074254, 0.9999998807907176, 0.9999999665530109], "motion_type": "STATIC"}, {"template_name": "0979dd8ecbfdd44753a0f20367c784ddf538aa27", "translation": [0.30431997776031494, 5.279588890516607e-07, -8.857679792780857], "rotation": [0.9396926303539177, 1.6489082771935777e-16, 0.3420201170377773, 2.03859892502078e-08], "non_uniform_scale": [0.6844705642342189, 0.9999998807907177, 0.999999925236329], "motion_type": "STATIC"}, {"template_name": "26a38271fb04e01cc4ae5f6cabad71f37a69231b", "translation": [-2.253690004348755, 6.441771915888239e-08, -1.080749924138189], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "26a38271fb04e01cc4ae5f6cabad71f37a69231b", "translation": [-2.7317299842834473, 1.583290014650629e-07, -2.6563196983146753], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4f9ba3082cb415c2286dcc670101b5e6e50ad0d8", "translation": [-2.1701085567474365, 2.3469000609566137e-07, -3.9374446906182214], "rotation": [0.4999999566547012, -7.722343249550543e-16, 0.8660254288098557, 5.161913995203717e-08], "non_uniform_scale": [1.000000001439999, 0.9999998807907176, 0.9999998902162117], "motion_type": "STATIC"}, {"template_name": "4f9ba3082cb415c2286dcc670101b5e6e50ad0d8", "translation": [-2.244358539581299, 3.24641774795964e-07, -5.446584853733469], "rotation": [0.8660254062264863, -3.0350327818685424e-16, 0.4999999957702486, 2.980232338625636e-08], "non_uniform_scale": [0.9999999418353455, 0.9999998807907176, 0.9999998455127316], "motion_type": "STATIC"}, {"template_name": "4f9ba3082cb415c2286dcc670101b5e6e50ad0d8", "translation": [-16.98049545288086, -2.424662568500935e-07, 4.067908521419241], "rotation": [0.25881908291120925, 3.8705229019838405e-16, 0.9659258161582582, 5.757366856366981e-08], "non_uniform_scale": [0.9999999498208517, 0.9999998807907176, 0.999999778992449], "motion_type": "STATIC"}, {"template_name": "4f9ba3082cb415c2286dcc670101b5e6e50ad0d8", "translation": [-14.147601127624512, -2.4170546453206043e-07, 4.055144545129252], "rotation": [-0.4999999566547012, 7.722343249550543e-16, 0.8660254288098557, 5.161913995203717e-08], "non_uniform_scale": [1.000000001439999, 0.9999998807907176, 0.9999998902162117], "motion_type": "STATIC"}, {"template_name": "7fb3100902d859575057623870a2ee4159a9428e", "translation": [-7.0116801261901855, 0.8600003930962217, -7.215059752758727], "rotation": [-4.3711388286737876e-08, 3.882352013333916e-22, 0.9999999999999973, 5.960464832810483e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997019768045, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3c163391afeb4130eadacb6ef9b6e5930329a32b", "translation": [-3.713479995727539, 0.710000407257386, -7.902644597730333], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "47741cf4b4cda2fd8bc80e06cc72edc417377d04", "translation": [0.5617499947547913, 1.3000000705444847, -3.283539737251999], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4b5a9d31456eb1585e21d6c35a9b8af440b667f8", "translation": [-3.7489099502563477, 6.233209433048614e-07, -10.45758947982847], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "49619a8343f4e235202be2aea9a85917d03583d2", "translation": [-6.331019878387451, 7.28631022184345e-08, -1.2224399314856527], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f6402c587fa67fbdba921024206525ee86432449", "translation": [-5.443060398101807, 1.7999999178910286, -1.222439824197295], "rotation": [-4.371138828673788e-08, -1.3027000471471459e-16, 0.9999999999999973, 5.977021694568592e-08], "non_uniform_scale": [1.0000000000000038, 1.1111110316382526, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "f6402c587fa67fbdba921024206525ee86432449", "translation": [-6.643560409545898, 1.7999999178910286, -1.222439824197295], "rotation": [-4.371138828673788e-08, -1.3027000471471459e-16, 0.9999999999999973, 5.977021694568592e-08], "non_uniform_scale": [1.0000000000000038, 1.1111110316382526, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "f6402c587fa67fbdba921024206525ee86432449", "translation": [-4.242559909820557, 1.7999999178910286, -1.222439824197295], "rotation": [-4.371138828673788e-08, -1.3027000471471459e-16, 0.9999999999999973, 5.977021694568592e-08], "non_uniform_scale": [1.0000000000000038, 1.1111110316382526, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "f6402c587fa67fbdba921024206525ee86432449", "translation": [-20.16921043395996, 1.9999998674100645, 0.22449009272515852], "rotation": [0.7071068022599726, 2.341491357147405e-09, 0.7071067601131205, 4.4781027700767974e-08], "non_uniform_scale": [1.657642384908057, 0.8888887895478201, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "3ab1114ef6786a97e7ad6a0cff617d4f576b33e2", "translation": [1.2413899898529053, 2.5865793418233807e-07, -4.339559773232935], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b6adef6df83aee1043abc57cd78657ff8ba6a7ec", "translation": [-6.062899589538574, 0.7916998500073023, -0.1824399397289822], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b6adef6df83aee1043abc57cd78657ff8ba6a7ec", "translation": [-11.312649726867676, 0.7916995570361678, 4.732799771958582], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "8116815bd86e304a5ab388461e85407de94e1142", "translation": [-3.6905601024627686, 0.7100004385691854, -8.427969387890702], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5dd39208b6f9445636cde76e069f678c990c5f47", "translation": [0.8119300007820129, 4.935294555252767e-07, -8.280049784180505], "rotation": [-0.3420201721359603, 6.257889113968363e-16, 0.9396926102998175, 5.601004700687967e-08], "non_uniform_scale": [0.9999999421847234, 0.9999998807907176, 0.9999998722298544], "motion_type": "STATIC"}, {"template_name": "481284cdbd0f8573163593bd67182696d6b1a491", "translation": [-2.1491000652313232, 0.500000208833228, -4.00363990642785], "rotation": [0.4999999519312242, -1.7978145113209573e-15, 0.866025431536956, 5.1619139739196715e-08], "non_uniform_scale": [1.000000001439999, 0.9999998807907176, 0.9999999716376656], "motion_type": "STATIC"}, {"template_name": "481284cdbd0f8573163593bd67182696d6b1a491", "translation": [-0.8794200420379639, 0.5000003899800731, -7.042779472900634], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "481284cdbd0f8573163593bd67182696d6b1a491", "translation": [1.3065600395202637, 0.4940006426776016, -10.980340273717584], "rotation": [0.9659258252833217, 2.9761709072913827e-18, -0.25881904885601753, -1.5426818398784645e-08], "non_uniform_scale": [0.9999999716376657, 0.9999998807907177, 0.999999882230706], "motion_type": "STATIC"}, {"template_name": "481284cdbd0f8573163593bd67182696d6b1a491", "translation": [-0.7331099510192871, 0.4940006923907525, -11.814388495183632], "rotation": [0.8660254057273918, 2.6878352444302555e-16, 0.4999999966347054, 2.9802324429011794e-08], "non_uniform_scale": [0.9999999418353455, 0.9999998807907176, 0.9999999120330245], "motion_type": "STATIC"}, {"template_name": "8d19eb9741b4a00918b24be7c1e9898cb355ae1b", "translation": [-6.046649932861328, 0.8600003986364655, -7.308009614467018], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "87ac831ae9463acf6ee6a876de63ed07561aef03", "translation": [-13.684539794921875, 0.0009999907861281201, 0.15437998453497925], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8987a2ae133fb8daa9656a4300009f37fb104aab", "translation": [-15.052170753479004, 0.7492996812182753, 4.6501696168857904], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ea80179da71f7ead050c38b83bb66b385150e3d9", "translation": [-2.358260154724121, 0.7492999618220326, -0.05757994983315462], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ea80179da71f7ead050c38b83bb66b385150e3d9", "translation": [-16.20677947998047, 0.7492996788591029, 4.689749959680427], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5e5baebc2a8a07d20204e1399caffecdf28003f9", "translation": [0.029170002788305283, 1.7499998522001476, 0.7296701085764141], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "28a42afbf637250648a77cdcdf85ee43ec65430e", "translation": [-2.4327101707458496, 1.749999885008335, 0.1792400968527792], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33fea23cefb0bd6fe3a8c94cc19c048cea102c32", "translation": [-2.4327101707458496, 1.7499999409693459, -0.7596298152428886], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3eb10a8dbf25170940689afef981f5e665375542", "translation": [-9.491049766540527, 1.7499998757165667, 0.3351300904077288], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5086845254b801fe41676cefb9673f7fc3ba8f04", "translation": [-9.49105453491211, 1.7499999242711066, -0.4794798654627801], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ba28803b05660ca87ad0650276988f02dce1081e_part_1", "translation": [-15.69930090797396, -1.6750493306824464e-07, 0.2644859015187948], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ba28803b05660ca87ad0650276988f02dce1081e_part_4", "translation": [-15.285257670702586, 1.3256329442828122e-07, -0.1491250796006922], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ba28803b05660ca87ad0650276988f02dce1081e_part_4", "translation": [-16.11092459070454, -9.762266339461913e-08, 0.6777051007773336], "rotation": [0.9999999999999958, 5.960467078509511e-08, 6.972088045787259e-08, -6.420229411745027e-14], "non_uniform_scale": [1.000000000000004, 0.9999998807907178, 0.9999998807907216], "motion_type": "STATIC"}, {"template_name": "ba28803b05660ca87ad0650276988f02dce1081e_part_4", "translation": [-16.11202200943659, 1.3226179795204576e-07, -0.14659590895908425], "rotation": [-0.7071066649632575, -4.2146597336407884e-08, 0.707106897409816, 4.214710470959229e-08], "non_uniform_scale": [0.9999998807907213, 0.9999998807907176, 1.0000000000000038], "motion_type": "STATIC"}, {"template_name": "ba28803b05660ca87ad0650276988f02dce1081e_part_4", "translation": [-15.289264229396093, -1.4796287984767248e-07, 0.6748257123544623], "rotation": [0.7071067318864371, 4.2146819312220704e-08, 0.7071068304866518, 4.214678974567572e-08], "non_uniform_scale": [0.9999998807907216, 0.9999998807907178, 1.000000000000004], "motion_type": "STATIC"}, {"template_name": "3bd1652a8ee18e0dc0985011fef96125f46b1ac4", "translation": [-3.741029977798462, 0.7100003973001243, -7.735589477682712], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c72ec873acc923626e4543ee4e4db18733fd10b7", "translation": [0.1265600025653839, 0.5000003942975297, -7.115214370774339], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "6d3003a6bb48e58ef7bc50b5f81539bf4702cdd1", "translation": [-2.3075101375579834, 0.50000029680848, -5.479619623445274], "rotation": [0.8660254057273918, 2.6878352444302555e-16, 0.4999999966347054, 2.9802324429011794e-08], "non_uniform_scale": [0.9999999418353455, 0.9999998807907176, 0.9999999120330245], "motion_type": "STATIC"}, {"template_name": "6d3003a6bb48e58ef7bc50b5f81539bf4702cdd1", "translation": [0.8977800011634827, 0.5000003829038064, -6.9240594253504355], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6d3003a6bb48e58ef7bc50b5f81539bf4702cdd1", "translation": [1.2483000755310059, 0.4940005901110247, -10.09841951177], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "acfe3955254d50d2134fa4ff31493b7d3f83cb0e", "translation": [-4.887060165405273, 4.267996587259404e-07, -7.160509636371728], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "acfe3955254d50d2134fa4ff31493b7d3f83cb0e", "translation": [-6.587609767913818, 4.2751372575366986e-07, -7.172489692420356], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "400a89ec51870ecc97a0a2d8f61d61e5195ec6a1", "translation": [-3.848900079727173, 1.7500003824758323, -8.166879062838575], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "400a89ec51870ecc97a0a2d8f61d61e5195ec6a1", "translation": [-5.184509754180908, 1.7499998102563552, 1.4333701322454147], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "400a89ec51870ecc97a0a2d8f61d61e5195ec6a1", "translation": [-1.322640061378479, 1.7499998522007445, 0.7296600949966887], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "400a89ec51870ecc97a0a2d8f61d61e5195ec6a1", "translation": [-6.06151008605957, 1.7499999061548719, -0.1755399003303042], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "400a89ec51870ecc97a0a2d8f61d61e5195ec6a1", "translation": [-11.330150604248047, 1.7499996135121592, 4.734189809311033], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "08fdbbfdde3f0129634448602a16a2e8afa069fd", "translation": [1.454319953918457, 5.457687279886159e-07, -9.156479289741526], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fd4e4f3981b13556a4e92de5efb8b107a92851aa", "translation": [-6.213620185852051, 1.7500003368324144, -7.401109626823057], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "fd4e4f3981b13556a4e92de5efb8b107a92851aa", "translation": [-4.506919860839844, 1.7500003368324144, -7.401109626823057], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "51a22c69abd300c67c0b53c7045d1e7f2db52cfb", "translation": [-5.528049945831299, 0.9000000785380635, -2.617649822375178], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f564f2a2e73741e74899b75e16df4d8555a0cae3", "translation": [-1.035175085067749, 0.819999911889731, 0.5382450390908105], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "dfefd7abfc58df9f16eac562b399e52add53386f", "translation": [-8.031770706176758, 2.3048200637429943, -2.355369766939276], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxx565510a2xdf58x42ebxb8b2x610950cea20a", "translation": [-0.2232300043106079, 0.5714999402415746, 0.487080012823343], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "218-20", "translation": [-1.8408501148223877, 1.4500006708842506, -11.905569234158392], "rotation": [0.7071067713513514, 4.214685169289278e-08, 0.7071067910217423, 1.2560739611743052e-15], "non_uniform_scale": [-0.9999999403953574, 0.9999998807907176, 0.9999999403953574], "motion_type": "STATIC"}, {"template_name": "218-21", "translation": [0.08269988745450974, 1.4500007110882365, -12.580080149764953], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "4134-0", "translation": [1.9810000658035278, 1.1200002338409192, -4.963199252891563], "rotation": [0.7071067713513514, 4.214685169289278e-08, 0.7071067910217423, 1.2560739611743052e-15], "non_uniform_scale": [-0.9999999403953574, 0.9999998807907176, 0.9999999403953574], "motion_type": "STATIC"}, {"template_name": "4134-1", "translation": [1.9810000658035278, 1.1199999951124155, -0.9579998208284408], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "203-0", "translation": [-2.731679916381836, 1.1200006072592643, -11.228119114153394], "rotation": [-1.31134154557458e-07, 4.658822785187639e-22, 0.9999999999999897, 5.96046483281039e-08], "non_uniform_scale": [1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "4134-1", "translation": [1.9810000658035278, 1.1199997640323645, 2.918879878587724], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "212-0", "translation": [-6.032299995422363, 1.0900007182407947, -12.580080171222626], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "211-2", "translation": [-8.111769676208496, 1.120000265810539, -5.499560438420723], "rotation": [0.7071067713513514, 4.214685169289278e-08, 0.7071067910217423, 1.2560739611743052e-15], "non_uniform_scale": [-0.9999999403953574, 0.9999998807907176, 0.9999999403953574], "motion_type": "STATIC"}, {"template_name": "218-22", "translation": [-8.106769561767578, 1.4000000202935965, -2.140469816895127], "rotation": [0.7071067713513514, 4.214685169289278e-08, 0.7071067910217423, 1.2560739611743052e-15], "non_uniform_scale": [-0.9999999403953574, 0.9999998807907176, 0.9999999403953574], "motion_type": "STATIC"}, {"template_name": "211-2", "translation": [-14.781630516052246, 1.1199999888205525, -0.8524398820137975], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "211-2", "translation": [-18.19529914855957, 1.1199999888205525, -0.8524398820137975], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "4134-2", "translation": [-11.09473991394043, 1.1199999885225296, -0.847439887080192], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4134-3", "translation": [-8.845659255981445, 1.1199999885225296, -0.847439887080192], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}]}
scenes/102344049.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/102344049"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "7d0ed6852340cb212eade2156c725a2c0c64f371", "translation": [-4.32489013671875, 2.7297019755678775e-07, -4.579679693002703], "rotation": [0.9996543977258608, -3.566334121259313e-20, 0.02628849762436621, 1.5669166546184157e-09], "non_uniform_scale": [0.9999999979397223, 0.9999998807907176, 0.9999998790597474], "motion_type": "STATIC"}, {"template_name": "7d0ed6852340cb212eade2156c725a2c0c64f371", "translation": [-4.676790237426758, 0.2700002614307362, -4.476079657907489], "rotation": [-0.22726474098555122, 1.4784700098952025e-15, 0.9738330131520326, 5.804497376523144e-08], "non_uniform_scale": [1.0000000990789337, 0.9999998807907176, 1.000000003225894], "motion_type": "STATIC"}, {"template_name": "827df9acf75c5a4ab0384b7c32c230a61fbcc9f6", "translation": [3.325809955596924, 2.873957214433176e-07, -4.82169980873465], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.8910590410232544, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b757eead6a70f933af11bc064cfa0c35d8cae4b8", "translation": [-1.9606300592422485, 1.5587206287759514, -12.23134912311614], "rotation": [-3.090861815148224e-08, -3.090861932392815e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "cbf66246fbbe6ec055a967d3618ae4129b4d5c68", "translation": [-1.918260097503662, 0.39999992319881805, 0.988509977548718], "rotation": [-4.371138911578287e-08, 1.0587912688704258e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "cfcb3d204d92b039136f28eadba5a7d408edfbae", "translation": [-1.973909854888916, 8.967363669398765e-07, -15.0447388264692], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "cfcb3d204d92b039136f28eadba5a7d408edfbae", "translation": [-1.973909854888916, 8.610820714238798e-07, -14.446559044923788], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "227459f6620f29365a4ec71eaed4abd99f42d0d6", "translation": [5.039159774780273, 8.318841651089315e-07, -13.956699493128042], "rotation": [-4.3711387457693096e-08, 2.823560213954532e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "1d438cf2a0be5706ffdbd1489fbfb27f712589a0", "translation": [-6.6139302253723145, 1.7500001877856164, -4.900519451468], "rotation": [0.7071068022599707, 0.7071067601131183, 6.18172401664474e-08, -6.181723630296284e-08], "non_uniform_scale": [1.1921792030334655, 0.9999998807907347, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "1d438cf2a0be5706ffdbd1489fbfb27f712589a0", "translation": [3.834749937057495, 1.7500007393593364, -14.154390340781731], "rotation": [-0.5000000218557007, -0.49999999205336904, 0.5000000377489441, -0.4999999483419815], "non_uniform_scale": [0.9999998807907162, 0.9999999403953592, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "1d438cf2a0be5706ffdbd1489fbfb27f712589a0", "translation": [2.0376598834991455, 1.7500005131405487, -10.359069102461945], "rotation": [0.7071068022599707, 0.7071067601131183, 6.181723998755926e-08, -6.181723630296284e-08], "non_uniform_scale": [1.0000000000000153, 0.9999998807907347, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "5f4a14a4e5bc2feb7388b5d18d63350c38600f29", "translation": [-7.556109428405762, 7.056987101350387e-07, -11.839658985158223], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [13.46812915802002, 2.800000449131133, -11.135169152309302], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [13.486449241638184, 2.800000512984994, -12.206459104629758], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [12.57073974609375, 2.800000431662241, -10.842089793557491], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [11.362110137939453, 2.800000432754146, -10.860408922409434], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [8.065839767456055, 2.800000439311262, -10.970419062947045], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [9.851320266723633, 2.800000451863994, -11.181018949686305], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [9.997819900512695, 2.800000517892286, -12.288789803457817], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [7.653590202331543, 2.800000670127318, -14.842869660683235], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [7.662670612335205, 2.8000005134981762, -12.215068875845091], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [7.662810802459717, 2.8000005549758527, -12.910948770585676], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [5.291220188140869, 2.8000006689351977, -14.822869204111683], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [5.1264801025390625, 2.800000571794513, -13.193119049482348], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-1.1773600578308105, 2.8000005727326567, -13.208858489462173], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-1.2323600053787231, 2.8000006393194354, -14.32599919283389], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-3.485140085220337, 2.8000004826968308, -11.698308080535597], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [3.282089948654175, 2.8000002879458776, -8.430929468218679], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [0.6631100177764893, 2.800000284865476, -8.37924890641871], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-3.7841901779174805, 2.8000005615818537, -13.021779070986511], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-5.425159931182861, 2.800000558869229, -12.976268781645913], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-7.267650127410889, 2.800000558869229, -12.976268781645913], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-5.874719619750977, 2.8000004043901328, -10.384539772001474], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-7.678020000457764, 2.800000405375968, -10.401079344685073], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-3.8298399448394775, 2.8000006767338306, -14.953708544152406], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a51cba516320914d5a51e7c8968e4c1208720806", "translation": [-3.299809694290161, 6.706023327751609e-07, -11.250839516470421], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "aa85073bb8fbfc43763bd0a117f6f6a03dca7bb9", "translation": [-8.408760070800781, 1.7769455951111013e-07, -2.9812198292481895], "rotation": [0.7071068022599728, 2.5121478590261966e-15, 0.7071067601131205, 4.2146852279116215e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "aa85073bb8fbfc43763bd0a117f6f6a03dca7bb9", "translation": [-6.664740085601807, 8.208095891859557e-08, -1.3770898951834454], "rotation": [-4.3711388286737876e-08, 3.1058814544726735e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ec97b7791dbdf482a17c2eefb8d2ed0030f0deba", "translation": [-1.7146899700164795, 2.799999933421617, -2.4829997251629834], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "eaf5d6b91e4806848c3f394cea2a36e9a7204662", "translation": [-0.6326201558113098, 0.39999991118350486, 1.1900934702102237], "rotation": [-0.2189393383487008, 1.4848251884887103e-16, 0.9757384721960233, 5.815854830432948e-08], "non_uniform_scale": [0.9999999035470023, 0.9999998807907176, 0.9999998060990126], "motion_type": "STATIC"}, {"template_name": "eaf5d6b91e4806848c3f394cea2a36e9a7204662", "translation": [-3.2702748775482178, 0.39999991516051203, 1.123370365895605], "rotation": [0.48545463729094507, -5.25790803736475e-16, 0.874261857301755, 5.211006975289954e-08], "non_uniform_scale": [0.9999999171331635, 0.9999998807907176, 0.9999998838154315], "motion_type": "STATIC"}, {"template_name": "db7e3b363964d8cb60ea617944a2d47635ffd157", "translation": [13.27556037902832, 2.800000575960283, -13.26300906759441], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "db7e3b363964d8cb60ea617944a2d47635ffd157", "translation": [10.578339576721191, 2.800000575960283, -13.26300906759441], "rotation": [1.0, 0.0, 0.0, -0.0], "non_uniform_scale": [-0.9999999403953552, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxxfd3476fbx13acx48dfx9654x6295bd56e2d7", "translation": [0.35537996888160706, 0.0035404402327708917, -7.390309846767766], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7dc150f87d704f7b90d79ba114e42450b572c510", "translation": [7.872779369354248, 0.9322007478714056, -14.234599163126944], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7dc150f87d704f7b90d79ba114e42450b572c510", "translation": [4.90546989440918, 0.9322007478714056, -14.234599163126944], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3f97346082a849bd111b87bb691b434aeb02b9cc", "translation": [7.64447021484375, 8.334946528520959e-07, -13.983718992249976], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "709a782aac7df3698f3d2c28eb8364fb942ffc9a", "translation": [-8.891010284423828, 2.665650811195519e-07, -4.472219677435163], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "709a782aac7df3698f3d2c28eb8364fb942ffc9a", "translation": [0.4491100013256073, 4.3453155740280636e-07, -7.290229362831724], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "f43b5963801fa16a15e075baae35b94f84cd7e11", "translation": [5.7104997634887695, 7.432377060467843e-07, -12.4694587904537], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "a93cadff07a074a9bd121bf6ef22e74572d08fd6", "translation": [1.5288300514221191, 3.938257577829063e-07, -6.607299410861742], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9416325092315674, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "10444a1165c1745f960eb6183d24dd05b60e781f", "translation": [-1.9823601245880127, 7.868027864788019e-07, -13.200359511353952], "rotation": [0.707106802259973, -2.5121478590261954e-15, 0.7071067601131201, 4.2146847254820175e-08], "non_uniform_scale": [-0.6974946440759513, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "95d1e189e93694bb8eee73a64b0d84a8be5a5057", "translation": [-8.876970291137695, 3.23122755219174e-08, -0.5421099935704454], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9a37b2d598955fe08ff635f76b5aa8d7bb8ca351", "translation": [-6.518945217132568, 0.44000015164732886, -3.0242197832930096], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7eb4fe5c7adf89bdaf1ff15c56f465a843bf3372", "translation": [-1.948887586593628, -5.467533981118322e-08, 0.9172999312102803], "rotation": [-4.371138909461573e-08, 1.071407862509967e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.8403754234314036, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "86f82d5164d25c9725340669e0d58163d25689df", "translation": [-6.523509979248047, 0.4400001534906046, -3.0551448169264184], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a2eb5f82144827f12b9b8133ab130cc12e41f77c", "translation": [1.9721100330352783, 4.819881951334537e-07, -8.086419577215906], "rotation": [-4.3711387457693096e-08, 3.60003068209677e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000001192092933, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "6477ab2b133a11b1ab2b3eea0214f2c1a1d31b89", "translation": [-1.7131199836730957, 1.4673948101062706e-07, -2.4618798219037075], "rotation": [-4.371138733942592e-08, 7.764702689548599e-23, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "6e091b64e3db98057bec72d11b39f76f7c823487", "translation": [-6.212940216064453, 0.440000148092512, -2.964579856122729], "rotation": [0.7071068022599721, 7.755622722007973e-09, 0.7071067601131201, 5.441896158141364e-08], "non_uniform_scale": [0.9999998807907176, 0.6319713435207167, 0.9999999403953578], "motion_type": "STATIC"}, {"template_name": "d73e42643f1ef45804acbef1680aef5604ef28bd", "translation": [-0.0709099993109703, 2.7999997653943325, 0.33603015327274477], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1c3a2db7f8e8ffe9ebb42e5285df71f3ddd3871a", "translation": [-0.4698616564273834, 0.3999999330151365, 0.823819492827683], "rotation": [-0.3209524251241972, 1.9694924915659346e-15, 0.9470953176987486, 5.6451282370404256e-08], "non_uniform_scale": [1.0000000866941083, 0.9999998807907177, 1.0000000115442367], "motion_type": "STATIC"}, {"template_name": "1c3a2db7f8e8ffe9ebb42e5285df71f3ddd3871a", "translation": [-3.373638153076172, 0.39999994019821195, 0.7033074913437662], "rotation": [0.45256686305129074, -1.3993620693329808e-15, 0.891730471873599, 5.3151279987541714e-08], "non_uniform_scale": [0.9999999845428827, 0.9999998807907176, 0.9999999429945644], "motion_type": "STATIC"}, {"template_name": "47f282fdaac97b859a4b75e73c7686581477fe45", "translation": [-1.3443999290466309, 0.3999999059906596, 1.2772149516811968], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "47f282fdaac97b859a4b75e73c7686581477fe45", "translation": [-1.9731999635696411, 0.3999999059906596, 1.2772149516811968], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "47f282fdaac97b859a4b75e73c7686581477fe45", "translation": [-2.6188502311706543, 0.3999999059906596, 1.2772149516811968], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "334f847f27c9cac8e0f2f24314ecd3823e15b7b9", "translation": [2.7289700508117676, 1.5902996608474496e-07, -2.6680799324464743], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "334f847f27c9cac8e0f2f24314ecd3823e15b7b9", "translation": [3.387500047683716, 1.5902996608474496e-07, -2.6680799324464743], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "334f847f27c9cac8e0f2f24314ecd3823e15b7b9", "translation": [4.011690139770508, 1.5902996608474496e-07, -2.6680799324464743], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "65cb2d9695a98cc702771a5c6fb9b111c660648b", "translation": [-0.3120099902153015, 1.7497006816566127, -14.02119924003481], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3bd0e65f7e1c55fe38c4b6101e30f44fe392151a", "translation": [1.299149990081787, 7.506185397687659e-07, -12.593288624686636], "rotation": [1.0, -1.563674359174973e-09, 0.0, 0.0], "non_uniform_scale": [2.555555582046509, 1.3806285404409608, 0.9999998807907192], "motion_type": "STATIC"}, {"template_name": "3bd0e65f7e1c55fe38c4b6101e30f44fe392151a", "translation": [2.820230007171631, 3.2458723353556707e-07, -5.445669803281419], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [2.6666667461395264, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3bd0e65f7e1c55fe38c4b6101e30f44fe392151a", "translation": [11.935279846191406, 9.023445954881026e-07, -15.138829282591928], "rotation": [1.0, -1.2788683990969329e-09, 0.0, 0.0], "non_uniform_scale": [5.088889122009277, 0.999999880790719, 1.3389939857728392], "motion_type": "STATIC"}, {"template_name": "87d9a892513415eeb39266b867e6f9583e1ed0ab", "translation": [0.00271005742251873, 1.400000340393781, -7.510859435149435], "rotation": [-0.49999999726877975, -0.4999999853478407, 0.5000000757469099, -0.49999994163646033], "non_uniform_scale": [2.4999996125698285, 0.9999998211860861, 2.499999463558244], "motion_type": "STATIC"}, {"template_name": "77a9494c79e0cbc30ab49127f456c7d7f4a53e64", "translation": [10.653050422668457, 0.4570007091087298, -13.065869479008303], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "77a9494c79e0cbc30ab49127f456c7d7f4a53e64", "translation": [13.200849533081055, 0.4570007091087298, -13.065869479008303], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "e8dd67ee07d375f40264caed68e8c5f76ed707cb_part_2", "translation": [2.7137897610664368, 8.182345812013382e-08, -1.336644244163107], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e8dd67ee07d375f40264caed68e8c5f76ed707cb_part_3", "translation": [3.9747026228579028, 7.74630566813704e-07, -1.3429306622496244], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e8dd67ee07d375f40264caed68e8c5f76ed707cb_part_3", "translation": [3.2106041081620744, -1.9758168461660882e-07, -1.9739545133631604], "rotation": [0.7071048962938318, -2.1222833475490526e-07, 0.7071086660648004, 3.6473159681190523e-06], "non_uniform_scale": [0.9999998807907178, 0.9999998807907178, 1.0], "motion_type": "STATIC"}, {"template_name": "e8dd67ee07d375f40264caed68e8c5f76ed707cb_part_3", "translation": [2.215658053180877, -1.9758983926478555e-07, -1.973953578498635], "rotation": [0.7071019555660774, -1.2009191893273885e-07, 0.7071116067710631, 2.064024995352754e-06], "non_uniform_scale": [0.9999998807907174, 0.9999998807907174, 0.9999999999999998], "motion_type": "STATIC"}, {"template_name": "e8dd67ee07d375f40264caed68e8c5f76ed707cb_part_3", "translation": [1.4558156880216386, -1.9758731435844508e-07, -1.3429278813029475], "rotation": [-2.665630615517911e-06, 1.7685239441660868e-06, 0.9999999999929092, 1.9870513732122725e-06], "non_uniform_scale": [0.9999999999999999, 0.9999998807907176, 0.9999998807907173], "motion_type": "STATIC"}, {"template_name": "e8dd67ee07d375f40264caed68e8c5f76ed707cb_part_7", "translation": [2.713789701461792, 1.1997045390898773e-07, -0.7665288352794689], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "556e2dce2ddc10b3941a4c5b3adfbd7364a425a1", "translation": [-8.992839813232422, 7.774943355798314e-07, -13.04418962930498], "rotation": [0.7071068022599731, 0.0, -0.70710676011312, -4.214684976696788e-08], "non_uniform_scale": [1.2199454772504879, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "21a820e6062536552940bca6c97791bf6445548f", "translation": [2.038170099258423, 2.800000629171123, -14.155738773599879], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "ddb12acb4121c7da12250e33726fef740aac08d6", "translation": [-6.640880107879639, 2.7996361495752353e-07, -4.697009760319588], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.3125253915786743, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "311a303f0b3f212b97c5bb23a79a6499efda2f71", "translation": [13.39365005493164, 7.833528457013017e-07, -13.142479113192564], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "311a303f0b3f212b97c5bb23a79a6499efda2f71", "translation": [10.460249900817871, 7.833528457013017e-07, -13.142479113192564], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5c7fc070c1369c3445e0d18d89f8dedba3e05e15", "translation": [-0.37401503324508667, 0.39999991613145447, 1.1070806558680122], "rotation": [-0.22539296631806374, 2.4774099651601247e-15, 0.9742679358032577, 5.8070896947111204e-08], "non_uniform_scale": [1.0000001138885932, 0.9999998807907176, 1.0000001509476115], "motion_type": "STATIC"}, {"template_name": "5c7fc070c1369c3445e0d18d89f8dedba3e05e15", "translation": [-3.5540425777435303, 0.39999991888031694, 1.060962399186943], "rotation": [0.4131695769435104, -3.729709323955527e-15, 0.9106541059525937, 5.42792153531876e-08], "non_uniform_scale": [1.0000000252730383, 0.9999998807907176, 1.000000102528998], "motion_type": "STATIC"}, {"template_name": "d97a5f104f7d0acaa9fb3cd559eacc7d79c21a83", "translation": [-1.5837899446487427, 0.37000013172387725, -2.4999597746157676], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "fee1901e7cdc5740b0d8764fdc12a42a13787b7e", "translation": [-2.709592580795288, 8.238471309596207e-07, -13.821860443242713], "rotation": [1.0, -4.1728119120333256e-09, 0.0, 0.0], "non_uniform_scale": [1.003656029701233, 0.9999998807907209, 1.6874074116459454], "motion_type": "STATIC"}, {"template_name": "42afeade7859d484a52046006595476f7006e755", "translation": [2.7290799617767334, 0.745000031550525, -1.1943298614424478], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "547c0a77b74f52c4e6c4a0a52f14f6c9c7a57b49", "translation": [-8.13838005065918, 0.6000000723206966, -1.4133398524916174], "rotation": [0.9997633845681301, -1.5839228392887952e-18, -0.02175258322308844, -1.296555000450492e-09], "non_uniform_scale": [1.0000000067023451, 0.9999999999999929, 0.9999998877185824], "motion_type": "STATIC"}, {"template_name": "e854259fffbf36831f919f60482edf28c9b92ba4", "translation": [4.763420104980469, 3.5228904948780837e-07, -5.910429125402601], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3bc24e0ea79ade13d4703ca23ece1e4019f9b70b", "translation": [13.085249900817871, 8.254140766439377e-07, -13.848149427881822], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3bc24e0ea79ade13d4703ca23ece1e4019f9b70b", "translation": [10.805190086364746, 8.254140766439377e-07, -13.848149427881822], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "35230dedd6b3f035a602f7226fae2dcb61bf1e4a", "translation": [3.4538300037384033, 3.939050543522171e-07, -6.608629786453832], "rotation": [1.0, -9.892260721486525e-11, 0.0, 0.0], "non_uniform_scale": [1.047619104385376, 0.9999998807907179, 1.0848642486495594], "motion_type": "STATIC"}, {"template_name": "35230dedd6b3f035a602f7226fae2dcb61bf1e4a", "translation": [-2.714639902114868, 7.599807076985599e-07, -12.750359728910894], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d1d1e0cdaba797ee70882e63f66055675c3f1e7f", "translation": [-0.6647499799728394, 8.697492148712627e-07, -14.591969573976371], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d1d1e0cdaba797ee70882e63f66055675c3f1e7f", "translation": [-0.6647499799728394, 8.237832389568212e-07, -13.820788513374964], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8fbf3308a956bcaf0e8a195d39d534838ca6fd11", "translation": [3.3703300952911377, 2.7999999710232117, -3.1138497642368037], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "a23298780f77e9beb0eac381979639482a6b547b", "translation": [2.752150058746338, 2.7999998564052575, -1.190879703111655], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5ce63f61dc61765a4e8595bcc3b33e1f149e67cc", "translation": [0.7295799851417542, 8.390790071644005e-07, -14.077408905183688], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "47bc5c6b6793a56193158c46d32b7e93f344261b", "translation": [-4.1197052001953125, 1.3930826980868005e-07, -2.337204793858234], "rotation": [-4.371138911578287e-08, 1.0587912688704258e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2482ffc4bafeec252b187ec2470adbfbb7efacc0", "translation": [-2.3928699493408203, 8.479177893150336e-08, -1.4225699053663021], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2482ffc4bafeec252b187ec2470adbfbb7efacc0", "translation": [-1.040869951248169, 8.390009753611594e-08, -1.4076099748843873], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2482ffc4bafeec252b187ec2470adbfbb7efacc0", "translation": [-2.439429998397827, 2.078461704968504e-07, -3.487079889352316], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2482ffc4bafeec252b187ec2470adbfbb7efacc0", "translation": [-1.0440200567245483, 2.075392018241473e-07, -3.4819298099321117], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d717e4a4c5476cbdb3720f587123aa69cc038744", "translation": [-8.319490432739258, 8.577704591061774e-08, -1.4390999413073047], "rotation": [0.7071068022599728, -3.768222088010656e-15, -0.7071067601131205, -4.214684599874627e-08], "non_uniform_scale": [0.9999998211860763, 0.9999999999999929, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "ab89a524e676ce37539ffb02534ad173307f9406", "translation": [11.926950454711914, 7.287924859156192e-07, -12.227108226590815], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2abfe2c185d18cf31e3dcfd8833207d78daae258", "translation": [3.5968499183654785, 8.786070111455047e-07, -14.740578726495528], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2abfe2c185d18cf31e3dcfd8833207d78daae258", "translation": [3.5968499183654785, 8.066940040407644e-07, -13.534078745002773], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2abfe2c185d18cf31e3dcfd8833207d78daae258", "translation": [2.2639999389648438, 6.032687451806851e-07, -10.121169440676567], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2abfe2c185d18cf31e3dcfd8833207d78daae258", "translation": [1.0575000047683716, 6.032687451806851e-07, -10.121169440676567], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ab617ebc61f799779ad52ee80db6fb12bf5d0463", "translation": [13.518460273742676, 2.800000651084204, -14.52337924698709], "rotation": [-4.3711388286737876e-08, 2.3294109863304354e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ab617ebc61f799779ad52ee80db6fb12bf5d0463", "translation": [10.622610092163086, 2.8000006517350045, -14.534297863584825], "rotation": [-4.3711388286737876e-08, 2.3294109863304354e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ab617ebc61f799779ad52ee80db6fb12bf5d0463", "translation": [12.071550369262695, 2.800000652347208, -14.544568935360317], "rotation": [-4.3711388286737876e-08, 2.3294109863304354e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5cd043b511e3f7031892d1fa56fe309d2896128a", "translation": [-7.2467498779296875, 8.84518613020191e-07, -14.839758942141543], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "54ce30ed78a11efc89521327192f4bf24a214089", "translation": [4.5325398445129395, 2.8000004556161144, -11.243969080211528], "rotation": [0.7071068022599721, 9.307989744540245e-09, 0.7071067601131197, 5.8818673451302923e-08], "non_uniform_scale": [1.000840485045881, 0.5587423969814287, 1.0007804035675272], "motion_type": "STATIC"}, {"template_name": "54ce30ed78a11efc89521327192f4bf24a214089", "translation": [0.505340039730072, 2.8000004591429075, -11.303138845971844], "rotation": [0.7071068022599709, 9.298806555870827e-09, 0.7071067601131209, 5.878923539864077e-08], "non_uniform_scale": [0.9999998807907176, 0.5587423969814287, 0.9999998807907163], "motion_type": "STATIC"}, {"template_name": "f9bf8f78c76d99ddee527a0921a29087c76baa03", "translation": [-4.129720211029053, 7.03220962350315e-07, -11.79808927785814], "rotation": [0.7071068022599734, 2.5121478590261942e-15, 0.7071067601131198, 4.2146852279116175e-08], "non_uniform_scale": [0.9999999403953588, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f9bf8f78c76d99ddee527a0921a29087c76baa03", "translation": [8.271940231323242, 7.107674946382758e-07, -11.9246990725577], "rotation": [-4.3711387457693096e-08, 3.60003068209677e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000001192092933, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f9bf8f78c76d99ddee527a0921a29087c76baa03", "translation": [6.133930206298828, 8.036845997594355e-07, -13.483589322352998], "rotation": [0.7071068022599734, 2.5121478590261942e-15, -0.7071067601131198, -4.2146852279116175e-08], "non_uniform_scale": [0.9999999403953588, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "466fc73df4c164875970929ca3238887e7505a03", "translation": [6.561200141906738, 1.7371006663388329, -14.83000942664681], "rotation": [0.4999999781443101, 0.4999999483419846, 0.500000081460342, -0.4999999920533535], "non_uniform_scale": [0.9999998807907267, 0.9999999403953697, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "466fc73df4c164875970929ca3238887e7505a03", "translation": [6.411200046539307, 1.737100667259071, -14.845448459234873], "rotation": [-0.5000000218556971, -0.49999999205336904, 0.5000000377489476, -0.4999999483419815], "non_uniform_scale": [0.9999998807907162, 0.9999999403953592, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b6bc2fe5ca3bfb2a389e771f6cca1dbba6a17c8d", "translation": [-1.7952300310134888, 2.8000002128285217, -7.170669438202978], "rotation": [0.7071068022599734, 2.5121477841583537e-15, -0.7071067601131198, -4.21468522791161e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "b6bc2fe5ca3bfb2a389e771f6cca1dbba6a17c8d", "translation": [-6.691349983215332, 2.799999968894724, -3.0781396700060384], "rotation": [0.7071068022599734, 2.5121477841583537e-15, -0.7071067601131198, -4.21468522791161e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "cc134e0336ed2ca3e5c804ec1c4cfda866aa1e84", "translation": [1.978119969367981, 2.8000003359216663, -9.235829589615449], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "595dc0e62d03b2c7c4e3bd1d0897a8697c27160b", "translation": [-1.7080199718475342, 0.37000011498093244, -2.2190597898328335], "rotation": [0.1388235593946631, -5.494310971006035e-17, 0.9903171306995516, 5.902750423447e-08], "non_uniform_scale": [0.9999998940707733, 0.9999998807907176, 0.9999997838739962], "motion_type": "STATIC"}, {"template_name": "595dc0e62d03b2c7c4e3bd1d0897a8697c27160b", "translation": [-1.9218499660491943, 0.37000012615144584, -2.406469894857999], "rotation": [0.5483541805097705, -9.673939967571209e-17, 0.8362461914516894, 4.9844159584543016e-08], "non_uniform_scale": [-0.9999998867103133, 0.9999998807907176, 0.9999998677686479], "motion_type": "STATIC"}, {"template_name": "055db798b8756570cc0eec7f8e7d3632cb6173ab", "translation": [-3.0555801391601562, 5.326622840584605e-07, -8.936589662039864], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f051410f7352c01b4ca09825d57d007df8221981", "translation": [-1.6528000831604004, 0.39999991467445817, 1.1315249960705618], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "f051410f7352c01b4ca09825d57d007df8221981", "translation": [-2.3198699951171875, 0.39999991554110714, 1.116985039890702], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "fcaebfe141f5a16bffdb8599c50551150353010c", "translation": [6.818359851837158, 7.993507438186498e-07, -13.410879289455409], "rotation": [0.7071068022599728, 0.0, 0.7071067601131202, 4.2146849766967894e-08], "non_uniform_scale": [0.834100613945686, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fcaebfe141f5a16bffdb8599c50551150353010c", "translation": [6.818359851837158, 7.314938557101414e-07, -12.27242968842802], "rotation": [0.7071068022599728, 0.0, 0.7071067601131202, 4.2146849766967894e-08], "non_uniform_scale": [-0.834100613945686, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d046b17dbfb2503a92fae261596d05b2966710b4", "translation": [-6.631130218505859, 1.7988622857956216e-07, -3.017989932418459], "rotation": [-4.3711388286737876e-08, 2.3294109863304354e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "86b4750a00e6d22fbcdb1923811346b822c73c15", "translation": [3.414669990539551, 1.9662022054944828e-07, -3.298739713505512], "rotation": [-4.3711388649066754e-08, 1.3369757642167862e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.6786862611770655, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "51a22c69abd300c67c0b53c7045d1e7f2db52cfb", "translation": [4.076879978179932, 0.9000001129746451, -3.1953997555136695], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bd8a1dc70062c8e7c8a33cb92ee86fbe6b015547", "translation": [4.697440147399902, 3.094494260835745e-08, -0.5191699553030737], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "211-6", "translation": [-9.318710327148438, 1.1200000915443766, -2.575859564789546], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "211-3", "translation": [-6.718369960784912, 1.1199999393355844, -0.02221993440568404], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "219-4", "translation": [-3.996779680252075, 1.4499999227756248, 0.6456100228065296], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "220-4", "translation": [-0.9794101715087891, 1.4499998716771643, 1.5028998820245363], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "220-4", "translation": [-3.0307199954986572, 1.4499998716771643, 1.5028998820245363], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "208-1", "translation": [-3.996779680252075, 1.120000364604003, -7.157039625821106], "rotation": [0.7071067910217403, -1.0294328215895812e-22, -0.7071067713513534, -4.21468504368188e-08], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "219-4", "translation": [0.07415000349283218, 1.4499999227756284, 0.6456099632018883], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "211-4", "translation": [2.591830015182495, 1.1199999393355844, -0.02221993440568404], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "219-4", "translation": [14.30027961730957, 1.4500006480771361, -11.522929372016776], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [7.696609973907471, 1.4500008802908013, -15.418827958772837], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "211-4", "translation": [5.125809669494629, 1.1200000830847117, -2.4339299467843674], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "211-5", "translation": [11.58488941192627, 1.1200005602282133, -10.439069058950558], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "6161-0", "translation": [4.0902299880981445, 1.1200004508280514, -8.603639023087048], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [4.672810077667236, 1.4500008802908013, -15.418827958772837], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "219-4", "translation": [2.4599499702453613, 1.4500008802908013, -15.418827958772837], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "219-4", "translation": [1.4275699853897095, 1.4500008802908013, -15.418827958772837], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "220-4", "translation": [-7.693990707397461, 1.450000927400012, -16.209189316082572], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "220-4", "translation": [-4.4064202308654785, 1.450000927400012, -16.209189316082572], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "219-4", "translation": [-1.131119966506958, 1.4500008802908013, -15.418827958772837], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}]}
scenes/102344094.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/102344094"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "c5ff5698a48415c704891bf4b3356c31ac773721", "translation": [-6.039780139923096, 1.3478098245626597, 2.098580077244634], "rotation": [-4.371138839257023e-08, -7.765116319707395e-16, 0.9999999999999964, 7.27124374446199e-08], "non_uniform_scale": [1.3496931791305593, 1.617309019886358, 0.6532662924210715], "motion_type": "STATIC"}, {"template_name": "cb47ce31bd4309c8b3c99a1d53db43f7046cb489", "translation": [-6.541760444641113, 0.0010001710222226137, -2.869479723544127], "rotation": [0.7071068022599722, 7.07289045235571e-09, 0.70710676011312, 5.2792875211046396e-08], "non_uniform_scale": [1.1228068397756314, 0.9294116581187611, 1.3989385724700334], "motion_type": "STATIC"}, {"template_name": "13ac4d595be0f72326bd7c3ca6590daa5f67feb4", "translation": [-4.759809970855713, 1.9411801588375965e-07, -3.2567596878552507], "rotation": [0.9999951069292797, -7.719995846941369e-10, -0.003128277081441657, -2.102334877714897e-10], "non_uniform_scale": [1.2928572018388893, 0.9999998807907186, 1.2549998516669048], "motion_type": "STATIC"}, {"template_name": "f14eb4762efbe1cd7a491e01311eeeff399d5840", "translation": [-11.326769828796387, 0.7000001337289667, -3.1435995195150532], "rotation": [0.6826706654040692, -3.849448245680385e-09, 0.730726188525335, 4.057226256552148e-08], "non_uniform_scale": [2.4321597597672113, 0.9999998807907182, 1.1892068178601427], "motion_type": "STATIC"}, {"template_name": "d6128825db57eb2c2c2c097ce60d96e551c66e1a", "translation": [-5.188310146331787, 1.862108689465458e-08, -0.31240997836530227], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "8a23d4dba7ca9708fabac4a582ceeebc06bcf103", "translation": [-8.10934066772461, 0.88000011479199, -2.885889782554507], "rotation": [0.7071068022599764, -3.406805954888465e-08, -0.7071067601131167, -2.912705700168658e-08], "non_uniform_scale": [0.7953083041126546, 0.8054727547797188, 0.30782757354810714], "motion_type": "STATIC"}, {"template_name": "1d438cf2a0be5706ffdbd1489fbfb27f712589a0", "translation": [-6.88100004196167, 1.7500001293045386, -3.9193698364871636], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6e8ba0503682447c09014295ae4e35b1f3fc1f5f", "translation": [-3.0351948738098145, 1.7776600869744996, -3.0314096922236686], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1a570da5ae0c4d1d51c94be81d7248f155a0dcef", "translation": [-7.618259906768799, -1.2037872920700465e-07, 2.0196198213326966], "rotation": [-4.371138825540207e-08, -3.1784102742332944e-16, 0.9999999999999972, 6.077798132452433e-08], "non_uniform_scale": [-0.7937000393867523, 1.3227271648970542, 0.9999998807907228], "motion_type": "STATIC"}, {"template_name": "1a570da5ae0c4d1d51c94be81d7248f155a0dcef", "translation": [-7.221409797668457, -1.2037872920700465e-07, 2.0196198213326966], "rotation": [-4.371138825540207e-08, -3.1784102742332944e-16, 0.9999999999999972, 6.077798132452433e-08], "non_uniform_scale": [-0.7937000393867523, 1.3227271648970542, 0.9999998807907228], "motion_type": "STATIC"}, {"template_name": "479e8fe5599af35ba70e86d2f46e66c778c9c170", "translation": [-7.9712090492248535, 1.1654899138728574, 0.803643665423774], "rotation": [-0.5000000177942691, -0.4999999919054698, 0.5000000421061738, -0.49999994819408267], "non_uniform_scale": [1.2609369003214281, 0.868683703620214, 0.9999998211860812], "motion_type": "STATIC"}, {"template_name": "8088521c5cbf546ce2c19f9363d16f5b9cadf774", "translation": [-7.512650012969971, 2.4421512989647454e-07, -4.097249740526081], "rotation": [0.7040147447892889, 2.7304885971800303e-15, 0.710185355466635, 4.233035104548644e-08], "non_uniform_scale": [0.9999998698606894, 0.9999999999999929, 0.9999998698516115], "motion_type": "STATIC"}, {"template_name": "8088521c5cbf546ce2c19f9363d16f5b9cadf774", "translation": [-3.8491599559783936, -5.692600879569909e-08, 0.9550598886573347], "rotation": [0.7138592556051382, -1.8746980443064598e-15, 0.7002891996788727, 4.17404895638036e-08], "non_uniform_scale": [0.9999999084769131, 0.9999999999999929, 0.9999999084330132], "motion_type": "STATIC"}, {"template_name": "b815e2dbb3b8d7d1c38db7efbf406b717c6e182f", "translation": [-6.017119884490967, 4.008322775916895e-07, -6.724849300095457], "rotation": [-0.7040147447892889, -2.293259620494042e-16, 0.7101853554666349, 4.2330348566055384e-08], "non_uniform_scale": [0.9999998698606894, 0.9999998807907177, 0.9999998698516115], "motion_type": "STATIC"}, {"template_name": "b815e2dbb3b8d7d1c38db7efbf406b717c6e182f", "translation": [-2.913710117340088, 3.5266162967673154e-07, -5.9166799833369055], "rotation": [0.9999904807204851, -1.6273365758755707e-10, -0.00436330934188139, -2.471779815881765e-10], "non_uniform_scale": [0.9999999895625115, 0.9999998807907172, 0.9008315010173772], "motion_type": "STATIC"}, {"template_name": "b815e2dbb3b8d7d1c38db7efbf406b717c6e182f", "translation": [-4.03993034362793, 3.998845841124421e-07, -6.708949642840025], "rotation": [-0.7040147448183826, 6.678134455012771e-09, 0.7101853554377943, 3.732267980012159e-08], "non_uniform_scale": [0.9999998698606894, 0.999999880790719, 1.3182900444974623], "motion_type": "STATIC"}, {"template_name": "0401d370f82582f973cb9606076eeda41e90813c", "translation": [-4.183581352233887, 3.71142334643082e-07, -6.226734743908935], "rotation": [0.9646304475711993, -9.488423852394346e-18, 0.26360595520319263, 1.5712140222358762e-08], "non_uniform_scale": [0.9999999647482302, 0.9999998807907177, 0.9999998763710016], "motion_type": "STATIC"}, {"template_name": "xxxx93e3ad59x9588x46a3x8114x5aa2d5fb9660", "translation": [-7.031000137329102, 1.7316501504820607, -4.342719669677614], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxx93e3ad59x9588x46a3x8114x5aa2d5fb9660", "translation": [-3.854490041732788, 1.4616496693569445, 2.319220014955391], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxx1fc8d1e9x38f3x47d6x9788xf59661ddf711", "translation": [-8.095250129699707, 0.7499998772001248, 1.3102399968957883], "rotation": [0.7101853760809251, 2.2626324830625065e-15, -0.7040147239943163, -4.1962552323953375e-08], "non_uniform_scale": [0.9999999895855732, 0.9999998807907176, 0.999999989576495], "motion_type": "STATIC"}, {"template_name": "xxxx21770864xa692x4944x9c4dx4e8c8a75e7d1", "translation": [-9.77439022064209, 0.8799999380385879, 0.07954004707694029], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "xxxx8e4fe161x8dc6x430dxb9b3xf152f944c5ab", "translation": [-10.959830284118652, 0.7000001365637765, -3.1911597316765814], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx8fef0b6fx2748x49e1xb5cbx543d7b04c65a", "translation": [-3.2636401653289795, 8.431673137465623e-08, -1.414599930369853], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "xxxx1f169f22xb11fx4651xa88cx373ab6dfef2e", "translation": [-8.201809883117676, -6.347835324049811e-08, 1.0649899801617835], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "351070467d2910bb7e87e4b40e9187047e5f5c19", "translation": [-6.1174798011779785, 2.8225184678376536e-07, -4.73539991763829], "rotation": [0.904194544190192, 6.176872094854674e-17, 0.42712085673341965, 2.5458388589955632e-08], "non_uniform_scale": [0.9999999391519638, 0.9999998807907176, 0.9999998910632786], "motion_type": "STATIC"}, {"template_name": "1fe511dcd67a0734285715e4ab4f6ea4c5b3a75c", "translation": [-5.308700084686279, 3.6575999189162154, 0.46116019466162683], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1fe511dcd67a0734285715e4ab4f6ea4c5b3a75c", "translation": [-5.884610176086426, 3.6575999199181695, 0.44435019572080137], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "43e120bb77cbdb8fadcac1cc33aeacce57e738c5", "translation": [-3.8682198524475098, -1.3287186106936133e-07, 2.229219780610805], "rotation": [-4.371138872050438e-08, -5.243492845273794e-16, 0.9999999999999971, 6.364520555931052e-08], "non_uniform_scale": [0.9859967827796974, 0.9999998807907164, 0.597490477861109], "motion_type": "STATIC"}, {"template_name": "506c458cbfc61d313e7505e4e363d238b7ba55e7", "translation": [-6.64100980758667, 0.5100001635098437, -3.4132397220587762], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c075ced257f48c753d22d3bd3400186d6de319da", "translation": [-11.690579414367676, -6.872236468780102e-08, 1.1529698876756456], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c380ec071ae2c0e143051f0ac9ad87e97b1bfc2a", "translation": [-6.527029991149902, 0.8999997958433639, 2.125179933000801], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e6df36f9715e7dbb8c856dfc123e0fef19bd7fb7", "translation": [-9.713479995727539, 1.1994297009521304, 1.6308808069556378], "rotation": [0.49999997251121003, 0.4999999480503787, 0.5000000876766502, -0.49999999176175014], "non_uniform_scale": [2.238805399012264, 0.999999821186088, 1.2183689810789773], "motion_type": "STATIC"}, {"template_name": "edd3385b54bd71f78712dd32183fdab902b88f8c", "translation": [-2.593400001525879, 4.369855233221642e-08, -0.7331400076663463], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f63203ce3955e3df53c4e59d9e73f9fff3a6c351", "translation": [-6.616969585418701, 7.36592609129616e-09, -0.1235797257077853], "rotation": [0.004363360278310051, -6.5091041724935996e-18, 0.9999904804982286, 5.9604080921453204e-08], "non_uniform_scale": [0.9999999308460082, 0.9999998807907176, 0.9999998116458123], "motion_type": "STATIC"}, {"template_name": "f1889a63bcd92db795556274f8222178905195a6", "translation": [-7.426660060882568, 2.800000039471982, -4.262229498491891], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f1889a63bcd92db795556274f8222178905195a6", "translation": [-8.823659896850586, 2.7999997402876637, 0.7572501327246393], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "971bbfb3d7669679af893639f97ff157e0b343c0", "translation": [-3.238490104675293, 0.6100002659773693, -4.832359466412079], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c5eac1bf1396fb363596d90f7f871f6386054930", "translation": [-11.610579490661621, 0.7899998940247279, 1.3479699755924948], "rotation": [0.7071068022599734, -2.0562554857487127e-09, -0.7071067601131201, -4.027339769273122e-08], "non_uniform_scale": [0.7299603980803253, 0.9999998807907173, 0.9110987239421178], "motion_type": "STATIC"}, {"template_name": "defe405f45ef55bfc876b2d25b30762478d9a819", "translation": [-11.569720268249512, 1.0400891170547766e-07, -1.7449798735988153], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "defe405f45ef55bfc876b2d25b30762478d9a819", "translation": [-11.608059883117676, 2.748930398865923e-07, -4.611939632180935], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "223c0f130bcd4b3d546f7044d30ff62d90563177", "translation": [-8.221064567565918, 1.7324596512935386e-07, -2.9065848048576726], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e76fc6fbfe3be64fc2092a113f79920cc290d281", "translation": [-7.295994281768799, 0.6569501924306138, -3.9365996960669776], "rotation": [0.0033425789333494382, -2.947973268427944e-11, 0.9999944135674311, 6.061120272889617e-08], "non_uniform_scale": [1.0373645368772082, 0.9999998807907189, 1.2959315330109298], "motion_type": "STATIC"}, {"template_name": "e76fc6fbfe3be64fc2092a113f79920cc290d281", "translation": [-7.304185390472412, 0.6600002649289429, -4.66476980896174], "rotation": [0.999986899338027, -4.852584552588496e-10, 0.005118706117631515, 3.35228179378258e-10], "non_uniform_scale": [1.0373646029458652, 0.9999998807907183, 1.1975064522428023], "motion_type": "STATIC"}, {"template_name": "e91f9db75c0e3679b4bdd1d012ceb0819bb287f5", "translation": [-10.787314414978027, 1.89472743272745e-07, -3.1788249505266464], "rotation": [0.706786434718625, 6.743990971077196e-09, 0.7074269825909472, 5.207992373378218e-08], "non_uniform_scale": [0.9999998738597992, 1.4709526931103716, 0.999999933464373], "motion_type": "STATIC"}, {"template_name": "xxxx23a21e73x9c18x4952x8be6xb20ff7b1871a", "translation": [-11.630009651184082, 0.5200002313619905, -4.721609756850597], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx2141c61dx697dx461ax968fx8097100c35c2", "translation": [-9.769279479980469, 0.8799999294269085, 0.22402004337191528], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx6ffe1177x99fax4d71xa773x4a1a44dd25ed", "translation": [-6.326010227203369, 0.4191003031593432, -5.730869403483286], "rotation": [0.12847999029533375, -1.1822984941530843e-16, 0.9917121014153791, 5.911065097508934e-08], "non_uniform_scale": [0.9999999116681711, 0.9999998807907176, 0.9999998002001692], "motion_type": "STATIC"}, {"template_name": "xxxx4cb1866bx512fx47e3x82cfxf399d67915fb", "translation": [-7.759180068969727, 1.4899998461228563, 1.251630082033273], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx4cb1866bx512fx47e3x82cfxf399d67915fb", "translation": [-7.759180068969727, 0.7899998997670359, 1.2516300403100225], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx907a98bfx418bx4c6dxbc7fxe259edc2b60d", "translation": [-6.1899800300598145, 3.404390724881523e-07, -5.711619513534316], "rotation": [0.09067195464826994, -7.29546061204137e-16, 0.9958808144754364, 5.9359125628245216e-08], "non_uniform_scale": [1.000000150769465, 0.9999998807907177, 1.000000035448205], "motion_type": "STATIC"}, {"template_name": "xxxx907a98bfx418bx4c6dxbc7fxe259edc2b60d", "translation": [-3.4292898178100586, 3.3887744166349876e-07, -5.685419697438476], "rotation": [-0.17405310273598187, 6.3318807883975905e-16, 0.9847362679560322, 5.869485873285901e-08], "non_uniform_scale": [1.0000000028584275, 0.9999998807907176, 0.9999998976570581], "motion_type": "STATIC"}, {"template_name": "xxxx6cb87718x6144x4b76xb562xb99e16b34553", "translation": [-3.7704901695251465, 0.5500001211863825, -2.383169953038088], "rotation": [-0.58275427103485, 2.2685276956508117e-15, 0.8126484231145952, 4.843762137108875e-08], "non_uniform_scale": [1.000000011410344, 0.9999998807907177, 0.9999999991425899], "motion_type": "STATIC"}, {"template_name": "048d80c36ddc6ac63785ca08ccf231431195717c", "translation": [-6.507240295410156, -2.988874925335949e-08, 0.5014499723047017], "rotation": [1.0, -5.2203849514035084e-11, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907178, 1.0609664844314397], "motion_type": "STATIC"}, {"template_name": "573d7dcc478330c40f3b05b9473a2fda1236c3e4", "translation": [-9.544010162353516, -7.323801298753096e-08, 1.2287298900645993], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "8f6e341ec8585f6ec95bdccfd3925b569454c5ea", "translation": [-8.926680564880371, -1.1856675286026075e-07, 1.9892199045884595], "rotation": [0.7071068022599726, 3.500602118690062e-09, -0.7071067601131202, -4.634479127618826e-08], "non_uniform_scale": [0.9436388645387372, 0.9999998807907183, 1.199205327081362], "motion_type": "STATIC"}, {"template_name": "532681f45088722a5cd947ee4cb4a35441a75f1f", "translation": [-3.3273301124572754, -9.304046955094236e-08, 1.5609599613571135], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "532681f45088722a5cd947ee4cb4a35441a75f1f", "translation": [-3.2817904949188232, -3.2637764491028065e-08, 0.5475707919853434], "rotation": [0.9999833650916787, 2.0127348815101894e-20, -0.005767975374630637, -3.4379814726053267e-10], "non_uniform_scale": [1.0000000202896941, 0.9999998807907176, 0.9999999010962728], "motion_type": "STATIC"}, {"template_name": "3afd8e1677d04159831b7b4b8a4fc5e1cd762fa4", "translation": [-2.7361648082733154, 1.7499997174370385, 0.9906200027096226], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "0235b214f27bbe9539c1b9ca31a6ebd252f92c77", "translation": [-5.490029811859131, 0.8999997889506872, 2.2408198511111763], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0fd0807c7a9f3d4d201d01a82bd0bdb788e5307c", "translation": [-6.232934951782227, -7.030635629234894e-08, 1.179544855383341], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2f8836e88a478a38746f7811a705cfe91f8da0db", "translation": [-7.63661003112793, -8.136272100500719e-08, 1.3650398632860217], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2f8836e88a478a38746f7811a705cfe91f8da0db", "translation": [-7.628740310668945, -6.46364668455135e-08, 1.0844199011075517], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1998d6723c302890a62cea330a975315587d0fdf", "translation": [-3.8731298446655273, 1.8187820671755617e-07, -3.051409777914884], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1cdf3fae1e6c7c3e407fb4a5eaf8ebc51fbdc5b7", "translation": [-4.797689914703369, 2.1876155642530648e-07, -3.6702096658819983], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1cdf3fae1e6c7c3e407fb4a5eaf8ebc51fbdc5b7", "translation": [-3.2313599586486816, 2.8418361353033106e-07, -4.767809583675273], "rotation": [0.7121725778633227, -2.117876336699675e-08, -0.7020044297150185, -3.128125607695169e-08], "non_uniform_scale": [0.4742304166634512, 1.325103363382404, 0.656167956823234], "motion_type": "STATIC"}, {"template_name": "4b1344e2aefffc21dda963f1df0ffe2cec16c313", "translation": [-11.209409713745117, 0.7000001196139927, -2.906789564681663], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4b1344e2aefffc21dda963f1df0ffe2cec16c313", "translation": [-11.247140884399414, 0.7000001499754269, -3.4161698748964007], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx028e6297xba22x4718xb4cbx1470a69a0bd6", "translation": [-7.279760360717773, 2.767169462458696e-07, -4.6425397013103975], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxxefdf1c75x32c0x4bfaxada2x48abb454466a", "translation": [-3.3501698970794678, 0.419100297990429, -5.644149418875589], "rotation": [-0.19498221814381506, 1.1348435778445947e-16, 0.980806777407107, 5.846064289537231e-08], "non_uniform_scale": [0.9999999003202045, 0.9999998807907176, 0.9999997985501489], "motion_type": "STATIC"}, {"template_name": "xxxxefdf1c75x32c0x4bfaxada2x48abb454466a", "translation": [-3.628499984741211, 0.5500001950407061, -3.6222398178434325], "rotation": [0.8722452618487558, 6.336878198515033e-16, -0.48906871008314823, -2.9150769602956747e-08], "non_uniform_scale": [0.9999999907662068, 0.9999998807907176, 0.9999999583304121], "motion_type": "STATIC"}, {"template_name": "xxxxefdf1c75x32c0x4bfaxada2x48abb454466a", "translation": [-3.7080299854278564, 0.550000109115242, -2.1806498330444093], "rotation": [-0.5346181973474544, 1.6502801735760331e-15, 0.8450937125934352, 5.037151198472827e-08], "non_uniform_scale": [0.9999999843678214, 0.9999998807907176, 0.9999999624931455], "motion_type": "STATIC"}, {"template_name": "38edde1e4c201b931926f3827d40ebe3298b9c5d", "translation": [-11.540715217590332, 0.5200000475928306, -1.638475051017096], "rotation": [0.5927665559911792, -2.0413044164240046e-15, 0.8053743291776525, 4.8004051699944945e-08], "non_uniform_scale": [0.9999999963417683, 0.9999998807907176, 0.9999999858083279], "motion_type": "STATIC"}, {"template_name": "38edde1e4c201b931926f3827d40ebe3298b9c5d", "translation": [-11.703329086303711, 0.502670229749004, -4.523938356244049], "rotation": [0.843366248453015, 8.771786312120547e-16, 0.5373391582327556, 3.2027912936135446e-08], "non_uniform_scale": [0.9999999880456929, 0.9999998807907177, 0.99999996676274], "motion_type": "STATIC"}, {"template_name": "87b334f6e7eab81ec0424ce77bda910fa375bc48", "translation": [-9.856234550476074, 1.4758098168021476, 0.4527800692933752], "rotation": [0.49999996303214767, 0.4999999459658549, 0.5000001013247545, -0.4999999896772284], "non_uniform_scale": [1.0999998390674786, 0.9999998211860908, 1.7462681834377909], "motion_type": "STATIC"}, {"template_name": "a5ad2b8123b11b0b0a119849c142cd10c0ab070d", "translation": [-3.4685466289520264, 0.5500002138239033, -3.9373695559877255], "rotation": [0.9130933501775926, 7.185342306621132e-16, -0.4077505780026063, -2.4303831416471776e-08], "non_uniform_scale": [0.9999999471033195, 0.9999997615814422, 0.9999998939922325], "motion_type": "STATIC"}, {"template_name": "a5ad2b8123b11b0b0a119849c142cd10c0ab070d", "translation": [-3.4951417446136475, 0.5500001265290955, -2.4728057966943986], "rotation": [-0.5797828470292262, 3.9273785069168474e-15, 0.8147710416372704, 4.856413812970411e-08], "non_uniform_scale": [0.9999999888750184, 0.9999997615814423, 0.9999999760731669], "motion_type": "STATIC"}, {"template_name": "a9be04a84ab7ec9e041c9eb767281ec87b7096a4", "translation": [-7.361920356750488, -3.0587315791308356e-08, 0.5131699733036754], "rotation": [1.0, -4.801268849403559e-10, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907171, 0.8358873324528484], "motion_type": "STATIC"}, {"template_name": "f06e2727948c85bce51796fb4091137df9fe22f2", "translation": [-3.368380069732666, 0.7499998929125056, 1.0466300072294459], "rotation": [0.7071068022599746, -1.5654547103888698e-08, 0.7071067601131189, 3.316473311033418e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907164, 0.5737703696626225], "motion_type": "STATIC"}, {"template_name": "578e50f145119f121df79f73f5efd64019d94e17", "translation": [-6.613530158996582, 1.7499998847740894, 0.18317008416831548], "rotation": [0.7071068022599701, 0.707106760113119, 6.18172388989662e-08, -6.18172349632615e-08], "non_uniform_scale": [0.8706931471824779, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "578e50f145119f121df79f73f5efd64019d94e17", "translation": [-7.3866801261901855, 2.1078997676926914, 0.18317010550081214], "rotation": [0.7071068024323891, 0.7071067599407, 6.181724154847831e-08, -6.181723494818808e-08], "non_uniform_scale": [1.079859375953691, 0.9999998211860965, 0.8799998307228247], "motion_type": "STATIC"}, {"template_name": "578e50f145119f121df79f73f5efd64019d94e17", "translation": [-5.357230186462402, 1.7499997574555834, 2.319220032142397], "rotation": [-3.0908617607186254e-08, -3.0908619323928147e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.8706931471824679, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "578e50f145119f121df79f73f5efd64019d94e17", "translation": [-6.730050086975098, 1.7499997574555834, 2.319220032142397], "rotation": [-3.0908617607186254e-08, -3.0908619323928147e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.8706931471824679, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "578e50f145119f121df79f73f5efd64019d94e17", "translation": [-6.052719593048096, 2.069999671624899, 2.319220051215879], "rotation": [-3.090861785087207e-08, -3.0908619316391486e-08, 0.7071068445792397, -0.7071067177938485], "non_uniform_scale": [0.8706931471824679, 0.9999998211860851, 0.8799998307228248], "motion_type": "STATIC"}, {"template_name": "e5e90a9c090c1aa9ce55a90726f5de5d42d80f2b", "translation": [-3.3689498901367188, -6.28381968681424e-08, 1.0542499390691518], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d2d44412052fb3c3548694ef5ddbc1433704ceb4", "translation": [-9.55624008178711, -2.6523471419181988e-08, 0.44498998254597133], "rotation": [0.7071068022599726, 4.328243640793375e-09, 0.7071067601131203, 4.759384520583637e-08], "non_uniform_scale": [0.8178791512322932, 1.1182256796090917, 1.4072612877332389], "motion_type": "STATIC"}, {"template_name": "7a727353172f3a0e327ee7d8496d0ce6c4d64c23", "translation": [-4.831010341644287, 3.352799908703574, -3.6258996141731785], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7a727353172f3a0e327ee7d8496d0ce6c4d64c23", "translation": [-10.025440216064453, 2.799999966838371, -3.0436397884106583], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "6e8ab0b6640c5a66914dbb05d4019a5dcaeb0b44", "translation": [-6.625185012817383, 2.3159384454629617e-07, -3.8854997226297883], "rotation": [0.7071068022599731, -3.7773345234027207e-10, -0.7071067601131199, -4.177576780173541e-08], "non_uniform_scale": [1.2440659258326336, 0.9999998807907176, 0.9823908816343021], "motion_type": "STATIC"}, {"template_name": "ec5a7b51f7301d831b35da3e857ce1e189e34cce", "translation": [-6.475629806518555, 2.8415678343662876e-07, -4.7673594494247595], "rotation": [0.9044551509288896, 1.9773386550823252e-16, 0.42656872829381065, 2.5425479456975173e-08], "non_uniform_scale": [0.9999999620014428, 0.9999998807907176, 0.9999999137699004], "motion_type": "STATIC"}, {"template_name": "xxxx33236ee0x42bfx40c2x8efdx120f08cbe2b3", "translation": [-7.974890232086182, 1.319999906774754, 1.1240600464308272], "rotation": [0.7101853760809251, 2.2626324830625065e-15, -0.7040147239943163, -4.1962552323953375e-08], "non_uniform_scale": [0.9999999895855732, 0.9999998807907176, 0.999999989576495], "motion_type": "STATIC"}, {"template_name": "xxxx33236ee0x42bfx40c2x8efdx120f08cbe2b3", "translation": [-7.977550029754639, 1.319999937426445, 0.6098100370281969], "rotation": [0.7101853760809251, 2.2626324830625065e-15, -0.7040147239943163, -4.1962552323953375e-08], "non_uniform_scale": [0.9999999895855732, 0.9999998807907176, 0.999999989576495], "motion_type": "STATIC"}, {"template_name": "xxxx1d3141f1xa14ex4f1bxa180x6a76dcc05a5c", "translation": [-3.198580026626587, 2.8000000615990217, -4.633459601792097], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxxc24b125dxd5dex4ffbxa5a7xf41b4aa6707f", "translation": [-4.059609889984131, 0.5461003185409439, -5.5479298773985946], "rotation": [0.7040147447892889, 2.293259620494042e-16, 0.7101853554666349, 4.2330348566055384e-08], "non_uniform_scale": [0.9999998698606894, 0.9999998807907177, 0.9999998698516115], "motion_type": "STATIC"}, {"template_name": "xxxxa066f1a9xde37x4b72xb834x68f9f9b78ae4", "translation": [-4.928160190582275, 0.43000020213127144, -3.7011997621536246], "rotation": [0.9999904807208269, -5.918659539011643e-21, 0.004363309263573483, 2.600735128459814e-10], "non_uniform_scale": [0.9999999895625115, 0.9999998807907176, 0.9999998703623083], "motion_type": "STATIC"}, {"template_name": "xxxxfc0bf81axe7b1x4b10x9537xf7f64ee0d5ed", "translation": [-4.565589904785156, 0.7000003501301997, -6.774209530698659], "rotation": [0.9999917382416716, 1.2758192528706864e-20, -0.0040649044761422205, -2.4228720492885384e-10], "non_uniform_scale": [1.000000025920512, 0.9999998807907176, 0.9999999067191054], "motion_type": "STATIC"}, {"template_name": "xxxxfc0bf81axe7b1x4b10x9537xf7f64ee0d5ed", "translation": [-2.8995299339294434, 0.6100002775120927, -5.025880000836828], "rotation": [-0.7042264998566671, 6.007872641611489e-16, 0.7099753776713851, 4.231783209161754e-08], "non_uniform_scale": [0.9999999094165529, 0.9999998807907177, 0.9999999094086734], "motion_type": "STATIC"}, {"template_name": "xxxx38f5e324xd3eex4463xaecbxaf7244f46700", "translation": [-7.231030464172363, 0.7000002229368825, -4.640259901269662], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8348f0879e4f155c7534e7c428424995b6a99091", "translation": [-3.7947800159454346, 3.6575998852491267, 1.0260001797437752], "rotation": [0.7071068022599737, -9.213480802536548e-09, 0.7071067601131199, 3.573617172599456e-08], "non_uniform_scale": [0.9999998807907176, 1.4372083619584493, 0.9999998807907194], "motion_type": "STATIC"}, {"template_name": "00b285ed70673826ccb6941929a64abfaf5f9239", "translation": [-11.65807819366455, 2.97065749776948e-08, -0.49839359531440586], "rotation": [0.7011878560461897, -3.2308700574755275e-15, 0.7129765708165634, 4.249671454883847e-08], "non_uniform_scale": [0.9999999161739186, 0.9999998807907176, 1.0000000353645548], "motion_type": "STATIC"}, {"template_name": "00b285ed70673826ccb6941929a64abfaf5f9239", "translation": [-11.644000053405762, -6.3174963038648e-09, 0.10598999375164508], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "a62409c9dad2a4e7612ef932db2d03a192b56332", "translation": [-9.856234550476074, 2.0605097714036766, 0.4345400706511704], "rotation": [0.49999996648211475, 0.49999994698145944, 0.5000000958435806, -0.4999999906928322], "non_uniform_scale": [1.683923740153105, 0.9999998211860895, 1.5282728042277234], "motion_type": "STATIC"}, {"template_name": "2e028ffe637a7f7b62154ccfb1cb406a2d8ed6ba", "translation": [-8.141680717468262, -5.266547375981645e-08, 0.883579976345299], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1fed03ca5b84ba5de9d2be405050acec4cfeaf10", "translation": [-7.237840175628662, 0.700000188208822, -4.057619764946697], "rotation": [0.7074033274342189, 2.3885664137262136e-15, -0.706810110521202, -4.21291704629363e-08], "non_uniform_scale": [0.9999999942784967, 0.9999998807907176, 0.9999999942784128], "motion_type": "STATIC"}, {"template_name": "4a5d65ef0499befafb833f460e1dbe5050d99c2a", "translation": [-6.826740264892578, 0.8899998105537961, 2.048379829026466], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b896a61466a9e8fcbadfbe1cc102050160aadd48", "translation": [-11.191240310668945, -1.3048767755208246e-07, 2.189219821141961], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b896a61466a9e8fcbadfbe1cc102050160aadd48", "translation": [-10.401240348815918, -1.3048767755208246e-07, 2.189219821141961], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b8af904ac858f2431a89ec7b1d3a44c25b444259", "translation": [-6.511419773101807, 0.5100001929843359, -3.90773961438299], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f53678c774829a81bbc52b1c82537aa953b3c2bd", "translation": [-4.960025310516357, 1.1403728661112567, -5.0356598987559735], "rotation": [0.7071068027576827, 0.7071067596154064, 6.181723700272794e-08, -6.181723491975003e-08], "non_uniform_scale": [1.5895838737488035, 0.999999821186098, 1.242235750885509], "motion_type": "STATIC"}, {"template_name": "f53678c774829a81bbc52b1c82537aa953b3c2bd", "translation": [-9.88315200805664, 1.2680002312457717, -5.035659891148789], "rotation": [0.7071068022599701, 0.707106760113119, 6.181724147327567e-08, -6.181723496326134e-08], "non_uniform_scale": [2.1966612339020113, 0.999999821186097, 0.999999761581444], "motion_type": "STATIC"}, {"template_name": "e919205941143f38ec34e7d76876850a9acf234c", "translation": [-8.268340110778809, 0.8950000727593874, -2.4356997412025976], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "da1cddb10d235eb771f138a5d173da551406c125", "translation": [-4.551400184631348, 0.5500001184523136, -2.33729989008307], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d125841bc86be546c81943dbf7e6e6fb74cc9b04", "translation": [-5.545909881591797, 0.8999998967653511, 0.4319900553232401], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3238d3a7123feddcf9a8960461bf14e9bb6925c1", "translation": [-5.991420269012451, -2.4772287332552878e-08, 0.41560999062001613], "rotation": [-4.3711387191558474e-08, 4.1393338715600836e-16, 0.9999999999999972, 6.074636456435725e-08], "non_uniform_scale": [1.099780082702641, 0.9999998807907189, 1.3177498200237914], "motion_type": "STATIC"}, {"template_name": "feb414e9a23d7083e984cd8464f13464011f15d4", "translation": [-6.694115161895752, -1.2035488339279254e-07, 2.01921975498081], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "feb414e9a23d7083e984cd8464f13464011f15d4", "translation": [-5.4237847328186035, -2.4591122027572965e-08, 0.41257054134782756], "rotation": [0.9999942987679046, -1.1347759030887253e-09, 0.0033767486857930774, 2.331376492846223e-10], "non_uniform_scale": [0.9999999762807152, 0.9999998807907189, 1.3166664317943697], "motion_type": "STATIC"}, {"template_name": "feb414e9a23d7083e984cd8464f13464011f15d4", "translation": [-5.417055130004883, -1.2035488339279254e-07, 2.01921975498081], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2155fdf43148aabbd9beb63943df5606fe0c5945", "translation": [-6.06820011138916, -1.2035488339279254e-07, 2.01921975498081], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "499ffdb8a280a0f0a3e6b6ac2b41ae3d191f8059", "translation": [-7.297219753265381, 1.750000106787681, -3.5415996735334403], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "69635993790f6d8bde07450b03d84faa4393cbb1", "translation": [-8.901679992675781, 2.304999831094733, 1.6487601194524757], "rotation": [-3.0908616056002846e-08, -3.090861889267366e-08, 0.7071068542727647, -0.7071067081003215], "non_uniform_scale": [1.23677253723145, 0.9999998211860952, 2.5431219884011584], "motion_type": "STATIC"}, {"template_name": "xxxx60f0faa9x5778x44c9xa5e9xcee47c7a6e86", "translation": [-4.112030029296875, 3.2971442465168366e-07, -5.531689790982597], "rotation": [0.9999904807208269, -5.918659539011643e-21, 0.004363309263573483, 2.600735128459814e-10], "non_uniform_scale": [0.9999999895625115, 0.9999998807907176, 0.9999998703623083], "motion_type": "STATIC"}, {"template_name": "xxxx8568f6a7xb370x4773x8e7dxc78e3edacdc0", "translation": [-11.705679893493652, 0.5200000607466677, -1.859159804632668], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxxccb30c58x6dc6x4d15x9e92x1583d4c2562f", "translation": [-4.8239898681640625, 0.4300002130007705, -3.883559685137275], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxxd7b51f21x5eabx4ba0xa5c4xc71d874e6e9b", "translation": [-5.131810188293457, 0.8999997957199852, 2.1272498829811823], "rotation": [-0.10379690908308666, 1.1284074801866632e-16, 0.9945985128004132, 5.9282694533693494e-08], "non_uniform_scale": [0.9999999172687474, 0.9999998807907176, 0.9999998031414724], "motion_type": "STATIC"}, {"template_name": "xxxxc0e1d9cbxea5fx4777x8b8bx0ee0f8733589", "translation": [-3.3273301124572754, 0.7499998916673647, 1.0675200034666048], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx4d019c1fx9a21x4be8x8728x0b12c8b544e1", "translation": [-9.277050018310547, 7.155716730267159e-08, -1.2005299806278913], "rotation": [0.00041492378564361715, -2.7836932220302786e-18, 0.9999999139191206, 5.960464319728237e-08], "non_uniform_scale": [1.0000001059049122, 0.9999998807907176, 0.9999999866956991], "motion_type": "STATIC"}, {"template_name": "xxxx89c06feexeb4ex4182xb408x8f2f7f28b87c", "translation": [-3.6310901641845703, 0.41910029819131367, -5.647519703708884], "rotation": [-0.21730535139702523, 6.079262848123993e-17, 0.9761036749516989, 5.818031610809275e-08], "non_uniform_scale": [0.9999998901777936, 0.9999998807907176, 0.9999997924222505], "motion_type": "STATIC"}, {"template_name": "xxxx21287dc1xbc29x461cxa3adx34d1aa08694d", "translation": [-6.632319927215576, 2.0200001777982948, -5.322959939064958], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3760-0", "translation": [-9.914430618286133, 1.5500002837574485, -5.110659679135075], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "211-7", "translation": [-4.956200122833252, 1.1200002423322175, -5.105659590622189], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "201-1", "translation": [-2.9601900577545166, 1.1199999826610068, -0.7490998584568516], "rotation": [0.7071067292045052, -1.9184883258843258e-22, 0.7071068331685849, 4.214685412141269e-08], "non_uniform_scale": [0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}]}
scenes/102344115.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/102344115"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "20b73dd1f91dd128fb928fb7a032af2a47e79882", "translation": [-1.7621099948883057, 0.7600001034873713, -2.656229769216182], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3bd3f3a882da9283719fe1d238ad49d88760d0c3", "translation": [-4.835470199584961, 6.760954907036876e-09, -0.11342999408066268], "rotation": [-4.371138911578296e-08, 4.9414930256588236e-23, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999997615814461], "motion_type": "STATIC"}, {"template_name": "f9d848fef351eff42bb48b83dc30ff9d1492261e", "translation": [-4.852809906005859, 0.9000000324881086, -1.8450598272645493], "rotation": [0.7071068022599839, -1.0740421413907742e-07, 0.7071067601131018, 2.4529973712282932e-08], "non_uniform_scale": [0.9999998807907176, 6.096665609280341, 0.9999998807907818], "motion_type": "STATIC"}, {"template_name": "c9af68a5681d5c55cbc6ef5d924f285560eabbce", "translation": [-3.706160068511963, 0.8341103946938944, -7.093734268674567], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ced51760e36e33d31c5a793d326597c322213c53", "translation": [-2.303459882736206, 3.0818517871011863e-07, -5.170489003033083], "rotation": [1.0, -3.3675784301264527e-09, 0.0, 0.0], "non_uniform_scale": [1.096193552017212, 0.9999998807907166, 0.6243635863824357], "motion_type": "STATIC"}, {"template_name": "bdafc134880c09c2f9415807dbf2a680683a6d06", "translation": [-6.236400127410889, 1.0968149410928163e-07, -1.8401500081926514], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "fb6cd45d769a41b859a9c2de31d93e905af7436d", "translation": [-5.6469597816467285, 2.713340450100077e-07, -4.552229609952576], "rotation": [0.35722185874268464, 4.465700740352656e-16, 0.9340195627696555, 5.567190735156801e-08], "non_uniform_scale": [0.9999998687314193, 0.9999999999999928, 0.9999998867725469], "motion_type": "STATIC"}, {"template_name": "deae2fd69a0752bc5da79083dad3a4b9f7317da6", "translation": [-3.934420108795166, 2.6741057013168756e-07, -4.486404628371901], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2daa2e61b2f334ba0eb85bb6a94fd5213ad16499", "translation": [-3.6916697025299072, 0.8341102837425325, -5.232279415941846], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2daa2e61b2f334ba0eb85bb6a94fd5213ad16499", "translation": [-3.660720109939575, 0.8341103781908856, -6.816859742941247], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "65cd781989f935391fc07009226cb99f7198b486", "translation": [-2.3510611057281494, 1.8611909524679504e-07, -3.1225600765609585], "rotation": [0.5360844907884489, -2.2413561901521193e-15, 0.8441643315943212, 5.0316116178136815e-08], "non_uniform_scale": [1.0000000210809563, 0.9999998807907176, 0.9999999995257871], "motion_type": "STATIC"}, {"template_name": "34170a3abede075d1e15942197394d95ee063bf7", "translation": [-6.158100128173828, 2.8407572472133324e-07, -4.765999509930623], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c4e89d8e4bd9aca08367071724d19d1844e07e21", "translation": [-4.974430084228516, 1.8159866499445343e-07, -3.046719846324919], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_17", "translation": [-1.597674870620459, 2.4109195682148976, -3.6541565567778855], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_18", "translation": [-1.5988273389541119, 2.408027254216717, -3.6977373374848996], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_20", "translation": [-1.6083854387306031, 2.4109195512540205, -3.7544290510019738], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_21", "translation": [-1.597361643522891, 2.420731099027508, -3.793451402343738], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_22", "translation": [-1.6138022958071312, 2.4109198503649156, -3.8561305670691], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_19", "translation": [-1.5980809510157719, 2.4161534128386872, -3.729559671559885], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_5", "translation": [-1.5821072184449056, 2.451658259047293, -2.6827036744387707], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_7", "translation": [-1.5829521844427261, 2.455670722544796, -3.28557772487178], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_12", "translation": [-1.5798122003524755, 2.45593440333488, -3.425736665943645], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_1", "translation": [-1.5736979512195028, 2.4697290333864514, -2.5410666483306645], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_4", "translation": [-1.5798682109068938, 2.4475841437823704, -2.6161076217068917], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_6", "translation": [-1.5849449113153986, 2.418054257795153, -2.741701613342485], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_16", "translation": [-1.6766784971935076, 2.4518187645941434, -3.5380801804383193], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_13", "translation": [-1.576318316135446, 2.450338054370011, -3.4592425204071873], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_8", "translation": [-1.5808301616392164, 2.4777262513732037, -3.3116936544699285], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_14", "translation": [-1.5764819522913083, 2.432575260732687, -3.484092218985575], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_10", "translation": [-1.5847492266992584, 2.4591524752110394, -3.359935532536792], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_15", "translation": [-1.5961568812488027, 2.431379856963266, -3.5085474472662144], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_11", "translation": [-1.5818249255065642, 2.459407292608448, -3.392563529275548], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_9", "translation": [-1.5836894349581279, 2.4752049195938617, -3.3309444764349614], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_2", "translation": [-1.565568071638931, 2.2960095631287936, -3.0852495800606894], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_3", "translation": [-1.806770167340638, 2.3869503096516422, -3.2247448059239026], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4a054dac8f02a8bdde034b12248b4fe4ebb5689d", "translation": [-4.840839862823486, 3.4919500535579573e-07, -5.858519681780336], "rotation": [1.0, -2.6800797740698723e-09, 0.0, 0.0], "non_uniform_scale": [0.8139629364013672, 0.9999998807907166, 0.6564031056877218], "motion_type": "STATIC"}, {"template_name": "dd7020ee1b0faeca3b3295e6abc9f3fa4a1a1d13", "translation": [-4.2659502029418945, -3.4399997752577107, -1.2905500024229397], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "58b7f3eee922fe43fe9f6156c0942be5f8e72e96", "translation": [-2.2995946407318115, 3.724831287854613e-07, -6.249229535506373], "rotation": [1.0, -8.77730617461826e-11, 0.0, 0.0], "non_uniform_scale": [1.048569917678833, 0.9999998807907173, 0.926139959557055], "motion_type": "STATIC"}, {"template_name": "78de8224260ece5c3d60024a9c4c0b80ec7502ce", "translation": [-3.6606998443603516, 1.283400223163973, -6.04186968056738], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a93cadff07a074a9bd121bf6ef22e74572d08fd6", "translation": [-4.909520149230957, 1.0955869811368757e-07, -1.8380898333734308], "rotation": [-4.3711389268227424e-08, -5.770133088354597e-17, 0.9999999999999973, 5.963523842400176e-08], "non_uniform_scale": [0.711976885795596, 0.9999998807907173, 0.955706124817592], "motion_type": "STATIC"}, {"template_name": "c59a5e54e8082f4a2e4ace78e0940d290b55df65", "translation": [-3.4278500080108643, -0.7499995714986198, -6.439059872087228], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "370b5aa338ce69b2a11e5b0a29978a0bddcb0144", "translation": [-5.179460048675537, 2.6491164817343815e-07, -4.444479677410129], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "8eb4855fb62b8bb0a91b8189786c795945925808", "translation": [-1.5902400016784668, 3.3170104529745004e-07, -5.565019752680058], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d844cf11bdaa1246053d5e83170fdea4dd750f0d", "translation": [-3.413870334625244, 1.1185109372036095e-07, -1.8765498473316455], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "8b3a10cec2eef1180527f9624327577ffed83eb7", "translation": [-5.851300239562988, 0.9000000278407327, -1.7670898039883411], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "18e6fa40bb534fe88001d8a79022fedbdfa58e54", "translation": [-2.0051591396331787, 0.7600001304581951, -3.108725078777951], "rotation": [0.5372995542898376, -1.5496354919295852e-15, 0.8433914802509802, 5.027005108211278e-08], "non_uniform_scale": [0.9999999775656536, 0.9999998807907176, 0.999999956274125], "motion_type": "STATIC"}, {"template_name": "660f9e12e5f6d0bd18fd7374b276a648bda518d5", "translation": [-3.7622499465942383, 0.8341102700370442, -5.002339492055782], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "55f369744b554a2f808d81f34c39a7e713ff6fed", "translation": [-5.159070014953613, 2.1246492565296649e-07, -3.564569737638834], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "55f369744b554a2f808d81f34c39a7e713ff6fed", "translation": [-4.732510089874268, 2.1155119611648843e-07, -3.5492399007534914], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "55f369744b554a2f808d81f34c39a7e713ff6fed", "translation": [-5.601490020751953, 2.0480990770010976e-07, -3.436139855614897], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c8b2ce24a04db74b9827a2914351dbe2f909b87d", "translation": [-5.767240047454834, 3.609371219681634e-07, -6.055519696741101], "rotation": [0.7071068022599734, -2.5121478590261942e-15, 0.7071067601131198, 4.2146847254820155e-08], "non_uniform_scale": [0.9999999403953588, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "873cb9cbd593430260383250bec8743ca059bccd", "translation": [-3.586749792098999, 1.5366998823791818, -1.3905498428791816], "rotation": [0.7071068034073016, 0.7071067589657872, 6.181724332998296e-08, -6.181723486295852e-08], "non_uniform_scale": [0.5999999642372223, 0.9999998211860961, 0.7199998235702698], "motion_type": "STATIC"}, {"template_name": "a7a0d68a04ca83618e899c167b20d007ab00cb11", "translation": [-1.5930200815200806, 1.7129199623429798, -1.911859773112539], "rotation": [-0.5000000218556918, -0.49999999205336904, 0.500000037748953, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "dc4b6a1b56faf0b0ac679141c9c53f1449bf984a", "translation": [-3.749185085296631, 3.5643816431729647e-07, -5.980039716956611], "rotation": [0.7071068022599728, -1.256074079248779e-15, -0.7071067601131205, -4.214684851089383e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "d3b1439bf4a338a6df4e4421c2186835667fac5d", "translation": [-4.180950164794922, 7.389486000874967e-08, -1.2397499537616952], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d3b1439bf4a338a6df4e4421c2186835667fac5d", "translation": [-5.3809494972229, 7.332682372407362e-08, -1.2302198868858838], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c26b16c8dfdba6600221a57542782292c15e983b", "translation": [-6.0327301025390625, 3.462493580741466e-08, -0.5809099924021943], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4e0ebc895a31d5b6a064e057e922b7221943fa1a", "translation": [-4.940060138702393, 3.294777570772567e-07, -5.527719168202907], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2c258993b4fef7bae65d3122970add5054124b0d", "translation": [-3.440200090408325, 1.774999981832508, -1.8701998206853858], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2dee90ce997af772b43c91a8849a7c8126a44ca6", "translation": [-5.380010604858398, 3.616869292955016e-08, -0.6068099375480429], "rotation": [-4.371138766651372e-08, -9.62652497830449e-16, 0.999999999999995, 9.077731002978535e-08], "non_uniform_scale": [0.2412787973880777, 0.999999880790716, 0.2610332952698172], "motion_type": "STATIC"}, {"template_name": "9adb92678a5b8be3709220751c77dfecc7b5aa02", "translation": [-6.486400127410889, 1.714500209565756, -6.062429441396603], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "43ae5bbfa16a74dbc82d29041846e0b92ccafabc", "translation": [-1.8957501649856567, 1.8548966806974931e-07, -3.1120000414848192], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b96c6f86f7bedaa223209216b6d0900ceeceea66", "translation": [-3.4895899295806885, 1.3716001877134971, -5.98650936137976], "rotation": [0.4999999535492493, 0.4999999416318323, 0.5000001194756899, -0.4999999853432087], "non_uniform_scale": [2.496314376812339, 0.9999998211860965, 2.5007380842282503], "motion_type": "STATIC"}, {"template_name": "e982d3a9cfef8a5bc3e2202e1ba69b8b93c0c67c", "translation": [-1.8089699745178223, 0.7600001497560953, -3.4324900989240206], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "e982d3a9cfef8a5bc3e2202e1ba69b8b93c0c67c", "translation": [-4.246809959411621, 0.8500000438958395, -1.1864498831957562], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "ef25a47c50541dda6a93126ebc1f46a2ab48228b", "translation": [-4.78095006942749, 6.886124737093269e-08, -1.1552999523103225], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "27e2fe8d91a9d2cc02ce98e94f5f498548b88a5f", "translation": [-5.169489860534668, 1.8692493597427529e-07, -3.136079839701651], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxxa6855f05x0437x41eexb33bx95d0973cfe35", "translation": [-5.392950057983398, -1.9723176425401334e-09, 0.033089997137188965], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "219-6", "translation": [-5.05856990814209, 1.4499999437212914, 0.29420007203817633], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "219-7", "translation": [-6.561399936676025, 1.4500001425707438, -3.0419399445092523], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "200-3", "translation": [-1.4902399778366089, 1.1200000060784845, -1.141979917169806], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "219-7", "translation": [-1.4902399778366089, 1.45000014409365, -3.067490070015765], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "219-7", "translation": [-5.436739921569824, 1.4500003953450715, -7.282789186669007], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "219-5", "translation": [-2.599019765853882, 1.4500003953450715, -7.282789186669007], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}]}
scenes/102344193.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/102344193"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "3d779b56904aafa1c8f2412e4f5e4c4460098bb0", "translation": [-8.104999542236328, 0.4600002126818925, -3.888209799038764], "rotation": [0.9537169574762868, 3.481484228397539e-16, 0.300705778165592, 1.7923463261975637e-08], "non_uniform_scale": [0.9999999647833382, 0.9999997615814422, 0.9999998847927053], "motion_type": "STATIC"}, {"template_name": "b5061af764b94e966a35149eb419152f4a3687d1", "translation": [-8.179490089416504, 0.4600002202260516, -4.014779777837989], "rotation": [0.46174863957300544, 2.670558099731094e-16, 0.8870108194675395, 5.286996760679006e-08], "non_uniform_scale": [0.9999998613842618, 0.9999998807907176, 0.9999998221656191], "motion_type": "STATIC"}, {"template_name": "cb47ce31bd4309c8b3c99a1d53db43f7046cb489", "translation": [-0.6685100793838501, 5.3876636485483687e-08, -0.9038999137938042], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "e4c49b444dda05bdac79ad01ec10f82b735b62a1", "translation": [1.375, 3.8753151443415845e-07, -6.50169953693748], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8df45b4963699bb2f2340149b79a7229d3048184", "translation": [-3.0107498168945312, 1.784956538131155e-07, -2.9946599605882085], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "1d438cf2a0be5706ffdbd1489fbfb27f712589a0", "translation": [-9.569999694824219, 1.3167101527112663, -3.9581395819872682], "rotation": [0.49999997814431363, 0.4999999483419846, 0.5000000814603385, -0.4999999920533535], "non_uniform_scale": [0.9999998807907267, 0.9999999403953697, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "2f4e1518e7dca8f8b31ced792313bd79e09e9011", "translation": [0.13583000004291534, 4.90822174015193e-07, -8.234629140220306], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "da29f67f9ed90652128b715ef29b0d1636da5d6a", "translation": [-8.077230453491211, 0.46000021766364974, -3.9717898111468504], "rotation": [0.4600635565713012, -1.0082704170119803e-15, 0.8878859858759808, 5.292213093274848e-08], "non_uniform_scale": [0.9999999543282437, 0.9999998807907177, 0.999999914683607], "motion_type": "STATIC"}, {"template_name": "a50665eb9bf6c57860330bc8f492760001163607", "translation": [-4.407182693481445, 0.9500000136339217, -1.378739098981665], "rotation": [0.04351762879460009, 4.674323143313883e-17, 0.9990526592648117, 5.9548182410152196e-08], "non_uniform_scale": [0.9999999304345163, 0.9999998807907176, 0.9999996927209475], "motion_type": "STATIC"}, {"template_name": "0d2c009971e681c8943126c50ae416b50d666577", "translation": [2.0702099800109863, 4.707431742190238e-07, -7.897759443655019], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0d2c009971e681c8943126c50ae416b50d666577", "translation": [0.806190013885498, 4.90998615987337e-07, -8.23758934512199], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1e0ece19554ca4590786059ecf15e49c5e5cf5f5", "translation": [2.2017900943756104, 3.4417718097756733e-07, -5.774334563354557], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "670c0caf8cb7df8466c675d7c91f7877840f9513", "translation": [-2.0685501098632812, 4.546749607925449e-07, -7.628179572333096], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "670c0caf8cb7df8466c675d7c91f7877840f9513", "translation": [-2.6340200901031494, 4.883796123067441e-07, -8.193649757286892], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "670c0caf8cb7df8466c675d7c91f7877840f9513", "translation": [-3.427150011062622, 4.891121534456033e-07, -8.205939757469878], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "670c0caf8cb7df8466c675d7c91f7877840f9513", "translation": [-3.9926199913024902, 4.554075019314041e-07, -7.640469572516082], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7d1667de2aee96561ab58d921d0ad053a598ae58", "translation": [1.5022300481796265, 1.3044476077084255e-07, -2.188499797075991], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e70cce397f9d6cb12542e6de70baeff0fc7e17e3", "translation": [-6.8518500328063965, 4.908341111331538e-07, -8.234829411814815], "rotation": [-0.40735397547788355, 1.6442604458391014e-15, 0.9132703535439881, 5.44351570867858e-08], "non_uniform_scale": [1.000000016231195, 0.9999998807907177, 0.9999999630171639], "motion_type": "STATIC"}, {"template_name": "e70cce397f9d6cb12542e6de70baeff0fc7e17e3", "translation": [-8.686180114746094, 4.958570229973702e-07, -8.319099884086825], "rotation": [0.3850372815194404, -1.9647522257524757e-15, 0.9229010195249088, 5.500918948924472e-08], "non_uniform_scale": [1.000000052010852, 0.9999998807907176, 0.999999993013957], "motion_type": "STATIC"}, {"template_name": "e432bd2619cb6eb619e6bf72ffa6a39892c92b7d", "translation": [-0.34850001335144043, 2.2834659318959893e-07, -3.831019888459437], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2c1633348f01bcd9dfd81539bb4fcd3621383ea9", "translation": [-9.389389991760254, 0.7429002337038568, -4.430199791604274], "rotation": [0.9016744214909888, 1.7446011399805161e-15, 0.4324155843964117, 2.5773982477390655e-08], "non_uniform_scale": [1.0000000905902762, 0.9999997615814422, 1.0000000438700098], "motion_type": "STATIC"}, {"template_name": "6c988f13a1ea7360d4958bb938e7910c547e7ed4", "translation": [-7.986199855804443, 0.4600002154874847, -3.9352798226308767], "rotation": [0.46174863957300544, 2.670558099731094e-16, 0.8870108194675395, 5.286996760679006e-08], "non_uniform_scale": [0.9999998613842618, 0.9999998807907176, 0.9999998221656191], "motion_type": "STATIC"}, {"template_name": "a3e7ee889942ea04526f0c0bab67f0b255d6a17f", "translation": [-3.3995299339294434, 1.750000265906749, -6.211174490381779], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f1060281ecb9903623755e30cf227200b71742dc", "translation": [-4.439030170440674, 1.3717200534510567, -0.9999998586344674], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f927fc27c1c9849c5206f7fc15b4e7296b992572", "translation": [-6.841700077056885, 4.7675791847723303e-07, -7.998670101245011], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f927fc27c1c9849c5206f7fc15b4e7296b992572", "translation": [-8.728029251098633, 4.7677221459707653e-07, -7.998909950321291], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "95d1e189e93694bb8eee73a64b0d84a8be5a5057", "translation": [-9.198260307312012, 8.642017945703628e-08, -1.449889931089281], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9494221acb244f996e96d36178eb6d964c41dd6c", "translation": [-2.940159797668457, 7.980168703625168e-08, -1.3388500607699072], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "448d008ec31f9a6e35f96e2a165a4864fbaea2d4", "translation": [-8.98730182647705, 3.058341064843262e-07, -5.1310445588204345], "rotation": [0.8574928979775469, -2.4666483211731636e-17, 0.5144958016525183, 3.0666341282673765e-08], "non_uniform_scale": [0.999999971125779, 0.9999998807907176, 0.9999998781095505], "motion_type": "STATIC"}, {"template_name": "448d008ec31f9a6e35f96e2a165a4864fbaea2d4", "translation": [-8.973901748657227, 1.638433104744763e-07, -2.748834446142041], "rotation": [0.5071276868418134, -4.562650289224221e-16, 0.8618709353716884, 5.1371513253186776e-08], "non_uniform_scale": [0.9999999791650486, 0.9999998807907176, 0.9999998844725251], "motion_type": "STATIC"}, {"template_name": "448d008ec31f9a6e35f96e2a165a4864fbaea2d4", "translation": [2.8286242485046387, 7.017661118879914e-08, -1.1773680938858888], "rotation": [-0.3041748187411065, -4.969090424128183e-17, 0.9526162289420708, 5.678035512248853e-08], "non_uniform_scale": [0.9999999781602477, 0.9999998807907176, 0.9999998158697131], "motion_type": "STATIC"}, {"template_name": "88e330051d42588cce96aba4dec5a35d5336217c", "translation": [-6.961705207824707, 2.3430197870766278e-07, -3.9309346717038807], "rotation": [0.7071068022599728, -2.5121483082332386e-15, -0.7071067601131205, -4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "af5520efad641bdc90f485facab8e84bf3a7f20f", "translation": [-8.35099983215332, 2.3673713656080508e-07, -3.9717898385649875], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ee7b9e4cf5c533737ebd058f7950ca632db5bc62", "translation": [-2.9632749557495117, 0.7600003938520246, -7.527739984527798], "rotation": [-4.371138781308187e-08, 2.0470900179693056e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "b5d1b894bdc9d22be934ea4efeae007d9048add2", "translation": [-3.142050266265869, 0.9000000009316125, -1.3156297078353276], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5308f862dcc5bd45f62aececd538135a03ff93d2", "translation": [0.3637799918651581, 1.7499999325808844, -0.6188947934570947], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "d4960da019b35da664905c729de7bd9fa233ff51", "translation": [-8.04711627960205, 0.4600002244635579, -4.085873332865619], "rotation": [0.46174863957300544, 2.670558099731094e-16, 0.8870108194675395, 5.286996760679006e-08], "non_uniform_scale": [0.9999998613842618, 0.9999998807907176, 0.9999998221656191], "motion_type": "STATIC"}, {"template_name": "cb3dd8f2c8de396606e0794f6effc921aff7235d", "translation": [-4.444210052490234, 8.202433576798285e-08, -1.3761399164116384], "rotation": [-4.371138911578296e-08, 4.9414930256588236e-23, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999997615814461], "motion_type": "STATIC"}, {"template_name": "14bdc1398760aef6d8757e2dd6a1c674d7851e66", "translation": [-7.684619903564453, 0.7430004228532461, -8.325299676161993], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "af59e299ef373a1247cf6f67ba1114c3631da76d", "translation": [3.1748900413513184, 1.7500003295081967, -7.278229652152646], "rotation": [-0.5000000218557007, -0.49999999205336904, 0.5000000377489441, -0.4999999483419815], "non_uniform_scale": [0.9999998807907162, 0.9999999403953592, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "add6ba89a44ace58e20a36248fb932b20205a5f1", "translation": [-6.100450038909912, 1.3150502243605189, -6.979994279441556], "rotation": [-3.0908618151482406e-08, -3.090861932392817e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.999999761581444], "motion_type": "STATIC"}, {"template_name": "690e8c1cacddc85ec161581ea595d10d9b496ca7", "translation": [2.766234874725342, 1.4935791625703132e-07, -2.5058098729962097], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "dec7a995ecf6360cb68d15b80403d604a143e389", "translation": [2.9550299644470215, 2.1366655289511982e-07, -3.5847296962302977], "rotation": [0.9306221516088113, -4.912057455102446e-17, -0.36598143523269866, -2.1814194616755568e-08], "non_uniform_scale": [0.9999999332343515, 0.9999998807907176, 0.9999998693390567], "motion_type": "STATIC"}, {"template_name": "79eb16e537f29ff752b46b20b1961c491665237f", "translation": [0.3286899924278259, 1.039612271824808e-07, -1.7441798601043246], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "65a7263c49e050b733ccfac3208dca20e92498ab", "translation": [-3.0490798950195312, 4.16748520137844e-07, -6.991879523284439], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "cbe7567842652e9e27eb421afc713a37d05f19d0", "translation": [-2.980380058288574, 2.80000023429362, -7.530794004750575], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "db2f10d91d5a3a26ce56a6f9eb178c66ebc989a8", "translation": [-9.358139991760254, 4.2930543031616253e-07, -7.202549505081777], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "da6ab8a359f639f9bbd92f51bf7ffc89f65714ee", "translation": [3.124190092086792, 1.4504193757147732e-07, -2.433399770653253], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5bb8abe60b296ee6bd0846dd445da915b0d9fc1e", "translation": [4.863870143890381, 5.142003374203341e-07, -8.62684961397349], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9cbee54a4e7bc24a5b6a9764a92c1fee1fe7381b", "translation": [-4.279560089111328, 0.9500000185203525, -1.4607197993564647], "rotation": [-0.6755902241258254, 1.578523795843267e-15, 0.7372773216813432, 4.3945153840966094e-08], "non_uniform_scale": [0.9999999591909934, 0.9999998807907176, 0.999999958285466], "motion_type": "STATIC"}, {"template_name": "d413be1b49919287e484dd5cb5658c56b05aebf5", "translation": [-4.460818290710449, 0.9500000166918063, -1.430041886565565], "rotation": [-0.20759156743915722, 4.2605304720448697e-16, 0.9782155903113334, 5.8306196016139944e-08], "non_uniform_scale": [0.9999999496565503, 0.9999998807907176, 0.999999850110673], "motion_type": "STATIC"}, {"template_name": "029c59012cbc787082f4b8725695730327daf981", "translation": [-9.332989692687988, 0.742900224978932, -4.283819852666845], "rotation": [0.8997728131054205, 2.1788583896128844e-16, 0.43635866531599615, 2.600900524036225e-08], "non_uniform_scale": [0.9999999610420887, 0.9999998807907177, 0.9999999153388432], "motion_type": "STATIC"}, {"template_name": "112675b8a4203aafe0c47dd38ec9002ebd856f07", "translation": [2.322319984436035, 0.0010002696768608502, -4.524629799984093], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "782f0a9b9f354f0055c0ba551ebde2f459b83a09", "translation": [-3.3014402389526367, 2.1213769230143953e-07, -3.559079673345096], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "782f0a9b9f354f0055c0ba551ebde2f459b83a09", "translation": [-3.848910331726074, 2.1273375239161396e-07, -3.5690799016308716], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "782f0a9b9f354f0055c0ba551ebde2f459b83a09", "translation": [-2.775209903717041, 2.133256202796474e-07, -3.5790097964400047], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "782f0a9b9f354f0055c0ba551ebde2f459b83a09", "translation": [-2.206399917602539, 2.140939301398248e-07, -3.591899896150821], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e5562c171fa549aae14853d5175ab72739946032", "translation": [2.097320079803467, 0.0010002700940915446, -4.531629769049284], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "fc4c24323baf711f6a78c9cbd02dd590e8778c8a", "translation": [-3.0739901065826416, 7.73739827764075e-08, -1.2981199444460856], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2efebdcc1ba9514b0deb0dfb05951341432bd26a", "translation": [3.1733899116516113, 0.8000001121032163, -2.480779690696007], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c26b16c8dfdba6600221a57542782292c15e983b", "translation": [0.8386200070381165, 5.359208330446563e-07, -8.991259038969304], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "49f223142cedeb34ba5f6831d20650038e2f174b", "translation": [0.24393495917320251, 3.29675089005832e-07, -5.531029848394979], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "293c42d04758bffcc63070066170cbb1f09918cc", "translation": [1.5047999620437622, 4.8000217134358536e-08, -0.805309962909817], "rotation": [-4.3711388286737876e-08, 3.1058814544726735e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "058936386adb57586905a14d68fbe70719cff89b", "translation": [-9.336910247802734, 2.3431240947502374e-07, -3.9311096709305104], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9d809de6424e746f09d2cc40255f635fc264eed8", "translation": [-2.1642699241638184, 2.7999999610781714, -2.9469996841549886], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9d809de6424e746f09d2cc40255f635fc264eed8", "translation": [-2.775209903717041, 2.7999999635893147, -2.989129675082566], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9d809de6424e746f09d2cc40255f635fc264eed8", "translation": [-3.344019889831543, 2.7999999635893147, -2.989129675082566], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9d809de6424e746f09d2cc40255f635fc264eed8", "translation": [-3.870699882507324, 2.7999999623334446, -2.9680596728289146], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3c163391afeb4130eadacb6ef9b6e5930329a32b", "translation": [3.1649250984191895, 0.8000000899231416, -2.1086598093116287], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "45260b2b621ba5473292bcfe8995535b336b4244", "translation": [-1.4489099979400635, 8.448600397059636e-08, -1.4174398531055488], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "00b285ed70673826ccb6941929a64abfaf5f9239", "translation": [4.738190174102783, 4.662674655264709e-07, -7.822669516642691], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "688e8dde29b7a0f6d35a36a478f05050b2e5c262", "translation": [1.4980800151824951, 0.7365999888831389, -0.8556899075335274], "rotation": [-0.19194320756837502, 1.8126185964410948e-15, 0.9814060347625544, 5.849636106045903e-08], "non_uniform_scale": [0.9999999202450843, 0.9999997615814422, 0.9999999508376703], "motion_type": "STATIC"}, {"template_name": "6cd2dc2611c27f758c972b4874efad8c8cbd5d29", "translation": [4.13902473449707, 4.6773607209615875e-07, -7.847308644812756], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "cd34f9ba863367e2d2dc066ad1f70f68de2c5153", "translation": [2.1547799110412598, 2.7122678147861734e-07, -4.550430026624781], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bd1acc91b2bd475e72252462535820135f48607b", "translation": [2.3399200439453125, 0.0010002705768911227, -4.539729801372881], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d5a65235abfa2c1307eb1ba6ee12cc6a5b34208e", "translation": [-9.3486967086792, 0.742900181462339, -3.5537326159100004], "rotation": [0.3708103573942131, -2.146342163326107e-15, 0.9287086081485262, 5.535534872196271e-08], "non_uniform_scale": [0.9999999019313013, 0.9999998807907176, 1.000000007804024], "motion_type": "STATIC"}, {"template_name": "c8b5bac9217dd13b6eb65e0cb4dfaa2852fce3db", "translation": [2.1541800498962402, 0.0010002710358448866, -4.547429767344592], "rotation": [-4.371138911578287e-08, 1.0587912688704258e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7ff8c2d48e8d49e2f1504bc83d16ef933cd7163b", "translation": [2.8489198684692383, 5.396055939854705e-07, -9.053079065496945], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fcaebfe141f5a16bffdb8599c50551150353010c", "translation": [2.133419990539551, 4.3136836325174954e-07, -7.237159774472701], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "23ec75b0ef2ac85d6830b065b810e12f05cd083d", "translation": [-7.704909801483154, 4.98434019391425e-07, -8.362334706644106], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7cb71427fd80d85e04a601e04c9b9db866d355c9", "translation": [1.733019232749939, 2.2587580872368562e-07, -3.7895670062561493], "rotation": [0.9169019799514525, 5.855943225222741e-16, -0.39911246430186265, -2.3788959423392644e-08], "non_uniform_scale": [0.9999999650076207, 0.9999998807907176, 0.99999999389502], "motion_type": "STATIC"}, {"template_name": "468c7b290805e59fc57bfd0792437889e4fa4403", "translation": [-3.0294599533081055, 4.5300902229428175e-07, -7.600229763970958], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "752f77d7c0349b81c201fcc71650970170382456", "translation": [-8.044340133666992, 2.352148271711485e-07, -3.9462497266382], "rotation": [0.7071068022599728, 1.2560739295130983e-15, -0.7071067601131205, -4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "51a22c69abd300c67c0b53c7045d1e7f2db52cfb", "translation": [-3.063040256500244, 0.9500001108264975, -3.009359839000698], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f564f2a2e73741e74899b75e16df4d8555a0cae3", "translation": [-0.35202500224113464, 1.9300000621607936, -3.852884663171473], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "210-0", "translation": [-8.422470092773438, 1.1200003495812538, -6.9049997314810625], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-6.777959823608398, 1.4500003728270627, -6.904999711811527], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3755-0", "translation": [-9.645000457763672, 1.450000118076204, -2.630989785135384], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3755-0", "translation": [-9.645000457763672, 1.4500002700155932, -5.180109582536815], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3755-0", "translation": [3.4817099571228027, 1.450000041478873, -1.3458998920977052], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "3755-0", "translation": [3.4817099571228027, 1.4500001670485574, -3.4526094852322444], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "4076-2", "translation": [-8.07898998260498, 1.1199999931454663, -0.9249998900294294], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "5775-0", "translation": [-4.476572036743164, 1.4500005048104043, -9.119312610071105], "rotation": [0.9429203832289906, 5.6202437519210285e-08, 0.33301824408174735, -1.081661770807421e-15], "non_uniform_scale": [-0.9999999897773619, 0.9999998807907176, 0.9999998933727909], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-1.559991717338562, 1.4500005073140727, -9.16131719283355], "rotation": [0.9440819964100055, 5.62716751269044e-08, -0.32971075817221285, 9.248782777175233e-16], "non_uniform_scale": [-0.9999999749149154, 0.9999998807907176, 0.9999998777594908], "motion_type": "STATIC"}, {"template_name": "4718-0", "translation": [-3.0095999240875244, 1.4500005349672023, -9.625259692951417], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}]}
scenes/102344250.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/102344250"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "c9ac589dbef66b3e367d7851638a845e7ddc3600", "translation": [-9.294440269470215, 1.7751503125977806, -8.002069844173171], "rotation": [-0.5000000218556903, -0.49999999205336926, 0.500000037748954, -0.49999994834198197], "non_uniform_scale": [0.9999999403953574, 0.9999997019767943, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "cb47ce31bd4309c8b3c99a1d53db43f7046cb489", "translation": [-4.3902201652526855, 4.1456280541751767e-07, -6.955209317492859], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "cb47ce31bd4309c8b3c99a1d53db43f7046cb489", "translation": [-8.937140464782715, 4.20364131059614e-07, -7.052539405075322], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "cb47ce31bd4309c8b3c99a1d53db43f7046cb489", "translation": [-5.697919845581055, 9.428924272469885e-07, -15.819108973794584], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "cb47ce31bd4309c8b3c99a1d53db43f7046cb489", "translation": [-2.49534010887146, 8.252167731370719e-07, -13.84483922452688], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "cb47ce31bd4309c8b3c99a1d53db43f7046cb489", "translation": [-3.047640085220337, 5.229759381109034e-07, -8.77407975351332], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "cb47ce31bd4309c8b3c99a1d53db43f7046cb489", "translation": [-0.354449987411499, 3.40515981633871e-07, -5.712909834807505], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "573c6477f0f3067edcd1e9fb52c558a4291f0c5c", "translation": [-9.144440650939941, 1.839000663074259, -13.187539158669708], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "573c6477f0f3067edcd1e9fb52c558a4291f0c5c", "translation": [-4.182919979095459, 1.8390007256591474, -14.237539286819683], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "08d9ae37bc8bc5e0dc07942d0c3ceaa0ea076f0c", "translation": [-18.23615074157715, 4.321992363998106e-08, -0.7251099511915449], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "08d9ae37bc8bc5e0dc07942d0c3ceaa0ea076f0c", "translation": [-14.183150291442871, 2.8155445974675786e-08, -0.4723699705380202], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2a4a477c158a00d17564b261e44a4f5c9765fe86", "translation": [-4.43425989151001, 5.227577730693156e-07, -8.770419551705118], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7731b27a33dba3816bd7bc321cf47bc12facc109", "translation": [-3.095020055770874, 9.323582048637036e-07, -15.6423740600124], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "770311f153df8ccc86d08f4f24749227a91e153f", "translation": [-10.635370254516602, 1.9839204519185571, -9.932574515551615], "rotation": [0.7071068022599734, 0.707106760113121, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998211860817, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "fcd4cfd15f790272e5ce95bab3c62de87beb3142", "translation": [-11.380370140075684, 2.1324812848888541e-07, -3.5777097000056557], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "754e1f6f53299727a2284c238f543aa9a524542a", "translation": [-5.052919864654541, 7.071519689816341e-07, -11.864040621278207], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6432fc5ea07278c7008f2bf5718d3ca7e3eea6b3", "translation": [-17.455230712890625, 1.8068498536002648, -0.08026986496925748], "rotation": [-3.0908617464031875e-08, -3.090861932392813e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [0.9081253409385716, 0.9999998211860855, 0.9999488592208738], "motion_type": "STATIC"}, {"template_name": "6432fc5ea07278c7008f2bf5718d3ca7e3eea6b3", "translation": [-13.502240180969238, 1.8068498536002648, -0.08026986496925748], "rotation": [-3.0908617464031875e-08, -3.090861932392813e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [0.9081253409385716, 0.9999998211860855, 0.9999488592208738], "motion_type": "STATIC"}, {"template_name": "6432fc5ea07278c7008f2bf5718d3ca7e3eea6b3", "translation": [-18.62824821472168, 1.8068502805244862, -7.242869314568054], "rotation": [0.49999997814582575, 0.4999999483419849, 0.500000081458824, -0.4999999920533554], "non_uniform_scale": [0.90812522720545, 0.9999998211860872, 0.9999488592208738], "motion_type": "STATIC"}, {"template_name": "6432fc5ea07278c7008f2bf5718d3ca7e3eea6b3", "translation": [-0.8571799993515015, 1.8068498536002648, -0.08026986496925748], "rotation": [-3.090861835225921e-08, -3.0908619323928186e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [0.39152517914772184, 0.9999998211860855, 0.9999488592208738], "motion_type": "STATIC"}, {"template_name": "6432fc5ea07278c7008f2bf5718d3ca7e3eea6b3", "translation": [-0.06944999098777771, 1.8068499005639573, -0.8681898310756715], "rotation": [-0.5000000218572126, -0.49999999205336915, 0.5000000377474318, -0.49999994834198175], "non_uniform_scale": [0.3915251260086814, 0.9999998211860768, 0.9999488592208738], "motion_type": "STATIC"}, {"template_name": "6432fc5ea07278c7008f2bf5718d3ca7e3eea6b3", "translation": [-5.8069000244140625, 1.8068508040642257, -16.026408086224848], "rotation": [0.7071068022599728, 0.7071067601131217, 0.0, 0.0], "non_uniform_scale": [1.6007634401321411, 0.9999998211860817, 0.9999488592208738], "motion_type": "STATIC"}, {"template_name": "6432fc5ea07278c7008f2bf5718d3ca7e3eea6b3", "translation": [-2.4098598957061768, 1.8068508040642257, -16.026408086224848], "rotation": [0.7071068022599728, 0.7071067601131217, 0.0, 0.0], "non_uniform_scale": [1.6007634401321411, 0.9999998211860817, 0.9999488592208738], "motion_type": "STATIC"}, {"template_name": "6432fc5ea07278c7008f2bf5718d3ca7e3eea6b3", "translation": [-0.06944999098777771, 1.806850732571462, -14.826958618533041], "rotation": [-0.5000000218572126, -0.49999999205336915, 0.500000037747432, -0.49999994834198175], "non_uniform_scale": [0.8311655622025977, 0.9999998211860768, 0.9999488592208738], "motion_type": "STATIC"}, {"template_name": "6432fc5ea07278c7008f2bf5718d3ca7e3eea6b3", "translation": [-0.06944999098777771, 1.806850282270318, -7.272159512102007], "rotation": [-0.5000000218572126, -0.49999999205336915, 0.500000037747432, -0.49999994834198175], "non_uniform_scale": [0.8311655622025977, 0.9999998211860768, 0.9999488592208738], "motion_type": "STATIC"}, {"template_name": "6432fc5ea07278c7008f2bf5718d3ca7e3eea6b3", "translation": [-0.06944999098777771, 1.806850043488737, -3.266069586699018], "rotation": [-0.5000000218572124, -0.4999999920533689, 0.5000000377474326, -0.4999999483419815], "non_uniform_scale": [0.48781716896193145, 0.9999998211860768, 0.9999488592208738], "motion_type": "STATIC"}, {"template_name": "6432fc5ea07278c7008f2bf5718d3ca7e3eea6b3", "translation": [-0.06944999098777771, 1.806850147932181, -5.018339703965779], "rotation": [-0.5000000218572125, -0.49999999205336904, 0.5000000377474323, -0.49999994834198164], "non_uniform_scale": [0.48991048396167186, 0.9999998211860768, 0.9999488592208738], "motion_type": "STATIC"}, {"template_name": "cfcb3d204d92b039136f28eadba5a7d408edfbae", "translation": [-5.723829746246338, 2.296268952761693e-08, -0.3852499791830777], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "7e7974b180d5ce8ef51e76350668b14b47568f7e", "translation": [-3.6925299167633057, 2.9079734531478607e-07, -4.878769583775409], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b80a4807ea9379394aea80347e76afe0c4bb0a21", "translation": [-18.182950973510742, 2.889579491238692e-07, -4.847909638410215], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "b80a4807ea9379394aea80347e76afe0c4bb0a21", "translation": [-7.396430015563965, 8.41266512452421e-07, -14.114109151714445], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "1d438cf2a0be5706ffdbd1489fbfb27f712589a0", "translation": [-18.628250122070312, 1.4485099786847826, -2.2390597052830543], "rotation": [0.49999997814431363, 0.4999999483419846, 0.5000000814603385, -0.4999999920533535], "non_uniform_scale": [0.9999998807907267, 0.9999999403953697, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "3869fc2dbbfe2c95d7dc93081dc9df573d96fb88", "translation": [-1.6516499519348145, 9.204155730913044e-07, -15.442009959101028], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3869fc2dbbfe2c95d7dc93081dc9df573d96fb88", "translation": [-2.9607198238372803, 3.966456745274627e-07, -6.654609760367265], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1fda4d05f021228c2de75c39bd80ac2531021fc5", "translation": [-3.689995050430298, 4.0531158873591266e-08, -0.6799999666213985], "rotation": [0.7071068022599728, -2.5121483082332386e-15, -0.7071067601131205, -4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "ccd92dda462cb380a92851ccfe000079bc3c82c8", "translation": [-4.472599983215332, 9.416073680768022e-07, -15.797549259808648], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-9.500410079956055, 2.7999999511158506, -2.7798596870982664], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-9.500410079956055, 2.8000001001274626, -5.279859538086654], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-9.500410079956055, 2.7999998021042387, -0.2798598361098783], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-12.000410079956055, 2.7999999511158506, -2.7798596870982664], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-12.000410079956055, 2.7999998021042387, -0.2798598361098783], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-15.700719833374023, 2.799999953708067, -2.8233498559385453], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-13.200719833374023, 2.799999953708067, -2.8233498559385453], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-18.200719833374023, 2.799999953708067, -2.8233498559385453], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-15.700719833374023, 2.7999998046964425, -0.3233497963339129], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-13.200719833374023, 2.7999998046964425, -0.3233497963339129], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-18.200719833374023, 2.7999998046964425, -0.3233497963339129], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-15.700719833374023, 2.8000001027196646, -5.323349468508368], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-18.200719833374023, 2.8000001027196646, -5.323349468508368], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-12.28512954711914, 2.8000000818538666, -4.973279489679342], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-14.672940254211426, 2.800000388119784, -10.111568635012546], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-14.672940254211426, 2.8000002391082006, -7.6115692608612875], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-17.17293930053711, 2.800000388119784, -10.111568635012546], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-17.17293930053711, 2.8000002391082006, -7.6115692608612875], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-12.172940254211426, 2.800000537131396, -12.611568486000934], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-9.672940254211426, 2.800000537131396, -12.611568486000934], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-6.767389297485352, 2.8000001874071785, -6.744170096864067], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-6.767389297485352, 2.8000004854302603, -11.744167414655195], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-4.26738977432251, 2.800000336418705, -9.244168517341066], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-4.26738977432251, 2.8000001874071785, -6.744170096864067], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-4.26738977432251, 2.8000004854302603, -11.744167414655195], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-3.4366300106048584, 2.800000443958041, -11.048379072643527], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-1.3798998594284058, 2.800000443951447, -11.048268446429418], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-1.3798998594284058, 2.800000563631059, -13.056159028043751], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-1.3798998594284058, 2.800000324278429, -9.040488491029194], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-5.1219801902771, 2.800000549904169, -12.825860045798962], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-6.199960231781006, 2.800000074709075, -4.853409787809241], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-6.199960231781006, 2.7999999642425877, -3.000089776510592], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-6.199960231781006, 2.7999998537892097, -1.1469897063380543], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-4.221089839935303, 2.7999998537892097, -1.1469897063380543], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-1.5938999652862549, 2.7999998537892097, -1.1469897063380543], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-6.230989933013916, 2.800000644661182, -14.415618824027788], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-2.2680699825286865, 2.8000006514626676, -14.52972881020726], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-2.2680699825286865, 2.800000236453414, -7.567029335079795], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-2.6216399669647217, 2.8000000323039416, -4.141969743849629], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-5.121640205383301, 2.8000000323039416, -4.141969743849629], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-0.12163999676704407, 2.8000000323039416, -4.141969743849629], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-11.504179954528809, 2.8000002623480356, -8.001468968303826], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "64abd6658956997ca546c00ebe1e369ffc9bffd4", "translation": [-7.649625301361084, 2.9992460071071037e-08, -0.5031899509912741], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3a9c2d2f765a2399442f845b7da0ddaa61e82071", "translation": [-7.404560089111328, 2.299815378137282e-07, -3.858449705931548], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3a9c2d2f765a2399442f845b7da0ddaa61e82071", "translation": [-18.44978904724121, 4.603511172263097e-07, -7.723409669196002], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a41e6f9b40a0e4d57a462c4e8d9d6ab48ab332ec", "translation": [-4.507419586181641, 8.974755019153235e-07, -15.057139452866295], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3c22ce5ae9be5492c9816faf85879f48534af732", "translation": [-0.27445000410079956, 2.517867017104436e-07, -4.22427962873698], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3c22ce5ae9be5492c9816faf85879f48534af732", "translation": [-13.508910179138184, 5.383420216276136e-07, -9.031879840381123], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a11ca43c77d2df1282d72fa1831298c544d6f82b", "translation": [-11.887568473815918, 2.0858703919657273e-07, -3.499509602814328], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9dfbc1df2349093e0444dfabb8789296c83561cf", "translation": [-15.060749053955078, 0.8599999803453677, -0.2902499347776164], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9dfbc1df2349093e0444dfabb8789296c83561cf", "translation": [-18.38302993774414, 0.6100001450008179, -2.80270985289156], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9dfbc1df2349093e0444dfabb8789296c83561cf", "translation": [-13.508910179138184, 0.9200005057501848, -9.125079509909146], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c2c17462cc5cba5908d12060aaa28efbff652888", "translation": [-6.777339935302734, 9.615868634682556e-08, -1.613274954958257], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "ad4b7198f5d3fa326398c1c239a4e6c830ed3320", "translation": [-0.5703700184822083, 1.3507504624724902, -9.621750177591991], "rotation": [-3.090861697903619e-08, -3.0908619993778775e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000001192092933, 0.9999998807907232, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ad4b7198f5d3fa326398c1c239a4e6c830ed3320", "translation": [-0.06943994760513306, 1.3507499056750554, -0.2802399020797033], "rotation": [-0.5000000218556974, -0.49999999205336926, 0.5000000377489469, -0.49999994834198175], "non_uniform_scale": [0.9999999403953574, 0.9999999403953592, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9368052ddb2713527a9be87ab3483ffd1f2c2a65", "translation": [-13.09922981262207, 3.2894254786697275e-07, -5.518739848211993], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "91320c80e8a70318c10fb7333c50a299407591f2", "translation": [-7.641400337219238, 6.009071853441128e-07, -10.08154904356303], "rotation": [0.9999999999999962, 0.0, -8.742277657347487e-08, -5.210803853528463e-15], "non_uniform_scale": [1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "91320c80e8a70318c10fb7333c50a299407591f2", "translation": [-6.938600063323975, 6.009071853441128e-07, -10.08154904356303], "rotation": [0.9999999999999962, 0.0, -8.742277657347487e-08, -5.210803853528463e-15], "non_uniform_scale": [1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "91320c80e8a70318c10fb7333c50a299407591f2", "translation": [-6.938600063323975, 5.113154770697292e-07, -8.578449691626417], "rotation": [4.3711388286737876e-08, -1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "91320c80e8a70318c10fb7333c50a299407591f2", "translation": [-7.641400337219238, 5.113154770697292e-07, -8.578449691626417], "rotation": [4.3711388286737876e-08, -1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "91320c80e8a70318c10fb7333c50a299407591f2", "translation": [-8.492600440979004, 5.56111331206921e-07, -9.329999367594723], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "91320c80e8a70318c10fb7333c50a299407591f2", "translation": [-6.087399959564209, 5.56111331206921e-07, -9.329999367594723], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "56cdf6d6bb23064b72dadcf4803682b412e38c4e", "translation": [-7.28931999206543, 9.446507647226099e-07, -15.848608979665642], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fdd21bfd043b04019d8f4ed769177ae197c76fec", "translation": [-11.033909797668457, 6.111013703957724e-07, -10.252579077924509], "rotation": [-4.3711388286737876e-08, 3.1058814544726735e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "fdd21bfd043b04019d8f4ed769177ae197c76fec", "translation": [-5.181039810180664, 7.351660542553873e-07, -12.334038952944297], "rotation": [4.3711388286737876e-08, -3.1058814544726735e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4c5ab0e1837626c90f8ab2431ea54013d0245ca4", "translation": [-6.84414005279541, 3.822213443527289e-07, -6.412609671794769], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "fb281b442f22eb29079c899c225dd865cdec6786", "translation": [-8.899999618530273, 2.800000062335741, -4.645819697033161], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fb281b442f22eb29079c899c225dd865cdec6786", "translation": [-8.899999618530273, 2.800000031839616, -4.13417965566039], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fb281b442f22eb29079c899c225dd865cdec6786", "translation": [-6.778359889984131, 2.800000341534613, -9.329999200701721], "rotation": [4.3711388286737876e-08, -1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "fb281b442f22eb29079c899c225dd865cdec6786", "translation": [-7.289999961853027, 2.800000341534613, -9.329999200701721], "rotation": [4.3711388286737876e-08, -1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "fb281b442f22eb29079c899c225dd865cdec6786", "translation": [-7.801640033721924, 2.800000341534613, -9.329999200701721], "rotation": [4.3711388286737876e-08, -1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "cd6cfef40870510516a4cdc79c3168924284cbec", "translation": [-1.2570199966430664, 3.7753045489807846e-07, -6.333909610872865], "rotation": [-4.371138733942592e-08, 3.1058814801106534e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [0.9999999403953591, 0.9999997019768045, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "cd6cfef40870510516a4cdc79c3168924284cbec", "translation": [-2.3379299640655518, 1.5659809093904187e-07, -2.6272798402738573], "rotation": [-4.371138733942592e-08, 3.1058814801106534e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [0.9999999403953591, 0.9999997019768045, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "3637d32cdd9638a7e430319da9283407b33e2129", "translation": [-15.95824909210205, 1.6984342821046994e-08, -0.28494997114241194], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "dd665def2d6a4b899e40affc18c777799f0d65fd", "translation": [-8.826160430908203, 2.266585852339631e-08, -0.3802699816066024], "rotation": [-4.3711388286737876e-08, 2.3294109863304354e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "fdf7479cc9da8f4486359f66965869b5c58c74ed", "translation": [-18.62825584411621, 2.075000411342998, -8.176189765263175], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ccf3f0ee76dd2263f77ad90a7cec59da84e047c8", "translation": [-7.525730133056641, 1.1778772091020073e-07, -1.9761499180704334], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "e21bdd880d7b2406b24073a9e9097cf825a8c151", "translation": [-12.228909492492676, 2.5578796680747473e-07, -4.291409713541867], "rotation": [-4.371138911578296e-08, 4.9414930256588236e-23, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999997615814461], "motion_type": "STATIC"}, {"template_name": "de12508d7a41d6d19cfbea65cdc044c6a1f4d7b6", "translation": [-11.141249656677246, 3.2417833040199184e-07, -5.438809547495254], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "de12508d7a41d6d19cfbea65cdc044c6a1f4d7b6", "translation": [-2.405440092086792, 7.094174634403316e-07, -11.902049308893083], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "de12508d7a41d6d19cfbea65cdc044c6a1f4d7b6", "translation": [-6.791200160980225, 3.15358050784198e-07, -5.290829819987408], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "de12508d7a41d6d19cfbea65cdc044c6a1f4d7b6", "translation": [-1.7820500135421753, 1.1495828289298515e-07, -1.928679828126434], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a7931cc380b0cb2b5d31a212280182a458701032", "translation": [-8.899999618530273, 2.616643826058862e-07, -4.389999604821213], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "24f8284e4bdef4397e5b12dc4f2b74a137d63dbb", "translation": [-3.8250699043273926, 8.631593004793103e-07, -14.481409163390992], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "24f8284e4bdef4397e5b12dc4f2b74a137d63dbb", "translation": [-13.506059646606445, 4.731166427518474e-07, -7.937579635525935], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6d0a8700e168806df1234300f20a8969b23d0528", "translation": [-18.38302993774414, 1.3345837146516715e-07, -2.2390597916209742], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "e7a5fd02d13cdea6ca9b993769e3f5b3c0b36e4b", "translation": [-2.720329999923706, 3.42791679486254e-07, -5.751089706951973], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e7a5fd02d13cdea6ca9b993769e3f5b3c0b36e4b", "translation": [-4.664730072021484, 3.42791679486254e-07, -5.751089706951973], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ed4fbbb8cc877cea34ff946b05c9da8b3690ee74", "translation": [-9.144439697265625, 0.21377068582063075, -12.184250092624378], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "44996457e7b2068b41cb629236cb2395a7ef4c25", "translation": [-12.19884967803955, 4.769545967064914e-07, -8.001969814183099], "rotation": [0.7071068022599728, -1.256074079248779e-15, 0.7071067601131205, 4.214684851089383e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "01e5e60f2cb12562e4e8f7bf78beb2832a5638e9", "translation": [-11.685060501098633, 5.789103738607082e-07, -9.712503807991482], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "809a0686f3e27db6b40bd48d504d3753c8988759", "translation": [-13.386929512023926, 2.5061785891011823e-07, -4.204669701774719], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "809a0686f3e27db6b40bd48d504d3753c8988759", "translation": [-0.24790997803211212, 6.788217206121772e-07, -11.388737953380428], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "809a0686f3e27db6b40bd48d504d3753c8988759", "translation": [-2.5513699054718018, 1.542150940281317e-08, -0.2587299788755182], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9d7a74b3d536925b898281b6fdac176e1041b780", "translation": [-10.899460792541504, 3.382283466635272e-07, -5.674529691068528], "rotation": [0.7071068022599739, 1.256073929513096e-15, -0.7071067601131191, -4.2146851023041906e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "9d7a74b3d536925b898281b6fdac176e1041b780", "translation": [-2.6472299098968506, 6.953674756005057e-07, -11.666329642156938], "rotation": [0.7071068022599739, 1.256073929513096e-15, 0.7071067601131191, 4.2146851023041906e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "9d7a74b3d536925b898281b6fdac176e1041b780", "translation": [-7.032989978790283, 3.013086313785607e-07, -5.055119689993859], "rotation": [0.7071068022599739, 1.256073929513096e-15, -0.7071067601131191, -4.2146851023041906e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "9d7a74b3d536925b898281b6fdac176e1041b780", "translation": [-1.5463299751281738, 1.2937009330471483e-07, -2.170469869943261], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "34bd334b91aa80076138650d57efa34832b9acd3", "translation": [-9.881110191345215, 7.475501320186595e-07, -12.541809288155434], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1e3619a081709b597af8c3765842080724059bc6", "translation": [-0.3444499969482422, 4.2737781313917367e-07, -7.1702094572657415], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1e3619a081709b597af8c3765842080724059bc6", "translation": [-1.5294500589370728, 3.364807241723611e-07, -5.645209452795399], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1e3619a081709b597af8c3765842080724059bc6", "translation": [-13.438909530639648, 3.9771674664734746e-07, -6.672579367603078], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "193d97025ef0a2ac10259cda2e74d3fa1b7baca6", "translation": [-8.324150085449219, 2.7999998033380535, -0.30055981275081933], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5747cd91706723281b0a7d34f8b97a48d4fee680", "translation": [-17.340320587158203, 0.3500001067367098, -2.2407446747574316], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7fd967188e97f9f2efaaf932d4eeaaa0d9ef8545", "translation": [-5.0151848793029785, 2.6074051362456885e-08, -0.4374499656289821], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c2d198ebe2cd8c70b0886e60d98b327f1934aa0e", "translation": [-18.328250885009766, 4.959404691362579e-07, -8.320499877899863], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c2d198ebe2cd8c70b0886e60d98b327f1934aa0e", "translation": [-18.328250885009766, 4.780548579219612e-07, -8.020429133151197], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c2d198ebe2cd8c70b0886e60d98b327f1934aa0e", "translation": [-18.328250885009766, 5.73676231852005e-07, -9.624689482170936], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c2d198ebe2cd8c70b0886e60d98b327f1934aa0e", "translation": [-18.328250885009766, 5.915617862228828e-07, -9.924759273245343], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c2d198ebe2cd8c70b0886e60d98b327f1934aa0e", "translation": [-6.776099681854248, 1.2299716445340891e-07, -2.063549872425199], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "881b4930f7df83a2fe6d7278a67c81d4f1f727c3", "translation": [-8.324100494384766, 2.266585852339631e-08, -0.3802699816066024], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d126fcaa74f70c6e45cb0f735f040dd21fc730c", "translation": [-18.328250885009766, 5.198443204790237e-07, -8.721539931205484], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6e7c674ea7231612862a5bb66960f0cfef5d8f0e", "translation": [-8.826210021972656, 1.305502621562482e-07, -2.19026981650174], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2573653e620e455e41f5ef35d8e17d1997629159", "translation": [-15.113249778747559, 1.7300248345009095e-08, -0.29024998603761176], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2573653e620e455e41f5ef35d8e17d1997629159", "translation": [-0.27943000197410583, 5.348968556972977e-07, -8.974079550857539], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2573653e620e455e41f5ef35d8e17d1997629159", "translation": [-0.27943000197410583, 8.346163440364762e-07, -14.00253784641393], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2573653e620e455e41f5ef35d8e17d1997629159", "translation": [-3.8229401111602783, 4.808652533938584e-07, -8.067579742218243], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3a9208ba4d72379b3becc42bf6ab69539bdca2b1", "translation": [-0.8889800310134888, 7.209986279121949e-07, -12.096348995187896], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3a9208ba4d72379b3becc42bf6ab69539bdca2b1", "translation": [-2.7400500774383545, 8.845627519349364e-08, -1.4840499470204094], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9bf6552ba4cba1cdb6819e60bc3f416807a4eeec", "translation": [-9.484339714050293, 5.428505005511397e-07, -9.10751956060409], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9bb35fc8b2b7c1983d60882948c9f834bdb9faf3", "translation": [-13.563909530639648, 2.938634224847192e-07, -4.930209819661968], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9bb35fc8b2b7c1983d60882948c9f834bdb9faf3", "translation": [-0.2194499969482422, 5.878067099729378e-07, -9.861759551658622], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9bb35fc8b2b7c1983d60882948c9f834bdb9faf3", "translation": [-2.8483498096466064, 1.3725161451816348e-08, -0.230269984586835], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "1197126f20af28831340ff4e55039430ce711a31", "translation": [-5.277919769287109, 9.477979006078385e-07, -15.901409155046338], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c2a2376b3ffd55be86194e9be4a8d48c8f1ff46b", "translation": [-5.023829936981201, 9.796499966796546e-08, -1.643579861904385], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "790f65ea5a0ac1e7870c0c7e5513b7c4bab1f911", "translation": [-15.363208770751953, 2.917593633355864e-07, -4.89490956694425], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bf211dafe1708ff97c95aef36ee2adf73a00da4a", "translation": [-10.398839950561523, 4.769543124893971e-07, -8.0019650458118], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "50ff6446cdafa03172df41c1244dfac0f8e6bcc8", "translation": [-16.289630889892578, 1.5487552218473866e-07, -2.59837993393063], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "50ff6446cdafa03172df41c1244dfac0f8e6bcc8", "translation": [-16.289630889892578, 1.1204123495645035e-07, -1.8797398877298832], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "50ff6446cdafa03172df41c1244dfac0f8e6bcc8", "translation": [-17.340320587158203, 5.671560643349949e-08, -0.9515299229902041], "rotation": [4.3711388286737876e-08, -1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "50ff6446cdafa03172df41c1244dfac0f8e6bcc8", "translation": [-17.340320587158203, 2.102011364968348e-07, -3.5265896602517444], "rotation": [0.9999999999999962, 0.0, -8.742277657347487e-08, -5.210803853528463e-15], "non_uniform_scale": [1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "50ff6446cdafa03172df41c1244dfac0f8e6bcc8", "translation": [-12.672168731689453, 2.5903581502007e-08, -0.4345899561291944], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "50ff6446cdafa03172df41c1244dfac0f8e6bcc8", "translation": [-6.367239952087402, 9.347921832159045e-07, -15.683209438132621], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1fbdcae82ea0a1ed69c050eb91ea7f70be45aa5e", "translation": [-17.340320587158203, 1.3345837146516715e-07, -2.2390597916209742], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e0baad8025ad1003e826cd416cc98ddb87710594", "translation": [-9.097599983215332, 1.6083301090930036e-07, -2.6983300031226776], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e0baad8025ad1003e826cd416cc98ddb87710594", "translation": [-8.55482006072998, 1.6083301090930036e-07, -2.6983300031226776], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4578e276bf903ec43d98e86f181851c87aff9fc1", "translation": [-11.725150108337402, 3.2417833040199184e-07, -5.438809547495254], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4578e276bf903ec43d98e86f181851c87aff9fc1", "translation": [-1.821540117263794, 7.094174634403316e-07, -11.902049308893083], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4578e276bf903ec43d98e86f181851c87aff9fc1", "translation": [-0.8892300128936768, 6.806284318372491e-07, -11.419049536046373], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4578e276bf903ec43d98e86f181851c87aff9fc1", "translation": [-6.192629814147949, 3.1882939310889924e-07, -5.349069276507521], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4578e276bf903ec43d98e86f181851c87aff9fc1", "translation": [-1.7820500135421753, 8.015513230930082e-08, -1.3447798881065864], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1fa0bbe96047aa9c2d923254bf638613dfaa5540", "translation": [-2.440000057220459, 7.885694230935769e-07, -13.229998753666905], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1fa0bbe96047aa9c2d923254bf638613dfaa5540", "translation": [-2.447319984436035, 5.475687885336811e-07, -9.186679292519102], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d0ac83197c815743638fdeca4530127d8f20d4c0", "translation": [-11.031149864196777, 2.841180446466751e-07, -4.7667095204168675], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d0ac83197c815743638fdeca4530127d8f20d4c0", "translation": [-5.498630523681641, 2.769809839264781e-07, -4.646969518246067], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "940d228dddb059ea9fd551bfc7d8ca67e02f20a3", "translation": [-18.328250885009766, 5.497723805092392e-07, -9.223649428865315], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999997019767939, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f71c22e2956fcc6e97ace5d6bc9334ddcd1842c1", "translation": [-7.526099681854248, 7.904946386361189e-08, -1.3262298508745474], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4f167cad5def9f7fdb4ba74e90d21ba0943445a0", "translation": [-7.226099967956543, 2.075059791103012, -0.40330985317409684], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f018166600fafb4377f477b7fcdd41db9a87f6ce", "translation": [-7.226095199584961, 2.0750000030481743, -1.3261397241866604], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f018166600fafb4377f477b7fcdd41db9a87f6ce", "translation": [-18.62825584411621, 2.0750004974478173, -9.620788830769683], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f018166600fafb4377f477b7fcdd41db9a87f6ce", "translation": [-18.62825584411621, 2.075000449978731, -8.824389761722657], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5e60836dcd1cda51a634fc116b9d86eaf884cd28", "translation": [-9.327269554138184, 2.2643506625286136e-08, -0.37989497900634994], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "68663279900dc4805b338dbaf960f5e2f6514f78", "translation": [-17.17864990234375, 3.728633828359307e-07, -6.255609139465719], "rotation": [4.371138911578296e-08, -4.9414930256588236e-23, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999997615814461], "motion_type": "STATIC"}, {"template_name": "6e3083ffcd28171272d778092c61c7bca792f5d4", "translation": [-7.289899826049805, 5.561024067901599e-07, -9.329849640735972], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5cd043b511e3f7031892d1fa56fe309d2896128a", "translation": [-16.245420455932617, 5.667268965225958e-07, -9.508098989242342], "rotation": [4.3711388286737876e-08, -1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "237ad4380151310b50d0c5c9b7f2c95983558bed", "translation": [-12.786064147949219, 1.628800169373143, -3.8912095117563084], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "237ad4380151310b50d0c5c9b7f2c95983558bed", "translation": [-2.8253400325775146, 1.628800721904291, -13.161143375042421], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "237ad4380151310b50d0c5c9b7f2c95983558bed", "translation": [-2.8253400325775146, 1.6288007183280442, -13.101143912676285], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "237ad4380151310b50d0c5c9b7f2c95983558bed", "translation": [-2.8253400325775146, 1.628800721904291, -13.161143375042421], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "237ad4380151310b50d0c5c9b7f2c95983558bed", "translation": [-0.2532449960708618, 1.6288007502996251, -13.6375379999674], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "237ad4380151310b50d0c5c9b7f2c95983558bed", "translation": [-2.4165451526641846, 1.628800441639406, -8.45907914114715], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "237ad4380151310b50d0c5c9b7f2c95983558bed", "translation": [-0.0694499984383583, 1.6288000948354622, -2.6406748134210645], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "379a8d5ff0f70de78fbee23adcef5aecb95bc4ce", "translation": [-6.343830108642578, 1.6144901527154474, -3.636469766440385], "rotation": [0.7071068022599734, 0.707106760113121, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998211860817, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "1e136d52e3fca5c490e0d333751f395154353550", "translation": [-9.11592960357666, 2.799999915973544, -2.1902696496087373], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1e136d52e3fca5c490e0d333751f395154353550", "translation": [-8.536490440368652, 2.799999915973544, -2.1902696496087373], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "688e8dde29b7a0f6d35a36a478f05050b2e5c262", "translation": [-4.507919788360596, 0.7400008629256689, -15.057489407212117], "rotation": [0.7071068022599734, 3.7682216388036104e-15, -0.7071067601131198, -4.2146853535190405e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "b10620e794a96839cce5f37974578229667b89b7", "translation": [-7.841730117797852, 1.8353007005935922, -14.114109042322042], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b10620e794a96839cce5f37974578229667b89b7", "translation": [-3.6925299167633057, 2.0137202683979467, -5.92020988858161], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f98697ac731469da3050fd2da36ba8f4a4baf2cd", "translation": [-11.056349754333496, 2.566701198247756e-07, -4.306209784376023], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f98697ac731469da3050fd2da36ba8f4a4baf2cd", "translation": [-1.240339994430542, 5.85422526455659e-07, -9.821759592189778], "rotation": [4.3711388286737876e-08, -1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f98697ac731469da3050fd2da36ba8f4a4baf2cd", "translation": [-6.876100063323975, 2.941966137370855e-08, -0.4935799840939037], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f98697ac731469da3050fd2da36ba8f4a4baf2cd", "translation": [-0.26945000886917114, 5.723655149836304e-08, -0.9602699303466089], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "faaede19c7088ee8a686700742c614c96e47f413", "translation": [-0.27943000197410583, 0.8600007983094216, -14.01340872803869], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "faaede19c7088ee8a686700742c614c96e47f413", "translation": [-3.8229401111602783, 0.8600004432624715, -8.05670971174775], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "faaede19c7088ee8a686700742c614c96e47f413", "translation": [-0.27445000410079956, 0.9200002056032339, -4.0894495839208425], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d0fe779d6d9f152945ca1929693e1fc0b7473a1e", "translation": [-6.846099853515625, 1.8750000291216367, -2.3635797358405597], "rotation": [-3.0908618151482406e-08, -3.090861932392817e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.999999761581444], "motion_type": "STATIC"}, {"template_name": "6949251a7c3f1a5c80fb1d22f0e327c74f1ed14a", "translation": [-9.144440650939941, 1.3994004371553928, -8.804049837383602], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6949251a7c3f1a5c80fb1d22f0e327c74f1ed14a", "translation": [-4.0329203605651855, 1.3994006881606396, -13.015218829237241], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4fcd286d4d54998814a3695a77190a715671b37a", "translation": [-2.0793399810791016, 5.897021537748515e-07, -9.893559819843745], "rotation": [4.3711388286737876e-08, -1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4fcd286d4d54998814a3695a77190a715671b37a", "translation": [-6.345099925994873, 2.418917404156673e-07, -4.05826973567784], "rotation": [4.3711388286737876e-08, -1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4fcd286d4d54998814a3695a77190a715671b37a", "translation": [-1.7273499965667725, 2.0985007509466413e-08, -0.35206998276293255], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "214f9f0b972051b7164de6a23cb9bacd23cd3458", "translation": [-13.713475227355957, 1.433500115046506, -4.49965966146231], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "214f9f0b972051b7164de6a23cb9bacd23cd3458", "translation": [-2.390000104904175, 1.4335005903664282, -12.47420418812603], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755813e-08, -6.181723730815494e-08], "non_uniform_scale": [1.0000000000000153, 0.9999997019768216, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "214f9f0b972051b7164de6a23cb9bacd23cd3458", "translation": [-3.1179049015045166, 1.4334998726564692, -0.4330298980158602], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a16b76ec97fd1410ec3011d3605504af0a595677", "translation": [-4.4439697265625, 0.7400008414798975, -14.697689089912771], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f3f0ba385795940710491c8f1dadf03567904888", "translation": [-2.720329999923706, 0.4600003275299134, -5.815039737520211], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f3f0ba385795940710491c8f1dadf03567904888", "translation": [-4.664730072021484, 0.4600003275299134, -5.815039737520211], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f3f0ba385795940710491c8f1dadf03567904888", "translation": [-9.419440269470215, 0.6500004794639622, -9.094069853778457], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3c831f893449a1379205dc5ba28237fe3baaef19", "translation": [-5.167146682739258, 8.975313221526449e-07, -15.058075960989186], "rotation": [0.38268335448787216, -1.7858452020899123e-15, 0.9238795647690811, 5.506751541765515e-08], "non_uniform_scale": [1.0000000373771272, 0.9999998807907176, 0.999999977772462], "motion_type": "STATIC"}, {"template_name": "e49e82d6cd6885276228ffeada17ee5d033cf585", "translation": [-9.808810234069824, 2.616643826058862e-07, -4.389999604821213], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "e49e82d6cd6885276228ffeada17ee5d033cf585", "translation": [-7.991189956665039, 2.616643826058862e-07, -4.389999604821213], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "e49e82d6cd6885276228ffeada17ee5d033cf585", "translation": [-8.899999618530273, 2.074950771202566e-07, -3.481189520288126], "rotation": [4.371138828673798e-08, -2.117582579156049e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "ea22d748aa6d8af300958911768331e73595d532", "translation": [-1.6523350477218628, 8.784568308328744e-07, -14.738059119101763], "rotation": [4.3711388286737876e-08, -1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ea22d748aa6d8af300958911768331e73595d532", "translation": [-3.693614959716797, 2.2159696300150244e-07, -3.717779891623252], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "218-24", "translation": [-0.8571799993515015, 1.4499999615710946, -0.005269913340655102], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-24", "translation": [0.005549999885261059, 1.4500000130051447, -0.8681900311595072], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-25", "translation": [0.005549999885261059, 1.4500001559299136, -3.26606960796893], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-26", "translation": [0.005549999885261059, 1.4500002603733577, -5.018339725235691], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "211-7", "translation": [-10.70050048828125, 1.119999938623309, -0.010269934928714808], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "219-4", "translation": [0.005549999885261059, 1.4500003947114948, -7.272159533371919], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "204-2", "translation": [-8.549819946289062, 1.1200007464015513, -13.562539179173704], "rotation": [-1.31134154557458e-07, 4.658822785187639e-22, 0.9999999999999897, 5.96046483281039e-08], "non_uniform_scale": [1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-13.502240180969238, 1.4499999615710946, -0.005269913340655102], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-17.455230712890625, 1.4499999615710946, -0.005269913340655102], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "212-1", "translation": [-11.504711151123047, 1.0900007767999185, -13.562539180961842], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "212-2", "translation": [-16.245420455932617, 1.0900007164269212, -12.549648425599976], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-18.703250885009766, 1.4500003929656629, -7.242869335837966], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "220-4", "translation": [-5.8069000244140625, 1.4500009209757962, -16.10140886596382], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "220-4", "translation": [-2.4098596572875977, 1.4500009209757962, -16.10140886596382], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "219-4", "translation": [0.005549999885261059, 1.4500008450126387, -14.826958639802953], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}]}
scenes/102344280.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/102344280"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "920a88649c59e1e7ee3f6210a7e0907d214f6442", "translation": [2.1871399879455566, -3.1949937806530215e-07, 5.360309758167858], "rotation": [0.7071068022599739, -8.197667368431239e-09, -0.7071067601131195, -3.624502241598716e-08], "non_uniform_scale": [0.8260315760355248, 0.9999998807907168, 0.7199397254026112], "motion_type": "STATIC"}, {"template_name": "d2e1e139bb1f21390b5e121f66fb11e421d43086", "translation": [0.970550000667572, 1.8976867011133436e-07, -3.1837897787219305], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d2e1e139bb1f21390b5e121f66fb11e421d43086", "translation": [4.3536200523376465, -1.0044217901850061e-07, 1.6851400324618737], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d2e1e139bb1f21390b5e121f66fb11e421d43086", "translation": [-0.9683999419212341, -2.2260486787217815e-07, 3.7346897283381253], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d2e1e139bb1f21390b5e121f66fb11e421d43086", "translation": [-0.9910399913787842, -1.8777966204197583e-07, 3.1504197627055675], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c9af68a5681d5c55cbc6ef5d924f285560eabbce", "translation": [0.3907400071620941, 0.7900001850071554, -3.5339047715720504], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e073e5a03b9554fbdd72ae7290dcf8c1a04431f1", "translation": [-9.198780059814453, 0.9099998278540404, 2.418129831067926], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0a500013049449fc711c82c961cb71620c8fb8a5", "translation": [2.7182400226593018, 1.8673539159408392e-08, -0.31328998128831387], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0a500013049449fc711c82c961cb71620c8fb8a5", "translation": [2.002779960632324, 1.8673539159408392e-08, -0.31328998128831387], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0a500013049449fc711c82c961cb71620c8fb8a5", "translation": [1.283769965171814, 1.8673539159408392e-08, -0.31328998128831387], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c31004dabb96c33891e7d746f1e5603cb61430cf", "translation": [-2.5967700481414795, -5.25490065683698e-07, 8.816259812339524], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4d40134bdb82e6e53b72cd912f99835c486e8759", "translation": [-6.785600185394287, 0.4600001578050854, -2.967529807834028], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "78feeae49440fd1a7415a3b992796a446db40425", "translation": [-5.55666971206665, 1.7500001600283284, -6.434829224060202], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "78feeae49440fd1a7415a3b992796a446db40425", "translation": [2.079469919204712, 1.7499993472826603, 7.200779589964149], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "57f8514b427645988fcfc825d01f12ac3dba9d2c", "translation": [8.768835067749023, 1.7502901085573583, -2.9642200044089364], "rotation": [0.7071068022599707, 0.7071067601131183, 6.181723998755824e-08, -6.181723496326137e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "b5254863b004150dfa4cc86ea45edf8cbe8fa672", "translation": [-6.489689826965332, 2.817395170495729e-07, -4.72680445153685], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b5254863b004150dfa4cc86ea45edf8cbe8fa672", "translation": [-7.477819919586182, 2.829566483342205e-07, -4.7472245247826095], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e460bdb42d7cc2ecf568be1a36df376b8ab69d05", "translation": [0.053929977118968964, 1.7501796621930765, 4.018399580227154], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1d935e1cc10a5cc4d8f4a08b75079dc50bc9fbe0", "translation": [8.926859855651855, -1.0637223368803461e-07, 1.7846298346143996], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "72e5e40aab62624659c2e37f885e06718ca5f17a", "translation": [2.8104801177978516, 3.068977321163402e-07, -5.1488892347282444], "rotation": [-4.371138851184548e-08, -7.450975533391427e-16, 0.9999999999999966, 7.099341292442177e-08], "non_uniform_scale": [1.0055364370346107, 0.9999998807907161, 0.4280361916975766], "motion_type": "STATIC"}, {"template_name": "7c3c32c496d7eb37286ff8ad3ddf5384ba30b2ae", "translation": [2.7806200981140137, 3.6387683621796896e-07, -6.104839914748652], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6b21bd924df8f21c02fb8bb569de93bd887d8f1e", "translation": [-1.019670009613037, 0.8499995829069675, 6.547659534355411], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "aeae32d8bdeefca3ed46e3f0e6b69106e226fe22", "translation": [-1.7369400262832642, -3.480016914636508e-07, 5.838499198049334], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "92e818d1866db50d30acc6463e5307ff6883186c", "translation": [3.2147600650787354, -4.084467875031805e-08, 0.6852599570000173], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "856317b238f6a70ae6f0afffed1f6d5e3ab7b80c", "translation": [-0.40843498706817627, -3.8455902995337965e-07, 6.45182952571929], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "856317b238f6a70ae6f0afffed1f6d5e3ab7b80c", "translation": [-1.0334049463272095, -3.8455902995337965e-07, 6.45182952571929], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c461ecb62efa4ef74eb34fb8152acf8cc8ac427d", "translation": [2.741990089416504, 1.0159999946171023, -0.38168991221844983], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c461ecb62efa4ef74eb34fb8152acf8cc8ac427d", "translation": [1.230760097503662, 1.0159999864631875, -0.24488992924153585], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "412c833d4428480466b704ce25bf06f519c8cf72", "translation": [-4.2918901443481445, -2.6578663891996257e-07, 4.45915958528758], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "dc3c96d6a8bdfd4facd1db4e309b7a06d8d8c6a0", "translation": [8.86653995513916, 8.92645104499934e-08, -1.497609883689286], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "95d1e189e93694bb8eee73a64b0d84a8be5a5057", "translation": [5.644589900970459, 2.131223730827969e-08, -0.35755998745202966], "rotation": [0.7071068022599741, -6.362212664666223e-09, -0.7071067601131193, -3.726000814861308e-08], "non_uniform_scale": [0.5578140283933861, 0.9999998807907169, 0.7681039709982899], "motion_type": "STATIC"}, {"template_name": "95d1e189e93694bb8eee73a64b0d84a8be5a5057", "translation": [3.193880081176758, -1.4896214395321294e-07, 2.4991699159640035], "rotation": [0.7071068022599741, -6.362212664666223e-09, -0.7071067601131193, -3.726000814861308e-08], "non_uniform_scale": [0.5578140283933861, 0.9999998807907169, 0.7681039709982899], "motion_type": "STATIC"}, {"template_name": "e1139d8a4dcd3f1934ef70bbf013c2a61e06bdb4", "translation": [8.374849319458008, 1.7500199202647806, 0.04339507336169812], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723764266546e-08, -6.181723362355996e-08], "non_uniform_scale": [1.0000001192093049, 0.9999997615814593, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "425767948124e3e49ecc69a2d25810d98a30e255", "translation": [-0.05959000065922737, -6.515097652481927e-07, 10.930519406168457], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4fedffc6298261cd95ea6f8808c41bc5d499658e", "translation": [7.440770149230957, -1.2958288664322026e-07, 2.1740399495339346], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4fedffc6298261cd95ea6f8808c41bc5d499658e", "translation": [7.440770149230957, -8.535266005083031e-08, 1.431979928494691], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "131720513e4d71ac6099a11d89586ab001f4a1ac", "translation": [-9.116510391235352, -2.7036844585381914e-07, 4.536029545305382], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "aeed66167e7b425a01bcc7a18334583e86be9e1d", "translation": [-9.533920288085938, 1.750000067296014, -2.879039488492026], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e8e05338d973e1845aea18072e1086cadaf6a1e6", "translation": [0.05392998456954956, 1.749999703852538, 3.218529852120284], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e8e05338d973e1845aea18072e1086cadaf6a1e6", "translation": [4.436970233917236, 1.7499996799260344, 3.619949944618341], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "49c76818a505500ecc2b923617d0d6dc13a74896", "translation": [-4.206900119781494, -2.0165323633136722e-07, 3.383179701377159], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9b6dca7b332efae3c2e3939ed628578874e1cb7d", "translation": [-0.0960649624466896, 1.7500000152212536, -4.005369797028898], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.999999821186075, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "339dcf18faa8229021cdbe50638e44975c8c08ce", "translation": [0.2533699870109558, 0.9099996845376559, 4.822579627479325], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "733ec61b660ef90ad4e97d33943251b04cb4735e", "translation": [8.266340255737305, 7.366180199142036e-08, -1.2358398892974876], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "451e882aeb903af797a2298ae5fcc18ab87e0bb5", "translation": [0.13902997970581055, 1.7495500952333316, -5.600099602362519], "rotation": [0.49999997814430797, 0.49999994834198425, 0.5000000814603435, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.999999761581444], "motion_type": "STATIC"}, {"template_name": "451e882aeb903af797a2298ae5fcc18ab87e0bb5", "translation": [0.13902997970581055, 1.749550121576192, -6.042059433960333], "rotation": [0.49999997814430797, 0.49999994834198425, 0.5000000814603435, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.999999761581444], "motion_type": "STATIC"}, {"template_name": "14bdc1398760aef6d8757e2dd6a1c674d7851e66", "translation": [1.998769998550415, 1.0159999931508281, -0.3570899144953472], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "793b53d25a8b26dbe12430fe86e07f8cdeb3bb2f", "translation": [2.1643600463867188, -6.18113858763536e-07, 10.370229102955477], "rotation": [0.7071068022599728, -2.5121483082332386e-15, -0.7071067601131205, -4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "3771316962563144faeda957e3349d794ca8b4d0", "translation": [6.506494998931885, 1.750289938229915, -0.10659986842334179], "rotation": [-3.090861815148224e-08, -3.090861932392815e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "aec527eef8ce07f9b14aa36e43f173d3c0369f6f", "translation": [-10.145830154418945, 1.749999902045725, -0.10659986099004914], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "cd463940bfb1d224688f7ea6e1d7c2caae0ecd1c", "translation": [3.4794199466705322, 1.7499997351914764, 0.6927499805241801], "rotation": [-0.5000000218556918, -0.49999999205336904, 0.500000037748953, -0.4999999483419817], "non_uniform_scale": [0.9999998807907162, 0.9999997615814356, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "d68aaf2484eec4c754d3b6e07adc09293d8b36de", "translation": [-4.252659797668457, -1.854264723988308e-07, 3.1109397941267503], "rotation": [-4.3711388286737876e-08, 2.3294109863304354e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "e4ee71b667832a51e6cfd3834fdaac3870b9fda8", "translation": [-0.371069997549057, -2.046173790404282e-07, 3.4329097608977577], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c7564571e612aed3f444a3066b7c063671a1bb29", "translation": [-0.0960649698972702, 1.7499996893781429, 3.46136988929689], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ed4ed55a08fac410b09e2d1f351d84893eaa7136", "translation": [-5.350464820861816, 1.994174567698792e-07, -3.345669546981469], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3bf7999b730cb8624a4071d0bd708411cb947f78", "translation": [-0.5047100186347961, -4.3859066067852837e-07, 7.358329811195716], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "0ba2ffcba10f0e803712cb84f583c060efd8daf7", "translation": [-0.31202998757362366, 3.0486523883155314e-07, -5.114789657903316], "rotation": [0.7071068022599728, -3.768222088010656e-15, -0.7071067601131205, -4.214684599874627e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "b15fac0004781e1257261e5a7cefa01036a149a9", "translation": [-0.7487800121307373, 1.749999491322626, 6.784189877856363], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e1085698f8090a287a6115006d23e8f6dc68e92b", "translation": [5.160719394683838, 1.9141614870932244e-07, -3.211429881368275], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e1085698f8090a287a6115006d23e8f6dc68e92b", "translation": [4.533400058746338, -1.893192518309661e-07, 3.176249791607262], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "8a8bdffe852ba41130c874823fdab652d34bb970", "translation": [-0.31584998965263367, 2.3839831442273862e-07, -3.9996597767078867], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d413be1b49919287e484dd5cb5658c56b05aebf5", "translation": [-8.68336296081543, 0.8200001082998476, -2.7569697155374335], "rotation": [0.7071068022599741, -1.023176879115478e-08, 0.7071067601131195, 3.525922533281482e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907167, 0.6731605724596651], "motion_type": "STATIC"}, {"template_name": "d5c4ec52699e1d44a1db31b8c168bdad3cf19829", "translation": [-10.563380241394043, 9.372651277317345e-08, -1.5724698559957773], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "f4516669f6211ba19ad3b565caac0f471f781918", "translation": [-8.829609870910645, 0.8200001421815095, -3.325409642135508], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f4516669f6211ba19ad3b565caac0f471f781918", "translation": [0.08893000334501266, 0.9099996515375501, 5.376229496822969], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2c9b708ce46c0fa262c9c97f58e4856a792dba5e", "translation": [-9.071310043334961, 0.9099998056548806, 2.7905699085849527], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fa5c8c836453388913b0017c4a2e33304373bc31", "translation": [-6.802649974822998, 0.4600001775145319, -3.2981994296193324], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4b67581ca492a2028ccf3064b2824dcc8d104fb0", "translation": [-8.687700271606445, 0.8200001736581122, -3.853499372392914], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "920e3797a52036dd338a603e25d46725ec257956", "translation": [-3.8280599117279053, 1.749999902045726, -0.10659987589120945], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "c859b2b52d3f2acdde6a00b4f0767f63e0bccad5", "translation": [1.9859001636505127, 1.749999804621348, -0.47208990323007605], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "bd4d4877984d271dc122d924b4c733897095bfc8", "translation": [0.3928300142288208, 1.872974593197796e-07, -3.142329743961696], "rotation": [0.7071068022599728, -3.7682226869533796e-15, 0.7071067601131205, 4.214684599874567e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997019767939], "motion_type": "STATIC"}, {"template_name": "bd4d4877984d271dc122d924b4c733897095bfc8", "translation": [3.8847196102142334, -1.0202169420381324e-07, 1.7116398983216286], "rotation": [0.7071068022599728, -3.7682226869533796e-15, 0.7071067601131205, 4.214684599874567e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997019767939], "motion_type": "STATIC"}, {"template_name": "68a6193e3b67cedefb14ab590fc748bcc7955c5d", "translation": [6.652529716491699, 2.4568437950733824e-08, -0.41218996571362077], "rotation": [0.7071068022599728, -2.5121483082332386e-15, -0.7071067601131205, -4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "68a6193e3b67cedefb14ab590fc748bcc7955c5d", "translation": [-2.5660300254821777, -6.558066729667189e-07, 11.002609550797331], "rotation": [-4.371138911578296e-08, 4.9414930256588236e-23, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999997615814461], "motion_type": "STATIC"}, {"template_name": "293c42d04758bffcc63070066170cbb1f09918cc", "translation": [4.331620216369629, 4.097747705600341e-07, -6.874879427261362], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "293c42d04758bffcc63070066170cbb1f09918cc", "translation": [1.286750078201294, 4.097747705600341e-07, -6.874879427261362], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c800ff5b3c40d93b26a1934a64c5fd4009c5cea2", "translation": [-6.799099922180176, 1.9217252145153907e-07, -3.224119709484583], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d16ff57d10f241153e3a6346be65058d6a843496", "translation": [-5.370049953460693, 2.8753160563610436e-07, -4.823979567052135], "rotation": [1.0, -4.764561464265143e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999997019768045], "motion_type": "STATIC"}, {"template_name": "d16ff57d10f241153e3a6346be65058d6a843496", "translation": [-5.381100654602051, 1.0787427839886732e-07, -1.8098299616676528], "rotation": [1.0, -4.764561464265143e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999997019768045], "motion_type": "STATIC"}, {"template_name": "d16ff57d10f241153e3a6346be65058d6a843496", "translation": [2.215480089187622, -4.11963476665278e-08, 0.6911599820160852], "rotation": [1.0, -2.417526833302001e-09, 0.0, 0.0], "non_uniform_scale": [1.613779067993164, 0.9999998807907198, 1.4919928917893182], "motion_type": "STATIC"}, {"template_name": "044f69d8e2210c02ee7d6742b520cc3db99868b1", "translation": [-4.262969970703125, 0.909999785600295, 3.1270300020557578], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "22f29a2b903f70be993dc569204965ceeb663196", "translation": [-5.373640060424805, 0.5100002470579597, -4.814944426718668], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2dbd13061836569068a31af0417c100360060a63", "translation": [7.992030143737793, 1.749999782836439, -0.10659980138541503], "rotation": [-3.090861815148219e-08, -3.09086186540774e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999997615814479, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2dbd13061836569068a31af0417c100360060a63", "translation": [-1.6842399835586548, 1.7499993572622614, 7.03334967593252], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755813e-08, -6.181723362355981e-08], "non_uniform_scale": [1.0000000000000153, 0.9999997615814593, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5d337cc247d287cf180c19043cf65d2986c43a26", "translation": [0.3175300061702728, 0.7900001609360991, -3.130059485431925], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5d337cc247d287cf180c19043cf65d2986c43a26", "translation": [3.809420108795166, 0.7899998725777841, 1.707789962423444], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ce64089b08a3ba3e5a2c4c8e70c627c71c64cccc", "translation": [-3.151560068130493, -1.8269896884248737e-07, 3.065179880548712], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ce64089b08a3ba3e5a2c4c8e70c627c71c64cccc", "translation": [-3.678260087966919, -1.4401912551420537e-07, 2.416239832863809], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ce64089b08a3ba3e5a2c4c8e70c627c71c64cccc", "translation": [-4.52977991104126, -1.4401912551420537e-07, 2.416239832863809], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ce64089b08a3ba3e5a2c4c8e70c627c71c64cccc", "translation": [-5.353759765625, -1.84066891506518e-07, 3.0881298131865265], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4fcd286d4d54998814a3695a77190a715671b37a", "translation": [6.357699394226074, 1.6048073803176521e-07, -2.692419845317602], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4fcd286d4d54998814a3695a77190a715671b37a", "translation": [7.646319389343262, 1.6048073803176521e-07, -2.692419845317602], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8db837a85a24fbb6e51e4bba33cd3253d0ebfa92", "translation": [0.3389500081539154, 0.7900001387846451, -2.7584197790372365], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4e09e146c881b9beba1b53f8188e6f3251db5ff9", "translation": [1.9857200384140015, -4.93745801577461e-07, 8.283679468412402], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b883b58bdd53fccec7153d88a98dea8e31158c64", "translation": [-8.176589965820312, 1.749999902045726, -0.10659987589120945], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "95e382d31b12e57aab88caeff004bf8a003baee8", "translation": [-7.690509796142578, 1.7499994922542683, 4.768559752788541], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "95e382d31b12e57aab88caeff004bf8a003baee8", "translation": [0.13752998411655426, 1.750000040666471, -4.432269681556825], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "95e382d31b12e57aab88caeff004bf8a003baee8", "translation": [6.937689781188965, 1.7499997738957491, 0.04340007642506993], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "8f75a5a5837733b9a5beebf031f4cdc13a240782", "translation": [-1.5829901695251465, -7.359474807344668e-07, 12.347149112990508], "rotation": [0.7071068022599731, -2.6420624173573113e-09, 0.7071067601131201, 3.979913049796255e-08], "non_uniform_scale": [0.8227029548464444, 0.9999998807907172, 0.8885932631139006], "motion_type": "STATIC"}, {"template_name": "8f75a5a5837733b9a5beebf031f4cdc13a240782", "translation": [0.2275499850511551, -7.343411425608792e-07, 12.320199232089522], "rotation": [0.7071068022599731, -2.6420624173573113e-09, 0.7071067601131201, 3.979913049796255e-08], "non_uniform_scale": [0.8227029548464444, 0.9999998807907172, 0.8885932631139006], "motion_type": "STATIC"}, {"template_name": "20b2dbd00a4d313d8f9baffa4e44a96ed8ff0921", "translation": [-1.6606299877166748, -4.341536623542197e-07, 7.28388933635415], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "08f59d018f87b3d2222ba3135f92f3f6531c9c8c", "translation": [1.48614501953125, -7.326495961024193e-07, 12.29181979347345], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "08f59d018f87b3d2222ba3135f92f3f6531c9c8c", "translation": [-0.2832449972629547, -7.326495961024193e-07, 12.29181979347345], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "08f59d018f87b3d2222ba3135f92f3f6531c9c8c", "translation": [0.8259199261665344, -7.948639790811285e-07, 13.335603872799595], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "08f59d018f87b3d2222ba3135f92f3f6531c9c8c", "translation": [-0.9558500051498413, -7.948639790811285e-07, 13.335603872799595], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "1092201726a867691b399631b88cea9720f371ac", "translation": [-6.778749942779541, 1.9050061439429555e-07, -3.1960697653251913], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "1388270c7f27a56d274c87614bfba00644d7b1aa_part_5", "translation": [-8.505343941025638, -5.2897881044846735e-08, 2.8128551845275798], "rotation": [0.7071068022599726, 6.314982516329254e-09, 0.70710676011312, 5.116394808670861e-08], "non_uniform_scale": [1.0379947997334718, 0.9999998807907194, 1.427889381176865], "motion_type": "STATIC"}, {"template_name": "1388270c7f27a56d274c87614bfba00644d7b1aa_part_5", "translation": [-9.741875251075697, -2.441960707415461e-07, 2.101741466877235], "rotation": [0.7071068748776562, -3.306218825707542e-08, -0.7071066874954219, 7.295983115136519e-08], "non_uniform_scale": [1.0379947997335148, 0.9999998807907209, 1.4278893811768327], "motion_type": "STATIC"}, {"template_name": "1388270c7f27a56d274c87614bfba00644d7b1aa_part_5", "translation": [-9.741875293441202, -3.4616621727411873e-07, 2.8125166897268024], "rotation": [0.7071068748776578, -1.8180818882883234e-08, -0.707106687495422, 5.914796633105566e-08], "non_uniform_scale": [1.037994799733515, 0.99999988079072, 1.4278893811768327], "motion_type": "STATIC"}, {"template_name": "1388270c7f27a56d274c87614bfba00644d7b1aa_part_5", "translation": [-9.121963143316208, -2.3149975370609474e-07, 3.6059265221751318], "rotation": [0.9999999999999848, 2.9802304386490303e-08, 1.3249924954980554e-07, 1.100204093739735e-07], "non_uniform_scale": [1.4278893811768185, 0.9999998807907395, 1.037994799733516], "motion_type": "STATIC"}, {"template_name": "1388270c7f27a56d274c87614bfba00644d7b1aa_part_5", "translation": [-8.505343781707216, -1.000110935911006e-07, 2.103284041698126], "rotation": [0.7071066874954209, -1.413368235252963e-08, 0.707106874877661, 3.0319090123916285e-08], "non_uniform_scale": [1.0379947997335162, 0.9999998807907192, 1.4278893811768327], "motion_type": "STATIC"}, {"template_name": "1388270c7f27a56d274c87614bfba00644d7b1aa_part_5", "translation": [-9.126119013532634, -3.3077620414632446e-08, 1.3083077130207337], "rotation": [2.980232469557529e-08, 3.3011890189246764e-08, 0.9999999999999986, 2.9802344278206147e-08], "non_uniform_scale": [1.4278893811768651, 0.9999998807907197, 1.0379947997334718], "motion_type": "STATIC"}, {"template_name": "1388270c7f27a56d274c87614bfba00644d7b1aa_part_7", "translation": [-9.124011831045614, -1.3080075219304453e-07, 2.456989821491645], "rotation": [0.7071068022599726, 6.314982516329254e-09, 0.70710676011312, 5.116394808670861e-08], "non_uniform_scale": [1.0379947997334718, 0.9999998807907194, 1.427889381176865], "motion_type": "STATIC"}, {"template_name": "5b393e1c1d59d8877df7e84eb8a9e6bfd3ad5e16", "translation": [2.2113699913024902, 0.5099999198126781, 0.6753200194048858], "rotation": [-4.371138863708418e-08, 2.1205883068378835e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [0.6921052336692837, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "708449f0a5b9e7c166b3e6d6c52d9c80cd17f717", "translation": [3.9468750953674316, -3.2334952493329183e-07, 5.424904499953698], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7d625c430972d6778f120ef87e9e163fad23a778", "translation": [9.734729766845703, -2.3949146665813714e-08, 0.40179998267888983], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7d625c430972d6778f120ef87e9e163fad23a778", "translation": [9.734729766845703, -1.8204868013071973e-07, 3.054269847019313], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "61d4155613cdff2e36558a2c210452232eea676f", "translation": [0.2703399956226349, -3.225266880235722e-07, 5.411099588209396], "rotation": [0.707106802259973, -1.2560740792487786e-15, 0.7071067601131202, 4.2146848510893816e-08], "non_uniform_scale": [1.4395573473240526, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "dc2bf6dbff44a99b087ba5c987bab9ac4e28e53b", "translation": [-8.62876033782959, 1.9780755167175812e-07, -3.3186598230206954], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "f564f2a2e73741e74899b75e16df4d8555a0cae3", "translation": [-8.595244407653809, 1.3312727276115766e-07, -2.2335048774775856], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "f564f2a2e73741e74899b75e16df4d8555a0cae3", "translation": [6.850124359130859, -1.501888036159471e-08, 0.2519749848857522], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "4380-0", "translation": [-1.5479599237442017, 1.1200003657919169, -7.17696951049745], "rotation": [-4.371138781308187e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [4.323939800262451, 1.300000421820279, -7.17696949976861], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [1.283370018005371, 1.300000421820279, -7.17696949976861], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-10.444330215454102, 1.29999975678205, 3.980519850223068], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-10.444330215454102, 1.2999998413479332, 2.5617398463642687], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-10.444330215454102, 1.299999931759821, 1.0448801669549894], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [4.6086602210998535, 1.299999560369237, 7.275779844774], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [3.3488900661468506, 1.299999560369237, 7.275779844774], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [8.77396011352539, 1.2999997827440453, 3.5449498745828905], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [6.799339771270752, 1.2999997827440453, 3.5449498745828905], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-8.93960952758789, 1.300000331826773, -5.667129101328278], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-4.164330005645752, 1.3000003820556074, -6.509829055677081], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-7.1664299964904785, 1.3000003820556074, -6.509829055677081], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}]}
scenes/102344307.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/102344307"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "1c094fa03158472435f319ff499aef6f7b9ff883", "translation": [-5.923190593719482, 0.6919703569877171, -6.836749581770896], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0d33bcf4f600ff67f7e7b54e659729d3254f9476", "translation": [-5.8804612159729, 8.900108809939411e-07, -14.931903902774764], "rotation": [0.90450029073213, 2.4410647782132083e-16, 0.42647300508413377, 2.541977400719158e-08], "non_uniform_scale": [0.9999999697808145, 0.9999998807907176, 0.9999999215245018], "motion_type": "STATIC"}, {"template_name": "41efc8ed9c8d433e9ff877f3b9ea1c0eda45479c", "translation": [-9.153389930725098, 6.215166763468005e-07, -10.427318905155687], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "03758534dd2a3a8303e742cf4fc10fedd4c48843", "translation": [-3.262890100479126, 0.6350001547515376, -3.391299723011258], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "32bd0f8e0c0d3b96752f4ec6014a4bfe9062f384", "translation": [-1.579280138015747, 6.511783681162342e-07, -10.924959485235206], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b43af01a2578f09af4017a27d285c642536acb99", "translation": [-13.304770469665527, 0.9000006194985204, -11.693459713848803], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b6b8be444422c4eb84654d787c342f6f29f28842", "translation": [-16.284820556640625, 8.065435395110399e-07, -13.53155436923771], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7255d38e0e587bb5ee97d726e1f4af9245c0e1b1", "translation": [-1.6945401430130005, 8.572077945245837e-07, -14.381559468414764], "rotation": [0.7071068022599726, 5.987141311916702e-09, -0.70710676011312, -5.0510048481792475e-08], "non_uniform_scale": [1.0991414130245798, 0.9999998807907192, 1.3968598010027515], "motion_type": "STATIC"}, {"template_name": "e115319d6ac365ebdbab83456ed3439a9fdb1692", "translation": [-0.6804249882698059, 8.522892471773957e-07, -14.299039942083311], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "90ac99fc0e69075e1bab451400fe65288904f97f", "translation": [-1.2515699863433838, 5.135786409482535e-07, -8.616419278596652], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "e3ea77bd63ceaa2d05ff5d18c85d854526fe6267", "translation": [-10.387120246887207, 8.755260978432489e-07, -14.688889581627222], "rotation": [1.0, -1.6244761000829753e-09, 0.0, 0.0], "non_uniform_scale": [1.3903684616088867, 0.9606409119795613, 1.334478457632238], "motion_type": "STATIC"}, {"template_name": "27903d5a77d900067dd9031caf2f229776d800d4", "translation": [-10.36095905303955, 7.300520792341558e-07, -12.248240694508468], "rotation": [-4.3711387368255635e-08, 2.1003987254221587e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.3919329643249565, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "49f57301139858663f505e18b384bb234935f8c5", "translation": [-7.565149784088135, 0.9000001201045436, -3.315019594727765], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "1d438cf2a0be5706ffdbd1489fbfb27f712589a0", "translation": [-4.0777997970581055, 1.5686307203394705, -13.98799994250352], "rotation": [0.49999997814431363, 0.4999999483419846, 0.5000000814603385, -0.4999999920533535], "non_uniform_scale": [0.9999998807907267, 0.9999999403953697, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "1d438cf2a0be5706ffdbd1489fbfb27f712589a0", "translation": [-2.1713099479675293, 1.4942303250914648, -6.4120392855245], "rotation": [0.7071068022599707, 0.7071067601131183, 6.181724153673058e-08, -6.181723630296275e-08], "non_uniform_scale": [0.670489549636851, 0.9999998807907347, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "1d438cf2a0be5706ffdbd1489fbfb27f712589a0", "translation": [-4.179299831390381, 1.3301906582469059, -13.324779590668058], "rotation": [-0.5000000218557007, -0.49999999205336904, 0.5000000377489441, -0.4999999483419815], "non_uniform_scale": [0.9999998807907162, 0.9999999403953592, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "445e5ad7b8cfd2e1e15e812dbfd511ba4e378a5c", "translation": [-13.629541397094727, 1.91503755075928e-08, -0.3212899672216185], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "84092984ce8a7cd7ad7aec05eb95d2612d3cd209", "translation": [-0.873134970664978, 0.6131006225520572, -11.18738962408958], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "57f8777b72db0341e7d2dde8e7fd5defa4036899", "translation": [-14.526569366455078, 3.7359296811700915e-07, -6.267849548587208], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "4e476e157b3837870de19ceccd0179841269143b", "translation": [-5.017039775848389, 4.0771246290205454e-07, -6.840279648287293], "rotation": [-4.37113871959517e-08, -8.98076155276232e-16, 0.9999999999999957, 8.240541695622946e-08], "non_uniform_scale": [0.35401973128318925, 0.999999880790716, 0.3106043862576066], "motion_type": "STATIC"}, {"template_name": "7165e9d457a1fb2a4fa6d827d5ef9f5a90a6408e", "translation": [-6.184380054473877, 7.113051196938613e-07, -11.933718923704646], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "a50d0d8aec6fc3625305e4ef078ab19a6f76237c", "translation": [-7.262470245361328, 8.015495609470236e-07, -13.447769317163818], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a7120619c5758076fc2dc999cf8840390b7135a4", "translation": [-4.179295063018799, 1.646010523036722, -11.72926918415547], "rotation": [-0.5000000218556918, -0.49999999205336904, 0.500000037748953, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "cc48920ec3355dff3e8d1a26a7328884e74028e7", "translation": [-5.4032745361328125, 0.0300905343658171, -8.9872001995271], "rotation": [0.9281795342387039, -3.696557102968081e-16, -0.3721327078078761, -2.2180838258272677e-08], "non_uniform_scale": [0.9999999791851799, 0.9999999999999928, 0.999999916865084], "motion_type": "STATIC"}, {"template_name": "cc48920ec3355dff3e8d1a26a7328884e74028e7", "translation": [-6.396999359130859, 5.263401021693426e-07, -8.830521057217027], "rotation": [0.9560329524470677, -1.7293266993444647e-16, 0.293259260442603, 1.7479614523876518e-08], "non_uniform_scale": [1.0000000172221757, 0.9999999999999928, 0.9999999354945884], "motion_type": "STATIC"}, {"template_name": "8bc5ee12830da7c2d880f0d07100f4b5f9c22d77", "translation": [-14.798501014709473, 9.334278274764074e-07, -15.660319348554594], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8bc5ee12830da7c2d880f0d07100f4b5f9c22d77", "translation": [-14.720450401306152, 9.774749969437835e-07, -16.3993081808502], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8bc5ee12830da7c2d880f0d07100f4b5f9c22d77", "translation": [-14.766191482543945, 1.0218906254522153e-06, -17.14447872969629], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8bc5ee12830da7c2d880f0d07100f4b5f9c22d77", "translation": [-16.083789825439453, 9.303325327891798e-07, -15.60838892409862], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8bc5ee12830da7c2d880f0d07100f4b5f9c22d77", "translation": [-15.974788665771484, 9.747487865752191e-07, -16.353569963361565], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8bc5ee12830da7c2d880f0d07100f4b5f9c22d77", "translation": [-16.014339447021484, 1.0158437362406403e-06, -17.043028769312514], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2b1243fca5bd8a7b80b5e8e6407b463b3e6b9bdc", "translation": [-12.02684497833252, 1.0123960691998946e-06, -16.98518651812151], "rotation": [0.23110671297310095, -1.8846512927378953e-15, 0.9729284080644194, 5.7991054989229924e-08], "non_uniform_scale": [1.000000035214289, 0.9999997615814422, 0.9999999401127674], "motion_type": "STATIC"}, {"template_name": "2b1243fca5bd8a7b80b5e8e6407b463b3e6b9bdc", "translation": [-10.397578239440918, 1.0072362783830613e-06, -16.89861959823247], "rotation": [-0.4527746504494836, 3.2965422577721417e-15, 0.8916249861406672, 5.314499158352094e-08], "non_uniform_scale": [1.000000005883044, 0.9999997615814422, 0.999999964387665], "motion_type": "STATIC"}, {"template_name": "5c576a211fe4d96d92cab5188f0fb64dc96e16e8", "translation": [0.3013699948787689, 7.745406378489861e-07, -12.994634807429577], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5c576a211fe4d96d92cab5188f0fb64dc96e16e8", "translation": [0.33708998560905457, 9.315577358393057e-07, -15.628944419089237], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5c576a211fe4d96d92cab5188f0fb64dc96e16e8", "translation": [-0.7846750617027283, 2.0020783608742931e-07, -3.3589299107235604], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5c576a211fe4d96d92cab5188f0fb64dc96e16e8", "translation": [-3.3141651153564453, 1.935911058126294e-07, -3.247919604306233], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2c69bff136e6399bfc19cfdd8af1d9e5bcbc7843", "translation": [-3.8745999336242676, 8.360684091712756e-07, -14.026899455374462], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a3037f0f7fbe458c01e019a5db8c4d9914ed0f10", "translation": [-0.22769500315189362, 1.671070681958497, -11.453554324828076], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723764266575e-08, -6.181723496326157e-08], "non_uniform_scale": [1.0000001192093049, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "84ec73df1d73e318c129fe1e41f417f7376f9e78", "translation": [-2.4655351638793945, 1.598680461126861, -9.009984337767065], "rotation": [0.4999999781443054, 0.49999994834198347, 0.5000000814603472, -0.49999999205335394], "non_uniform_scale": [0.9999999403953679, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "8943b22a9d097cfb937008801d0af4a8a3b8ea3e", "translation": [-10.1587495803833, 6.170296273921849e-07, -10.352038720128576], "rotation": [-4.3711387859972316e-08, 3.3602535661112796e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.4117910861969047, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2c6bd5532e2922b19691eadb435705f143129b93", "translation": [-1.2858999967575073, 1.2517806411844106, -11.453548627774154], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "08045ba4de0a267910c938a065e0842159d3c0e6", "translation": [-1.0716099739074707, 7.0614822789139e-07, -11.847200641202846], "rotation": [-4.3711388615030145e-08, -1.8642171210185797e-16, 0.9999999999999973, 5.996076810888977e-08], "non_uniform_scale": [0.9494762420654334, 1.3050827616354412, 1.1183200933551647], "motion_type": "STATIC"}, {"template_name": "08045ba4de0a267910c938a065e0842159d3c0e6", "translation": [-0.07466000318527222, 7.0614822789139e-07, -11.847200641202846], "rotation": [-4.3711388615030145e-08, -1.8642171210185797e-16, 0.9999999999999973, 5.996076810888977e-08], "non_uniform_scale": [0.9494762420654334, 1.3050827616354412, 1.1183200933551647], "motion_type": "STATIC"}, {"template_name": "08045ba4de0a267910c938a065e0842159d3c0e6", "translation": [-2.859179973602295, 5.377763727665297e-07, -9.022389827824213], "rotation": [0.7071068022599736, -3.5193234708154906e-09, -0.7071067601131197, -3.913115583230389e-08], "non_uniform_scale": [0.9494761258675977, 1.3050827616354412, 1.1183200408029539], "motion_type": "STATIC"}, {"template_name": "08045ba4de0a267910c938a065e0842159d3c0e6", "translation": [-2.859179973602295, 6.746369649590633e-07, -11.318529408065672], "rotation": [0.7071068022599738, -3.5193234708154902e-09, -0.7071067601131196, -3.9131155832303886e-08], "non_uniform_scale": [1.489733249560997, 1.3050827616354412, 1.1183200408029539], "motion_type": "STATIC"}, {"template_name": "08045ba4de0a267910c938a065e0842159d3c0e6", "translation": [-2.0685598850250244, 7.0614822789139e-07, -11.847200641202846], "rotation": [-4.3711388615030145e-08, -1.8642171210185797e-16, 0.9999999999999973, 5.996076810888977e-08], "non_uniform_scale": [0.9494762420654334, 1.3050827616354412, 1.1183200933551647], "motion_type": "STATIC"}, {"template_name": "2c924aaa02c24da3ad6147b51290eb251414ce19", "translation": [-11.354740142822266, 0.5850009343236628, -16.620348858514436], "rotation": [0.9612616952685673, -2.487231896916825e-16, 0.27563735815269996, 1.6429266931379287e-08], "non_uniform_scale": [0.9999999801415238, 0.9999999999999929, 0.9999998944079285], "motion_type": "STATIC"}, {"template_name": "35880f4a551d6b1790f8ded9b23498f1da88575b", "translation": [-13.2522611618042, 7.865232305448444e-07, -13.195669341345422], "rotation": [0.7071068022599734, 3.840339890107026e-09, 0.7071067601131197, 4.6842997986833294e-08], "non_uniform_scale": [1.008944212857234, 0.9999998807907184, 1.2228467927666422], "motion_type": "STATIC"}, {"template_name": "4589a832b430a438497532cf949c0fca4422e5fa", "translation": [-5.469299793243408, 5.595975949290732e-07, -9.388489163607971], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4aa2adb4406c895055b6c1229ad3970896d300f6", "translation": [-10.377440452575684, 8.368014619009045e-07, -14.039198038625784], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4aa2adb4406c895055b6c1229ad3970896d300f6", "translation": [-9.763660430908203, 8.344566708728962e-07, -13.999858975418817], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4aa2adb4406c895055b6c1229ad3970896d300f6", "translation": [-9.033659934997559, 8.749001949581725e-07, -14.678388674355176], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4aa2adb4406c895055b6c1229ad3970896d300f6", "translation": [-11.14072036743164, 8.353948715011938e-07, -14.015599369072902], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4aa2adb4406c895055b6c1229ad3970896d300f6", "translation": [-11.776289939880371, 8.752041935622401e-07, -14.683488924295318], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4aa2adb4406c895055b6c1229ad3970896d300f6", "translation": [-9.830880165100098, 9.127062412517262e-07, -15.312668841322079], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4aa2adb4406c895055b6c1229ad3970896d300f6", "translation": [-10.474320411682129, 9.154128974842024e-07, -15.358078994865423], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4aa2adb4406c895055b6c1229ad3970896d300f6", "translation": [-11.072360038757324, 9.111916483561799e-07, -15.287258190676027], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "affd27314d1becb79a62dece175068670b27bd4f", "translation": [-4.684120178222656, 9.01621604043612e-07, -15.126699499684548], "rotation": [0.8951514132130516, 2.0497793006413065e-16, -0.44576220950488377, -2.6569500147121158e-08], "non_uniform_scale": [1.000000086114517, 0.9999998807907176, 0.9999999117753925], "motion_type": "STATIC"}, {"template_name": "e116b89bcf250966d0cd6cd2672941d1c76bc361", "translation": [-5.636430263519287, 0.5147501780876524, -3.4385647801569093], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "50cdad3d2dd33f053fc1deabab359cdc1f1edf87", "translation": [-9.880780220031738, 4.6584963797613455e-07, -7.815659533997774], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "50cdad3d2dd33f053fc1deabab359cdc1f1edf87", "translation": [-1.7372299432754517, 4.030853517633659e-07, -6.762649609884619], "rotation": [1.0, -2.2037151699963584e-09, 0.0, 0.0], "non_uniform_scale": [0.6357019543647766, 0.9999997615814413, 0.6823365470961837], "motion_type": "STATIC"}, {"template_name": "0fddc2463656c5494549c791c21bd8ac8b8b4fe7", "translation": [0.36528998613357544, 5.297130201142863e-07, -8.887109226756706], "rotation": [0.707106802259973, 0.0, -0.7071067601131202, -4.2146849766967894e-08], "non_uniform_scale": [0.7263798876774378, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0fddc2463656c5494549c791c21bd8ac8b8b4fe7", "translation": [-6.400030136108398, 2.6770771910378244e-07, -4.491389960563765], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.7263799905776978, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_1", "translation": [-13.01909365967036, 1.3546096236485157, -10.182401034134601], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_7", "translation": [-12.779089152812952, 1.2613327300307193, -10.182258843028619], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_8", "translation": [-12.80840547382831, 1.2612949406904364, -10.18225884047021], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_9", "translation": [-12.830648884177203, 1.2612613236747905, -10.182258838529636], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_10", "translation": [-12.85085272789001, 1.2613190209640548, -10.182258836756482], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_11", "translation": [-12.874726861715311, 1.2613577639785403, -10.18225883466472], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_12", "translation": [-12.90305377542972, 1.26133320686782, -10.18225883219123], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_13", "translation": [-12.932370007038111, 1.261295417527537, -10.18225882963283], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_14", "translation": [-12.954613305628294, 1.2612618005118912, -10.182258827692266], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_15", "translation": [-12.974817246198649, 1.2613194978011555, -10.182258825919105], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_4", "translation": [-13.274738643954818, 1.2612943475460887, -10.206602803335565], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_2", "translation": [-13.114051402717923, 2.017447122239772, -10.17777321580033], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_3", "translation": [-13.116459846496575, 1.9685703662109173, -10.182258762753046], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_3", "translation": [-13.116459846496575, 1.5896804334461434, -10.182258785568509], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_3", "translation": [-13.116459846496577, 1.2107905006813704, -10.182258815834551], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_18", "translation": [-13.23957419409343, 1.6395339312072121, -10.182258761125325], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_19", "translation": [-13.33648252717165, 1.6401067237995477, -10.11535396756845], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_20", "translation": [-13.35338747468322, 1.6392702476562637, -10.244050107511521], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_16", "translation": [-12.972058841906605, 1.638153249380232, -10.182258831720118], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_1", "translation": [-10.892383721621044, 1.3546096247696953, -10.201211305230219], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_7", "translation": [-10.652379214763636, 1.261332731151899, -10.201069114124236], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_8", "translation": [-10.681695535778994, 1.261294941811616, -10.201069111565827], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_9", "translation": [-10.703938946127886, 1.26126132479597, -10.201069109625253], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_10", "translation": [-10.724142789840693, 1.2613190220852344, -10.2010691078521], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_11", "translation": [-10.748016923665995, 1.2613577650997199, -10.201069105760338], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_12", "translation": [-10.776343837380404, 1.2613332079889996, -10.201069103286848], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_13", "translation": [-10.805660068988795, 1.2612954186487166, -10.201069100728446], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_14", "translation": [-10.827903367578978, 1.2612618016330708, -10.201069098787883], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_15", "translation": [-10.848107308149332, 1.261319498922335, -10.201069097014722], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_4", "translation": [-11.148028705905501, 1.2612943486672683, -10.225413074431183], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_2", "translation": [-10.987341464668607, 2.0174471233609514, -10.196583486895948], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_3", "translation": [-10.989749908447259, 1.968570367332097, -10.201069033848663], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_3", "translation": [-10.989749908447259, 1.589680434567323, -10.201069056664126], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_3", "translation": [-10.98974990844726, 1.21079050180255, -10.201069086930168], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_18", "translation": [-11.112864256044114, 1.6395339323283917, -10.201069032220943], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_19", "translation": [-11.209772589122334, 1.6401067249207273, -10.134164238664066], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_20", "translation": [-11.226677536633904, 1.6392702487774433, -10.262860378607138], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b827ad39b820d4908a4222dc95dd4b63ecf6c0a6_part_16", "translation": [-10.845348903857289, 1.6381532505014116, -10.201069102815735], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4ff59e8070d5ea9934152438923cccb3c0a94c20", "translation": [-4.5792999267578125, 6.369924676619121e-07, -10.686959583344446], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4ff59e8070d5ea9934152438923cccb3c0a94c20", "translation": [-6.179299831390381, 6.369924676619121e-07, -10.686959583344446], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4ff59e8070d5ea9934152438923cccb3c0a94c20", "translation": [-5.379300117492676, 6.369924676619121e-07, -10.686959583344446], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c707fe930cb93082c969e8f42adbd65dfea3097a", "translation": [-11.30270004272461, 9.874623856376274e-07, -16.566868748255388], "rotation": [0.8746197083174002, 3.1832341921767125e-16, -0.48480961812115997, -2.889690736846507e-08], "non_uniform_scale": [0.9999999540125687, 0.9999998807907176, 0.999999920536882], "motion_type": "STATIC"}, {"template_name": "47f2e1e508235ae3c63f61efadf14f569171759f", "translation": [-8.616670608520508, 2.3044647434744547e-07, -3.8662500461190774], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "43b7ea81b8b10840845f7d2551599c5a6d96e3d4", "translation": [-11.214410781860352, 6.168145318952156e-07, -10.34843001673039], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ccdac06a414e99b7c79e268bafb18f8c2efac07b", "translation": [-15.589652061462402, 2.834331951362401e-07, -4.7552196529376545], "rotation": [0.7071068022599732, -1.1193814370549408e-10, 0.7071067601131199, 4.203550306976624e-08], "non_uniform_scale": [0.9480129511348634, 1.1291223610493626, 1.1231563613917612], "motion_type": "STATIC"}, {"template_name": "973c8db16abb188caa2868a16141b643684e3881", "translation": [-0.8898999691009521, 1.7498602137118269, -8.525108678640777], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e771b5fdaf65489cdac65ddb61a8dbc64a77adb2", "translation": [-10.4597806930542, 5.489677050718456e-07, -9.210149216046943], "rotation": [0.7071068022599738, -6.382866701678685e-09, -0.7071067601131195, -3.7247831766488855e-08], "non_uniform_scale": [0.6823998878955908, 0.9999998807907169, 0.7675261636062772], "motion_type": "STATIC"}, {"template_name": "e771b5fdaf65489cdac65ddb61a8dbc64a77adb2", "translation": [-9.447319984436035, 5.78287256303156e-07, -9.702049630758154], "rotation": [-4.371138947066777e-08, -3.028436353608771e-16, 0.9999999999999972, 6.06538879007039e-08], "non_uniform_scale": [0.821959972381595, 0.9999998807907168, 0.7675261774627936], "motion_type": "STATIC"}, {"template_name": "e771b5fdaf65489cdac65ddb61a8dbc64a77adb2", "translation": [-9.447319984436035, 5.173772592570458e-07, -8.680149514666198], "rotation": [-4.371138854498737e-08, -5.028152207936416e-16, 0.9999999999999971, 6.322011559479554e-08], "non_uniform_scale": [0.821959972381595, 0.9999998807907164, 0.6140208704446707], "motion_type": "STATIC"}, {"template_name": "9fa8fe43bb0d5bf20eff14d24be87bdd98ea2389", "translation": [-2.4655399322509766, 1.3250403542244271, -9.556578941248688], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9fa8fe43bb0d5bf20eff14d24be87bdd98ea2389", "translation": [-0.8731300234794617, 0.9779905005342044, -10.851399670279605], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9fa8fe43bb0d5bf20eff14d24be87bdd98ea2389", "translation": [-0.9746299982070923, 0.9779904914176569, -10.698449392530918], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9fa8fe43bb0d5bf20eff14d24be87bdd98ea2389", "translation": [-5.769959926605225, 1.362490135663748, -4.666389582819946], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "78e8c0bb62e3ef33af7e1635ca30986837e5ecea", "translation": [0.017230000346899033, 0.5700005865419193, -10.530539804664823], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "d81be9234c949d130bf62a437c75a5ad3b92151d", "translation": [-1.830489993095398, 6.692516194561904e-07, -11.22817830871469], "rotation": [1.0, -5.293956551428101e-23, 0.0, -0.0], "non_uniform_scale": [-0.8469705581665039, 0.9999998807907176, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "d81be9234c949d130bf62a437c75a5ad3b92151d", "translation": [-7.225059986114502, 1.9491257319259603e-07, -3.27009014665542], "rotation": [-4.371138698403708e-08, 9.882985301899787e-23, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [-1.0000001192092933, 0.9999998807907176, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "a27d085c47cf5d7781071ab32515854b2b8c9d7f", "translation": [-7.389939785003662, 8.76542912919831e-07, -14.705948906782282], "rotation": [-4.371138911578287e-08, 1.0587912688704258e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "a27d085c47cf5d7781071ab32515854b2b8c9d7f", "translation": [-5.180020332336426, 7.10668587089458e-07, -11.923039679346061], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b684ded777786e66bb013fc00768d7f77934b618", "translation": [-0.14906999468803406, 6.671041319350479e-07, -11.192149448862665], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "7c552d86b26f38593b3f5601c82ce43cc86e132c", "translation": [-6.103960037231445, 4.085582361312845e-07, -6.854469367595328], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "bf0c3a33b598c3a8a98c2e67aa1980d0d3298bf9", "translation": [0.2953000068664551, 0.6350007227164411, -12.920169022371184], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bf0c3a33b598c3a8a98c2e67aa1980d0d3298bf9", "translation": [0.3310199975967407, 0.6350008797335391, -15.554478634030843], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bf0c3a33b598c3a8a98c2e67aa1980d0d3298bf9", "translation": [-0.7102000713348389, 0.6350001541554917, -3.381299733144047], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bf0c3a33b598c3a8a98c2e67aa1980d0d3298bf9", "translation": [-3.2397000789642334, 0.6566801436912968, -3.2702996774327815], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bf0c3a33b598c3a8a98c2e67aa1980d0d3298bf9", "translation": [-7.466430187225342, 0.6096004060608244, -7.295769697107662], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e73c99996443b0c74a9c191625573afff84f5dc7", "translation": [-2.049354076385498, 1.5039001483371806, -3.1349846935936796], "rotation": [-0.056530322718906345, 3.289839442617429e-09, 0.9984008827186053, 7.859728758030536e-08], "non_uniform_scale": [0.6351007400563793, 0.33866914049755076, 0.9999998299502797], "motion_type": "STATIC"}, {"template_name": "76046a7bd7a4335502da55243e677044f97511bc", "translation": [0.1117900013923645, 6.239187655410205e-07, -10.467619272016293], "rotation": [0.7071068022599739, 1.256073929513096e-15, 0.7071067601131191, 4.2146851023041906e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "787d60a079f4a470dfea457688019097135a188b", "translation": [-11.971151351928711, 6.162571821732854e-07, -10.339079240615376], "rotation": [-4.371138828871428e-08, 1.5517625891123688e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.2012927532196092, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "787d60a079f4a470dfea457688019097135a188b", "translation": [-9.914569854736328, 2.4954798050202953e-07, -4.186720121698357], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c32d5dd6751249c2517774929590e50a01d56a6c", "translation": [-13.344120025634766, 6.962442284930148e-07, -11.681039113936436], "rotation": [0.7065917277009884, -3.369287525498933e-10, 0.7076214597823686, 4.184639576607617e-08], "non_uniform_scale": [2.0336266841869435, 0.9999998807907177, 1.015999857087236], "motion_type": "STATIC"}, {"template_name": "c32d5dd6751249c2517774929590e50a01d56a6c", "translation": [-13.343890190124512, 7.413202638417715e-07, -12.437289450330127], "rotation": [0.706591727705963, -3.36928752551391e-10, 0.7076214597774014, 4.184639576636992e-08], "non_uniform_scale": [1.3557512022641791, 0.9999998807907177, 1.015999857087236], "motion_type": "STATIC"}, {"template_name": "c32d5dd6751249c2517774929590e50a01d56a6c", "translation": [-12.734289169311523, 6.159460212984413e-07, -10.33385882771853], "rotation": [-0.0007280865026069004, 3.471826255215751e-13, 0.9999997349449854, 5.960838691842452e-08], "non_uniform_scale": [1.3557514021084762, 0.9999998807907176, 1.0159999156083066], "motion_type": "STATIC"}, {"template_name": "c32d5dd6751249c2517774929590e50a01d56a6c", "translation": [-10.69260025024414, 6.170600954646943e-07, -10.352549889531701], "rotation": [-0.0007280865026069004, 3.471826255215751e-13, 0.9999997349449854, 5.960838691842452e-08], "non_uniform_scale": [0.6778757010542381, 0.9999998807907176, 1.0159999156083066], "motion_type": "STATIC"}, {"template_name": "c32d5dd6751249c2517774929590e50a01d56a6c", "translation": [-9.908639907836914, 2.9542684387706686e-07, -4.956439676496984], "rotation": [0.7081168887154091, 3.30428010754739e-10, 0.7060952286455469, 4.242324928286297e-08], "non_uniform_scale": [1.732096495529244, 0.9999998807907177, 1.0159998328342683], "motion_type": "STATIC"}, {"template_name": "e7af9fee904b6d58efdcd8208a2d01d1f481af60", "translation": [-9.262991905212402, 0.016380368519993693, -6.18469916575673], "rotation": [0.999977590882293, -1.3237550046642476e-20, 0.006694604786351307, 3.9902956200903184e-10], "non_uniform_scale": [0.9999999900691746, 0.9999998807907176, 0.9999998708812631], "motion_type": "STATIC"}, {"template_name": "f3f916bb4b25c171757663ff648f542183f39472", "translation": [-1.6596901416778564, 5.891376986255636e-07, -9.884089834446286], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ec5696be45d44b2510cc356672117115056bfec8", "translation": [-0.9372699856758118, 3.526771195083711e-07, -5.916939859572636], "rotation": [0.9242248947080433, 2.044336342900077e-16, -0.38184858779613945, -2.2759951284982688e-08], "non_uniform_scale": [0.9999999840915565, 0.9999998807907177, 0.9999999242715133], "motion_type": "STATIC"}, {"template_name": "fab3e8e5223d512a551ed0826310e31a81cc9fee", "translation": [-6.5817484855651855, 9.180880624626298e-07, -15.402960812868969], "rotation": [0.9110166492107893, 3.6895000442619575e-16, 0.4123695731510089, 2.457914420396969e-08], "non_uniform_scale": [0.9999999990269328, 0.9999998807907176, 0.999999947114682], "motion_type": "STATIC"}, {"template_name": "6a30f6e70dc1bb2f688ada0e3323c7eb77069790", "translation": [-8.740699768066406, 4.7031761596372235e-07, -7.890619761310802], "rotation": [1.0, -3.3207494741127474e-09, 0.0, 0.0], "non_uniform_scale": [0.751000702381134, 0.9999998807907164, 0.6263820378324912], "motion_type": "STATIC"}, {"template_name": "f9db85d8dab685dcb21142b64314eb207de68dbf", "translation": [-2.142319917678833, 4.795896870746219e-07, -8.046179291833653], "rotation": [-4.3711388975806114e-08, 1.1422239197767232e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.6055952906608605, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3e02e844975990aa6f86ffefa25e68936e460d82", "translation": [-8.482709884643555, 0.9440202478724729, -4.550949722828264], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4ec6215b43f606e9e77c881ad0f1dfa81474805d", "translation": [-6.3615498542785645, 1.7975700419437928, -4.666389556887161], "rotation": [0.7071068086823467, 0.7071067536907418, 6.181723687475657e-08, -6.181723440179896e-08], "non_uniform_scale": [2.181818246841464, 0.9999998211861033, 2.1428565808705446], "motion_type": "STATIC"}, {"template_name": "82739c6bec84bf7b9854284d74e62f4a01c4a93e", "translation": [-6.044849872589111, 1.3777803913992486, -6.604849339566833], "rotation": [-3.090861663990942e-08, -3.090861929362054e-08, 0.7071068451001754, -0.7071067172729124], "non_uniform_scale": [1.0885713100433392, 0.9999998211860867, 1.2915253291695838], "motion_type": "STATIC"}, {"template_name": "fc321262b774bd9c95c006b57dec5aef6c6b9abb", "translation": [-6.110555171966553, 0.3284801075601713, -3.0447199718236853], "rotation": [-3.090861932392879e-08, -3.0908619323928226e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "92b6e7fee6aad73449e8f6b2b75b2b87e6ffa513", "translation": [-7.4022297859191895, 0.570000841474819, -14.807603873157216], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "92b6e7fee6aad73449e8f6b2b75b2b87e6ffa513", "translation": [-5.167449951171875, 0.5700006662127457, -11.867194388079934], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "92b6e7fee6aad73449e8f6b2b75b2b87e6ffa513", "translation": [-5.511280059814453, 0.6747003848031312, -6.765824828116578], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "77ca8f9bd244589360ac1175aca4010f83e19914", "translation": [-13.343449592590332, 6.333858095786127e-07, -10.626449905249444], "rotation": [0.7071068022599736, 3.318619696465485e-10, 0.7071067601131197, 4.2484021500282846e-08], "non_uniform_scale": [1.5709208505796879, 0.9999998807907177, 1.0159997334480444], "motion_type": "STATIC"}, {"template_name": "77ca8f9bd244589360ac1175aca4010f83e19914", "translation": [-14.416669845581055, 7.984424428286729e-07, -13.395640528461854], "rotation": [-4.3711389352584156e-08, 2.0843295321043137e-17, 0.9999999999999973, 5.960840291121159e-08], "non_uniform_scale": [1.5709210634231627, 0.9999998807907176, 1.0159997920990205], "motion_type": "STATIC"}, {"template_name": "77ca8f9bd244589360ac1175aca4010f83e19914", "translation": [-15.394619941711426, 7.984424428286729e-07, -13.395640528461854], "rotation": [-4.371138892765649e-08, 2.0843320648706962e-17, 0.9999999999999973, 5.960840291121159e-08], "non_uniform_scale": [1.0026316642761268, 0.9999998807907176, 1.0159997920990205], "motion_type": "STATIC"}, {"template_name": "05ddc6731f34bdbe1aa5cff98cd8fcd1db254a84", "translation": [-8.07635498046875, 1.750000169232493, -4.5892497098892875], "rotation": [-0.5000000218556919, -0.49999999205336915, 0.5000000377489525, -0.49999994834198175], "non_uniform_scale": [1.7804776560975493, 0.9999998211860768, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "05ddc6731f34bdbe1aa5cff98cd8fcd1db254a84", "translation": [-8.07635498046875, 1.7500002067822322, -5.219229759619822], "rotation": [-0.5000000218556919, -0.49999999205336915, 0.5000000377489525, -0.49999994834198175], "non_uniform_scale": [1.7804776560975493, 0.9999998211860768, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "05ddc6731f34bdbe1aa5cff98cd8fcd1db254a84", "translation": [-10.214554786682129, 1.7500001902419342, -4.941729623572229], "rotation": [0.4999999781443043, 0.49999994834198414, 0.5000000814603474, -0.4999999920533546], "non_uniform_scale": [2.21093474561367, 0.9999998211860872, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "2fcbcfe7e87c076203820c7d02cfcfc73bf13966", "translation": [-13.64946460723877, 1.7500005402428087, -10.813769545330388], "rotation": [0.49999997814430497, 0.4999999483419848, 0.5000000814603451, -0.49999999205335527], "non_uniform_scale": [1.780477656097568, 0.9999998211860872, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "2fcbcfe7e87c076203820c7d02cfcfc73bf13966", "translation": [-13.653604507446289, 1.7500006376207011, -12.447499382644878], "rotation": [0.49999997814430497, 0.4999999483419848, 0.5000000814603451, -0.49999999205335527], "non_uniform_scale": [1.780477656097568, 0.9999998211860872, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "5cd043b511e3f7031892d1fa56fe309d2896128a", "translation": [-15.359930038452148, 1.0370731473585693e-07, -1.7399199163961399], "rotation": [0.7071068022599728, 3.270014683904982e-09, 0.7071067601131201, 4.6017479819943495e-08], "non_uniform_scale": [0.8600677931268338, 0.933967061761962, 1.1055120762877415], "motion_type": "STATIC"}, {"template_name": "c26b16c8dfdba6600221a57542782292c15e983b", "translation": [-0.06931000202894211, 5.353164738153282e-07, -8.981119574241632], "rotation": [-4.3711390004465834e-08, 1.0136319152845728e-17, 0.9999999999999973, 5.960554351711835e-08], "non_uniform_scale": [-0.7618952393531828, 0.9999998807907177, 1.0077807894014337], "motion_type": "STATIC"}, {"template_name": "669d3231540c04efe602b1b4402e618c6eebe5ce", "translation": [-5.209559917449951, 2.2689819445531612e-07, -3.8067197914886464], "rotation": [0.7071068022599728, 0.0, -0.7071067601131202, -4.2146849766967894e-08], "non_uniform_scale": [0.8466665836175332, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9dd37f9d2772c3a2146ba82a92073cca7e1fddbd", "translation": [-5.962470054626465, 7.933950314509275e-07, -13.310959022583972], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx9980f374x4ef9x49c2xb14fx1fd1554b3bd1", "translation": [-8.273209571838379, 2.1869122690532095e-07, -3.669029732404354], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "135f892cc50a9139725fa14b7467a2c841ea4064", "translation": [-3.564802885055542, 9.210355074174004e-07, -15.45241073057582], "rotation": [0.8412804883965471, 3.8329160477443515e-16, 0.5405988714779807, 3.2222206217494e-08], "non_uniform_scale": [0.9999999244060128, 0.9999999999999928, 1.000000037022833], "motion_type": "STATIC"}, {"template_name": "499b28a38eddbc38dcf6f1cf78adce5b2000932e", "translation": [-5.8065505027771, 7.8942002801341e-07, -13.244269535287003], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "499b28a38eddbc38dcf6f1cf78adce5b2000932e", "translation": [-5.3942999839782715, 5.173939712221909e-07, -8.68042989489851], "rotation": [-4.371138773773149e-08, -6.157800950304596e-16, 0.9999999999999969, 6.591887615244302e-08], "non_uniform_scale": [0.6266719698905969, 0.9999998807907163, 0.527304944121249], "motion_type": "STATIC"}, {"template_name": "32a302104ec8f94faa2950f0167945ed4895e9b9", "translation": [-7.789850234985352, 2.5131643610620813e-07, -4.216389881587617], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9ce521b91cc415fd21594aa3c509f3eb48552f86", "translation": [0.3510400056838989, 5.848479531778139e-07, -9.812119852774117], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "00b285ed70673826ccb6941929a64abfaf5f9239", "translation": [-8.358850479125977, 3.082424484546209e-07, -5.171449829849593], "rotation": [0.707106802259973, -2.8585479476586065e-09, -0.7071067601131203, -3.962974018056297e-08], "non_uniform_scale": [0.9999998807907176, 1.135646923107267, 0.9999998807907181], "motion_type": "STATIC"}, {"template_name": "f703fe7330478ef72a64a1ceaa1dd112399da10e", "translation": [-6.412479877471924, 0.666790377850532, -6.862709550291299], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "0e469ac0e119d1b2307a76fa0ac9611ecf13e6d8", "translation": [-10.763779640197754, 2.1283031514940376e-07, -3.570699955779304], "rotation": [-4.371138911578287e-08, 2.611732110491594e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [0.9999998807907143, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "6cd2dc2611c27f758c972b4874efad8c8cbd5d29", "translation": [-8.383489608764648, 2.725294052652316e-07, -4.572284425956923], "rotation": [0.7071068022599736, -8.114418593760322e-09, -0.7071067601131199, -3.6288294435360127e-08], "non_uniform_scale": [0.9999998807907176, 1.3850544232065063, 0.9999998807907192], "motion_type": "STATIC"}, {"template_name": "b213ed394378bfbf437261a4be34f9c2c44a93db", "translation": [-2.0393199920654297, 0.02127024082899931, -4.071029896002999], "rotation": [-4.3711388286737876e-08, 3.1058814544726735e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "6d79d6b7fe975595f243b663d97a4246be2facf4", "translation": [-13.651339530944824, 1.8240005899762863, -11.706158785214448], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6d79d6b7fe975595f243b663d97a4246be2facf4", "translation": [-9.12658977508545, 1.824000489614626, -10.022369632341245], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "749120ec317b7599515586f14ebdce6a0c11e8bc", "translation": [-2.6548800468444824, 4.218548497192387e-07, -7.077549512532357], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "749120ec317b7599515586f14ebdce6a0c11e8bc", "translation": [-9.573100090026855, 4.250365464031347e-07, -7.130929521862868], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "adf1a6430989bad369414f30e27f74084f3d2cae", "translation": [-4.4923601150512695, 7.978940175235039e-07, -13.386439479205592], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8f39565d1b59c5d7a87c91cfa1e6081703aa8f30", "translation": [-1.761989951133728, 5.403601903708477e-07, -9.065739091292642], "rotation": [1.0, -4.4332464947094553e-10, 0.0, 0.0], "non_uniform_scale": [0.8636000752449036, 1.0939998514652345, 0.9208748434931168], "motion_type": "STATIC"}, {"template_name": "dbce8b7313cd8c2c3689cf4083956ba734228e01", "translation": [-9.967900276184082, 7.648789051017957e-07, -12.832537839857423], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dbce8b7313cd8c2c3689cf4083956ba734228e01", "translation": [-10.614250183105469, 7.663387009415601e-07, -12.857029148517256], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dbce8b7313cd8c2c3689cf4083956ba734228e01", "translation": [-11.226428985595703, 7.657623086743115e-07, -12.847358891525289], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dbce8b7313cd8c2c3689cf4083956ba734228e01", "translation": [-9.424059867858887, 7.66270147778414e-07, -12.855879017360223], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "75a81b91945da206c06e06afe73ecf99d9e442da", "translation": [-1.7429800033569336, 0.8286304888299263, -8.523914733377378], "rotation": [-3.0908618177778835e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.813804864883426, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "24304078d26588e2d78d4db014c5804506388cf5", "translation": [-7.386819839477539, 4.3960807261100854e-07, -7.375399149930502], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "86f395c367ee9ed41b86464deb1e70314fb76174", "translation": [-7.2623748779296875, 7.113575861694699e-07, -11.934599165046222], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d19a110579145ade0ca988b02b7db98c48429c5a", "translation": [0.5402950644493103, 1.8399107646000346, -14.15832901011467], "rotation": [-0.5000000218556918, -0.49999999205336904, 0.500000037748953, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "5ca9a18202d7cd7fe7568cc7ac588705b4ae4afa", "translation": [-9.909749984741211, 2.0418882229478186e-07, -3.4257197722363486], "rotation": [0.7071068022599736, 5.779973976697118e-10, 0.7071067601131197, 4.2741147471595204e-08], "non_uniform_scale": [1.4117908828383159, 0.9999997615814423, 1.0282010419248913], "motion_type": "STATIC"}, {"template_name": "4d401368b8028ec19a00a0f3878b8ab5a2cd75b4", "translation": [-15.421369552612305, 9.762650279299123e-07, -16.379008270561144], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e2ccbc72bf0fd7d7c0ac172153fa5441393463b8", "translation": [-2.2662899494171143, 3.692349537232076e-07, -6.194734204129304], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "218-27", "translation": [-0.3179199993610382, 1.4500002970856514, -5.634269768937216], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-28", "translation": [-11.930370330810547, 1.6511005344033336, -9.954499506616578], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "203-1", "translation": [-9.189069747924805, 1.0360503199911122, -7.041409487875704], "rotation": [0.7071067910217403, -1.0294328215895812e-22, -0.7071067713513534, -4.21468504368188e-08], "non_uniform_scale": [0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "218-29", "translation": [-9.189069747924805, 1.168450401602989, -7.9414295488667435], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "218-30", "translation": [-6.101200103759766, 2.1335998080045186, -2.970049792310604], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "218-31", "translation": [-0.8813400268554688, 2.1335998080045186, -2.970049792310604], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-31", "translation": [-3.3664300441741943, 2.1335998080045186, -2.970049792310604], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-27", "translation": [-0.7345800995826721, 1.4500003478956245, -6.486719612078659], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "4076-2", "translation": [-12.902600288391113, 1.1200007944124692, -14.368028671262884], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3753-4", "translation": [0.6149700284004211, 2.133600278531304, -10.864178836478033], "rotation": [0.7071067910217403, -1.0294328215895812e-22, -0.7071067713513534, -4.21468504368188e-08], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "211-7", "translation": [-8.190930366516113, 1.1200008922207232, -16.008978776396525], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-10.206419944763184, 1.450000915168559, -16.00397959625836], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-11.764840126037598, 1.450000915168559, -16.00397959625836], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-6.41726016998291, 1.450000915168559, -16.00397959625836], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-5.000870227813721, 1.450000915168559, -16.00397959625836], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "220-5", "translation": [-11.382920265197754, 3.048000869511398, -16.003979501010136], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "220-5", "translation": [-5.670469760894775, 3.048000869511398, -16.003979501010136], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "220-5", "translation": [-8.331338882446289, 3.048000869511398, -16.003979501010136], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "3753-5", "translation": [0.6149700284004211, 2.209800611190232, -12.380669677825537], "rotation": [0.7071067910217403, -1.0294328215895812e-22, -0.7071067713513534, -4.21468504368188e-08], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "218-32", "translation": [-1.0706901550292969, 1.450000915168559, -16.00397959625836], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3753-4", "translation": [0.6149700284004211, 2.1336001635760056, -8.935549076250226], "rotation": [0.7071067910217403, -1.0294328215895812e-22, -0.7071067713513534, -4.21468504368188e-08], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "203-1", "translation": [-2.9986801147460938, 1.0360503237593193, -7.104629508216384], "rotation": [0.7071067292045052, -1.9184883258843258e-22, 0.7071068331685849, 4.214685412141269e-08], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-29", "translation": [-2.9986801147460938, 1.1684504066037888, -8.025329041851784], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-33", "translation": [-1.8413300514221191, 1.955900340875374, -8.449239110640306], "rotation": [-4.371138781308187e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "200-5", "translation": [-9.180680274963379, 1.1200001150399501, -2.9700498527258574], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "218-34", "translation": [-8.415780067443848, 1.44780013097823, -2.9700498331874527], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "201-3", "translation": [-11.911160469055176, 1.1200002096307387, -4.557019849001158], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "201-3", "translation": [-11.911160469055176, 1.1200001610982255, -3.7427794419062295], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "201-3", "translation": [-10.289231300354004, 1.120000294988749, -5.98908954208553], "rotation": [0.7071067910217403, -1.0294328215895812e-22, -0.7071067713513534, -4.21468504368188e-08], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}]}
scenes/102344328.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/102344328"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "4972701aa5dd6a43a45791d9246dc46e66f24aa8", "translation": [-8.018309593200684, -7.927418721465074e-09, 0.13300000828504466], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "08c022d1c4603d259da265a9725b24ce8f5fda07", "translation": [-10.563759803771973, 4.217583011723036e-07, -7.07592969680249], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "08c022d1c4603d259da265a9725b24ce8f5fda07", "translation": [-10.560500144958496, 2.557551965765015e-07, -4.290859920331229], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0c7a526ded3363bddc2f8335689548c25a0dfb5c", "translation": [-17.884510040283203, 5.900204058661984e-08, -0.9898899203604472], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "29ba050e69589907868d5a1909fa70ade849f0af", "translation": [-7.925940036773682, 8.818508234753608e-08, -1.4795000863373176], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "29ba050e69589907868d5a1909fa70ade849f0af", "translation": [-10.895230293273926, 0.0010000881729751512, -1.479500086277713], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "2b08a535c8d8b3353546421c432963c628abb445", "translation": [-2.110569953918457, 5.246735099717625e-07, -8.802560281600904], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5b16f3083c6a9446128debffc2cb7c911b54e221", "translation": [-5.390550136566162, 1.933598525738489e-07, -3.2440398189997666], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5b16f3083c6a9446128debffc2cb7c911b54e221", "translation": [-5.390550136566162, 2.475500195942004e-07, -4.153199901986113], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [-0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a1bcb3b7e2a89db0b438a339719fb643312278a2", "translation": [-6.686049938201904, 1.9873857581842458e-07, -3.33427981529951], "rotation": [0.7071068022599728, -1.256074079248779e-15, -0.7071067601131205, -4.214684851089383e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "a1bcb3b7e2a89db0b438a339719fb643312278a2", "translation": [19.797779083251953, 1.7237248073342926e-07, -2.8919301693481003], "rotation": [0.7071068022599728, -1.256074079248779e-15, -0.7071067601131205, -4.214684851089383e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "a7c2a006fbc020eceae0be06a3d5f3423926423e", "translation": [-7.010990142822266, 1.984280317269004, -7.471650036815966], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f50dad3091de4f60ff90e427df471a5d3de413fa", "translation": [22.073572158813477, 3.3854098546726163e-07, -5.679774899496124], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7b5da8f9e9ea038380757649496ba1d0ca0cd2e0", "translation": [-10.198810577392578, 1.8191202919757288, -5.887579458552601], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6edb36e4b8066d96a105980dbb29660f6e61dd78", "translation": [13.877060890197754, 1.5653490947897808e-07, -2.626219831334353], "rotation": [-0.7040291378910932, 2.3712716623827414e-15, 0.7101710871334612, 4.232949552907677e-08], "non_uniform_scale": [0.9999999938068632, 0.9999998807907177, 0.9999999937978694], "motion_type": "STATIC"}, {"template_name": "670789b6e816365611927e83ede77475205bd8e8", "translation": [-10.198810577392578, 1.5627503012186352, -6.920359582715626], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "db256923d176b8dabf697f80067949282ac57326", "translation": [-8.668129920959473, 3.851616270367231e-07, -6.461939426544916], "rotation": [-4.3711388286737876e-08, 3.1058814544726735e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "e6721c1f71a614592b41e3bb81f6125be1e685bb", "translation": [1.5778900384902954, 1.3971201445651076, -3.8404397226834277], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "87b5d5a0d698193ec223c47bc7ad3da16daf414e", "translation": [-10.198810577392578, 1.6024602076792789, -4.638099775280942], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "bd221a8019fb371e665eac82800d7a60eb0d40dc", "translation": [-16.363574981689453, 3.38885712380943e-07, -5.685558457043243], "rotation": [0.7056795974425525, -5.211625048850881e-16, 0.7085310901811686, 4.223174593064261e-08], "non_uniform_scale": [1.0000000247808012, 0.9999999999999929, 1.0000000247788625], "motion_type": "STATIC"}, {"template_name": "cfd8f4b2d212696fd219492294adfc2d115925fc", "translation": [-8.986849784851074, 9.077846385707744e-08, -1.5230098054999175], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cfd8f4b2d212696fd219492294adfc2d115925fc", "translation": [-9.824850082397461, 9.077846385707744e-08, -1.5230098054999175], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d0b556764051e5ea4800252b4b9ba5210ab28a32", "translation": [-7.131189346313477, 0.7750804243427574, -7.47164963205277], "rotation": [0.44722319169794833, 0.8944223928365692, 2.101957626490246e-12, -7.819289199139314e-08], "non_uniform_scale": [1e-07, 0.9999998211860952, 0.0022222217790911925], "motion_type": "STATIC"}, {"template_name": "3d891a2608d3428cef128bf4aeb855f7232edb00", "translation": [17.295780181884766, 2.0825903640609624, -6.45995899781289], "rotation": [-0.5000000218556954, -0.49999999205336904, 0.5000000377489494, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.999999761581444], "motion_type": "STATIC"}, {"template_name": "99d7270987bccc5133d52f97f185821b7bee789a", "translation": [0.577970027923584, 3.006696758234284e-08, -0.504439979526996], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "27a8c993557a0484ff384bb0483d112285f8791d", "translation": [1.5778900384902954, 2.0696899867576377, -2.030559772238135], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "27a8c993557a0484ff384bb0483d112285f8791d", "translation": [1.5778900384902954, 2.0696899396890416, -1.240879815186858], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "27a8c993557a0484ff384bb0483d112285f8791d", "translation": [1.5778900384902954, 2.069690031527884, -2.781679817952508], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "27a8c993557a0484ff384bb0483d112285f8791d", "translation": [0.5384500026702881, 2.0696898779124027, -0.20443986212432463], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "27a8c993557a0484ff384bb0483d112285f8791d", "translation": [-0.23291997611522675, 2.0696898779124027, -0.20443986212432463], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ba8d612de3070ed6345dc44886ec05a7345b1c", "translation": [-3.4560301303863525, 4.819071364181582e-07, -8.08505963772177], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "a5ba8d612de3070ed6345dc44886ec05a7345b1c", "translation": [-1.022510051727295, 4.819071364181582e-07, -8.08505963772177], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "77ad715fa7967499cc3a94d050b7880481918664", "translation": [-11.523969650268555, 2.719628753311554e-07, -4.56277963144899], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "77ad715fa7967499cc3a94d050b7880481918664", "translation": [-15.532329559326172, 4.073297930062836e-07, -6.833859513171916], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "400f544174bb917dc30e931070f73db1bc6e7d1d", "translation": [13.89480972290039, 8.001536144774946e-08, -1.3424349223116039], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c6727c642c3dd018f4ae964f7ed8fccf95a0e204", "translation": [-9.411410331726074, 2.6540607223068946e-07, -4.452774736119807], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "fe989c1324374b664c439d5faf1db3eddd761701", "translation": [-12.514129638671875, 3.5425603073235834e-07, -5.943429592643383], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2c2399e7e1bda46b611747dcea431c6a6ac2000b", "translation": [1.3501399755477905, 2.6964127641804225e-07, -4.523829667339925], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2c2399e7e1bda46b611747dcea431c6a6ac2000b", "translation": [27.843910217285156, 1.100409008358838e-07, -1.8461798521173023], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2c2399e7e1bda46b611747dcea431c6a6ac2000b", "translation": [27.99066925048828, 0.0010004784332081698, -8.02697992158053], "rotation": [0.707106802259973, -2.8984633801008827e-10, -0.7071067601131202, -4.186093590467889e-08], "non_uniform_scale": [0.7223551438835177, 0.9999998807907176, 0.9864323743324057], "motion_type": "STATIC"}, {"template_name": "931d3dce23627f66e6050810cb910e331c2dd02e", "translation": [20.398250579833984, 4.257744592450763e-07, -7.1433096442633826], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d5d3d6b8376d50b96e2c1f4333847dcbd4724b59", "translation": [11.99410629272461, 1.0435938690989133e-07, -1.7508598714554324], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "c5f1f1cbdefa78aeac4b7c4bc1a4bdf6961fef81", "translation": [15.470600128173828, 0.7112002570855651, -5.0435797122251955], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d0e5bcecf04d4d5cf0978fe6b1ea9247e9a953fc", "translation": [-5.9725799560546875, 3.3383221875737945e-07, -5.600774908019588], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f7efe1abca649ce6c56cd87d7fe8fa15335217e5", "translation": [-12.912020683288574, 2.627396611387667e-07, -4.408039783952233], "rotation": [-4.371138781308187e-08, 4.9414930256588236e-23, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "f7efe1abca649ce6c56cd87d7fe8fa15335217e5", "translation": [-14.870189666748047, 2.638298326473887e-07, -4.426329825739259], "rotation": [-4.371138781308187e-08, 4.9414930256588236e-23, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "3f7e151179b654ffc659bc49f5f4c16cb1142a15", "translation": [12.255550384521484, 4.54787624448727e-07, -7.630069754715549], "rotation": [0.7103913065261599, 4.459470255010871e-16, 0.7038069277948704, 4.1950164872215926e-08], "non_uniform_scale": [0.9999999022607544, 0.9999998807907176, 0.9999999022504181], "motion_type": "STATIC"}, {"template_name": "396cb5be76282bba5590f45f0bacdd9d79475a93", "translation": [21.482040405273438, 2.8921724037900276e-07, -4.852259823545211], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "78a66439eecf2b3387825947e58383ef27e3f66e", "translation": [27.973417282104492, 2.0854413662618754e-07, -3.498789817166923], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx0e0ee0e0xc2a7x4710xb54axcbe6caa6d5b3", "translation": [-1.5917500257492065, 3.7250876516736753e-07, -6.249659642597436], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "fbfd1be7be3ffb73366b375589c1537225d64de8", "translation": [-12.377880096435547, 2.129310416876251e-07, -3.5723898665672493], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fbfd1be7be3ffb73366b375589c1537225d64de8", "translation": [-13.163399696350098, 2.129310416876251e-07, -3.5723898665672493], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fbfd1be7be3ffb73366b375589c1537225d64de8", "translation": [-13.948919296264648, 2.129310416876251e-07, -3.5723898665672493], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fbfd1be7be3ffb73366b375589c1537225d64de8", "translation": [-14.734439849853516, 2.129310416876251e-07, -3.5723898665672493], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5a54f0f70cc6b150f3c4562e65b13f6758508d6a", "translation": [-2.126650094985962, 3.542894546626485e-07, -5.943990353108006], "rotation": [-4.371138816899549e-08, -1.2515238865449339e-16, 0.9999999999999973, 5.975679976356963e-08], "non_uniform_scale": [0.9052001833915745, 0.9999999999999926, 0.9039284105386218], "motion_type": "STATIC"}, {"template_name": "0cf04fafe522f155284c9507c3f73251095af400", "translation": [-5.943380355834961, 5.011463031223684e-07, -8.407839273939146], "rotation": [0.7071068022599712, 8.759306693702725e-09, -0.7071067601131207, -5.713684913338951e-08], "non_uniform_scale": [0.8138441554400828, 0.999999880790721, 1.7113222055839157], "motion_type": "STATIC"}, {"template_name": "0cf04fafe522f155284c9507c3f73251095af400", "translation": [-9.075090408325195, 5.011463031223684e-07, -8.407839273939146], "rotation": [0.7071068022599712, 8.759306693702725e-09, 0.7071067601131207, 5.713684913338951e-08], "non_uniform_scale": [-0.8138441554400828, 0.999999880790721, 1.7113222055839157], "motion_type": "STATIC"}, {"template_name": "0cf04fafe522f155284c9507c3f73251095af400", "translation": [-12.206809997558594, 5.011463031223684e-07, -8.407839273939146], "rotation": [0.7071068022599712, 8.759306693702725e-09, -0.7071067601131207, -5.713684913338951e-08], "non_uniform_scale": [0.8138441554400828, 0.999999880790721, 1.7113222055839157], "motion_type": "STATIC"}, {"template_name": "0cf04fafe522f155284c9507c3f73251095af400", "translation": [-4.873960018157959, 3.78223660391086e-07, -6.345539668468234], "rotation": [1.0, -4.405764708738162e-09, 0.0, 0.0], "non_uniform_scale": [0.8138442635536194, 0.999999880790721, 1.7113222227904388], "motion_type": "STATIC"}, {"template_name": "984665d3445bda636ec38444167785ad3d6d586a", "translation": [-3.125809907913208, 1.7733692914134735e-07, -2.97521978764415], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "1f148fddeb1bb6e9634f8d8be3c979e0d5405a65", "translation": [-4.625500202178955, 0.01000051321388129, -8.624049625751368], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1f148fddeb1bb6e9634f8d8be3c979e0d5405a65", "translation": [-13.700949668884277, 0.010000510713452981, -8.582099402421719], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "60cd29ad4e6dcb4a8a79f7a85ba52ec6b2a18134", "translation": [-6.158289909362793, 1.8249402100789425, -3.916519538077118], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "99598999fdc7799da2c7f52a7a1ceded69e2cf09", "translation": [21.609800338745117, 3.833675634723477e-07, -6.431840036401724], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "948d2d0ada8b9333b158630219723c623aceca29", "translation": [22.924440383911133, 4.812467295778333e-07, -8.073979850174169], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "948d2d0ada8b9333b158630219723c623aceca29", "translation": [20.591947555541992, 4.796833081854857e-07, -8.047749993339153], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "401ff13a2f1d387a9ee7045fe0924c3ceb357d85", "translation": [-5.819979667663574, 2.069689895452882, -4.498719777559643], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "46718a0ccdb3b49c1586550961d8869f7975492f", "translation": [27.925329208374023, 3.3042016411855e-07, -5.543530133752199], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8879706acbcc49d188193ce9820eefd75068141f", "translation": [-7.531069755554199, 1.5879104068124335, -7.471649583604325], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b4032bbb481f0cd94f81688416fa313f63df1928", "translation": [11.689290046691895, 2.0696898630279605, -3.95471989962995], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b572c59f8e82fb0abeae6ae5f488c231a31215a9", "translation": [-9.813909530639648, 2.1263420535433397e-07, -3.5674097795838122], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e4537a197bb32f397f7f53c519f8caa3ffd5a6f2", "translation": [-11.926919937133789, 0.7600002569389375, -5.2307196861076335], "rotation": [0.26413470399531874, -1.2621961762772421e-15, 0.9644857998671116, 5.748783635173336e-08], "non_uniform_scale": [1.0000000411341687, 0.9999998807907176, 0.9999999528714623], "motion_type": "STATIC"}, {"template_name": "51acab78344c2ebc6e223ca8d5f8809a82b55333", "translation": [12.646479606628418, 2.9986262006787e-07, -5.03085964734197], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2be70cb7fe451eabbf070838667e5ae4b8c43974", "translation": [15.48859977722168, 2.9910444254710455e-07, -5.018139540067921], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "536100fd205082be4134f50246a0de90f15d7c2b", "translation": [-0.6560850143432617, 2.7559999863713927, -1.8233496797472242], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "536100fd205082be4134f50246a0de90f15d7c2b", "translation": [-0.029839999973773956, 2.7559999860730784, -1.8183447972330384], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ad4b7198f5d3fa326398c1c239a4e6c830ed3320", "translation": [17.47395133972168, 0.7985002958124952, -6.737409619336724], "rotation": [0.4999999781443094, 0.4999999483419839, 0.5000000814603441, -0.4999999920533528], "non_uniform_scale": [0.9999999403953679, 0.9999999403953697, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ad4b7198f5d3fa326398c1c239a4e6c830ed3320", "translation": [17.47395133972168, 0.800000306213505, -6.737409619247316], "rotation": [0.4999999781443094, 0.4999999483419839, 0.5000000814603441, -0.4999999920533528], "non_uniform_scale": [0.9999999403953679, 0.9999999403953697, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "66a282f7fe1bc21fd90a35a3f9623f193103b493", "translation": [20.1907901763916, 2.06999009986761, -5.093329956333619], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "66a282f7fe1bc21fd90a35a3f9623f193103b493", "translation": [16.136350631713867, 2.0699899369472377, -2.35997984230697], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "65cdf84803b5acb58303b514f3346b66d8b58637", "translation": [12.135250091552734, 1.9026875008876232e-07, -3.1921797280204345], "rotation": [-4.3711388286737876e-08, 3.1058814544726735e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "65cdf84803b5acb58303b514f3346b66d8b58637", "translation": [21.6807804107666, 5.383253309787506e-08, -0.9031599817776659], "rotation": [0.7071068022599728, 2.5121478590261966e-15, -0.7071067601131205, -4.2146852279116215e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "77205ffb7a84841bf263b9293c99654f816a52cf", "translation": [1.5786900520324707, 2.0696898972123883, -0.5282398701947919], "rotation": [-0.5000000218556971, -0.49999999205336904, 0.5000000377489476, -0.4999999483419815], "non_uniform_scale": [0.9999998807907162, 0.9999999403953592, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "0071f864b2cc52a7ecd4603f5f92bcdcdc93a2d1", "translation": [-17.92951011657715, 2.069689632284655, -0.08348985593439728], "rotation": [0.4999999781443101, 0.4999999483419846, 0.500000081460342, -0.4999999920533535], "non_uniform_scale": [0.9999998807907267, 0.9999999403953697, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4a054dac8f02a8bdde034b12248b4fe4ebb5689d", "translation": [-5.703249931335449, 6.570637367531162e-08, -1.1023699580210433], "rotation": [0.7071068022599741, -9.487739956907778e-09, -0.7071067601131193, -3.56045866691265e-08], "non_uniform_scale": [0.7522879390544928, 0.9999998807907167, 0.6895490473777637], "motion_type": "STATIC"}, {"template_name": "268fba8564a56219ec24229203fa260753720b5e", "translation": [12.718969345092773, 2.602368631698937e-08, -0.4366049804326888], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "268fba8564a56219ec24229203fa260753720b5e", "translation": [15.070651054382324, 2.602368631698937e-08, -0.4366049804326888], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "bcf61102b03eb2ae1204336c505a427b6e779486", "translation": [22.165477752685547, 4.835748654841154e-07, -8.113039486823084], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "32c3ff6aa5f13bd694a1edef070f913065d3f644", "translation": [28.179929733276367, 1.270371683403937e-07, -2.131329886237978], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dccdaa5fec1f799d31288d95e46aa723ffbd3574", "translation": [-16.687049865722656, 1.7277001088255801, -5.636689700818657], "rotation": [0.4999999781443054, 0.49999994834198347, 0.5000000814603472, -0.49999999205335394], "non_uniform_scale": [0.9999999403953679, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "95d1e189e93694bb8eee73a64b0d84a8be5a5057", "translation": [27.843589782714844, 3.9001108120828576e-08, -0.654329976181387], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "95d1e189e93694bb8eee73a64b0d84a8be5a5057", "translation": [22.8994197845459, 3.9001108120828576e-08, -0.654329976181387], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a9b6fe8bba412e58780758d98c9e60bb434021dc", "translation": [1.2778899669647217, 1.46282317814439e-07, -2.4542098966711734], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a9b6fe8bba412e58780758d98c9e60bb434021dc", "translation": [-0.5429800152778625, 2.98088771444327e-08, -0.5001099407607335], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "11ef66ca5682ae7d33e55359edf518ec8fe9cfd7", "translation": [-1.5679099559783936, 3.004312532084441e-08, -0.5040399727797507], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_4", "translation": [17.541266164084764, 1.1792889316323825, -8.263577051136165], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_2", "translation": [17.540724154688434, 1.3848956363776015, -8.257913863096288], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_1", "translation": [17.54143281274525, 1.4223100785653402, -8.263577104766034], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_5", "translation": [17.541366552829057, 1.1455383793166636, -8.261602016062946], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_3", "translation": [17.541186219876973, 1.3513785558019467, -8.254641557453043], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_3", "translation": [17.541185464782135, 1.1078814585714523, -8.254641500151225], "rotation": [0.7071207469630728, 0.7070928146912514, 2.073838065723724e-05, 1.4011034245131889e-05], "non_uniform_scale": [1.0000000000000147, 0.9999998211860971, 0.9999998211860821], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_12", "translation": [17.505523299630596, 1.9093577565191422, -8.221431404126376], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_13", "translation": [17.520748129325113, 2.1665691492078163, -8.180389150006208], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_11", "translation": [17.59575701907354, 1.9709177322122244, -8.11470543159603], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_8", "translation": [17.56220360036933, 1.5866209564767302, -8.193774182763008], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_7", "translation": [17.55306671539895, 1.9131914032025579, -8.154144008713825], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_9", "translation": [17.600690645352216, 1.6373799687041288, -8.16511473714409], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_15", "translation": [17.48747394161963, 1.6517527117536162, -8.254217486444222], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_10", "translation": [17.496119561170143, 1.6494651404542915, -8.151384397231025], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_14", "translation": [17.543939590565007, 1.6938903980734865, -8.281425720696292], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_4", "translation": [20.195767125388475, 1.1462288597503774, -8.2635770531067], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_2", "translation": [20.195225115992145, 1.3518355644955964, -8.257913865066822], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_1", "translation": [20.19593377404896, 1.389250006683335, -8.263577106736568], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_5", "translation": [20.195867514132768, 1.1124783074346585, -8.26160201803348], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_3", "translation": [20.195687181180684, 1.3183184839199416, -8.254641559423577], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_3", "translation": [20.195686426085846, 1.0748213866894472, -8.254641502121759], "rotation": [0.7071207469630728, 0.7070928146912514, 2.073838065723724e-05, 1.4011034245131889e-05], "non_uniform_scale": [1.0000000000000147, 0.9999998211860971, 0.9999998211860821], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_12", "translation": [20.160024260934307, 1.876297684637137, -8.22143140609691], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_13", "translation": [20.175249090628824, 2.133509077325811, -8.180389151976742], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_11", "translation": [20.250257980377253, 1.9378576603302193, -8.114705433566565], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_8", "translation": [20.21670456167304, 1.553560884594725, -8.193774184733542], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_7", "translation": [20.20756767670266, 1.8801313313205528, -8.154144010684359], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_9", "translation": [20.255191606655927, 1.6043198968221237, -8.165114739114625], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_15", "translation": [20.14197490292334, 1.618692639871611, -8.254217488414756], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_10", "translation": [20.150620522473854, 1.6164050685722864, -8.151384399201559], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a5ea5df5ba2e5235b43d9e17858a328146668a58_part_14", "translation": [20.198440551868718, 1.6608303261914814, -8.281425722666826], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6b104319f5465a15e718b5adea1c277fb17de26d", "translation": [-2.909830093383789, 2.9433505155038517, -6.305669233261341], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999999999999929, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "6b104319f5465a15e718b5adea1c277fb17de26d", "translation": [-0.5726000070571899, 2.755760166043629, -6.305669244442598], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999999999999929, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "6cbef8a7ce41742f3a0327a9944b055c3eb87d83", "translation": [1.5778900384902954, 1.4317901093530736, -5.363069606133706], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "80c37ef1455ea5093e5f070d100f9ea7f145ff35", "translation": [-11.751709938049316, 3.5108269003103487e-07, -5.890189773429029], "rotation": [0.7071068022599728, 2.5121478590261966e-15, -0.7071067601131205, -4.2146852279116215e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1545dff46c628df670d35950119834dbb0d7cdf3", "translation": [25.44538116455078, 1.7401129071004107e-07, -2.9194248366698616], "rotation": [-4.371138793569569e-08, 1.7621780734358706e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.5225987434387265, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2c2b2914fc526f6e8bbe65511ecf58bba0027ec0", "translation": [-10.737369537353516, -3.5870075798527523e-09, 0.060179997373819294], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2c2b2914fc526f6e8bbe65511ecf58bba0027ec0", "translation": [-10.078490257263184, -3.5870075798527523e-09, 0.060179997373819294], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0b42ce8909599f24dd05a085dcfb7f749c20db5c", "translation": [-9.303790092468262, 1.8163303196543268, -3.9165195385903075], "rotation": [-3.090861815148224e-08, -3.090861932392815e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "7e9b5239c98b9273e1c9865a69d3788292d47328", "translation": [-3.8927500247955322, 1.785957834954388e-07, -2.9963398577964284], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7e9b5239c98b9273e1c9865a69d3788292d47328", "translation": [-3.4416799545288086, 1.5170991218838026e-07, -2.545269814415576], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7e9b5239c98b9273e1c9865a69d3788292d47328", "translation": [-3.4416799545288086, 2.0548164059164264e-07, -3.447409662758716], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7e9b5239c98b9273e1c9865a69d3788292d47328", "translation": [-2.8228299617767334, 2.0651935983551084e-07, -3.46481970162273], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7e9b5239c98b9273e1c9865a69d3788292d47328", "translation": [-2.8228299617767334, 1.5274763143224845e-07, -2.5626798532795902], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7e9b5239c98b9273e1c9865a69d3788292d47328", "translation": [-2.3717598915100098, 1.79633502739307e-07, -3.0137498966604426], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8cbd4ea7f6834e2a37ba461dee1139634de71ff6", "translation": [17.066879272460938, 3.8462101770164736e-07, -6.452869507499344], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8cbd4ea7f6834e2a37ba461dee1139634de71ff6", "translation": [11.918190956115723, 3.696155488341901e-07, -6.201119530134207], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bf898898fd1d92bc217a8b8943d178589c2b316f", "translation": [-3.125659704208374, 2.7560000551724215, -2.9776393333888223], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "573d7dcc478330c40f3b05b9473a2fda1236c3e4", "translation": [-9.326199531555176, 2.0589172322615923e-07, -3.454289707285767], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "de12508d7a41d6d19cfbea65cdc044c6a1f4d7b6", "translation": [17.719369888305664, 3.6435068295759265e-07, -6.112789743376368], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ccdac06a414e99b7c79e268bafb18f8c2efac07b", "translation": [-13.392709732055664, 4.774570072640927e-08, -0.8010398864126245], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c6d2257b735248d5f677928888f6a80b9e35af21", "translation": [-8.622599601745605, 3.6621571553041576e-07, -6.144079795832624], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2ab4eaf7e2f72944ae9320afbb703df265f49e9e", "translation": [1.2778899669647217, 4.198431824420368e-08, -0.7043799338114276], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a263af6c0b172782f05372c2d5a613cee759a100", "translation": [-5.669980049133301, 2.069690062807794, -3.306469596853262], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a263af6c0b172782f05372c2d5a613cee759a100", "translation": [-5.669980049133301, 2.0696901100671283, -4.099349607882502], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "628d0c20a57798970b7e965946a7bd28267eb3bb", "translation": [27.9867000579834, 4.0517628008274187e-07, -6.797729563848378], "rotation": [0.7071068022599728, 1.2560739295130983e-15, -0.7071067601131205, -4.2146851023041985e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "628d0c20a57798970b7e965946a7bd28267eb3bb", "translation": [26.72665023803711, 4.800218107448018e-07, -8.05342912355485], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1de3428f7b58b094818fc18ac71852cf16b7f0fd", "translation": [-5.756199836730957, -2.442657809353932e-08, 0.4098099523895993], "rotation": [1.0, -1.5869869222540426e-09, 0.0, 0.0], "non_uniform_scale": [1.3381199836730957, 0.9999998807907192, 1.3839109678374457], "motion_type": "STATIC"}, {"template_name": "bb4a9531e0504b7b59b6649ac4d61b438112d3c2", "translation": [12.397004127502441, 2.425127263450122e-07, -4.068688150126434], "rotation": [0.9548946876629405, 8.098379909185548e-17, 0.2969446673592489, 1.7699282731276296e-08], "non_uniform_scale": [0.999999991089204, 0.9999998807907176, 0.9999999102181527], "motion_type": "STATIC"}, {"template_name": "bc59a49ebf99164d5ed88bd6eaff12ec4ed86d0a", "translation": [14.091130256652832, 2.615982168663322e-07, -4.388889527983082], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4d6dcddccd57679336c7ac8753aecaf83b3fd5fa", "translation": [25.25939178466797, 4.5788644342792395e-07, -7.682059306975617], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4d6dcddccd57679336c7ac8753aecaf83b3fd5fa", "translation": [25.25939178466797, 3.8636088106613897e-07, -6.482059569236043], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [-0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "99865697a8377939639bb8dfab9f28664f5b58cc_part_1", "translation": [-9.887746664151202, 4.7352741129834746e-08, -10.65578099318219], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "99865697a8377939639bb8dfab9f28664f5b58cc_part_4", "translation": [-10.97455987033693, -1.044073967444891e-06, -10.655445295002721], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "99865697a8377939639bb8dfab9f28664f5b58cc_part_4", "translation": [-10.296008923401766, -1.04407058296046e-06, -10.065733337666078], "rotation": [0.7071141212029929, 1.4840093501093735e-06, 0.7070994410907949, -1.4840097039033785e-06], "non_uniform_scale": [0.9999998211860796, 0.9999998807907174, 0.9999999999999996], "motion_type": "STATIC"}, {"template_name": "99865697a8377939639bb8dfab9f28664f5b58cc_part_4", "translation": [-9.485437036655059, -1.0440739653498142e-06, -10.065733725079445], "rotation": [0.7071068458448516, 1.2560736972462274e-15, 0.7071067165282373, -1.2560740018264688e-15], "non_uniform_scale": [0.9999998211860797, 0.9999998807907176, 0.9999999999999997], "motion_type": "STATIC"}, {"template_name": "99865697a8377939639bb8dfab9f28664f5b58cc_part_4", "translation": [-9.485608911762304, -1.044070587081937e-06, -11.235185491720197], "rotation": [-0.7070994410907949, -1.4840097013912562e-06, 0.7071141212029928, -1.4840093475973037e-06], "non_uniform_scale": [0.9999998211860796, 0.9999998807907174, 0.9999999999999996], "motion_type": "STATIC"}, {"template_name": "99865697a8377939639bb8dfab9f28664f5b58cc_part_4", "translation": [-10.296178905913896, -1.0440705870798545e-06, -11.235185476819037], "rotation": [-0.7070994410907949, -1.4840097013912562e-06, 0.7071141212029928, -1.4840093475973037e-06], "non_uniform_scale": [0.9999998211860796, 0.9999998807907174, 0.9999999999999996], "motion_type": "STATIC"}, {"template_name": "99865697a8377939639bb8dfab9f28664f5b58cc_part_4", "translation": [-8.801959905053694, -1.0440739675263789e-06, -10.65561883915665], "rotation": [1.3877785326272844e-17, -1.0408340442270663e-17, 1.0, -3.469499684724074e-18], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998211860801], "motion_type": "STATIC"}, {"template_name": "7fd967188e97f9f2efaaf932d4eeaaa0d9ef8545", "translation": [16.7587890625, 2.1641552550022425e-08, -0.3630849800655245], "rotation": [-4.371138911578287e-08, 1.0587912688704258e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4b3c032200f1d05ef71aa2fe324180d8b772f1a2", "translation": [25.830856323242188, 3.571605304841796e-07, -5.9921590094471355], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "4b3c032200f1d05ef71aa2fe324180d8b772f1a2", "translation": [18.418914794921875, 6.327509538550657e-08, -1.0615798794281517], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "4b3c032200f1d05ef71aa2fe324180d8b772f1a2", "translation": [16.287866592407227, 6.331920587854256e-08, -1.0623199306535724], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "4b3c032200f1d05ef71aa2fe324180d8b772f1a2", "translation": [17.6129207611084, 2.1227895885544967e-08, -0.3561449732694033], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "ebdc1c859bc54bc67a2dba4fb9eda25ec1e3abf7", "translation": [15.760804176330566, 9.834289471655211e-08, -1.6499198883819588], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8ae8c09d6a2293f578abe129f16114d6b877fc11", "translation": [27.006410598754883, 2.576947366605964e-08, -0.43234000013232077], "rotation": [-4.371138781308187e-08, 4.9414930256588236e-23, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "8ae8c09d6a2293f578abe129f16114d6b877fc11", "translation": [23.822481155395508, 2.576947366605964e-08, -0.43234000013232077], "rotation": [-4.371138781308187e-08, 4.9414930256588236e-23, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "ecf2cc5c0a73f390769e491fce8c1ad34613d325", "translation": [14.10632038116455, 2.06969015195547, -4.802119322311299], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a88e245c756134b932339ce1e927d4687b7289e9", "translation": [12.432819366455078, 3.43770977906388e-07, -5.767519607095721], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "9ea18076afd8d4be52fff10dd72b732f1e3dedc0", "translation": [-5.773210048675537, 2.0696898606529843, 0.08512511012345536], "rotation": [0.7071068022599707, 0.7071067601131183, 6.181723998755867e-08, -6.181723630296284e-08], "non_uniform_scale": [1.0000000000000153, 0.9999998807907347, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "c9660f1fa1ce4bb74a8f6a643973f41bded296c4", "translation": [-2.2165799140930176, 3.183687056207418e-07, -5.341340223470894], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "1e708a7d0bacf0008fa26b2bebdc0e3701238cc8", "translation": [-0.1289999932050705, 2.8801144935641787e-07, -4.832030008314234], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9a5a9e0fbb8c1f17f8488fbd602695bc85635816", "translation": [25.949247360229492, 4.307168524064764e-07, -7.226229236946722], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d2fe9b09a3bb6b36e75680f384823673aa631f19", "translation": [-10.353299140930176, 1.2093424572867661e-07, -2.0289398414528392], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dbcd7791f12e9e9ae40e8ea77a8203bf66cb50a1", "translation": [-11.815349578857422, 0.7600003348266995, -6.537459415348778], "rotation": [-0.39375606235673594, 9.042744408551712e-16, 0.919214971243025, 5.478948429809303e-08], "non_uniform_scale": [0.9999999578496218, 0.9999998807907176, 0.9999999011085051], "motion_type": "STATIC"}, {"template_name": "4c89823f7c95bc341afa56a871f8f01832f86708", "translation": [-8.659489631652832, 2.1302997765815235e-07, -3.5740497366160184], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c59cf522b4edfea37ceddb0ad7b315491f52606b", "translation": [-6.532750129699707, 2.7331054752721684e-07, -4.585389817631835], "rotation": [-0.2874346316441212, 1.1474324417488525e-15, 0.9578002571160676, 5.7089346893813035e-08], "non_uniform_scale": [1.0000000147392203, 0.9999998807907176, 0.9999999316707674], "motion_type": "STATIC"}, {"template_name": "f3676b1fade7fa49209743acd4898d30939c4ea7", "translation": [-8.3958101272583, 1.026680376825965, -7.471650093893373], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f3975a3b4c00365b22e807ba2ae6a6730d5be736", "translation": [22.528039932250977, 4.7010541948111495e-07, -7.887059695299854], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f637f110fbed653b7983d9fc6a6d53795b384461", "translation": [-10.781841278076172, 1.602286090474081e-07, -2.688189823139311], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "287a1a30a1fe00023b1ada9092a28e027f9c698c", "translation": [-14.85126781463623, 3.6191963204146305e-07, -6.072003479480514], "rotation": [0.8729982436989226, -4.4265384747151897e-16, -0.48772335037251946, -2.9070577988032755e-08], "non_uniform_scale": [0.9999999782529567, 0.9999999999999929, 0.9999999454894746], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_1", "translation": [1.376461742173802, 0.029943671320428168, -6.598733554810606], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_1", "translation": [1.3456217812366902, 1.29633174128085, -6.727718892227496], "rotation": [0.7071068022599726, 1.3603489552192774e-08, -0.7071067601131211, -2.8543361025606285e-08], "non_uniform_scale": [0.9999998807907173, 0.9999998807907176, 0.9999998807907174], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_3", "translation": [1.3897619251405204, 1.7031698896573197, -6.515387474247587], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.3418937272294609, 0.6575697980088276, -6.789112443891154], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.3418937396858992, 0.6575697957969361, -6.7520030733149365], "rotation": [0.7071068022599706, -1.263394806416845e-22, -0.7071067601131226, -4.21468497669679e-08], "non_uniform_scale": [0.9999998807907173, 0.9999998807907173, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.3418937446917651, 0.6575697935850374, -6.714893576078865], "rotation": [0.7071068022599741, 8.188670041590622e-23, -0.707106760113119, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907173, 0.9999998807907173, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.3418937580795334, 0.6575697913731382, -6.677784078842792], "rotation": [-0.7071067709049528, 1.868904892411977e-15, 0.7071067914681408, 4.2146849766968007e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907173, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.341893747252917, 0.657569789161241, -6.640674589057298], "rotation": [0.7071068022599755, 1.6611302084369516e-22, -0.7071067601131177, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907173, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.341893752258784, 0.6575697869493415, -6.603565080645356], "rotation": [0.7071068022599734, 4.2113160213894666e-23, -0.7071067601131197, -4.21468497669679e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907173, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.34189375353936, 0.6575697847374431, -6.566455583409282], "rotation": [0.7071068022599741, 8.188670041590622e-23, -0.707106760113119, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907173, 0.9999998807907173, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.3418937548199363, 0.6575697825255448, -6.529346088035856], "rotation": [0.7071067944212198, -4.672261106046778e-16, -0.7071067679518735, -4.2146849766967894e-08], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.341893775658284, 0.6575697803136449, -6.492236590916198], "rotation": [0.7071067973607503, -2.920164217346144e-16, -0.7071067650123429, -4.21468497669679e-08], "non_uniform_scale": [0.9999998807907172, 0.9999998807907171, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.3418937732135705, 0.6575697781017468, -6.45512709356371], "rotation": [0.7071068022599699, -1.6845264085557949e-22, -0.7071067601131231, -4.21468497669679e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907173, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.34189377821944, 0.6575697758898447, -6.418017538585644], "rotation": [0.7071067865824638, -9.344523953417937e-16, -0.7071067757906299, -4.2146849766967894e-08], "non_uniform_scale": [0.9999998807907174, 0.9999998807907173, 0.9999998807907174], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_15", "translation": [1.3418432890677163, 0.7712113099107105, -6.3184915842722], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_18", "translation": [1.4027154075804722, 3.860854325083328e-07, -6.475963534362159], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_1", "translation": [1.376461742173802, 0.02994373703457518, -7.701233927786644], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_1", "translation": [1.3456217812366902, 1.296331806994997, -7.830219265203534], "rotation": [0.7071068022599726, 1.3603489552192774e-08, -0.7071067601131211, -2.8543361025606285e-08], "non_uniform_scale": [0.9999998807907173, 0.9999998807907176, 0.9999998807907174], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_3", "translation": [1.3897619251405204, 1.7031699553714668, -7.617887847223625], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.3418937272294609, 0.6575698637229747, -7.891612816867193], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.3418937396858992, 0.6575698615110831, -7.854503446290975], "rotation": [0.7071068022599706, -1.263394806416845e-22, -0.7071067601131226, -4.21468497669679e-08], "non_uniform_scale": [0.9999998807907173, 0.9999998807907173, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.3418937446917651, 0.6575698592991844, -7.817393949054903], "rotation": [0.7071068022599741, 8.188670041590622e-23, -0.707106760113119, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907173, 0.9999998807907173, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.3418937580795334, 0.6575698570872852, -7.78028445181883], "rotation": [-0.7071067709049528, 1.868904892411977e-15, 0.7071067914681408, 4.2146849766968007e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907173, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.341893747252917, 0.657569854875388, -7.743174962033336], "rotation": [0.7071068022599755, 1.6611302084369516e-22, -0.7071067601131177, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907173, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.341893752258784, 0.6575698526634886, -7.706065453621394], "rotation": [0.7071068022599734, 4.2113160213894666e-23, -0.7071067601131197, -4.21468497669679e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907173, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.34189375353936, 0.6575698504515901, -7.668955956385321], "rotation": [0.7071068022599741, 8.188670041590622e-23, -0.707106760113119, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907173, 0.9999998807907173, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.3418937548199363, 0.6575698482396918, -7.631846461011895], "rotation": [0.7071067944212198, -4.672261106046778e-16, -0.7071067679518735, -4.2146849766967894e-08], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.341893775658284, 0.6575698460277919, -7.594736963892236], "rotation": [0.7071067973607503, -2.920164217346144e-16, -0.7071067650123429, -4.21468497669679e-08], "non_uniform_scale": [0.9999998807907172, 0.9999998807907171, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.3418937732135705, 0.6575698438158938, -7.557627466539748], "rotation": [0.7071068022599699, -1.6845264085557949e-22, -0.7071067601131231, -4.21468497669679e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907173, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [1.34189377821944, 0.6575698416039917, -7.520517911561683], "rotation": [0.7071067865824638, -9.344523953417937e-16, -0.7071067757906299, -4.2146849766967894e-08], "non_uniform_scale": [0.9999998807907174, 0.9999998807907173, 0.9999998807907174], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_15", "translation": [1.3418432890677163, 0.7712113756248575, -7.420991957248239], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_18", "translation": [1.4027154075804722, 4.517995795211736e-07, -7.578463907338198], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "11784b6fa57207d9f49ee6732224ff7443bb4d02", "translation": [-9.94297981262207, 2.9738336593254644e-07, -4.989264667674007], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "11784b6fa57207d9f49ee6732224ff7443bb4d02", "translation": [-9.03812026977539, 2.9738336593254644e-07, -4.989264667674007], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d294c9a5b9a28083a3bd1af2fc2b5c7b55fe1c7e", "translation": [-2.1643900871276855, 0.7366004249763556, -8.17211956329822], "rotation": [1.0, -1.5552969947167977e-09, 0.0, 0.0], "non_uniform_scale": [1.252252221107483, 1.3794447923368354, 0.9999998807907192], "motion_type": "STATIC"}, {"template_name": "d294c9a5b9a28083a3bd1af2fc2b5c7b55fe1c7e", "translation": [25.523359298706055, 0.9600002125972402, -4.8867894502407445], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "79eac4e5f6e3cfb01f2d174b5d227c49e55db550", "translation": [-8.400480270385742, 2.0696903110718807, -7.471649554888003], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e24154474f97c0dfe9e2f6d745c2216a2bebee58", "translation": [-9.51432991027832, 1.4844902746176842, -7.471649589768646], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "08d3332bdb327aa2b5ca2b252063795d72345b86", "translation": [-0.859000027179718, 2.0696898779124027, -0.20443986212432463], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "22ece2d4b711becb90ad614ee1b07e937c68646a", "translation": [-0.41894999146461487, 1.101785898072194e-07, -1.8484898895925284], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "61942d8b26f0cfa5591274e562baf4835835e07a", "translation": [16.79754638671875, 4.859197133555426e-07, -8.15237950370431], "rotation": [1.0, -4.764560328305439e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "61942d8b26f0cfa5591274e562baf4835835e07a", "translation": [15.06800365447998, 4.859197133555426e-07, -8.15237950370431], "rotation": [1.0, -4.764560328305439e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "965a839eb784130f7f7a5b811ed10300c86c4a4f", "translation": [-8.639969825744629, 3.3115000254625073, -6.5226892331725566], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f923c8705c69ff525e17a5c5b66ac0cd3268d929", "translation": [-4.385173797607422, 7.540409114881186e-07, -12.650706490832135], "rotation": [0.776992928867049, 1.0226200874203799e-15, 0.6295093235930693, 3.752168311423096e-08], "non_uniform_scale": [0.9999999531988503, 0.9999998807907177, 0.99999994806931], "motion_type": "STATIC"}, {"template_name": "ee98fccde070292795afc79f792b1fdccd0017e1", "translation": [25.474143981933594, 2.891787858061434e-07, -4.8516146629086165], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "68a985ad0150412e7c001933f3ede2acd5622be7", "translation": [22.769298553466797, 1.0805219119447429e-07, -1.812814842890802], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "e96f6e71650cd2fe97d06cf720e11fcd317e111b", "translation": [25.426841735839844, 8.562446396354062e-08, -1.4365400411760731], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "534242df83554b57b7de065ffc39c355a0fa7d51", "translation": [-4.358459949493408, 2.4202762460845406e-08, -0.40605494939953246], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5bc2038b3f54025a87f9d3e3dd3d5185c0becaa2", "translation": [12.714179992675781, 0.769999961495401, -0.44399993336200794], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5bc2038b3f54025a87f9d3e3dd3d5185c0becaa2", "translation": [15.061969757080078, 0.769999961495401, -0.44399993336200794], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fc76031e0be0d585348c23239356a7f52468410e", "translation": [-11.066810607910156, 1.523600028299093, -2.295979748989346], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "fc76031e0be0d585348c23239356a7f52468410e", "translation": [-11.066810607910156, 1.5042900856351835, -3.197649675492052], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "edfeaf0a0d10011024b0a35b28c8219894076cec", "translation": [-15.201610565185547, 3.1003955314190534e-07, -5.2016002415656715], "rotation": [0.9925461512948736, 2.6368614623448365e-18, 0.1218693462267441, 7.263979545296608e-09], "non_uniform_scale": [0.9999999989360111, 0.9999998807907176, 0.9999998867035954], "motion_type": "STATIC"}, {"template_name": "5cd043b511e3f7031892d1fa56fe309d2896128a", "translation": [-15.68416976928711, 5.347251885723381e-08, -0.8971199454593659], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "de3067a831219cc8fbeacaaf1fb263d9ae27ed05", "translation": [-3.2546401023864746, 6.935161422916281e-07, -11.635269425197237], "rotation": [-0.029939900695755698, 5.8894723907417536e-18, 0.9995517006870253, 5.9577927601852345e-08], "non_uniform_scale": [1.000000006600479, 0.9999999999999929, 0.9999998878182483], "motion_type": "STATIC"}, {"template_name": "2efebdcc1ba9514b0deb0dfb05951341432bd26a", "translation": [-11.825849533081055, 0.7615203374338293, -5.951039867844564], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c26b16c8dfdba6600221a57542782292c15e983b", "translation": [21.451919555664062, 4.459589888483606e-07, -7.481949837091548], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f02ec9e8f331df6f7ab2ed06534dab7cab5cbda3", "translation": [-17.31454849243164, 2.0719289750559255e-07, -3.47611978792429], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "009f9df21592e289bc08c4562f21dce15fced6fb", "translation": [17.57996940612793, 3.328681259517907e-07, -5.5846001157402725], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "86d3381c6bc8822276adfd12268a66b62d74e931", "translation": [-16.461380004882812, 2.663719556039723e-07, -4.468979569138298], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "86d3381c6bc8822276adfd12268a66b62d74e931", "translation": [-16.461380004882812, 4.124158579088544e-07, -6.9191895175463], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "46090a2cea08c0109c80092b31f4a8014a10d2fd", "translation": [-6.467860221862793, 1.8257102755272498, -7.4716495694303475], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "506e9bbefe33373311c1fdefd7ce4fa2659ea9d9", "translation": [-3.4825849533081055, 4.093548682249093e-07, -6.867834635505972], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fc7aa20f701c43d63e98d1eeadefdc10148197d4", "translation": [27.039100646972656, 0.7099999560099874, -0.3319699739235631], "rotation": [1.0, -4.764561464265143e-22, 0.0, 0.0], "non_uniform_scale": [0.9999998211860657, 0.9999998807907176, 0.9999997019768045], "motion_type": "STATIC"}, {"template_name": "fc7aa20f701c43d63e98d1eeadefdc10148197d4", "translation": [23.811939239501953, 0.7099999560099874, -0.3319699739235631], "rotation": [1.0, -4.764561464265143e-22, 0.0, 0.0], "non_uniform_scale": [0.9999998211860657, 0.9999998807907176, 0.9999997019768045], "motion_type": "STATIC"}, {"template_name": "c4c05a04a1affcfdc0df7d208e61afca70cdd053", "translation": [14.259469985961914, 3.541985051924712e-07, -5.942464474292706], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b9b38f0bbde8fe7ad3bf2af8b0b8dc9a2db201a2", "translation": [-1.0148899555206299, 3.3115000210240595, -6.448224439637372], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ab541ddf6a38484c5fa53f5f642d8897133519c7_part_4", "translation": [-10.566162301326845, 1.5795250288857032, -5.89693286021695], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ab541ddf6a38484c5fa53f5f642d8897133519c7_part_1", "translation": [-10.552488377104755, 1.516989426156516, -5.472808553006467], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ab541ddf6a38484c5fa53f5f642d8897133519c7_part_3", "translation": [-10.560689201943575, 1.5253530411129896, -5.68896652814915], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ab541ddf6a38484c5fa53f5f642d8897133519c7_part_2", "translation": [-10.462072119775437, 1.5316684735459323, -5.572239561672608], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ab541ddf6a38484c5fa53f5f642d8897133519c7_part_5", "translation": [-10.56767105404657, 1.5132951134626353, -6.195688169353124], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ab541ddf6a38484c5fa53f5f642d8897133519c7_part_6", "translation": [-10.57291171441091, 1.3841432691637818, -5.881979524169137], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ad69d384732f027940cfbced6b4a9dded7e483a0", "translation": [-3.9948599338531494, 1.6950001581061116, -5.467579891527876], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6da53db5c9730fefc2507f1f76b85f7b4c037985", "translation": [-2.7744498252868652, 3.7812167619222237e-08, -0.6343828657637296], "rotation": [-4.3711387104491904e-08, -4.7455566751472303e-17, 0.9999999999999973, 5.962517055916007e-08], "non_uniform_scale": [1.566711664199835, 1.1844897050273686, 1.1413402388882317], "motion_type": "STATIC"}, {"template_name": "79e9cc908dc9849e841aab094993849f50b468b9", "translation": [-7.866270065307617, 1.2661701849311555, -3.95151965512693], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c5046dfe8edc365aa500c43bb357b0a7926dcb48", "translation": [-6.602659702301025, 1.8453302326029544, -3.749039793350086], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755784e-08, -6.181723596845329e-08], "non_uniform_scale": [1.0000000000000153, 0.999999642372184, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "bfb4b2a7d105c96efa8bb813240a3361ad15bd69", "translation": [-9.151240348815918, -3.6132334901850527e-09, 0.06061999511003502], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "983e239785b276c0a88add59742371176f441392", "translation": [1.2778899669647217, 8.674383167317501e-08, -1.4553199139046669], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999997019767939, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b7cdc363ac4a1beaa2872daa374e24013ca15338", "translation": [-2.0679099559783936, 3.004312532084441e-08, -0.5040399727797507], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "11d8560589680a5f48a2456a4f60ba8617e87d04", "translation": [20.398040771484375, 3.602158926696575e-07, -6.0434194777357675], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ee0dfaab66af49b36661248a9405429bf3d44fb5", "translation": [-10.445379257202148, 1.6799090474250988e-07, -2.818419526909608], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "eb7c9f75aa07667bedceb4eced18cba1e65f336c", "translation": [-10.995675086975098, 3.5166618772564107e-07, -5.899979239703441], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "6b3e8cf701cf3360cad63a859f3aef8ff958b487", "translation": [18.272769927978516, 4.799222779183765e-07, -8.051759239926355], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6b3e8cf701cf3360cad63a859f3aef8ff958b487", "translation": [19.47266960144043, 4.799222779183765e-07, -8.051759239926355], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "65f0a42ff87fa8bca8f07a6135b757a28ddaa94f", "translation": [25.370229721069336, 3.338670637731411e-07, -5.6013595103407], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "cde5bbb1a0639dd9740186ded76385c2ae393a0f", "translation": [-0.15544000267982483, 0.660400280069716, -4.805589826942075], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cb3bc57620d155f9dfafdd1872b96420f51b6ffb", "translation": [-2.6085801124572754, 7.432395250361878e-07, -12.469489308030006], "rotation": [0.9995669905881213, 7.426561513452918e-19, 0.02942501192194448, 1.7538675128862138e-09], "non_uniform_scale": [1.0000000283564079, 0.9999998807907176, 0.9999999095596251], "motion_type": "STATIC"}, {"template_name": "59c1d11eeeec63a70985590299043b6a68dd6ca1", "translation": [-2.151700019836426, 4.800236297342053e-07, -8.053459641131155], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "212-0", "translation": [-13.314909934997559, 1.0899998636794095, 1.7570799191546485], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "212-0", "translation": [-16.402259826660156, 1.0899998636794095, 1.7570799191546485], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-35", "translation": [16.062660217285156, 1.4500004593765965, -8.357059847887726], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "204-2", "translation": [-6.1742401123046875, 1.1199999374073741, 0.010130066454112796], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "204-2", "translation": [-5.1928300857543945, 1.1199999374073741, 0.010130066454112796], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "208-1", "translation": [0.364000141620636, 1.1200004361307876, -8.357059867557261], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-8.879739761352539, 1.4499999353170363, 0.43520006625652563], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "211-7", "translation": [-6.694790363311768, 1.12000048363506, -9.154049260970957], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "220-4", "translation": [-9.885910034179688, 1.450000507178899, -9.15904935544431], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "219-4", "translation": [11.614291191101074, 1.4500001726591591, -3.5467397572553097], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "219-4", "translation": [28.290332794189453, 1.450000065711123, -1.752449560019386], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3752-0", "translation": [23.859460830688477, 1.4500004593765965, -8.357059847887726], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}]}
scenes/102344403.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/102344439.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/102344457.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/102344457"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "bf7a2fdc9c345ac33db72429f5bad9b30852611f", "translation": [18.3333797454834, 0.9000008954321643, -16.322857783862425], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "bbf50f98977c8191c5998f0d4e582f78b2111c67", "translation": [15.674809455871582, 0.864000719183668, -12.553898965245498], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "caa70356253b48e397de80caf15ebb145e23ef51", "translation": [0.9561400413513184, 6.105476586526493e-07, -10.243289336962107], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "726a811656a2ef0ea1c8a51962841568039f2cdc", "translation": [9.352540016174316, 1.1391418865969172e-06, -19.111628346942098], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e1d30ae83996db2ab653f342d27a5b316b762979", "translation": [18.1656494140625, 0.9000009525155761, -17.28055845614913], "rotation": [-0.3084924651824915, 2.3857316395644675e-09, 0.951226786274244, 5.676133762036579e-08], "non_uniform_scale": [1.2326421328739412, 0.9999998807907186, 1.2594934933451436], "motion_type": "STATIC"}, {"template_name": "41efc8ed9c8d433e9ff877f3b9ea1c0eda45479c", "translation": [18.145729064941406, 7.950383746901935e-07, -13.338529745427934], "rotation": [0.7071068022599734, 2.1139776742076154e-09, -0.7071067601131197, -4.449653604798129e-08], "non_uniform_scale": [1.2230109439485701, 0.999999880790718, 1.1114998393356892], "motion_type": "STATIC"}, {"template_name": "2b08a535c8d8b3353546421c432963c628abb445", "translation": [11.668639183044434, 5.517584327208169e-07, -9.25696985382018], "rotation": [0.7071068022599728, -1.4973568076051453e-22, 0.7071067601131205, 4.2146849766967755e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "42c2fce42ed600de5f0c6919ba47fe97e60ab673", "translation": [17.381139755249023, 1.0259849432259216e-06, -17.21316997926408], "rotation": [-4.371138893209798e-08, 2.9419413004264524e-17, 0.9999999999999973, 5.961208013138035e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907177, 1.0225831243296677], "motion_type": "STATIC"}, {"template_name": "42c2fce42ed600de5f0c6919ba47fe97e60ab673", "translation": [18.179180145263672, 8.620166909167892e-07, -14.46223935709952], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "68407744e263f526c61f15da91ea7d3cbd90bac1", "translation": [5.772709846496582, 1.1491443956401781e-06, -19.27944259170033], "rotation": [1.0, -1.9428507298515293e-09, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907194, 1.4321139535767973], "motion_type": "STATIC"}, {"template_name": "13dbb657414706f4c3ba192d2875ea2c7478b710", "translation": [11.91547966003418, 6.972992423470714e-07, -11.698739308193922], "rotation": [0.710854011836919, 1.6713923458832384e-15, -0.7033395864412552, -4.192231039431498e-08], "non_uniform_scale": [0.999999961393697, 0.9999998807907176, 0.9999999613802346], "motion_type": "STATIC"}, {"template_name": "66f9cd9d406e6997c93b737dae81191389dbf640", "translation": [9.406370162963867, 0.0010012855790037037, -21.56863846959831], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "39565a25ef3d6f1efb87095ed2bb8c6d8b2d5ed4", "translation": [18.260358810424805, 1.4310010622936957, -17.34932978270465], "rotation": [0.8605945987895505, 3.529477734784615e-10, 0.5092906208975878, 4.542672933657993e-08], "non_uniform_scale": [2.0362575593507013, 0.9999998807907229, 1.9929235212225977], "motion_type": "STATIC"}, {"template_name": "382bbcfaadce3055e721b4fb0e2e16d708785c11", "translation": [11.793580055236816, 0.5800008629918203, -15.3385992098689], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "382bbcfaadce3055e721b4fb0e2e16d708785c11", "translation": [14.710350036621094, 1.016000515911557, -9.127559057261962], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dd62a6aafabe4bcc5dc49e61a5d5c87019e1b4c3", "translation": [14.879770278930664, 1.0160005146354223, -9.106149070134776], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "1180f8900f3662736b62967a7de52756c8f22e6e", "translation": [5.755929946899414, 2.0962710106712024, -21.63683749836035], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "987116b32ad17cbc956aeac134e3da29ca0f6fac", "translation": [7.895529747009277, 6.694853027511272e-07, -11.232098863595752], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f359e92c249c96d0121f40252c856f99008f9c2e", "translation": [14.61491584777832, 1.7500003992288953, -8.447948801639711], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a23c0acfc3cca5c709dccdf65564628e76ab4498", "translation": [14.843520164489746, 5.330723524821224e-07, -8.94346946814835], "rotation": [0.7071068022599728, -1.256074079248779e-15, 0.7071067601131205, 4.214684851089383e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "a23c0acfc3cca5c709dccdf65564628e76ab4498", "translation": [14.843520164489746, 4.7251404566850397e-07, -7.92746973470031], "rotation": [0.7071068022599728, -1.256074079248779e-15, 0.7071067601131205, 4.214684851089383e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "17ae065b2cc45c98e470fe2610bdfb508985a965", "translation": [18.47917938232422, 2.009900260148086, -8.812859843804816], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "d8ab78934f1f04bc6bb3babbe1337a27cc8cdf80", "translation": [8.442544937133789, 1.7500010767478216, -19.81482949466522], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e118f0c11de2a81156ba58882cc17f28acc703af", "translation": [4.482872009277344, 5.149723847353016e-07, -8.639802417766873], "rotation": [0.7176199614454775, 8.612635085364601e-16, 0.6964349150746176, 4.151075908389848e-08], "non_uniform_scale": [0.9999999236558879, 0.9999998807907176, 0.9999999235489081], "motion_type": "STATIC"}, {"template_name": "e118f0c11de2a81156ba58882cc17f28acc703af", "translation": [4.5164690017700195, 4.508085282850516e-07, -7.563311602871892], "rotation": [0.6621448874329258, -1.0100325757393057e-15, 0.7493758389796379, 4.4666282199567773e-08], "non_uniform_scale": [0.999999931974475, 0.9999998807907176, 0.9999999301671935], "motion_type": "STATIC"}, {"template_name": "43e030d5a1f45df5347ea7d5b1dfaf6887a7118b", "translation": [18.19841194152832, 0.20000069491446748, -11.808729409651153], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "43e030d5a1f45df5347ea7d5b1dfaf6887a7118b", "translation": [8.723310470581055, 1.1820745839941083e-06, -19.831919441704713], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "43e030d5a1f45df5347ea7d5b1dfaf6887a7118b", "translation": [12.58655071258545, 4.974156695425336e-07, -8.345249632284037], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "50bf1434785c2776eac002be0f7c3abeff54709c", "translation": [6.515160083770752, 7.5121761256014e-07, -12.603339397708169], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "e460bdb42d7cc2ecf568be1a36df376b8ab69d05", "translation": [3.311229944229126, 1.7501809283285894, -17.223828138470097], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7e5935dc3b2286c0dbfe461c6ee7d6e3826664ac", "translation": [4.133093357086182, 0.4600009686889184, -16.57190221357922], "rotation": [0.22507207881359959, -5.660957000425607e-16, 0.9743421161678898, 5.807531888868393e-08], "non_uniform_scale": [0.9999999651859801, 0.9999998807907176, 0.9999998689084003], "motion_type": "STATIC"}, {"template_name": "809e9da46ffd8cd74556cb0f1030625979cdf61f", "translation": [5.145177841186523, 1.0103353815793525e-06, -16.950613918863837], "rotation": [0.9659258247666211, -2.719926759136749e-16, 0.2588190507843703, 1.5426817487526814e-08], "non_uniform_scale": [0.9999999716376657, 0.9999998807907177, 0.9999997491901249], "motion_type": "STATIC"}, {"template_name": "c3fdb13cd96d001010a51bf5cacd47503c75df7e", "translation": [12.500389099121094, 6.543496056110598e-07, -10.978164018501957], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c3c6da9687e582bc76f7ba4d6322017578b9c411", "translation": [3.081969976425171, 7.280821137101157e-07, -12.215190159369058], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c3c6da9687e582bc76f7ba4d6322017578b9c411", "translation": [3.081969976425171, 8.520597702954547e-07, -14.295189959097456], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a77e6006efcacc637e1c2a49e72232ee0f435e35", "translation": [14.841280937194824, 1.1762394933612086e-06, -19.73402287161207], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "50350982cb9adeef9e9b481409a4295773ea75da", "translation": [17.267866134643555, 6.204123792485916e-07, -10.40879187531516], "rotation": [0.9987114615050126, -1.5960927720076935e-18, -0.050748563117803305, -3.024850226382941e-09], "non_uniform_scale": [0.9999999780069145, 0.9999998807907176, 0.9999998600225262], "motion_type": "STATIC"}, {"template_name": "50350982cb9adeef9e9b481409a4295773ea75da", "translation": [15.980910301208496, 6.199103950166318e-07, -10.40036997792896], "rotation": [0.997961273225932, 1.3745445199415604e-18, 0.06382238746142747, 3.80411098159156e-09], "non_uniform_scale": [1.00000000936557, 0.9999998807907177, 0.9999998920906742], "motion_type": "STATIC"}, {"template_name": "deae2fd69a0752bc5da79083dad3a4b9f7317da6", "translation": [8.684914588928223, 9.082657470571576e-07, -15.23816971551355], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "deae2fd69a0752bc5da79083dad3a4b9f7317da6", "translation": [7.2970452308654785, 1.2740255215248908e-06, -21.37460009011022], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx8b7566a5x40eex4434x857bx526a7ce9959c", "translation": [16.282590866088867, 7.77356035541743e-07, -13.041869339831464], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "329343e5c540027b4e4ee690129406925dcb1ef3", "translation": [15.63866901397705, 0.8640007187443821, -12.546528970567596], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3db8975f3cc3a6fec983098c49a07157a788195b", "translation": [17.299049377441406, 1.4310010623955591, -17.351038766977787], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9d70704a1bb891cf53de543a4f260b2ac30ec888", "translation": [18.379179000854492, 0.9000007878684997, -14.51823905597687], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "71ed4df8d969badd1f7ff5b008813b2193318d6e", "translation": [16.341428756713867, 0.9000009593182554, -17.394688469488052], "rotation": [-4.3711389823826423e-08, 6.680277768469021e-16, 0.9999999999999971, 6.219487224036703e-08], "non_uniform_scale": [1.5005958080291806, 0.9999998807907199, 1.5128017052648353], "motion_type": "STATIC"}, {"template_name": "a19b47699883e5841599452274d671a1bb2c775e", "translation": [18.055660247802734, 1.018470129565685e-06, -17.087092334801355], "rotation": [1.0, -1.0351939115639058e-11, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907177, 1.0267068115822227], "motion_type": "STATIC"}, {"template_name": "5fdbf4be188692d133ea1f516bc391599d4959b5", "translation": [17.59467124938965, 1.9310010344880553, -17.382828514943732], "rotation": [0.7071068022599731, 1.254633883456867e-09, -0.70710676011312, -4.348090867505273e-08], "non_uniform_scale": [1.366623558603313, 1.26112469898167, 1.3409605419063242], "motion_type": "STATIC"}, {"template_name": "c37e1c6105bc43c44c14b8fb371b0d3c843ec313", "translation": [18.32238006591797, 0.9000008637047259, -15.790559727516133], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "52b86c8bfd1804c6bed56b1d51c0d95e2f6ae285", "translation": [6.375120162963867, 0.35000079419196517, -13.774329297284476], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6acafe4f37b17ff0c33d22c8dc3fede1bddc67de", "translation": [18.179180145263672, 9.008252277453721e-07, -15.113338523308073], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0d6acbc9f35c8834a605e284167f44c84582a975", "translation": [6.620960235595703, 1.908000683332098, -15.500409042333963], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "cb7906d625d4ca5697452eece3ed3e97c052adee", "translation": [2.658259868621826, 4.768788812725688e-07, -8.000699520069361], "rotation": [0.7071068022599731, 0.0, 0.70710676011312, 4.214684976696788e-08], "non_uniform_scale": [1.22781662775179, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9dafbaa075585d1a841f489e1e24d6bea287353c", "translation": [12.115779876708984, 1.750000473970779, -11.701909217124587], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a9d2476068900af1b82186b478d88310aa80c4ad", "translation": [8.21792984008789, 6.703066901536658e-07, -11.245879456646435], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "e8e05338d973e1845aea18072e1086cadaf6a1e6", "translation": [3.311229944229126, 1.7500008941817669, -16.75187954295393], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "15fd76731eb2ab4f95afe8e118adacd72b7e060f", "translation": [17.94268035888672, 1.931001032474093, -17.34903983592742], "rotation": [0.9999946122321867, -8.316561297420072e-21, -0.003282606677425307, -1.9565861407695043e-10], "non_uniform_scale": [0.999999974128662, 0.9999998807907176, 0.9999998549245208], "motion_type": "STATIC"}, {"template_name": "b1079e13d67a9a12e1db786ff756ccc06a3eacea", "translation": [4.866090297698975, 0.838200878381123, -16.026188798881186], "rotation": [0.06559137565161449, -3.2721944785444085e-16, 0.9978465670833994, 5.947629367971754e-08], "non_uniform_scale": [0.9999999289763165, 0.9999997615814422, 0.9999998118096788], "motion_type": "STATIC"}, {"template_name": "d8e3ee46b61694958a24ae70fc740f9197aef41e", "translation": [5.957520008087158, 0.8382008779638923, -16.019188829815995], "rotation": [0.7040147447892889, 2.293259620494042e-16, 0.7101853554666349, 4.2330348566055384e-08], "non_uniform_scale": [0.9999998698606894, 0.9999998807907177, 0.9999998698516115], "motion_type": "STATIC"}, {"template_name": "1779f202a3be463c1d6775a702a7dacf93d5ff4a", "translation": [18.243860244750977, 6.106865271249262e-07, -10.245619163178219], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "caf437fa65ab3954bd8757ad9e2bb79e4e267a0e", "translation": [12.759129524230957, 0.0010005898497765855, -9.896239644453512], "rotation": [0.9659258252833217, 2.9761709072913827e-18, 0.25881904885601753, 1.5426818398784645e-08], "non_uniform_scale": [0.9999999716376657, 0.9999998807907177, 0.999999882230706], "motion_type": "STATIC"}, {"template_name": "4e7c0162c2ef3d86bbdeff5ff3621c6ee983bc37", "translation": [11.810979843139648, 9.057289389602374e-07, -15.19560914065778], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8ac08422ca27a442ec61177d7419e94e36809719", "translation": [3.645400047302246, 6.756588390999241e-07, -11.335673610229833], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "91295afb8547ff1e36430144e78f212e308c4085", "translation": [8.02637004852295, 8.224826615332859e-07, -13.798968446316167], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "94da0a889aea94aeb3e0cd8da7cc94c2fb36f6cb", "translation": [16.501800537109375, 4.997837663722748e-07, -8.384979701937425], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ec7a01d8f3ffeb6d66d38caf2f01c3c70a80188a", "translation": [6.544899940490723, 7.08457207565516e-07, -11.885938889626289], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "de2910b67b17dba478964391c0dabbaadbf8c4fd", "translation": [11.136884689331055, 8.381384191125107e-07, -14.061628457210702], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "de2910b67b17dba478964391c0dabbaadbf8c4fd", "translation": [11.161905288696289, 7.972505500219995e-07, -13.37564388658734], "rotation": [-0.6800015897133331, -3.6099051158317065e-16, 0.7332106368481965, 4.370276232607738e-08], "non_uniform_scale": [0.9999998629777749, 0.9999998807907177, 0.9999998623037192], "motion_type": "STATIC"}, {"template_name": "de2910b67b17dba478964391c0dabbaadbf8c4fd", "translation": [10.519309997558594, 8.776166851021117e-07, -14.723963813545424], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "de2910b67b17dba478964391c0dabbaadbf8c4fd", "translation": [10.534079551696777, 7.60237924168905e-07, -12.754675104935416], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c1f6c57fa38f763b7921728ffff954bc26f7eec6", "translation": [8.25220012664795, 1.7500010928845313, -20.085558543469915], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "8c8e3efa817206e3928d344a8ea068f81eddfc8f", "translation": [13.819890022277832, 1.7500002496117588, -5.93778993560133], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "21733e666c206ebc64cfac5d4342d7c3455dd38b", "translation": [10.350780487060547, 8.004110441106604e-07, -13.428668175419034], "rotation": [-0.30739151574667783, 1.5631723993306808e-15, 0.9515831314430478, 5.671877711355766e-08], "non_uniform_scale": [1.0000000514244274, 0.9999998807907176, 0.9999999730139298], "motion_type": "STATIC"}, {"template_name": "6e091b64e3db98057bec72d11b39f76f7c823487", "translation": [5.190100193023682, 0.015000743329799227, -12.491628855071689], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6e091b64e3db98057bec72d11b39f76f7c823487", "translation": [18.063989639282227, 3.698831676501868e-07, -6.205609428548229], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "8d017fc7709614540587256fc11b809c9d7dc570", "translation": [14.697569847106934, 1.0160004306799095, -7.697609382056598], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "24b2a73ac2f4d0cb0e921d8d23b47f7a02fb1055", "translation": [16.620769500732422, 0.5461006119018421, -10.469708739768897], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "193f8007669b484da104bb34c3d367210647e480", "translation": [4.123094081878662, 0.46000097509721805, -16.679415634905297], "rotation": [0.19415612075423402, -7.78367941248673e-16, 0.9809706421568709, 5.847040983650153e-08], "non_uniform_scale": [0.9999998588354392, 0.9999998807907176, 0.9999998898501868], "motion_type": "STATIC"}, {"template_name": "7aed5392034e7b465696668a62be741a0f82c212", "translation": [13.115240097045898, 1.2167489558123634e-06, -20.41365883268952], "rotation": [0.7132504533959549, 1.5349538744239135e-15, -0.7009092599833896, -4.1777451513202465e-08], "non_uniform_scale": [0.9999999556032696, 0.9999998807907177, 0.99999995556696], "motion_type": "STATIC"}, {"template_name": "c27179f707d3f7afa65dfe1daf842ab250997a5b", "translation": [7.701099872589111, 1.7496505538064184, -11.01537914484561], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7934511792a77530082d233d482b8e2450a2c890", "translation": [15.912320137023926, 0.9000009488237097, -17.218619220339043], "rotation": [0.7071068022599735, -5.3020008304664305e-09, 0.7071067601131199, 3.7910659545960296e-08], "non_uniform_scale": [-0.9394386446810576, 0.9999998807907169, 0.7989794135702013], "motion_type": "STATIC"}, {"template_name": "c03f04a67b9d698f19a0bec08b897b4ebb87ce75", "translation": [18.47918128967285, 1.7500506318074613, -13.210819306321731], "rotation": [-0.5000000218556918, -0.49999999205336904, 0.500000037748953, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [11.610810279846191, 3.4260747838743555e-07, -5.7479993255138595], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [10.610810279846191, 3.4260747838743555e-07, -5.7479993255138595], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [9.610810279846191, 3.4260747838743555e-07, -5.7479993255138595], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [8.610810279846191, 3.437995985677844e-07, -5.767999782085411], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [7.610809803009033, 3.437995985677844e-07, -5.767999782085411], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [6.610809803009033, 3.437995985677844e-07, -5.767999782085411], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [5.610809803009033, 3.437995985677844e-07, -5.767999782085411], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [4.610809803009033, 3.4260747838743555e-07, -5.7479993255138595], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [3.6108100414276123, 3.437995985677844e-07, -5.767999782085411], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [2.6830801963806152, 6.255584708014794e-07, -10.495128959707642], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [2.6630802154541016, 5.659538260260888e-07, -9.495129019312287], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [2.6630802154541016, 3.8713992012162635e-07, -6.495129674963351], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [2.6630802154541016, 3.500646243992378e-07, -5.873109467440258], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.24403996801138114, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [2.8874099254608154, 3.437995985677844e-07, -5.767999782085411], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.44679000973701477, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "59d4630af6aee8b19660537466b52f2c26a74c19", "translation": [18.179180145263672, 9.582638540450716e-07, -16.076998706042787], "rotation": [0.7071068022599731, 0.0, -0.7071067601131199, -4.2146849766967874e-08], "non_uniform_scale": [1.1518881826467404, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9e2dc2a39745fc9e834a329d18c18f63db0ac0c9", "translation": [5.777450084686279, 1.14268300421827e-06, -19.171038438615824], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3d3a3d0eab490f7c357ea068c39d2286e7807cb6", "translation": [5.0089898109436035, 0.8382008716684837, -15.913569405569412], "rotation": [0.999991825694396, -1.2608796344616074e-20, 0.004043333326461704, 2.4100145788112856e-10], "non_uniform_scale": [0.9999999741340527, 0.9999998807907176, 0.9999998549325688], "motion_type": "STATIC"}, {"template_name": "4599c7245ffbda15ce5bf156b932d9d7b71040d1", "translation": [15.973919868469238, 1.7500005409228834, -10.825179304171797], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f9c97fa13ad1d2f311069af118476726a3b568d4", "translation": [12.777007102966309, 4.0464044559485046e-07, -6.788739753440609], "rotation": [-4.371138947404904e-08, 2.8140186365019653e-16, 0.9999999999999972, 6.017645005499316e-08], "non_uniform_scale": [-1.0473333597183268, 0.9999998807907184, 1.2160138826353641], "motion_type": "STATIC"}, {"template_name": "2002118dd15dda65a38edb49ee7808dedadc4a96", "translation": [16.293230056762695, 0.9144008877224259, -15.118309972720684], "rotation": [0.7071068022599728, 4.3839525402007084e-09, -0.7071067601131199, -4.768236949029132e-08], "non_uniform_scale": [1.2918638413033579, 0.9999998807907187, 1.2626775942636963], "motion_type": "STATIC"}, {"template_name": "99865697a8377939639bb8dfab9f28664f5b58cc_part_1", "translation": [9.43741810163379, -8.674626831365817e-08, -8.405973080461681], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "99865697a8377939639bb8dfab9f28664f5b58cc_part_4", "translation": [9.437753735054219, -1.2429320789484085e-06, -7.3191600038142335], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "99865697a8377939639bb8dfab9f28664f5b58cc_part_4", "translation": [10.027465767985221, -1.1673343369837488e-06, -7.997710834710249], "rotation": [1.0410209271321558e-05, -2.9801951350279466e-08, 0.9999999999436732, -2.068903765356458e-06], "non_uniform_scale": [0.9999998807907171, 0.9999998807907173, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "99865697a8377939639bb8dfab9f28664f5b58cc_part_4", "translation": [10.02746542888568, -1.1190238959700134e-06, -8.808282624829284], "rotation": [1.2124298000065142e-07, -2.9802320550729633e-08, 0.9999999999999918, 2.9802326001017554e-08], "non_uniform_scale": [0.9999998807907173, 0.9999998807907176, 0.9999998807907173], "motion_type": "STATIC"}, {"template_name": "99865697a8377939639bb8dfab9f28664f5b58cc_part_4", "translation": [8.858013592529927, -1.1887355193888128e-06, -8.808110819447291], "rotation": [0.999999999943548, 2.1285090306253458e-06, -1.0410209146228904e-05, 2.980207647764206e-08], "non_uniform_scale": [0.9999998807907171, 0.9999998807907174, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "99865697a8377939639bb8dfab9f28664f5b58cc_part_4", "translation": [8.858013559117351, -1.2370492521858252e-06, -7.99754092192317], "rotation": [0.999999999943548, 2.1285090306253458e-06, -1.0410209146228904e-05, 2.980207647764206e-08], "non_uniform_scale": [0.9999998807907171, 0.9999998807907174, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "99865697a8377939639bb8dfab9f28664f5b58cc_part_4", "translation": [9.437580320386994, -1.1134453816164365e-06, -9.491759710113724], "rotation": [-0.7071067601131205, -4.214684978168753e-08, 0.7071068022599728, 4.90653878716054e-18], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907178], "motion_type": "STATIC"}, {"template_name": "9406d991d4c026e8ca08e5583634bed76b4cd9f0", "translation": [4.651439666748047, 9.060251500159211e-07, -15.200578737224362], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0d16ac77fb67e31f3754e6116fa58cf6a24c7222", "translation": [16.259309768676758, 0.9144008711063556, -14.839538588885095], "rotation": [0.6397914591558423, -1.4584277409705014e-15, 0.7685485598133902, 4.5809065073536384e-08], "non_uniform_scale": [0.9999999572792437, 0.9999998807907176, 0.9999999533594113], "motion_type": "STATIC"}, {"template_name": "566f5cb3895ccaf20192b685f64b070658db775b", "translation": [17.807109832763672, 1.415000921782564, -17.519944016042643], "rotation": [0.7071068031147996, 0.7071067592582895, 6.181723920412079e-08, -6.181723491524078e-08], "non_uniform_scale": [1.6801624298095958, 1.3282689656890792, 0.999999821186083], "motion_type": "STATIC"}, {"template_name": "566f5cb3895ccaf20192b685f64b070658db775b", "translation": [17.80582046508789, 1.9150008919805828, -17.51994970828588], "rotation": [0.7071068029934102, 0.7071067593796787, 6.181724230503009e-08, -6.181723718472729e-08], "non_uniform_scale": [1.6833999156952162, 1.3009228347632011, 0.9999998211860829], "motion_type": "STATIC"}, {"template_name": "8312990d94806a278f96710e662f98a9791fb892", "translation": [18.47917938232422, 1.7500007053416766, -13.583668748517653], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9551b3c01602dbfa04ad9be0a4b47ac1b8cc650b", "translation": [16.084720611572266, 6.879740794829559e-07, -11.54228904591264], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8e8fa96be074973692545b222867725fffb480a4", "translation": [17.789390563964844, 1.431001067499757, -17.436672993440972], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8e8fa96be074973692545b222867725fffb480a4", "translation": [17.907489776611328, 1.431001067499757, -17.436672993440972], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8e8fa96be074973692545b222867725fffb480a4", "translation": [18.025588989257812, 1.431001067499757, -17.436672993440972], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8e8fa96be074973692545b222867725fffb480a4", "translation": [18.024024963378906, 1.4310010604310506, -17.318079784567296], "rotation": [-0.6975016473032138, 8.253889906631851e-16, 0.7165831787094235, 4.271168749631659e-08], "non_uniform_scale": [0.9999999204973676, 0.9999998807907176, 0.9999999204105741], "motion_type": "STATIC"}, {"template_name": "8e8fa96be074973692545b222867725fffb480a4", "translation": [17.905925750732422, 1.4310010605639505, -17.320309474986153], "rotation": [-0.6975016473032138, 8.253889906631851e-16, 0.7165831787094235, 4.271168749631659e-08], "non_uniform_scale": [0.9999999204973676, 0.9999998807907176, 0.9999999204105741], "motion_type": "STATIC"}, {"template_name": "8e8fa96be074973692545b222867725fffb480a4", "translation": [17.787826538085938, 1.4310010605639505, -17.320309474986153], "rotation": [-0.6975016473032138, 8.253889906631851e-16, 0.7165831787094235, 4.271168749631659e-08], "non_uniform_scale": [0.9999999204973676, 0.9999998807907176, 0.9999999204105741], "motion_type": "STATIC"}, {"template_name": "ea233d6e83ef6d189dc92600b820430307b58cea", "translation": [14.727499961853027, 1.0160004198855148, -7.516509501188395], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9f80137daec3d6e2c6fdfbd91b1350a24ad71916", "translation": [13.146899223327637, 1.184803863907291e-06, -19.877709157603363], "rotation": [0.7009092387301084, -1.5844683977579058e-15, 0.7132504742814954, 4.251304208964277e-08], "non_uniform_scale": [0.9999999566435166, 0.9999998807907176, 0.9999999566072068], "motion_type": "STATIC"}, {"template_name": "bc59d29d1dd89583b138da32dd3a25916c4dd684", "translation": [12.94540023803711, 1.7500005663794056, -9.25226908908666], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "36def4dd118b2513c1c4153a5160263f191dcbb0", "translation": [17.35597038269043, 1.7500004330387426, -11.015183641601546], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33f6ec08767e11d7dc6d51d2b3cb5d60b43c17b1", "translation": [15.968830108642578, 1.7500004330387426, -11.015183641601546], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "af08885f6ce657eff10dd899244cd628a73da63e", "translation": [18.340953826904297, 1.9310010281354621, -17.27624969439203], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "af08885f6ce657eff10dd899244cd628a73da63e", "translation": [5.526014804840088, 0.8500009259219254, -15.984391162729729], "rotation": [0.9659258252833217, 2.9761709072913827e-18, 0.25881904885601753, 1.5426818398784645e-08], "non_uniform_scale": [0.9999999716376657, 0.9999998807907177, 0.999999882230706], "motion_type": "STATIC"}, {"template_name": "0234d7b08ff7e6bc20360183fbee9f9f1de895db", "translation": [12.305780410766602, 1.7500005522423976, -11.015089227849842], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "be1129f24ec88d04fc8e003033efa3c97d40187b", "translation": [12.78927993774414, 1.1893934015461127e-06, -19.954708817320466], "rotation": [0.9999619230682418, 3.39961647093149e-20, 0.008726535031941991, 5.201420555977445e-10], "non_uniform_scale": [1.0000000149440502, 0.9999998807907176, 0.9999998957710756], "motion_type": "STATIC"}, {"template_name": "074f67e54078e7d67afcc490f00e4004bdc73514", "translation": [4.317090034484863, 0.6400012271428395, -21.468039148566696], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e4eae29cc79080c718b2050da593ae8a648c0411", "translation": [6.62624979019165, 0.3500007941567791, -13.773738972917807], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d8b29a7849dcae6c2a016b4f76d4e918def7ca65", "translation": [6.596879959106445, 8.195081591111375e-07, -13.749064579661763], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "1102767fee01f1f093353f120f091d2cb2344245", "translation": [4.463860034942627, 8.344155730810598e-07, -13.999169468929153], "rotation": [-0.46561450727406606, -1.8558731486228972e-09, 0.8849876443295273, 5.407347901080191e-08], "non_uniform_scale": [0.8547104427340766, 0.9999998807907171, 0.8662566802292635], "motion_type": "STATIC"}, {"template_name": "f1baec5e20e8368e3dfad52b1523ab0cb14800ce", "translation": [18.296058654785156, 0.9000009370010744, -17.02026832578961], "rotation": [1.0, -7.448416966151738e-10, 0.0, 0.0], "non_uniform_scale": [0.8135051131248474, 0.999999880790717, 0.8000257253616134], "motion_type": "STATIC"}, {"template_name": "9cbee54a4e7bc24a5b6a9764a92c1fee1fe7381b", "translation": [6.091609954833984, 0.8382008839774713, -16.120079937083666], "rotation": [-0.2588190881795642, 5.324577917077078e-16, 0.9659258147466065, 5.757366814296456e-08], "non_uniform_scale": [0.9999999498208517, 0.9999998807907176, 0.9999998604139022], "motion_type": "STATIC"}, {"template_name": "d413be1b49919287e484dd5cb5658c56b05aebf5", "translation": [3.98799991607666, 0.640001224483818, -21.423428174052866], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3e2f125ae0bce7a56defdc98097ff70214eae0c0", "translation": [3.897830009460449, 2.8000005758225512, -13.26069831486349], "rotation": [-4.371138899241106e-08, -1.326043843211866e-16, 0.9999999999999973, 5.977654629621875e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999925, 0.8982079746475224], "motion_type": "STATIC"}, {"template_name": "3e2f125ae0bce7a56defdc98097ff70214eae0c0", "translation": [5.2718000411987305, 2.8000005758225512, -13.26069831486349], "rotation": [-4.371138899241106e-08, -1.326043843211866e-16, 0.9999999999999973, 5.977654629621875e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999925, 0.8982079746475224], "motion_type": "STATIC"}, {"template_name": "3e2f125ae0bce7a56defdc98097ff70214eae0c0", "translation": [6.653810024261475, 2.8000005758225512, -13.26069831486349], "rotation": [-4.371138899241106e-08, -1.326043843211866e-16, 0.9999999999999973, 5.977654629621875e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999925, 0.8982079746475224], "motion_type": "STATIC"}, {"template_name": "3e2f125ae0bce7a56defdc98097ff70214eae0c0", "translation": [8.074379920959473, 2.800000578129257, -13.29939841631655], "rotation": [-4.371138899241106e-08, -1.326043843211866e-16, 0.9999999999999973, 5.977654629621875e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999925, 0.8982079746475224], "motion_type": "STATIC"}, {"template_name": "3e2f125ae0bce7a56defdc98097ff70214eae0c0", "translation": [9.541939735412598, 2.8000005758225512, -13.26069831486349], "rotation": [-4.371138899241106e-08, -1.326043843211866e-16, 0.9999999999999973, 5.977654629621875e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999925, 0.8982079746475224], "motion_type": "STATIC"}, {"template_name": "3e2f125ae0bce7a56defdc98097ff70214eae0c0", "translation": [11.03905963897705, 2.8000005758225512, -13.26069831486349], "rotation": [-4.371138899241106e-08, -1.326043843211866e-16, 0.9999999999999973, 5.977654629621875e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999925, 0.8982079746475224], "motion_type": "STATIC"}, {"template_name": "45081bfb9bb52ab7e6c275aef48aa905666a05fa", "translation": [0.8796700239181519, 0.01000042351451158, -7.119144014767143], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7a1f5ffea6aabea422439e331d180856fe8a3696", "translation": [16.323261260986328, 0.8640007175379942, -12.526289141756894], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "87924de6df55046e6099383f62efa22653c626a7", "translation": [18.159820556640625, 0.900000696669828, -12.988179332722417], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b672c86af96ff069503760f15485f4f6f7174eb2", "translation": [16.04737091064453, 7.354617537203012e-07, -12.338999966442543], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "214a993418b4aee37d1b3797e2b6ed2bd2fd73bc", "translation": [18.310049057006836, 0.9000007428869949, -13.763574679876832], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f4dfb1284c71db8a36d38366191b11bffc1a0aad", "translation": [10.989580154418945, 1.1725483091140632e-06, -19.672095079893097], "rotation": [1.0, -3.101393488692889e-10, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907182, 1.1550487095059414], "motion_type": "STATIC"}, {"template_name": "424d7e7d258370736e6cfdbad2b253e521f80c79", "translation": [18.179180145263672, 8.374488515983103e-07, -14.050059434767945], "rotation": [0.7071068022599732, 0.0, 0.7071067601131199, 4.2146849766967874e-08], "non_uniform_scale": [1.0743182257224186, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5277bce5d54fba0ab5ee869ed623932b447457d4", "translation": [4.260940074920654, 1.0104090506501961e-06, -16.95184988070423], "rotation": [0.20924668250311307, -1.1267302851516607e-15, 0.9778628870457443, 5.8285173109220565e-08], "non_uniform_scale": [1.000000061471192, 0.9999998807907176, 0.9999999622257], "motion_type": "STATIC"}, {"template_name": "0beacceb2745b82153ec62fed64b5dc6bc4a4bfb", "translation": [7.925521373748779, 7.280916065610654e-07, -12.215349422970405], "rotation": [0.9999904807208269, -5.918659539011643e-21, -0.004363309263573483, -2.600735128459814e-10], "non_uniform_scale": [0.9999999895625115, 0.9999998807907176, 0.9999998703623083], "motion_type": "STATIC"}, {"template_name": "2d686cdf1b2da2c4b61c629bdefdb4a5c6678168", "translation": [11.82262897491455, 0.5800008533489596, -15.17681886215092], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2d686cdf1b2da2c4b61c629bdefdb4a5c6678168", "translation": [14.754759788513184, 1.0160005062681847, -8.965770126475647], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0e3f31820718c4195b9884dbdf9015035f66dae0", "translation": [18.330638885498047, 6.296932610894146e-07, -10.564499225348243], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "26a38271fb04e01cc4ae5f6cabad71f37a69231b", "translation": [10.180009841918945, 1.1861812936331262e-06, -19.90081859226109], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2aa77bff30ed984060db76a7b82bb755e2d3eebf", "translation": [16.28619956970215, 8.987545925265294e-07, -15.078599031054978], "rotation": [0.7071068022599719, 7.71831312718159e-09, -0.7071067601131205, -5.4325805586993925e-08], "non_uniform_scale": [1.3412131463758263, 0.9999998807907202, 1.5779294027132136], "motion_type": "STATIC"}, {"template_name": "a8d0478202624c27a666b36813e6c0758fa63913", "translation": [17.391416549682617, 5.018502520215407e-07, -8.419649575969572], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [1.0003497004300534, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c362dc997e0028ee945c31994af1f650cd326204", "translation": [17.348480224609375, 1.9310010360729635, -17.409418860648863], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2cf2504a8f09e07d65c3678b24b38730c673e0e8", "translation": [5.4611101150512695, 1.75000083909066, -15.827604199790642], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9fabba5db21e2aa71b41ca30c03e6dd1fada44d5", "translation": [8.11614990234375, 8.98579969543789e-07, -15.0756693437296], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9fabba5db21e2aa71b41ca30c03e6dd1fada44d5", "translation": [7.827800273895264, 1.2647897165152244e-06, -21.21964900376497], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f081dbf3d1c53800f57466fe4c867d231bccc27d", "translation": [9.439539909362793, 4.9816731007013e-07, -8.357860067018237], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "664b0b7e08d711a0462aea8be8463789fa091a26", "translation": [18.47917938232422, 1.7499005826460845, -11.803478386796762], "rotation": [-0.5000000218556938, -0.49999999205336926, 0.5000000377489504, -0.49999994834198186], "non_uniform_scale": [1.1598815226625472, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5d12fb4282b751cbfb9388ee513d724f10e91750", "translation": [10.293379783630371, 1.7500010388171248, -21.178457800837812], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "d7c839146e84643d034b5eff9b1142e5445af7af", "translation": [9.369549751281738, 1.2639218311960576e-06, -21.205088305169966], "rotation": [1.0, -3.7000491117103475e-12, 0.0, 0.0], "non_uniform_scale": [1.0300055742263794, 0.9999998807907177, 1.0158822517535313], "motion_type": "STATIC"}, {"template_name": "524036b6b162680ba9847dce0c7ba2c6386f5dba", "translation": [4.265120029449463, 9.016120543492434e-07, -15.126539282408942], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "de3067a831219cc8fbeacaaf1fb263d9ae27ed05", "translation": [5.688189506530762, 4.930007548864523e-07, -8.271179659892312], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b6b95492f92d8ac159df347bc372a644f9cb21f4", "translation": [9.783490180969238, 8.232194659285597e-07, -13.81132997206862], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ff4c7ccdb086d00be7ffd5a7e57d0064531304ce", "translation": [13.128069877624512, 1.1294525847915793e-06, -18.949068847354056], "rotation": [0.9999619230682418, 3.39961647093149e-20, 0.008726535031941991, 5.201420555977445e-10], "non_uniform_scale": [1.0000000149440502, 0.9999998807907176, 0.9999998957710756], "motion_type": "STATIC"}, {"template_name": "94b5907c972413405cad95cdce15fa6502e56e29", "translation": [16.062469482421875, 5.038493782194564e-07, -8.453189346004137], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4b8f8f71f25ab0dcf4bf08202bf552cf627666ca", "translation": [5.6666998863220215, 4.948740865984291e-07, -8.302608948790464], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "688eb70a1afb2467d04303fe35f9a59ebc47acc1", "translation": [13.932690620422363, 1.321452828051406e-06, -22.17029820857647], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "688eb70a1afb2467d04303fe35f9a59ebc47acc1", "translation": [11.645259857177734, 1.3236427776064374e-06, -22.207039463100386], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "18d33c5c5df8b177bab1b8d8673ff67e58de0bb8", "translation": [13.783819198608398, 1.7500005663794056, -9.25226908908666], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9a83e5e3d52cf0644b1819425d24119ca176e4d9", "translation": [5.769594669342041, 1.2241090416864608e-06, -20.537140575817716], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a20af6e98d04cc5775fe03fe3b34ee98ee750255", "translation": [6.997260093688965, 4.993257221030944e-07, -8.377294994753868], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "5780377a36497db36e4a59049d08f5434b730a69", "translation": [16.263059616088867, 8.933967023949663e-07, -14.988708556371364], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f4ed79fe7493f976c65ef6ce0d054869a6744e8d", "translation": [16.313138961791992, 1.6650006248462432, -12.788179489780646], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxx979e6d6dx9e4dx4a29xbba1xbb6bebeabdeb", "translation": [15.312170028686523, 8.608240023022518e-07, -14.442229363785373], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx979e6d6dx9e4dx4a29xbba1xbb6bebeabdeb", "translation": [15.312170028686523, 9.381103041050665e-07, -15.738878265686083], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx979e6d6dx9e4dx4a29xbba1xbb6bebeabdeb", "translation": [15.312170028686523, 9.001535090646939e-07, -15.102068954582819], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "223af36e92a0aa97bf08833dfb9365c20e3ec240", "translation": [3.9058899879455566, 8.960050195128133e-07, -15.032468853445664], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "223af36e92a0aa97bf08833dfb9365c20e3ec240", "translation": [3.9666597843170166, 0.6400012242680404, -21.419808026563565], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "10acec1913edd61dfc83259d278d7512b85b860d", "translation": [6.530700206756592, 8.060443406066042e-07, -13.52317920189023], "rotation": [0.7071068022599724, 5.8511769744749375e-09, 0.7071067601131201, 5.0247122031227814e-08], "non_uniform_scale": [1.3267645045063194, 0.9999998807907192, 1.384383119083456], "motion_type": "STATIC"}, {"template_name": "484775a87256c6e7ba3f806b26eecc874199f921", "translation": [10.169269561767578, 9.930342912412016e-07, -16.660349806526256], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "484775a87256c6e7ba3f806b26eecc874199f921", "translation": [11.669269561767578, 9.930342912412016e-07, -16.660349806526256], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "484775a87256c6e7ba3f806b26eecc874199f921", "translation": [13.394220352172852, 6.628084747717367e-07, -11.120080285067502], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "484775a87256c6e7ba3f806b26eecc874199f921", "translation": [13.394220352172852, 7.522154419348226e-07, -12.620080195660535], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "484775a87256c6e7ba3f806b26eecc874199f921", "translation": [13.394220352172852, 8.416224090979085e-07, -14.120080106253567], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "484775a87256c6e7ba3f806b26eecc874199f921", "translation": [8.669269561767578, 9.930342912412016e-07, -16.660349806526256], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "6da53db5c9730fefc2507f1f76b85f7b4c037985", "translation": [15.202727317810059, 1.0202386420132825e-06, -17.116763048364874], "rotation": [1.0, -9.989662092615026e-13, 0.0, 0.0], "non_uniform_scale": [1.4282851219177246, 1.0615709946666887, 1.0702985441328754], "motion_type": "STATIC"}, {"template_name": "60ca191abdd4d03733365c6ba4494275aeef9862", "translation": [18.439180374145508, 0.9000007719540477, -14.251238873527065], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5d4c5918e8f7d301d36d21970d18786716dbbb1d", "translation": [10.049819946289062, 1.5981007767825801, -17.51994781982608], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "de98b1111f074c9927d9a0206b23b3df0969bd9b", "translation": [13.8289794921875, 4.032623905914079e-07, -6.765619828366027], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "de98b1111f074c9927d9a0206b23b3df0969bd9b", "translation": [13.421369552612305, 4.98328233788925e-07, -8.36055991884706], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "e0065d23c476ee49cce613cc83541b2181eb6ed6", "translation": [6.608923435211182, 9.015024033942609e-07, -15.124699644762245], "rotation": [1.0, -7.779362031451867e-12, 0.0, 0.0], "non_uniform_scale": [1.1752796173095703, 1.2728043469423742, 1.2440527386602387], "motion_type": "STATIC"}, {"template_name": "e3dfeaae3312a8c21fdac34ceac931557437efaf", "translation": [10.487110137939453, 0.7600007700144857, -13.838698470670025], "rotation": [-4.371138911578296e-08, 4.9414930256588236e-23, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999997615814461], "motion_type": "STATIC"}, {"template_name": "5bbfd9e1325ca8d3c59e23b35401eeec71424256", "translation": [16.38224983215332, 1.0260068847856019e-06, -17.21353809752827], "rotation": [1.0, -6.660535913733339e-12, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907177, 1.0213664744655446], "motion_type": "STATIC"}, {"template_name": "c92c5a97e0aed174b71b174106cfdc9c29fc5d1f", "translation": [17.564760208129883, 1.4310010700419085, -17.47932321367714], "rotation": [-0.004943664507969081, 1.8126704891644987e-17, 0.9999877800159506, 5.9603919960076243e-08], "non_uniform_scale": [1.0000000038231793, 0.9999998807907176, 0.9999998846255499], "motion_type": "STATIC"}, {"template_name": "fcb2d13a1d0e84a2ec046dad8317166fe84ecc89", "translation": [7.84141206741333, 7.5685409228754e-07, -12.6979038299379], "rotation": [0.710185376100109, 2.262632483001387e-15, 0.7040147239749642, 4.196255232279991e-08], "non_uniform_scale": [0.9999998703727027, 0.9999998807907176, 0.999999989576495], "motion_type": "STATIC"}, {"template_name": "d2d5bdc4f299e6a6c4d994e001b8d89ad0e6f75c", "translation": [12.002389907836914, 0.5800008505463516, -15.129798906457435], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c4a76da68c72eec12f07b0f047a21a130872a0ba", "translation": [11.951240539550781, 0.5800008610146925, -15.305428511772785], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "e946025ab4168c75d712294a44f37f11cd90ec2c", "translation": [16.952430725097656, 1.7500005409231676, -10.825184072543095], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5086845254b801fe41676cefb9673f7fc3ba8f04", "translation": [14.614914894104004, 1.7500004538583767, -9.36447935614109], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5b393e1c1d59d8877df7e84eb8a9e6bfd3ad5e16", "translation": [5.438870429992676, 0.8382008823556149, -16.09286970310982], "rotation": [0.9999919223197471, 2.3477975588470505e-21, 0.004019365031552195, 2.3957283979215424e-10], "non_uniform_scale": [1.0000000048693511, 0.9999998807907176, 0.9999998856677715], "motion_type": "STATIC"}, {"template_name": "fd4e4f3981b13556a4e92de5efb8b107a92851aa", "translation": [18.47917938232422, 2.0099002099466503, -7.970619560449123], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ac05a558895d021774f34ed90ddbd9398d54ef57", "translation": [9.307999610900879, 1.7500009512868928, -17.709944518807788], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b6841ebeda34eddf68c66baa380583ffd6bf83fe", "translation": [16.502599716186523, 1.7500006465706406, -12.597654441138786], "rotation": [0.7071068022599707, 0.7071067601131183, 6.181723998755867e-08, -6.181723630296284e-08], "non_uniform_scale": [1.0000000000000153, 0.9999998807907347, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b6841ebeda34eddf68c66baa380583ffd6bf83fe", "translation": [15.591509819030762, 1.7500006465706406, -12.597654441138786], "rotation": [0.7071068022599707, 0.7071067601131183, 6.181723998755867e-08, -6.181723630296284e-08], "non_uniform_scale": [1.0000000000000153, 0.9999998807907347, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b9be97e2da4e9abd6348004387fb4537112c8d15", "translation": [5.050759792327881, 0.020001034790225303, -17.388398086524063], "rotation": [0.9662311525340845, -1.2407342535307072e-17, 0.25767685164301113, 1.5358738077950058e-08], "non_uniform_scale": [0.9999999643830493, 0.9999998807907177, 0.9999998747323066], "motion_type": "STATIC"}, {"template_name": "1c3ca195a923c9a2a65f1f73b6d6e3256c768399", "translation": [16.62744903564453, 6.220483896868245e-07, -10.436239574179638], "rotation": [-4.3711388286737876e-08, 3.1058814544726735e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f7fa6c2b79f15729201201d5a23413aae5fb94c2", "translation": [12.20045280456543, 1.2331749985605711e-06, -20.689242083475392], "rotation": [0.8617751293075728, 6.41894934757168e-16, 0.5072904754742743, 3.023687148127972e-08], "non_uniform_scale": [0.999999980994312, 0.9999998807907176, 0.9999999529171323], "motion_type": "STATIC"}, {"template_name": "a52b590f3d162eb7d6d332255d7515238d42e307", "translation": [10.013460159301758, 1.210850427924015e-06, -20.314697962123205], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "24b8d40f077e37de0fda3a2e63a5f8e0d7888995", "translation": [17.654800415039062, 1.431001062896236, -17.359438729856016], "rotation": [0.9914166982452579, -1.1509135367807161e-17, -0.1307399343753515, -7.792707723607186e-09], "non_uniform_scale": [0.999999969589602, 0.9999998807907176, 0.9999998583915497], "motion_type": "STATIC"}, {"template_name": "4826ede65a0308a723cddb057908db3f5ba4b467", "translation": [10.36676025390625, 0.7600007624298684, -13.711449714216556], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "08705ce22129b92cd98a3757e6cad950c2b15689", "translation": [16.423320770263672, 0.8640007182175005, -12.537689363855709], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b282e6a8f93d66a078bf03e16eaaa9821223d1f4", "translation": [10.067729949951172, 1.10928476715344e-06, -18.6107090347582], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "072c0e8de2a9fac36b7a08d0f7f3608f563abcce", "translation": [14.215034484863281, 4.975223646397353e-07, -8.347039678869237], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "acd4efdfa7d6fab996ea544348d92629c7c14705", "translation": [10.182250022888184, 0.9000010577649178, -19.046349290230843], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a093a5341f0930a9fe1f4e56f337f21e40dbdc21", "translation": [5.418239593505859, 9.578425306244753e-07, -16.069930072430907], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b1fa106541c328b43460dbce62396b06183d8e68", "translation": [17.514101028442383, 1.7500001303821549, -5.937448997053544], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "c20a0e84afd93a3008f0df44bb00a7fc65913557", "translation": [4.164690017700195, 1.276030161534436e-06, -21.408232366547963], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "fdc07a59b1ffb24d6de5646547d6fe08da8ae5a4", "translation": [10.528189659118652, 8.188354740923387e-07, -13.737778798474096], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "02e404b057e77e5fa66690bc55ae14a72ce0635c", "translation": [4.800869941711426, 8.015304615582863e-07, -13.447448882612605], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "02e404b057e77e5fa66690bc55ae14a72ce0635c", "translation": [4.957271575927734, 8.563998221688962e-07, -14.368003942489338], "rotation": [0.885092973245667, 2.1889744894144038e-16, 0.4654142549505163, 2.7740853409496503e-08], "non_uniform_scale": [0.9999999490976931, 0.9999998807907176, 0.9999999108030709], "motion_type": "STATIC"}, {"template_name": "498ad9602ffa2854cc2e31a54988dbecc0e9d2a9", "translation": [18.01235008239746, 2.2206809103054326, -17.51994969006593], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "68c028d006d31e75f8d80317f28ab150572ced82", "translation": [11.425169944763184, 1.7500009512871202, -17.709948333504826], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "51a22c69abd300c67c0b53c7045d1e7f2db52cfb", "translation": [10.580889701843262, 0.7600007568311327, -13.617518521695175], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "xxxx47126935x4c1ex4a75xbfa9x28190d1a805c", "translation": [18.260780334472656, 0.9000008800524952, -16.064829768846586], "rotation": [0.7071068022599734, 7.247381412588656e-13, 0.7071067601131198, 4.214757453007772e-08], "non_uniform_scale": [0.9999998807907176, 0.9999883174910096, 1.0000227093683058], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [3.2162299156188965, 1.5500011954373534, -20.406109454863618], "rotation": [0.7071067713513514, 4.214685169289278e-08, 0.7071067910217423, 1.2560739611743052e-15], "non_uniform_scale": [-0.9999999403953574, 0.9999998807907176, 0.9999999403953574], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [3.2162299156188965, 1.5500010877996786, -18.600249043092113], "rotation": [0.7071067713513514, 4.214685169289278e-08, 0.7071067910217423, 1.2560739611743052e-15], "non_uniform_scale": [-0.9999999403953574, 0.9999998807907176, 0.9999999403953574], "motion_type": "STATIC"}, {"template_name": "4380-0", "translation": [12.806389808654785, 1.1200012960904857, -22.78478861422598], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "4147-0", "translation": [16.526161193847656, 1.600000978407273, -17.61494903475343], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4147-0", "translation": [18.574180603027344, 1.6000008005989557, -14.63182066489329], "rotation": [0.7071067713513514, 4.214685169289278e-08, 0.7071067910217423, 1.2560739611743052e-15], "non_uniform_scale": [-0.9999999403953574, 0.9999998807907176, 0.9999999403953574], "motion_type": "STATIC"}, {"template_name": "4147-0", "translation": [18.574180603027344, 1.6000008611918233, -15.648400232291145], "rotation": [0.7071067713513514, 4.214685169289278e-08, 0.7071067910217423, 1.2560739611743052e-15], "non_uniform_scale": [-0.9999999403953574, 0.9999998807907176, 0.9999999403953574], "motion_type": "STATIC"}, {"template_name": "3754-0", "translation": [18.574180603027344, 1.4500005605983546, -10.055279045982374], "rotation": [0.7071067713513514, 4.214685169289278e-08, 0.7071067910217423, 1.2560739611743052e-15], "non_uniform_scale": [-0.9999999403953574, 0.9999998807907176, 0.9999999403953574], "motion_type": "STATIC"}, {"template_name": "3754-0", "translation": [18.574180603027344, 1.4500003638273569, -6.754009711503372], "rotation": [0.7071067713513514, 4.214685169289278e-08, 0.7071067910217423, 1.2560739611743052e-15], "non_uniform_scale": [-0.9999999403953574, 0.9999998807907176, 0.9999999403953574], "motion_type": "STATIC"}, {"template_name": "3756-0", "translation": [18.574180603027344, 2.070000514023249, -11.81387818551785], "rotation": [0.7071067713513514, 4.214685169289278e-08, 0.7071067910217423, 1.2560739611743052e-15], "non_uniform_scale": [-0.9999999403953574, 0.9999998807907176, 0.9999999403953574], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [7.5211100578308105, 1.5500012744569815, -21.731838745961177], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [4.0293498039245605, 1.5500012744569815, -21.731838745961177], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "3756-0", "translation": [9.402560234069824, 2.0700011051797986, -21.73183871496677], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "3754-0", "translation": [15.885259628295898, 1.4500003094941434, -5.842449707242835], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "3762-0", "translation": [4.591879844665527, 1.1200005889045812, -10.920178649414815], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3762-0", "translation": [8.928720474243164, 1.1200005889045812, -10.920178649414815], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3756-0", "translation": [12.210780143737793, 2.0700002167349822, -6.826209014880092], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}]}
scenes/102344469.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/102344529.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/102344529"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "a02fadd93f936a28bfdc192ccca0f6392c584a65", "translation": [0.6473600268363953, 2.799802985009592e-07, -4.69728966371477], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "be81aaf999380d6654f0243a0d732c752fb4596b", "translation": [8.552000045776367, 1.472999912302157, 0.8303256417914895], "rotation": [1.0, -3.3797491367314005e-15, 0.0, -0.0], "non_uniform_scale": [-0.9985069036483765, 0.9999998807907176, 1.000476241054976], "motion_type": "STATIC"}, {"template_name": "cb47ce31bd4309c8b3c99a1d53db43f7046cb489", "translation": [-3.007000207901001, 6.324052748141185e-08, -1.060999926269055], "rotation": [1.0, -1.3856087925922352e-14, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 1.0009646414560436], "motion_type": "STATIC"}, {"template_name": "c1234ab69d64785a570dfa67d8dfb636a5a1a738", "translation": [-1.9550000429153442, 3.7099999571442623, -2.350999709308141], "rotation": [-4.371138792491811e-08, 1.921484047019306e-15, 0.9999999999999964, 7.270337067626462e-08], "non_uniform_scale": [2.5750000476837256, 0.9999998807907267, 2.4749996095896116], "motion_type": "STATIC"}, {"template_name": "5dd6806c8bebc646c1e8467dd3c59b572d9f07af", "translation": [-2.0094974040985107, 0.5355489793122814, -1.4400504842043205], "rotation": [-3.0908617551831724e-08, -3.090862134862054e-08, 0.7071068449817162, -0.7071067173913719], "non_uniform_scale": [1.9334193468093945, 1.0114629254981362, 1.2769227889868195], "motion_type": "STATIC"}, {"template_name": "5204b3fd9affe5ddca8f7aa6e1e6dc823c3a0cf0", "translation": [-0.6869999766349792, 1.0690003829002563, -7.396999808192234], "rotation": [0.9612616952685673, 3.2075458477211276e-17, -0.27563735815269996, -1.6429267910639897e-08], "non_uniform_scale": [0.9999999801415238, 0.9999998807907176, 0.9999998944079285], "motion_type": "STATIC"}, {"template_name": "6809778870743732d618efcd72bbabe37e79a905", "translation": [-0.44200000166893005, 0.0029997751973537545, 3.7689998289346662], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "69b8f98ac24206541a5cc89429adc5493a8bff69", "translation": [-0.4360000193119049, 2.319549177613922, -7.894999372091959], "rotation": [-0.5000000219322895, -0.49999999205331985, 0.5000000376724535, -0.4999999483419324], "non_uniform_scale": [0.9999998807907162, 1.0015173553516061, 0.9989482761683082], "motion_type": "STATIC"}, {"template_name": "0924f26c04f22596eb14b8071dd3dcb60f786e69", "translation": [-0.6060000061988831, 1.0690003749728447, -7.263999919116472], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4f536b9bfdd9b709bcca3060cb4fcdfe03c0b75b", "translation": [6.970000267028809, 2.3189998769760125, -0.15899984669685363], "rotation": [-0.5000000217072375, -0.49999999205318374, 0.5000000378977778, -0.49999994834179645], "non_uniform_scale": [0.9999998807907162, 0.995024681387861, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "391972f73810b6eab26e322652d88a61aea7a739", "translation": [4.556000232696533, 0.8899999811649337, -0.813999908924103], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "29ba050e69589907868d5a1909fa70ade849f0af", "translation": [-0.7059999704360962, 4.6038630330258457e-07, -7.723999993562671], "rotation": [-4.3711387327827943e-08, -8.661777330236469e-19, 0.9999999999999973, 5.960465492258012e-08], "non_uniform_scale": [0.9995336532592812, 1.0006086825598786, 0.9999432563849349], "motion_type": "STATIC"}, {"template_name": "2eb6bfe572131fbb6d614412da0a243d5a7d583c", "translation": [6.701089859008789, 2.516000072575352, -3.1896120485298383], "rotation": [1.0, -8.018902600045529e-15, 0.0, 0.0], "non_uniform_scale": [0.9984294176101685, 0.9991940260894197, 0.9984613062785428], "motion_type": "STATIC"}, {"template_name": "e84f2079afd9459ad7f7213ce33c23bb61dc4948", "translation": [8.947734832763672, -5.090097232596236e-08, 0.8539765564217205], "rotation": [1.0, -7.351729640870725e-16, 0.0, 0.0], "non_uniform_scale": [0.9992102980613708, 0.9994320274076358, 0.9992100597369529], "motion_type": "STATIC"}, {"template_name": "e3154edfd261e32dee5044020705dba13f5e4000", "translation": [4.638000011444092, 0.8900000638365739, -2.200999790966513], "rotation": [0.9588197311953105, -1.1026722149957453e-11, 0.2840153571033656, 1.689237679630879e-08], "non_uniform_scale": [1.0005381946799838, 1.0024056431763526, 0.998111628164086], "motion_type": "STATIC"}, {"template_name": "fe989c1324374b664c439d5faf1db3eddd761701", "translation": [-2.240000009536743, -9.691715519011268e-08, 1.6259999498128863], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "26e2d9294ce1311bf117498e745addc47c703bdb", "translation": [-8.119999885559082, 2.318999550387261, 1.3202503322809633], "rotation": [-0.5000000218590429, -0.49999999205336915, 0.5000000377456014, -0.49999994834198186], "non_uniform_scale": [1.0007732510105805, 0.9998456239792336, 0.9997332692464216], "motion_type": "STATIC"}, {"template_name": "26e2d9294ce1311bf117498e745addc47c703bdb", "translation": [-10.254250526428223, 2.3189995311498848, 1.6429999277591634], "rotation": [-3.0908618102216614e-08, -3.090861980228051e-08, 0.7071068444068208, -0.7071067179662673], "non_uniform_scale": [1.0007734298706092, 0.9998456239884334, 0.9997332692464216], "motion_type": "STATIC"}, {"template_name": "d39d83b10a9034353d5b5fdb3d39dde23aef98a6", "translation": [-8.329999923706055, -3.010034532735517e-08, 0.5049999651312831], "rotation": [0.7071068022599744, -9.0170623108692e-09, 0.7071067601131191, 3.583188418978838e-08], "non_uniform_scale": [1.1553781535996106, 0.9995212555502269, 0.6999998271465417], "motion_type": "STATIC"}, {"template_name": "d39d83b10a9034353d5b5fdb3d39dde23aef98a6", "translation": [-10.34000015258789, -2.9802322387695312e-08, 0.4999999701976776], "rotation": [0.707106802259974, -5.815944816681153e-09, -0.7071067601131195, -3.758884479792812e-08], "non_uniform_scale": [1.1553781535996106, 0.9995212555502271, 0.7833331952492487], "motion_type": "STATIC"}, {"template_name": "d39d83b10a9034353d5b5fdb3d39dde23aef98a6", "translation": [-10.34000015258789, 4.76837147544984e-09, -0.07999999344348918], "rotation": [0.707106802259974, -5.815944816681153e-09, -0.7071067601131195, -3.758884479792812e-08], "non_uniform_scale": [1.1553781535996106, 0.9995212555502271, 0.7833331952492487], "motion_type": "STATIC"}, {"template_name": "d39d83b10a9034353d5b5fdb3d39dde23aef98a6", "translation": [-10.34000015258789, 3.933906711495183e-08, -0.6599999868869766], "rotation": [0.707106802259974, -5.815944816681153e-09, -0.7071067601131195, -3.758884479792812e-08], "non_uniform_scale": [1.1553781535996106, 0.9995212555502271, 0.7833331952492487], "motion_type": "STATIC"}, {"template_name": "c62bd3f57959ef6e18c81d003f3c55fdde452e52", "translation": [1.100119948387146, 2.3327351073021418e-07, -3.9136798433256104], "rotation": [-0.25037995713272226, 5.13975238022333e-16, 0.9681476525128865, 5.770610002358333e-08], "non_uniform_scale": [0.9999999496706115, 0.9999998807907176, 0.999999858480316], "motion_type": "STATIC"}, {"template_name": "584e1b94f98589eb4df1b66cb6e6ebab53a014d0", "translation": [-0.6669999957084656, 2.334500424832143, -8.214000073164655], "rotation": [-3.0908618263950256e-08, -3.0908621334567225e-08, 0.7071068444068271, -0.7071067179662608], "non_uniform_scale": [0.9991604089736977, 1.0007179974653708, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "584e1b94f98589eb4df1b66cb6e6ebab53a014d0", "translation": [-3.809000015258789, 2.334500424832143, -8.214000073164655], "rotation": [-3.0908618263950256e-08, -3.0908621334567225e-08, 0.7071068444068271, -0.7071067179662608], "non_uniform_scale": [0.9991604089736977, 1.0007179974653708, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "31bc98d01d1e18361375f8f153d83e34a5a3dcc5", "translation": [-6.118899345397949, 0.9941098337262915, 0.5977400181513985], "rotation": [0.7071068022599728, -1.256074079248779e-15, -0.7071067601131205, -4.214684851089383e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "33c1689bc5fb3b6f599f261ad069d9510804deb9", "translation": [5.019999980926514, 2.1040058584276267e-07, -3.5299358648099854], "rotation": [1.0, -9.167510764901205e-12, 0.0, 0.0], "non_uniform_scale": [1.4600000381469727, 1.2181871869340826, 1.1883440985269345], "motion_type": "STATIC"}, {"template_name": "9d6f7ffc13419fcf23d54f272a6ef3f87684e53b", "translation": [-7.488999843597412, 2.4086236294351693e-07, -4.040999648511416], "rotation": [0.7071068022599739, 8.036328605976972e-12, 0.7071067601131191, 4.215488916186803e-08], "non_uniform_scale": [1.0003713965194585, 0.9999350905495703, 1.0003165602495336], "motion_type": "STATIC"}, {"template_name": "0de6d641b47727ad31bcc723282fca16686e3709", "translation": [9.130404472351074, -1.6989805828870885e-07, 2.8504162519922005], "rotation": [-0.5519369555046564, 4.734011571570327e-12, 0.8338858417962548, 4.970033989220362e-08], "non_uniform_scale": [0.9994589926306154, 0.9999997615814422, 1.000287540710199], "motion_type": "STATIC"}, {"template_name": "0de6d641b47727ad31bcc723282fca16686e3709", "translation": [9.068144798278809, -9.979940784887731e-08, 1.6743561223533021], "rotation": [0.8910065098186296, 1.982249633240689e-12, -0.45399052794174405, -2.7063838862416268e-08], "non_uniform_scale": [0.9994590126431426, 0.9999997615814422, 1.0002875004510225], "motion_type": "STATIC"}, {"template_name": "9e040bd2a3693d9a6d71f614b1c3599a7022a63a", "translation": [0.6473600268363953, 3.710000107039207, -4.8658194198715705], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "68ff1097f76976c669353c9e85003ebaed75f7b0", "translation": [-10.376999855041504, 8.964538267264288e-08, -1.5039998588562042], "rotation": [0.7071068022599734, -2.4416189332383415e-11, 0.7071067601131198, 4.2122461832645176e-08], "non_uniform_scale": [1.000216543661562, 0.9999998807907176, 0.9988425970767381], "motion_type": "STATIC"}, {"template_name": "f1a090d794cf38e36a584e07672edf7ad1a70f8a", "translation": [-2.203000068664551, 0.012999738007778872, 4.386999823212618], "rotation": [0.9659258241853682, -6.198278437626742e-13, 0.25881905295363566, 1.5424510559661588e-08], "non_uniform_scale": [0.9997008608477662, 0.9999999999999929, 0.99970077146755], "motion_type": "STATIC"}, {"template_name": "003949689122adfc2370d64c0615edc1b257db83", "translation": [-2.2660000324249268, 0.0029997197650443452, 4.69899960184098], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [0.9998359680175781, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "623f97da1329d12e5c0e2826266a4d2920d8707c", "translation": [-2.0999999046325684, 1.6069412822616869e-07, -2.6959999384880007], "rotation": [-4.371138656673434e-08, 7.915362715657727e-16, 0.9999999999999971, 6.302673533398782e-08], "non_uniform_scale": [1.4468504190445002, 0.9999998807907204, 1.6076113453374619], "motion_type": "STATIC"}, {"template_name": "ccc3a05acbdd0ca79a82f36a71cd775f2781eb62", "translation": [-5.627000331878662, -2.0772218078946025e-07, 3.4849996873736444], "rotation": [0.7071068022599728, 6.280369647453189e-12, 0.7071067601131205, 4.2153132009243905e-08], "non_uniform_scale": [0.9997159242799327, 0.9997018576023677, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e7acb1bad5a0e0d409cd8c8dc2ba82e3d823bd07", "translation": [-1.3005011081695557, -3.1446498383047583e-07, 5.275846643695417], "rotation": [1.0, -1.1284536366604761e-14, 0.0, 0.0], "non_uniform_scale": [0.9980989098548889, 0.9997044802064252, 1.000574827125682], "motion_type": "STATIC"}, {"template_name": "9b2f527215b5f508680ff582ad412a68407c07bd", "translation": [-1.9780000448226929, 0.020000066668095284, -1.1460049649474005], "rotation": [1.0, -6.887368061144423e-15, 0.0, 0.0], "non_uniform_scale": [1.0, 0.999652862590203, 1.0003327130874666], "motion_type": "STATIC"}, {"template_name": "fd4b4b071185294e4eb85d439012d21e96cafc33", "translation": [-4.958349704742432, 0.0010002913022858564, -4.887444204780787], "rotation": [1.0, -1.635590409365566e-14, 0.0, 0.0], "non_uniform_scale": [1.0001084804534912, 1.0001769065645973, 0.9991295934760984], "motion_type": "STATIC"}, {"template_name": "34170a3abede075d1e15942197394d95ee063bf7", "translation": [-0.414000004529953, 2.9236079512884317e-07, -4.9049999174475545], "rotation": [-4.371138687445528e-08, -9.841388826184786e-19, 0.9999999999999973, 5.96046568417178e-08], "non_uniform_scale": [1.0006090402603187, 0.999952852731596, 0.9991973043444954], "motion_type": "STATIC"}, {"template_name": "34170a3abede075d1e15942197394d95ee063bf7", "translation": [-4.099999904632568, 2.918243353633443e-07, -4.89599961662293], "rotation": [0.19080895485011573, 4.296626806975417e-12, 0.9816271913252012, 5.851038717922625e-08], "non_uniform_scale": [1.0006088793888563, 0.9999528527315958, 0.9991971391801424], "motion_type": "STATIC"}, {"template_name": "d4e3e02c7f173b63983be9dd6754f3dc053f5490", "translation": [-4.607999801635742, -1.2993812958939088e-07, 2.1799999368190726], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "04b85c45598c9650b3d2d538fe6c737c608a581d", "translation": [-2.2360000610351562, 0.49499983739853093, 2.312999855399134], "rotation": [1.0, -6.446987665166901e-11, 0.0, 0.0], "non_uniform_scale": [1.0832113027572632, 1.1554404311847088, 1.0818984410883778], "motion_type": "STATIC"}, {"template_name": "01841f449f738c1e24fa15753d1fbc5fe0c6a92c", "translation": [5.840000152587891, 2.1058320953670773e-07, -3.532999781787396], "rotation": [1.0, -2.652676764413627e-09, 0.0, 0.0], "non_uniform_scale": [0.9994947910308838, 1.521080312600086, 1.0005675553598885], "motion_type": "STATIC"}, {"template_name": "1f148fddeb1bb6e9634f8d8be3c979e0d5405a65", "translation": [6.813000679016113, 2.515999909758566, -0.4579998270273187], "rotation": [1.0, -2.26317562961879e-16, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9997656941693123, 0.9996424913832485], "motion_type": "STATIC"}, {"template_name": "1f148fddeb1bb6e9634f8d8be3c979e0d5405a65", "translation": [6.849999904632568, 2.516000020980826, -2.323999593257909], "rotation": [1.0, -2.26317562961879e-16, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9997656941693123, 0.9996424913832485], "motion_type": "STATIC"}, {"template_name": "b41e633bea9a1ea9aea95fa6102170157ffe54ca", "translation": [-7.738999843597412, -9.256601174456591e-08, 1.5529998807311074], "rotation": [-4.371138726568296e-08, -2.4379841097017105e-18, 0.9999999999999973, 5.96047006237097e-08], "non_uniform_scale": [1.0007364749908485, 0.9999861121194158, 0.9981145264965827], "motion_type": "STATIC"}, {"template_name": "7182ebb50669d7f49ac8918b7a6d1404fe7b54b7", "translation": [-2.13700008392334, 0.4949997103214159, 4.44499993622302], "rotation": [1.0, -1.5563736160429994e-15, 0.0, 0.0], "non_uniform_scale": [0.9983646869659424, 0.9987152220350168, 0.9990380407526374], "motion_type": "STATIC"}, {"template_name": "7860ebefd88e4fc63ea3b158b9e6f330f2546f49", "translation": [-0.8029543161392212, 2.318293468306365e-07, -3.889450795087157], "rotation": [0.7071068022599734, 6.792422054456756e-12, 0.7071067601131198, 4.215364437947847e-08], "non_uniform_scale": [0.9983895421988045, 1.0002949237471839, 1.0006174444784257], "motion_type": "STATIC"}, {"template_name": "cfa905cae2b12e877d73b9f7d9011ea29a7aad26", "translation": [6.8429999351501465, 0.8900000398755168, -1.7989999837279242], "rotation": [0.7071068022599728, -5.3847915218224326e-11, 0.7071067601131205, 4.209313909287438e-08], "non_uniform_scale": [0.9973402620947205, 0.9998887181414631, 0.9973402620947205], "motion_type": "STATIC"}, {"template_name": "e823268a535d8d7aaaf7db9e7cf769c689e7b4f0", "translation": [-6.252089977264404, 0.8599999268358935, 0.6074900181597478], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e0214b176c483f50f701115aa182cf5926bb57bf", "translation": [0.48999977111816406, -1.3869700410396035e-07, 2.326949457708025], "rotation": [0.7071068022599739, 2.648727113789628e-12, 0.7071067601131191, 4.2149498827200964e-08], "non_uniform_scale": [1.0001212954448881, 0.9999998807907176, 1.0001255869790562], "motion_type": "STATIC"}, {"template_name": "e0214b176c483f50f701115aa182cf5926bb57bf", "translation": [5.327000141143799, -1.319676812272519e-07, 2.2140501610010688], "rotation": [0.7071068022599739, 2.648727113789628e-12, -0.7071067601131191, -4.2149498827200964e-08], "non_uniform_scale": [1.0001212954448881, 0.9999998807907176, 1.0001255869790562], "motion_type": "STATIC"}, {"template_name": "e0214b176c483f50f701115aa182cf5926bb57bf", "translation": [7.032453536987305, -1.3190808090257633e-07, 2.213050233539917], "rotation": [0.7071068022599732, 3.892637697875198e-09, -0.7071067601131196, -4.692143981308238e-08], "non_uniform_scale": [1.0001212954448881, 0.9999998807907184, 1.2265691026109984], "motion_type": "STATIC"}, {"template_name": "bc3032773a5f6d7ac6044529f808f6652d7cd5e9", "translation": [6.570000171661377, 0.020000078946351918, -1.3519999163150789], "rotation": [0.7071068022599734, 2.4224538496957702e-11, -0.7071067601131198, -4.217110218580011e-08], "non_uniform_scale": [0.9999499917060142, 0.9996833205600524, 1.000833809326064], "motion_type": "STATIC"}, {"template_name": "7cba44fcae20074ad3f9c1ad77a7c16060e8949a", "translation": [6.958000183105469, 2.1399999297261303, -3.2009996568560695], "rotation": [-0.5000000215945434, -0.4999999920527944, 0.50000003801125, -0.4999999483414074], "non_uniform_scale": [0.7408335959414474, 0.9912563567604811, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7cba44fcae20074ad3f9c1ad77a7c16060e8949a", "translation": [6.970000267028809, 2.1399998722672535, -2.2369997276663867], "rotation": [-0.5000000215945434, -0.4999999920527944, 0.50000003801125, -0.4999999483414074], "non_uniform_scale": [0.7408335959414474, 0.9912563567604811, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7cba44fcae20074ad3f9c1ad77a7c16060e8949a", "translation": [6.610000133514404, 2.139999970197678, -3.8799995172023927], "rotation": [0.7071068054940355, 0.7071067568790533, 6.181724334410048e-08, -6.181723384456698e-08], "non_uniform_scale": [0.8915117979049819, 1.7283444728440829, 0.9999998211860852], "motion_type": "STATIC"}, {"template_name": "7cba44fcae20074ad3f9c1ad77a7c16060e8949a", "translation": [6.967000484466553, 2.1399997186660844, 0.3400001108646311], "rotation": [-0.5000000215945434, -0.4999999920527944, 0.5000000380112503, -0.4999999483414074], "non_uniform_scale": [0.9291812223684046, 0.9912563567604811, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7cba44fcae20074ad3f9c1ad77a7c16060e8949a", "translation": [6.9704999923706055, 2.1399997632503585, -0.407999840497979], "rotation": [-0.5000000218223526, -0.4999999920533596, 0.5000000377823107, -0.4999999483419725], "non_uniform_scale": [0.9994975924791327, 0.9988813996981745, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7cba44fcae20074ad3f9c1ad77a7c16060e8949a", "translation": [6.958000183105469, 2.139999902248391, -2.739999718666084], "rotation": [-0.5000000215945434, -0.4999999920527944, 0.50000003801125, -0.4999999483414074], "non_uniform_scale": [0.7408335959414474, 0.9912563567604811, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "c56b1556e1583e9043c632895cf43d602f3a9469", "translation": [-8.674443244934082, 5.097835469314305e-07, -8.5527481703312], "rotation": [0.7071068022599739, 5.911771031041169e-12, 0.7071067601131191, 4.215276319725815e-08], "non_uniform_scale": [1.0002771019770442, 0.999815583251042, 1.0000961422862922], "motion_type": "STATIC"}, {"template_name": "e6c5be6f7bdf45f128034eb34f8431eaf99c72fa", "translation": [-0.9700000286102295, 0.4949997439980436, 3.879999912679189], "rotation": [-0.25881909864078984, 5.892146636416383e-12, 0.9659258119435289, 5.757209839199724e-08], "non_uniform_scale": [0.7926929614594567, 0.9982383849336571, 0.9990008652893441], "motion_type": "STATIC"}, {"template_name": "0d6acbc9f35c8834a605e284167f44c84582a975", "translation": [-2.000999927520752, 1.6059999366402593, -1.4389997097849943], "rotation": [-3.0908617473470906e-08, -3.090861840835486e-08, 0.7071068444070279, -0.7071067179660603], "non_uniform_scale": [0.9999999403953591, 0.9955750709086557, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "0d6acbc9f35c8834a605e284167f44c84582a975", "translation": [-2.1459999084472656, 1.3989995181560602, 5.500999683022499], "rotation": [-3.0908617473470906e-08, -3.090861840835486e-08, 0.7071068444070279, -0.7071067179660603], "non_uniform_scale": [-0.9999999403953591, 0.9955750709086557, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9812cf1f7ced3de9596d88244068b628e346069c", "translation": [-2.138000011444092, -3.2019616469369794e-07, 5.3719998972415794], "rotation": [-4.3711387564196326e-08, -6.99933477381904e-19, 0.9999999999999973, 5.960465263353782e-08], "non_uniform_scale": [1.0000000000000038, 0.9994737506540048, 0.9989366532639645], "motion_type": "STATIC"}, {"template_name": "c461ecb62efa4ef74eb34fb8152acf8cc8ac427d", "translation": [6.376579284667969, 0.7969998057846048, 2.3093935541871993], "rotation": [0.972369918752615, -6.068142662266608e-12, -0.2334453707080799, -1.388994682985533e-08], "non_uniform_scale": [1.0004445295287376, 1.0007667540589793, 0.9972450621519313], "motion_type": "STATIC"}, {"template_name": "c461ecb62efa4ef74eb34fb8152acf8cc8ac427d", "translation": [-0.8012621402740479, 1.0690003043404062, -6.078984311343149], "rotation": [-0.23344542265491602, -2.448214021493408e-11, 0.9723699062812795, 5.796383429938372e-08], "non_uniform_scale": [1.0004445170105274, 1.0007667540589793, 0.9972450496337302], "motion_type": "STATIC"}, {"template_name": "b06b267984dec630bb9f0a0481b798955059fca7", "translation": [-5.35519552230835, 0.42999989926940785, 1.3799788385642238], "rotation": [0.8191520274799092, 9.887516033460624e-10, 0.573576460356902, 3.581480053093676e-08], "non_uniform_scale": [0.9385734208775479, 0.9952055221550967, 1.0899279498990244], "motion_type": "STATIC"}, {"template_name": "e9edb28d115791f19325770915a00290c1e8da6d", "translation": [-0.7684242129325867, 0.03499985858525689, 2.3400455531450692], "rotation": [0.8660254039674948, 1.4755569098323358e-09, -0.499999999682936, -3.583763241295458e-08], "non_uniform_scale": [1.7100247718559505, 1.1811022542593113, 1.6594754229182198], "motion_type": "STATIC"}, {"template_name": "a8bdceeb3b502b9755a0ec55b776a874d74cd343", "translation": [-6.588011741638184, 0.037000236405742015, -3.9952299575668455], "rotation": [0.7071068022599731, -2.4972139086757617e-09, 0.7071067601131201, 3.991420547192952e-08], "non_uniform_scale": [0.8201930034045575, 0.9998444915003116, 0.8939150039008262], "motion_type": "STATIC"}, {"template_name": "78b924bb00208b4b76f499a459474660518bb2dc", "translation": [-1.3509999513626099, 0.7700000035762784, -1.1499998617172267], "rotation": [0.9981347982209658, 1.1337390311780861e-13, -0.06104854281956151, -3.640991902025743e-09], "non_uniform_scale": [1.0009844256251175, 1.0005053281181588, 1.0017233722317], "motion_type": "STATIC"}, {"template_name": "df653a0f0eec2d5edcfff4f33ec57157c4cf71d6", "translation": [-6.008000373840332, 2.3326798120331773, 0.6020001012492173], "rotation": [-0.5000000218556971, -0.49999999205336904, 0.5000000377489476, -0.4999999483419815], "non_uniform_scale": [0.9999998807907162, 0.9999999403953592, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "35fdc6d66950606f33262da718b378f7fe46923a", "translation": [-7.664380073547363, -2.971231793935658e-08, 0.4984899462169423], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f7ea1b73af9150ac22d2a503e7ddc15ba34dbb67", "translation": [-1.1080000400543213, 0.02000010421872278, -1.7759999158382402], "rotation": [-0.24192190197681113, 5.27891400936329e-13, 0.9702957246859943, 5.7834003821828295e-08], "non_uniform_scale": [0.9997794924245492, 0.9996296167815117, 0.9997027654482475], "motion_type": "STATIC"}, {"template_name": "673afb3cf4defbd2c71573f88ab1bf1f164eacf0", "translation": [8.255999565124512, 2.47599964529277, 0.659000087797633], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "47eff5480c4d3ff2ba5ec46cc2de3dc3813fdb64", "translation": [-6.1255202293396, 0.8599999110245697, 0.8727599970841418], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4dbb221926b856e5c1c07a26b133690d47cd818d", "translation": [3.8040928840637207, -2.0819904023028357e-07, 3.493000060737117], "rotation": [-4.371138795922835e-08, -1.7109201969608375e-19, 0.9999999999999973, 5.960464858569748e-08], "non_uniform_scale": [1.0003180503845253, 1.0001313686214175, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4dbb221926b856e5c1c07a26b133690d47cd818d", "translation": [-4.535906791687012, 0.009999939277768433, 1.004999935925007], "rotation": [-4.371138795922835e-08, -1.7109201969608375e-19, 0.9999999999999973, 5.960464858569748e-08], "non_uniform_scale": [1.0003180503845253, 1.0001313686214175, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "14bdc1398760aef6d8757e2dd6a1c674d7851e66", "translation": [6.189000129699707, 0.7969998055100511, 2.3139998008608877], "rotation": [1.0, -4.8286742167453166e-14, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9982013704536641, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "14bdc1398760aef6d8757e2dd6a1c674d7851e66", "translation": [-2.6630001068115234, 0.7899996576309114, 5.313999860048288], "rotation": [-4.3711388286737876e-08, 2.3472982230640177e-18, 0.9999999999999973, 5.960469661484653e-08], "non_uniform_scale": [1.0000000000000038, 0.9982013704536641, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9eccc1dea9b821181517b1bbea57d70c6fad51af", "translation": [9.43039321899414, -1.196205658970939e-07, 2.0068999524772124], "rotation": [-4.371138834990879e-08, -9.130460605971547e-19, 0.9999999999999973, 5.96046556556104e-08], "non_uniform_scale": [0.9992500543594399, 1.0002747773796514, 0.9995735884221059], "motion_type": "STATIC"}, {"template_name": "9eccc1dea9b821181517b1bbea57d70c6fad51af", "translation": [-5.539690017700195, 0.009999892259890841, 1.793828977118189], "rotation": [0.9135454506874435, -3.791374067602314e-12, -0.40673665869733855, -2.4234897955541536e-08], "non_uniform_scale": [0.9992499926379631, 1.0002747773796516, 0.9995735651302853], "motion_type": "STATIC"}, {"template_name": "9eccc1dea9b821181517b1bbea57d70c6fad51af", "translation": [0.5150999426841736, -2.434216206381734e-08, 0.40839368650950725], "rotation": [0.7071068022599728, -1.478275602007265e-11, 0.7071067601131205, 4.2132077372726185e-08], "non_uniform_scale": [0.9992499351948538, 1.0002747773796514, 0.999573588396693], "motion_type": "STATIC"}, {"template_name": "9eccc1dea9b821181517b1bbea57d70c6fad51af", "translation": [-4.8546061515808105, -2.2107364827661513e-08, 0.37090001279711515], "rotation": [-4.371138834990879e-08, -9.130460605971547e-19, 0.9999999999999973, 5.96046556556104e-08], "non_uniform_scale": [0.9992500543594399, 1.0002747773796514, 0.9995735884221059], "motion_type": "STATIC"}, {"template_name": "73e8cc5606feed3dd8976aa94d7e6522dc236559", "translation": [-3.17451810836792, 0.4949997893708442, 3.118770681394885], "rotation": [0.9588197326823352, -3.5330205498515693e-10, 0.2840153520832543, 1.6182725699103674e-08], "non_uniform_scale": [0.8339060491906177, 1.0047429794379423, 0.916201019319572], "motion_type": "STATIC"}, {"template_name": "5179ef077aa0158098250f6387a57458b7be5520", "translation": [1.4869999885559082, 3.7099999001026163, -1.3939997491836493], "rotation": [0.7071068022599728, -5.523978308769718e-12, -0.7071067601131205, -4.2141327235951485e-08], "non_uniform_scale": [0.9995877146966627, 0.9998497367084269, 0.9995877146966627], "motion_type": "STATIC"}, {"template_name": "c787b4f8b9c770c1a1fe0cfb8f383bb5ce09b091", "translation": [1.7328200340270996, 2.0837366321302397e-07, -3.495929748062494], "rotation": [-4.3711387457693096e-08, 2.823560213954532e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b77f5895a941e7f07cf6c8bcd01b742038b93742", "translation": [8.244999885559082, 1.0689998946189867, 0.7950000330209726], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "e7af9fee904b6d58efdcd8208a2d01d1f481af60", "translation": [-8.390850067138672, 1.1265277599648016e-08, -0.1889999843239787], "rotation": [0.7071068022599734, -1.4494319447836403e-11, -0.7071067601131198, -4.213236540901094e-08], "non_uniform_scale": [1.0002474188657153, 1.0001341104347503, 0.9994466901155299], "motion_type": "STATIC"}, {"template_name": "e27bd844321a8dff81c1d5895f978ba7742da524", "translation": [-5.108282089233398, 0.4299999112825823, 1.1784312278967342], "rotation": [0.8191520244320282, 9.89231841256402e-12, 0.573576464709727, 3.420196893710646e-08], "non_uniform_scale": [1.0011946878606246, 0.9984317423782585, 0.9992579596379576], "motion_type": "STATIC"}, {"template_name": "e27bd844321a8dff81c1d5895f978ba7742da524", "translation": [-2.243278980255127, 0.49499981929889003, 2.6166614221536193], "rotation": [-4.3711386804940794e-08, 1.0780245306965634e-18, 0.9999999999999973, 5.960465852130915e-08], "non_uniform_scale": [1.0011947154998817, 0.9984317423782585, 0.999257862656368], "motion_type": "STATIC"}, {"template_name": "ab0b3cb143dd3f2921abee437c9cc629bd35887e", "translation": [-0.6230000257492065, 1.0690002930164582, -5.8890000010728585], "rotation": [0.5224984819699231, -6.810052591208371e-12, 0.8526402150609149, 5.0817149882809285e-08], "non_uniform_scale": [0.9994361899059456, 1.0005635022445247, 1.0010010646451115], "motion_type": "STATIC"}, {"template_name": "c3e45e226f51e328829dcf0afc2b3baf5de0ac0c", "translation": [-5.841491222381592, 2.3180248984083462, 1.2680000692620936], "rotation": [0.4999999781026023, 0.4999999483419698, 0.5000000815020773, -0.4999999920533407], "non_uniform_scale": [0.999463856252211, 0.9981282950563363, 0.9995265007583445], "motion_type": "STATIC"}, {"template_name": "c3e45e226f51e328829dcf0afc2b3baf5de0ac0c", "translation": [-5.320000171661377, 2.3180249309221423, 0.7225091216275743], "rotation": [0.7071068022599906, 0.7071067601130984, 6.18172403098537e-08, -6.181723307963305e-08], "non_uniform_scale": [0.9994639754295502, 0.9981282951678977, 0.9995265007583445], "motion_type": "STATIC"}, {"template_name": "2f90df0e7dcf3fda7a73bed143560e201278428f", "translation": [9.234999656677246, -2.0915268805765663e-07, 3.5089996153712377], "rotation": [0.8338858313847441, -5.176938713848862e-12, 0.5519369712347353, 3.289019366609078e-08], "non_uniform_scale": [1.0006403159228003, 0.9997785091664113, 0.9993034851315455], "motion_type": "STATIC"}, {"template_name": "ed4fbbb8cc877cea34ff946b05c9da8b3690ee74", "translation": [6.913999557495117, 2.750999743223195, 0.34100013434886556], "rotation": [-0.500000021862456, -0.4999999920533689, 0.5000000377421892, -0.4999999483419812], "non_uniform_scale": [1.0008290409547649, 1.0013027786432045, 1.0010756252913868], "motion_type": "STATIC"}, {"template_name": "1f20f5194541179686f9bff3a01d002076751910", "translation": [-2.0169999599456787, 1.375675253711961e-07, -2.3079999501705117], "rotation": [0.4694716149708237, 1.3573842697555625e-09, 0.8829475651117024, 5.352542335504176e-08], "non_uniform_scale": [1.0002513455514077, 1.1071718803439201, 0.9997584517692165], "motion_type": "STATIC"}, {"template_name": "7eddd26296313bc11e3548c24e6381bf6adef5c3", "translation": [-2.7079999446868896, -1.8322467099096684e-07, 3.0739996985197138], "rotation": [1.0, -1.2848196946194821e-10, 0.0, 0.0], "non_uniform_scale": [1.4346988201141357, 0.9999998807907179, 1.097267258493027], "motion_type": "STATIC"}, {"template_name": "3d3463267518afc63287679ed372f4342bb2ed4d", "translation": [-3.1389999389648438, 4.717111607988045e-07, -7.913999562621115], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "386b1c39b6ef1de85680350733c1211817e492d9", "translation": [4.934999942779541, 0.889000037789355, -1.5470000245571036], "rotation": [0.7071068022599734, 2.2550172475470933e-11, -0.7071067601131198, -4.216942409704586e-08], "non_uniform_scale": [0.9997763633861325, 0.9994916916499434, 1.000562369789936], "motion_type": "STATIC"}, {"template_name": "775a3ca949c41b0f143a1c919efa402817172e1f", "translation": [0.26749998331069946, 2.3190003258287817, -7.689499258488425], "rotation": [0.4999999852223588, 0.49999994796945674, 0.500000075127353, -0.49999999168082293], "non_uniform_scale": [0.9999998807907267, 1.2499998062849287, 0.9999998211860827], "motion_type": "STATIC"}, {"template_name": "775a3ca949c41b0f143a1c919efa402817172e1f", "translation": [0.09949997812509537, 2.319000314205894, -7.494499575287094], "rotation": [0.4999999852223588, 0.49999994796945674, 0.500000075127353, -0.49999999168082293], "non_uniform_scale": [0.9999998807907267, 1.2499998062849287, 0.9999998211860827], "motion_type": "STATIC"}, {"template_name": "6bc5f6b5bb41f46c6a8ea4e33da446d739dca5de", "translation": [8.677140235900879, 1.0689998929503552, 0.822995021701157], "rotation": [-4.371138935208495e-08, -2.371192600701118e-18, 0.9999999999999973, 5.96046977957469e-08], "non_uniform_scale": [1.0018359422683754, 1.001067161432836, 0.999244868845356], "motion_type": "STATIC"}, {"template_name": "b15fac0004781e1257261e5a7cefa01036a149a9", "translation": [-11.114500045776367, 2.3184998467266524, 0.957000098317863], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1c19a987e1bd8c206353d18066b117cc0b21e841", "translation": [-9.006999969482422, -8.231992865148641e-08, 1.3810991417706475], "rotation": [-4.3711388274023964e-08, -2.1522226613977558e-16, 0.9999999999999972, 6.009187370050414e-08], "non_uniform_scale": [1.0003339052200355, 1.1988264085261242, 1.0007653235476799], "motion_type": "STATIC"}, {"template_name": "1c19a987e1bd8c206353d18066b117cc0b21e841", "translation": [-9.605999946594238, -8.231992865148641e-08, 1.3810991417706475], "rotation": [-4.3711388274023964e-08, -2.1522226613977558e-16, 0.9999999999999972, 6.009187370050414e-08], "non_uniform_scale": [1.0003339052200355, 1.1988264085261242, 1.0007653235476799], "motion_type": "STATIC"}, {"template_name": "60152d95a146a73e7b1162c478aabbfc30b66e20", "translation": [-2.1560800075531006, 0.004999790069454668, 3.5151748949184953], "rotation": [0.9304175743033571, -2.490137048940106e-12, 0.36650121067665864, 2.1838867761520156e-08], "non_uniform_scale": [0.999958525752136, 1.0004100799071622, 0.9998323231281593], "motion_type": "STATIC"}, {"template_name": "cb0d27b5428679b54fc8bf347ccc168cba08092f", "translation": [-3.3559999465942383, 0.020000209242111877, -3.537999894738191], "rotation": [0.7071068022599739, 3.532799408366346e-12, -0.7071067601131191, -4.215038315893312e-08], "non_uniform_scale": [1.0004503130644373, 0.9999841451663727, 1.0001518130211942], "motion_type": "STATIC"}, {"template_name": "cb0d27b5428679b54fc8bf347ccc168cba08092f", "translation": [-0.6800000071525574, 0.02000021061301882, -3.560999895274633], "rotation": [0.7071068022599739, 3.532799408366346e-12, -0.7071067601131191, -4.215038315893312e-08], "non_uniform_scale": [1.0004503130644373, 0.9999841451663727, 1.0001518130211942], "motion_type": "STATIC"}, {"template_name": "8e0ed91a99dfa774e8e3b49d699bbc8135575dd3", "translation": [-6.243624687194824, -3.6008358961225895e-08, 0.6041199800896635], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4dcfb6f9dde3a9acd8d8eb2799cfe31243ee7b2d", "translation": [6.7729997634887695, 0.8899998989105242, 0.5660000040531159], "rotation": [0.9702957234647679, -1.2670823899181183e-17, 0.24192190687488943, 1.4419670131322342e-08], "non_uniform_scale": [0.9999999666771584, 0.9999998807907176, 0.999999873742029], "motion_type": "STATIC"}, {"template_name": "0af34cda233e590a19b3448a06ac6cb33be17f2f", "translation": [9.206000328063965, 0.4999998335838285, 2.2919999485015836], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "037c2aea5184e56ef6d240fabe3aee458ead4e52", "translation": [9.348999977111816, 0.4999998308420146, 2.337999949574467], "rotation": [0.9890158650119629, 2.3073319603594825e-14, 0.1478094000888936, 8.810281823103622e-09], "non_uniform_scale": [1.0008340343008513, 1.0007988213540457, 1.0008339251907954], "motion_type": "STATIC"}, {"template_name": "004db3bd065eb72d8303f33c5bad163326cf1bd9", "translation": [9.444971084594727, 0.6884998182464521, 2.144818457584467], "rotation": [0.5930297138587769, 0.5930296548853125, -0.38511792470723016, 0.3851178663427349], "non_uniform_scale": [0.9994980798094784, 1.0009057221578583, 0.9997374415710585], "motion_type": "STATIC"}, {"template_name": "14b8b72a08380f9f7f13fbb0eef83344a2c11c33", "translation": [-3.4000000953674316, 2.268552776740762e-07, -3.8059997674226764], "rotation": [-0.06975650149290884, 6.011349218888812e-16, 0.9975640483194381, 5.9459454225644385e-08], "non_uniform_scale": [1.0000001699499785, 0.9999998807907176, 1.0000000530496607], "motion_type": "STATIC"}, {"template_name": "0e48fad4f2a0e48200aeef0129e6e588b9400cc7", "translation": [6.369999885559082, 0.7969998148083697, 2.157999911248684], "rotation": [0.22495103959500706, 1.9139448819413925e-12, 0.9743700681902756, 5.8077428291381215e-08], "non_uniform_scale": [1.0023955972515528, 1.001943945652961, 1.0016578534547123], "motion_type": "STATIC"}, {"template_name": "0e48fad4f2a0e48200aeef0129e6e588b9400cc7", "translation": [-1.9919999837875366, 0.3400001197457332, -2.288999877631662], "rotation": [0.46947161902690326, 3.994334289001263e-12, 0.8829475629550464, 5.262990388941135e-08], "non_uniform_scale": [1.0023955594386462, 1.001943945652961, 1.001657882442087], "motion_type": "STATIC"}, {"template_name": "f54404265057174a0daa5fb6d4d59610d6d13f15", "translation": [6.614999771118164, 0.8889999180436128, 0.4620000378489486], "rotation": [0.7071068022599728, 1.4169016348762693e-10, -0.7071067601131205, -4.22894990617979e-08], "non_uniform_scale": [0.9999998807907176, 0.993276239242995, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f670913b903c696d06b6d478e57e63d2f8919c5e", "translation": [-8.411999702453613, 5.024671878572917e-08, -0.8430000041127172], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8523b0c0c4a17a845cc33d92c7b3705f48db1efd", "translation": [6.292887210845947, 3.7099996745440365, 2.3902450394484447], "rotation": [-0.01745238366190889, -2.682905941164629e-14, 0.9998476955539348, 5.959557078189423e-08], "non_uniform_scale": [1.000000011829845, 1.0001984834434339, 1.0001467288844137], "motion_type": "STATIC"}, {"template_name": "8523b0c0c4a17a845cc33d92c7b3705f48db1efd", "translation": [-2.3061130046844482, 3.710000205025352, -6.509754048600513], "rotation": [-0.01745238366190889, -2.682905941164629e-14, 0.9998476955539348, 5.959557078189423e-08], "non_uniform_scale": [1.000000011829845, 1.0001984834434339, 1.0001467288844137], "motion_type": "STATIC"}, {"template_name": "09b1df19e95ab47e50c8aac06137ef2f51144d34", "translation": [-5.662832736968994, 2.3185994950127835, 1.1360799779009696], "rotation": [0.49999997809766805, 0.4999999483419668, 0.500000081507021, -0.4999999920533345], "non_uniform_scale": [0.9987164140512786, 0.9986209870206829, 1.000185608841699], "motion_type": "STATIC"}, {"template_name": "a7a0d68a04ca83618e899c167b20d007ab00cb11", "translation": [-5.830214023590088, 2.3174191000211657, 0.8790000938427021], "rotation": [0.4999999781388056, 0.4999999483419828, 0.500000081465849, -0.49999999205335305], "non_uniform_scale": [1.0006342529872594, 1.0002072453375421, 1.000391840888037], "motion_type": "STATIC"}, {"template_name": "3823106a2050bcc550bafa70d0dcdd1135673b5c", "translation": [0.3919999599456787, 2.3186495885163723, 0.7065000302880904], "rotation": [0.7071068022599701, 0.7071067601131188, 6.181724129668926e-08, -6.18172365556653e-08], "non_uniform_scale": [1.004514813423172, 0.9996840358157215, 0.9995645881218156], "motion_type": "STATIC"}, {"template_name": "3823106a2050bcc550bafa70d0dcdd1135673b5c", "translation": [-4.783999919891357, 2.3186495885163723, 0.7065000302880904], "rotation": [0.7071068022599701, 0.7071067601131188, 6.181724129668926e-08, -6.18172365556653e-08], "non_uniform_scale": [1.004514813423172, 0.9996840358157215, 0.9995645881218156], "motion_type": "STATIC"}, {"template_name": "d5aacec3d3632e8f50c118dd2c9981f27ed917a2", "translation": [8.251999855041504, 1.4969998477101356, 0.7060000175833707], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "d5aacec3d3632e8f50c118dd2c9981f27ed917a2", "translation": [3.21628999710083, 2.31875023718176, -3.8979993929415997], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "d5aacec3d3632e8f50c118dd2c9981f27ed917a2", "translation": [2.5973000526428223, 2.31875023718176, -3.8979993929415997], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "d5aacec3d3632e8f50c118dd2c9981f27ed917a2", "translation": [2.0169999599456787, 2.31875023718176, -3.8979993929415997], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "d5aacec3d3632e8f50c118dd2c9981f27ed917a2", "translation": [4.066349983215332, 2.31875023718176, -3.8979993929415997], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f589182a989168ab691b31d2513eb5218ec3ba52", "translation": [4.796999931335449, 3.7099999340176595, -1.962999720990652], "rotation": [0.7071068022599739, 2.005111739405032e-11, 0.7071067601131191, 4.216691998213437e-08], "non_uniform_scale": [1.0005432963047447, 0.99959129099949, 1.0005432963047447], "motion_type": "STATIC"}, {"template_name": "e48d64d1419319d5585081f9155e25e4b548586a", "translation": [7.934999942779541, 1.4729999127387963, 0.8230000525712988], "rotation": [-0.5075384100985022, -4.0653831464562246e-11, 0.8616291326752374, 5.1381173272617906e-08], "non_uniform_scale": [0.9999068837751148, 0.9999998807907176, 0.9973121504062207], "motion_type": "STATIC"}, {"template_name": "de93384180b00685bcbbb67c1e75a14f173ae95d", "translation": [6.739999771118164, 0.8889999253749856, 0.3390000194311149], "rotation": [0.7071068022599739, 4.86841378904035e-12, -0.7071067601131191, -4.21517193060153e-08], "non_uniform_scale": [1.0008005499362618, 1.0005693434990164, 1.0008005499362618], "motion_type": "STATIC"}, {"template_name": "02d70596905df1dae90b83e8b46c406a4a079296", "translation": [-0.43599995970726013, 2.0150001418233217, -6.634399852192388], "rotation": [-0.5000000219815176, -0.4999999920532367, 0.5000000376233918, -0.49999994834184935], "non_uniform_scale": [1.0000821948002445, 1.004098236316548, 0.9998723864707433], "motion_type": "STATIC"}, {"template_name": "647b37525fb5214528260ec0fb59ef2347d68ce0", "translation": [-0.7599999904632568, 0.6500001381635556, -3.36799955260755], "rotation": [0.7071068022599739, -1.0104628505964263e-10, 0.7071067601131191, 4.2046285676997263e-08], "non_uniform_scale": [1.0000868439622614, 1.0048806661509602, 1.0000852942415897], "motion_type": "STATIC"}, {"template_name": "647b37525fb5214528260ec0fb59ef2347d68ce0", "translation": [-2.688999891281128, 0.7700000036954862, -1.1519998358488124], "rotation": [-4.3711389475842154e-08, -6.216355364311362e-18, 0.9999999999999973, 5.960498928727458e-08], "non_uniform_scale": [1.0000870227813758, 1.0048806661509602, 1.00008535384114], "motion_type": "STATIC"}, {"template_name": "c0603b828055afbdd18960844443db8da9386a7f", "translation": [-2.2079999446868896, 0.49499971234799744, 4.410999541521086], "rotation": [0.9876883366117453, -5.562766735962816e-12, -0.15643449019037828, -9.293315281693013e-09], "non_uniform_scale": [0.9996041389199743, 1.0053858750598508, 0.9987206642094044], "motion_type": "STATIC"}, {"template_name": "18761d298787988ea4c77fea86e961415f1048e8", "translation": [1.4175000190734863, 2.318999745726586, 2.0429999992847456], "rotation": [-0.5000000218918527, -0.49999999205335804, 0.5000000377128138, -0.4999999483419708], "non_uniform_scale": [0.9999998807907162, 1.0012134908906527, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2157f81105d714a770039b4104a475a6b5253a8b", "translation": [-2.0179998874664307, 2.11238855740703e-07, -3.5439996991157585], "rotation": [1.0, -1.292239760361463e-15, 0.0, 0.0], "non_uniform_scale": [0.9998247027397156, 1.0002242326469073, 0.99992972613218], "motion_type": "STATIC"}, {"template_name": "920e3797a52036dd338a603e25d46725ec257956", "translation": [4.270289897918701, 2.3187499564498637, -3.1880995329111954], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3b77d0a7c6b76e39f050385d2548c0de327b76f2", "translation": [-3.6399953365325928, 0.02000015088905971, -2.5589981926084553], "rotation": [0.8141155089285002, 1.0431556563896365e-12, 0.5807029689282535, 3.4614058879530816e-08], "non_uniform_scale": [0.9998337428251235, 0.9998841881890002, 0.9999686929203581], "motion_type": "STATIC"}, {"template_name": "23434bad597767536e19c5cf37c97bff4bf46bf0", "translation": [4.166999816894531, 0.02000008627772476, -1.4749999347329126], "rotation": [0.7071068022599739, 2.211985370219423e-11, 0.7071067601131191, 4.2168992864633745e-08], "non_uniform_scale": [1.0006882547921983, 1.0000103712069475, 1.0010611414276873], "motion_type": "STATIC"}, {"template_name": "23434bad597767536e19c5cf37c97bff4bf46bf0", "translation": [4.164999961853027, 0.020000122994189296, -2.090999954283233], "rotation": [0.7071068022599739, 2.211985370219423e-11, 0.7071067601131191, 4.2168992864633745e-08], "non_uniform_scale": [1.0006882547921983, 1.0000103712069475, 1.0010611414276873], "motion_type": "STATIC"}, {"template_name": "23434bad597767536e19c5cf37c97bff4bf46bf0", "translation": [4.1620001792907715, 0.020000055640940984, -0.9610000264048526], "rotation": [0.7071068022599739, 2.211985370219423e-11, 0.7071067601131191, 4.2168992864633745e-08], "non_uniform_scale": [1.0006882547921983, 1.0000103712069475, 1.0010611414276873], "motion_type": "STATIC"}, {"template_name": "23434bad597767536e19c5cf37c97bff4bf46bf0", "translation": [4.909999847412109, 0.019999956339598723, 0.7049999424815188], "rotation": [-4.3711387610124245e-08, 1.3690717194844878e-18, 0.9999999999999973, 5.960466476499759e-08], "non_uniform_scale": [1.0006884336471595, 1.0000103712069475, 1.001061200969073], "motion_type": "STATIC"}, {"template_name": "23434bad597767536e19c5cf37c97bff4bf46bf0", "translation": [5.466000556945801, 0.019999956518410356, 0.7019999812841402], "rotation": [-4.3711387610124245e-08, 1.3690717194844878e-18, 0.9999999999999973, 5.960466476499759e-08], "non_uniform_scale": [1.0006884336471595, 1.0000103712069475, 1.001061200969073], "motion_type": "STATIC"}, {"template_name": "3efb80a75720ef1848a6ddf5011959653e53b172", "translation": [-9.069999694824219, 2.31899953103067, 1.6450000211000315], "rotation": [-3.090861701683095e-08, -3.0908618399079043e-08, 0.7071068444076333, -0.7071067179654549], "non_uniform_scale": [1.1200000047683758, 0.9912563572816407, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3efb80a75720ef1848a6ddf5011959653e53b172", "translation": [-9.649999618530273, 2.31899953103067, 1.6450000211000315], "rotation": [-3.090861922835493e-08, -3.0908618399079176e-08, 0.707106844407633, -0.7071067179654549], "non_uniform_scale": [1.1399999856948897, 0.9912563572816407, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3efb80a75720ef1848a6ddf5011959653e53b172", "translation": [-8.119999885559082, 2.3189995862245674, 0.7190001368522481], "rotation": [-0.5000000215945435, -0.4999999920527945, 0.5000000380112496, -0.4999999483414075], "non_uniform_scale": [1.139999798536311, 0.9912563567604811, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3efb80a75720ef1848a6ddf5011959653e53b172", "translation": [-10.57699966430664, 2.3189995872378475, 0.7020001183152047], "rotation": [0.4999999778831545, 0.49999994834140793, 0.5000000817226486, -0.49999999205277884], "non_uniform_scale": [1.1399997985363228, 0.9912563567604913, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "51bf4c899c925cae53ee4d4305ac00beaec03a4b", "translation": [-10.239999771118164, -7.271796675922815e-08, 1.2200049626824239], "rotation": [-4.371138842502737e-08, 7.01836168745274e-18, 0.9999999999999973, 5.960507851910762e-08], "non_uniform_scale": [0.7909897565841705, 0.9995212555502279, 1.0049061769358867], "motion_type": "STATIC"}, {"template_name": "51bf4c899c925cae53ee4d4305ac00beaec03a4b", "translation": [-8.40999984741211, -7.271796675922815e-08, 1.2200049626824239], "rotation": [-4.3711387292937723e-08, 7.018429165258127e-18, 0.9999999999999973, 5.960507851910762e-08], "non_uniform_scale": [-0.6729316115379359, 0.9995212555502279, 1.0049061769358867], "motion_type": "STATIC"}, {"template_name": "265bb358933e87d0b90bf7766b62e8a57dd7dda2", "translation": [-2.4189999103546143, 0.7700000076293989, -1.2179999358654001], "rotation": [1.0, -2.3006249651131665e-13, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 1.003936886318094], "motion_type": "STATIC"}, {"template_name": "06167b4898a357794dad99671ee7b4a7e8ee4641", "translation": [-3.492999792098999, 3.709999542057517, 4.612999862253673], "rotation": [0.694658379269864, -8.748822785969501e-12, 0.7193397918300948, 4.2867550256371e-08], "non_uniform_scale": [1.0013788524579845, 1.000158548336195, 1.0005812138743586], "motion_type": "STATIC"}, {"template_name": "06167b4898a357794dad99671ee7b4a7e8ee4641", "translation": [-2.305999994277954, 3.709999608755112, 3.493999970912938], "rotation": [0.694658379269864, -8.748822785969501e-12, 0.7193397918300948, 4.2867550256371e-08], "non_uniform_scale": [1.0013788524579845, 1.000158548336195, 1.0005812138743586], "motion_type": "STATIC"}, {"template_name": "06167b4898a357794dad99671ee7b4a7e8ee4641", "translation": [-4.877999782562256, 3.709999603986745, 3.5739998898506258], "rotation": [0.694658379269864, -8.748822785969501e-12, 0.7193397918300948, 4.2867550256371e-08], "non_uniform_scale": [1.0013788524579845, 1.000158548336195, 1.0005812138743586], "motion_type": "STATIC"}, {"template_name": "06167b4898a357794dad99671ee7b4a7e8ee4641", "translation": [0.1340000033378601, 3.709999612152572, 3.437000052511692], "rotation": [0.694658379269864, -8.748822785969501e-12, 0.7193397918300948, 4.2867550256371e-08], "non_uniform_scale": [1.0013788524579845, 1.000158548336195, 1.0005812138743586], "motion_type": "STATIC"}, {"template_name": "06167b4898a357794dad99671ee7b4a7e8ee4641", "translation": [-3.5959999561309814, 3.709999691724775, 2.1020000939369226], "rotation": [0.694658379269864, -8.748822785969501e-12, 0.7193397918300948, 4.2867550256371e-08], "non_uniform_scale": [1.0013788524579845, 1.000158548336195, 1.0005812138743586], "motion_type": "STATIC"}, {"template_name": "06167b4898a357794dad99671ee7b4a7e8ee4641", "translation": [-1.0160000324249268, 3.709999542057517, 4.612999862253673], "rotation": [0.694658379269864, -8.748822785969501e-12, 0.7193397918300948, 4.2867550256371e-08], "non_uniform_scale": [1.0013788524579845, 1.000158548336195, 1.0005812138743586], "motion_type": "STATIC"}, {"template_name": "06167b4898a357794dad99671ee7b4a7e8ee4641", "translation": [-1.0850000381469727, 3.7099996942281734, 2.0600000411272106], "rotation": [0.694658379269864, -8.748822785969501e-12, 0.7193397918300948, 4.2867550256371e-08], "non_uniform_scale": [1.0013788524579845, 1.000158548336195, 1.0005812138743586], "motion_type": "STATIC"}, {"template_name": "5cd043b511e3f7031892d1fa56fe309d2896128a", "translation": [-8.560589790344238, 3.4612418176038773e-07, -5.806999814093103], "rotation": [0.7071068022599734, -4.87492609881523e-12, 0.7071067601131198, 4.2141975968037007e-08], "non_uniform_scale": [1.0001110434465978, 1.0002100467431418, 0.9999787211430835], "motion_type": "STATIC"}, {"template_name": "4857100a62e0e8ae2bf7d58e34ce9a84f9c27bd2", "translation": [-5.242062568664551, -6.913880667980266e-08, 1.1599566245104853], "rotation": [0.9335804409180001, 2.1461471095890965e-12, 0.3583679119778331, 2.1365995705511618e-08], "non_uniform_scale": [0.999843399298353, 0.9998632073565403, 1.0003876895945125], "motion_type": "STATIC"}, {"template_name": "13157f9b66784e7a07f8d7fceecc5f59dc79a1bd", "translation": [4.620999813079834, 9.548664081648894e-08, -1.6019999026060106], "rotation": [0.7071068022599729, 3.2312580136016427e-09, -0.7071067601131199, -4.596329645683881e-08], "non_uniform_scale": [1.423884426123832, 0.9999998807907183, 1.1811022054492106], "motion_type": "STATIC"}, {"template_name": "2efebdcc1ba9514b0deb0dfb05951341432bd26a", "translation": [0.6473600268363953, 0.7400002447771925, -4.686679516632566], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c7442c4162a5372fcbbcdba379a24967e35f5f97", "translation": [-0.3319999575614929, -2.531409393213835e-07, 4.246999964296805], "rotation": [1.0, -1.5907088210191116e-15, 0.0, 0.0], "non_uniform_scale": [0.9991216063499451, 0.9998763203768277, 0.9995496869623963], "motion_type": "STATIC"}, {"template_name": "c7442c4162a5372fcbbcdba379a24967e35f5f97", "translation": [-3.9679999351501465, -2.3531913484475808e-07, 3.947999718904498], "rotation": [1.0, -1.5907088210191116e-15, 0.0, 0.0], "non_uniform_scale": [0.9991216063499451, 0.9998763203768277, 0.9995496869623963], "motion_type": "STATIC"}, {"template_name": "a67e5e909d4229ddfbfed42896ba79f9a61750fb", "translation": [-5.857999801635742, 2.3189998679757116, -0.007999859817325816], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2112ac57da8c769fdd1766b5b66db787fcf29069", "translation": [-1.936000108718872, 0.49499982925333796, 2.4496535089818465], "rotation": [1.0, -4.8938188133977955e-14, 0.0, 0.0], "non_uniform_scale": [1.0, 1.000767707733182, 0.9989557267480151], "motion_type": "STATIC"}, {"template_name": "0f8535a9020861f1b7d13603645470a57d913ad9", "translation": [-2.815000057220459, 3.7099998921751975, -1.2609997408986047], "rotation": [0.7071068022599739, 7.428537029201e-12, -0.7071067601131191, -4.215428092397753e-08], "non_uniform_scale": [1.0014434455964896, 0.9999698996579696, 1.000322520713656], "motion_type": "STATIC"}, {"template_name": "0f8535a9020861f1b7d13603645470a57d913ad9", "translation": [-1.2089999914169312, 3.7099998906850757, -1.2359996470212948], "rotation": [0.9702957240309593, 6.320433993850857e-13, 0.24192190460401938, 1.4422212692116987e-08], "non_uniform_scale": [1.0014435888108766, 0.9999698996579695, 1.0003225524806494], "motion_type": "STATIC"}, {"template_name": "5f14f2ce115a06697103cebfb005888f89a7ac0e", "translation": [8.097999572753906, 3.226999998986706, 0.7580001633763445], "rotation": [1.0, -2.348705414902285e-13, 0.0, 0.0], "non_uniform_scale": [1.0039780139923096, 0.9999998807907176, 1.003977894308811], "motion_type": "STATIC"}, {"template_name": "ce4c0195c0f836a2906ea79caf605e01d2ac444b", "translation": [6.610140323638916, 7.939338786400185e-08, -1.3319999377727498], "rotation": [0.7071068022599728, 3.84067091514034e-12, -0.7071067601131205, -4.215069113820912e-08], "non_uniform_scale": [0.9999998807907176, 0.9995955229287645, 0.9997777342928806], "motion_type": "STATIC"}, {"template_name": "ce4c0195c0f836a2906ea79caf605e01d2ac444b", "translation": [6.355000019073486, -2.0869967087833174e-08, 0.35013992487550105], "rotation": [-4.371138866978205e-08, 2.3764112874499027e-19, 0.9999999999999973, 5.960464882314785e-08], "non_uniform_scale": [1.0000000000000038, 0.9995955229287645, 0.9997777343061255], "motion_type": "STATIC"}, {"template_name": "ce4c0195c0f836a2906ea79caf605e01d2ac444b", "translation": [5.135000228881836, -2.0869967087833174e-08, 0.35013992487550105], "rotation": [-4.371138866978205e-08, 2.3764112874499027e-19, 0.9999999999999973, 5.960464882314785e-08], "non_uniform_scale": [1.0000000000000038, 0.9995955229287645, 0.9997777343061255], "motion_type": "STATIC"}, {"template_name": "ce4c0195c0f836a2906ea79caf605e01d2ac444b", "translation": [4.811811447143555, 9.143352741602939e-08, -1.5339999476671196], "rotation": [0.7071068022599725, 5.4341442137065165e-09, 0.7071067601131202, 4.946918413162026e-08], "non_uniform_scale": [1.4672129471771151, 0.999595522928766, 1.3469226749585455], "motion_type": "STATIC"}, {"template_name": "ce4c0195c0f836a2906ea79caf605e01d2ac444b", "translation": [6.60014009475708, 1.7404556729161413e-07, -2.919999902248378], "rotation": [0.7071068022599728, 3.840670915140339e-12, -0.7071067601131202, -4.2150691138209104e-08], "non_uniform_scale": [1.5983604432129594, 0.9995955229287645, 0.9997777342928806], "motion_type": "STATIC"}, {"template_name": "ce4c0195c0f836a2906ea79caf605e01d2ac444b", "translation": [6.610140323638916, 2.3056268005916536e-08, -0.386819965432883], "rotation": [0.7071068022599728, 3.840670915140339e-12, -0.7071067601131202, -4.2150691138209104e-08], "non_uniform_scale": [0.7546310571055974, 0.9995955229287645, 0.9997777342928806], "motion_type": "STATIC"}, {"template_name": "ce9a682c6b8e7c3c0d12917829c3ca118b947035", "translation": [-5.426665306091309, 0.019999988835251115, 0.15981339574972364], "rotation": [0.31730465952558967, 1.2344402866377481e-12, 0.9483236541620939, 5.652491114394328e-08], "non_uniform_scale": [0.999351254936295, 0.9999998807907176, 0.9998693233139092], "motion_type": "STATIC"}, {"template_name": "ce9a682c6b8e7c3c0d12917829c3ca118b947035", "translation": [1.0476332902908325, 0.019999988407188196, 0.16699509936600276], "rotation": [-0.4461978046105883, -1.7377371330977403e-12, 0.8949343658395784, 5.334311399940569e-08], "non_uniform_scale": [0.9993510239686003, 0.9999998807907176, 0.9998691251919485], "motion_type": "STATIC"}, {"template_name": "c717fbe8f10ad354c83f9cfc7ce154ae2fcdf96c", "translation": [7.184999942779541, 0.7969998046159752, 2.3289999048709866], "rotation": [0.6946583797957125, -9.36722320674282e-11, 0.7193397913222885, 4.278595916792414e-08], "non_uniform_scale": [1.0008006927823556, 0.9962927703508342, 1.0008006926370454], "motion_type": "STATIC"}, {"template_name": "c717fbe8f10ad354c83f9cfc7ce154ae2fcdf96c", "translation": [5.394000053405762, 0.7969998042583448, 2.334999946475026], "rotation": [0.6946583797957125, -9.36722320674282e-11, 0.7193397913222885, 4.278595916792414e-08], "non_uniform_scale": [1.0008006927823556, 0.9962927703508342, 1.0008006926370454], "motion_type": "STATIC"}, {"template_name": "c717fbe8f10ad354c83f9cfc7ce154ae2fcdf96c", "translation": [6.638000011444092, 0.7969997882843067, 2.6029998179674187], "rotation": [0.6946583797957125, -9.36722320674282e-11, 0.7193397913222885, 4.278595916792414e-08], "non_uniform_scale": [1.0008006927823556, 0.9962927703508342, 1.0008006926370454], "motion_type": "STATIC"}, {"template_name": "c717fbe8f10ad354c83f9cfc7ce154ae2fcdf96c", "translation": [6.635000228881836, 0.7969998266100866, 1.959999968826768], "rotation": [0.6946583797957125, -9.36722320674282e-11, 0.7193397913222885, 4.278595916792414e-08], "non_uniform_scale": [1.0008006927823556, 0.9962927703508342, 1.0008006926370454], "motion_type": "STATIC"}, {"template_name": "c717fbe8f10ad354c83f9cfc7ce154ae2fcdf96c", "translation": [6.011000156402588, 0.796999787390245, 2.6179996835589527], "rotation": [0.6946583797957125, -9.36722320674282e-11, 0.7193397913222885, 4.278595916792414e-08], "non_uniform_scale": [1.0008006927823556, 0.9962927703508342, 1.0008006926370454], "motion_type": "STATIC"}, {"template_name": "c717fbe8f10ad354c83f9cfc7ce154ae2fcdf96c", "translation": [5.984000205993652, 0.7969998260140407, 1.969999958693979], "rotation": [0.6946583797957125, -9.36722320674282e-11, 0.7193397913222885, 4.278595916792414e-08], "non_uniform_scale": [1.0008006927823556, 0.9962927703508342, 1.0008006926370454], "motion_type": "STATIC"}, {"template_name": "c717fbe8f10ad354c83f9cfc7ce154ae2fcdf96c", "translation": [4.9029998779296875, 0.7969999108314525, 0.5470000058412552], "rotation": [0.6946583797957125, -9.36722320674282e-11, 0.7193397913222885, 4.278595916792414e-08], "non_uniform_scale": [1.0008006927823556, 0.9962927703508342, 1.0008006926370454], "motion_type": "STATIC"}, {"template_name": "c717fbe8f10ad354c83f9cfc7ce154ae2fcdf96c", "translation": [5.453000068664551, 0.7969999117851252, 0.5310000339746459], "rotation": [0.6946583797957125, -9.36722320674282e-11, 0.7193397913222885, 4.278595916792414e-08], "non_uniform_scale": [1.0008006927823556, 0.9962927703508342, 1.0008006926370454], "motion_type": "STATIC"}, {"template_name": "0d61b723728d6d5ac05ac53e07372bcc7ff676ce", "translation": [-3.366000175476074, 0.6500001637339565, -3.7969996662735994], "rotation": [0.9563047594263314, 5.4299430381770586e-12, 0.29237169339480507, 1.7444689007240158e-08], "non_uniform_scale": [1.000293259332508, 1.0001363754109815, 1.002199815927898], "motion_type": "STATIC"}, {"template_name": "d643b51ebcf17bafc51085f3b015e43db0a3c013", "translation": [-1.3857274055480957, 0.44000017808005865, -3.467687373895192], "rotation": [0.9890158654844624, -4.3302380281730333e-10, -0.147809396927326, -9.75863244135444e-09], "non_uniform_scale": [0.93065248305442, 0.9137129886492447, 1.1104551146656416], "motion_type": "STATIC"}, {"template_name": "e3eea412d1eee1cbd06a1f59f254e71b9771da1a", "translation": [7.7729997634887695, 1.0699999386072143, 0.8399999874830293], "rotation": [0.8386705569692754, 1.142501833839649e-11, 0.5446390519168125, 3.248064436439239e-08], "non_uniform_scale": [0.9996240869986567, 1.0011678932704982, 1.002255025263043], "motion_type": "STATIC"}, {"template_name": "211db69d8ea4174a4924c410b27ecd70be3bc06f", "translation": [-0.6359999775886536, 1.069000310123002, -6.176000163257086], "rotation": [0.7071068022599728, -5.7107231302683295e-11, -0.7071067601131205, -4.20898968699009e-08], "non_uniform_scale": [0.9990797639441631, 0.9997575283339515, 0.997055590328241], "motion_type": "STATIC"}, {"template_name": "72781e27d443c8e0b5bed1eee2d154e26fc610a5", "translation": [-7.65500020980835, -7.436394611204378e-08, 1.2476199121701725], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1fe0ad12b91fc822c6f3ae0e342edf919e176ce7", "translation": [-2.809460401535034, 0.4949997952069438, 3.020857183584134], "rotation": [0.8386705546217373, -1.1575758824439548e-11, 0.544639055531704, 3.24452271764704e-08], "non_uniform_scale": [0.9998017415597177, 1.0004963874225083, 0.9993996917764192], "motion_type": "STATIC"}, {"template_name": "1fe0ad12b91fc822c6f3ae0e342edf919e176ce7", "translation": [-1.083318829536438, 0.4949997825492929, 3.233217314587982], "rotation": [0.902585282610166, -6.728376301522148e-12, -0.43051110045564, -2.5646398049786202e-08], "non_uniform_scale": [0.9998017243822407, 1.0004963874225083, 0.9993996281369574], "motion_type": "STATIC"}, {"template_name": "45fd4164912ff9886db54cf0623d105c4e8518cb", "translation": [-3.367612838745117, 0.49499977009377716, 3.442186179924825], "rotation": [0.9998476951727963, -2.788205092708684e-14, 0.017452405497439063, 1.0396743157497214e-09], "non_uniform_scale": [0.9998017668136872, 1.0004963874225083, 0.9993996079227515], "motion_type": "STATIC"}, {"template_name": "45fd4164912ff9886db54cf0623d105c4e8518cb", "translation": [-0.752362072467804, 0.49499975656683404, 3.6691306129616024], "rotation": [0.9135454506765874, -5.9359835661100686e-12, -0.4067366587217215, -2.423010714477459e-08], "non_uniform_scale": [0.9998016500553889, 1.0004963874225083, 0.9993995974738625], "motion_type": "STATIC"}, {"template_name": "49cd31a1c9bb7819449fefb8b8ac45adc970de53", "translation": [-6.9516401290893555, -3.706991691387884e-08, 0.6219299660962818], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d47aecdf01b6f6c79c7e3cad1c246e57a0c063f2", "translation": [-6.112020492553711, -6.718873635236378e-08, 1.1272398753619228], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2c2dd4de57669b50127b3524ca3bace814215bb9", "translation": [6.826939105987549, 0.8899999916553512, -0.9899998974800113], "rotation": [1.0, -3.983747356989329e-13, 0.0, 0.0], "non_uniform_scale": [0.9947834014892578, 0.9982514979539445, 0.9931033261891145], "motion_type": "STATIC"}, {"template_name": "4bf52fbe56d0c50cdad08bcd4a717e590fb77373", "translation": [6.240724086761475, 0.7969998155388645, 2.145744243339042], "rotation": [0.7071068022599728, -6.879447614367511e-11, -0.7071067601131205, -4.207827913648668e-08], "non_uniform_scale": [0.9966994525969355, 1.000343680340798, 0.9970886709041196], "motion_type": "STATIC"}, {"template_name": "b883b58bdd53fccec7153d88a98dea8e31158c64", "translation": [1.8619999885559082, 2.3187499564498637, -3.1880995329111954], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "15a81c5727eba4e4a4161e1cf2c76fe2c601ae15", "translation": [8.25, -5.722728957380241e-08, 0.9601145410469414], "rotation": [1.0, -1.9871190915321832e-13, 0.0, 0.0], "non_uniform_scale": [0.6588691473007202, 1.0001870393530012, 0.9965412620852803], "motion_type": "STATIC"}, {"template_name": "15a81c5727eba4e4a4161e1cf2c76fe2c601ae15", "translation": [-0.6921150088310242, 3.9511920135737455e-07, -6.628999791800965], "rotation": [0.7071068022599734, 5.522987973466805e-12, -0.7071067601131198, -4.2152374203131914e-08], "non_uniform_scale": [0.9997385144389561, 1.0001870393530012, 1.0004492401808953], "motion_type": "STATIC"}, {"template_name": "3631f4924b2008d86b4a02c6cbf4ef640a10c4e6_part_3", "translation": [6.646832665803389, 0.03699979156742559, 2.8739337960318068], "rotation": [-0.008726561638959384, 1.3499837076192448e-13, 0.9999619228360437, 5.9602381585654335e-08], "non_uniform_scale": [0.999974322363185, 0.9995545149380476, 1.0000732811804074], "motion_type": "STATIC"}, {"template_name": "3631f4924b2008d86b4a02c6cbf4ef640a10c4e6_part_3", "translation": [5.999092814911445, 0.03699979089353978, 2.8852400272592273], "rotation": [-0.008726343785023327, -4.822575691843698e-08, 0.9999619247371896, 1.9579496476695508e-07], "non_uniform_scale": [0.9999743223631856, 0.9995545149380476, 1.0000732811804067], "motion_type": "STATIC"}, {"template_name": "3631f4924b2008d86b4a02c6cbf4ef640a10c4e6_part_3", "translation": [5.080086454179482, 0.03699962095813803, 2.3194963563076008], "rotation": [0.7009092974506532, -2.402435779807591e-07, 0.7132504165765278, -7.641232850951294e-07], "non_uniform_scale": [1.000073281180406, 0.9995545149380488, 0.9999743223631846], "motion_type": "STATIC"}, {"template_name": "3631f4924b2008d86b4a02c6cbf4ef640a10c4e6_part_3", "translation": [7.476404272796595, 0.03699968267349088, 2.280649281024388], "rotation": [0.7132504165764505, -1.0477242086258616e-09, -0.7009092974511768, -1.3281080694388237e-07], "non_uniform_scale": [1.0000732811804074, 0.9995545149380479, 0.9999743223631853], "motion_type": "STATIC"}, {"template_name": "3631f4924b2008d86b4a02c6cbf4ef640a10c4e6_part_5", "translation": [6.263911108971632, 0.036999791524678353, 1.5221394542093192], "rotation": [-0.008726561638959384, 1.3499837076192448e-13, 0.9999619228360437, 5.9602381585654335e-08], "non_uniform_scale": [0.999974322363185, 0.9995545149380476, 1.0000732811804074], "motion_type": "STATIC"}, {"template_name": "3631f4924b2008d86b4a02c6cbf4ef640a10c4e6_part_6", "translation": [6.27743603892815, 0.03699976002871312, 2.296974695717914], "rotation": [-0.008726561638959384, 1.3499837076192448e-13, 0.9999619228360437, 5.9602381585654335e-08], "non_uniform_scale": [0.999974322363185, 0.9995545149380476, 1.0000732811804074], "motion_type": "STATIC"}, {"template_name": "43cc99743f6d75e5f7b92ab8e5c9ba7f3e932ad0", "translation": [9.286449432373047, -1.3490320327491645e-07, 2.2633000455319774], "rotation": [1.0, -3.0805762128418114e-15, 0.0, 0.0], "non_uniform_scale": [1.0006822347640991, 0.9999998807907176, 1.0004546641761394], "motion_type": "STATIC"}, {"template_name": "28a10fbd0e581dc064de1ae5cbc1f85b7c8b84a4", "translation": [4.796999931335449, 3.709999892413613, -1.264999689161776], "rotation": [-4.3711389323553955e-08, 3.22161612730057e-19, 0.9999999999999973, 5.960464923833626e-08], "non_uniform_scale": [0.9997521638870278, 0.9995049834841438, 0.9997520447072897], "motion_type": "STATIC"}, {"template_name": "a4162d863d9da0ae83f31a9de7802dd1a15e1cf2", "translation": [-6.963791370391846, 2.0146322299297026e-07, -3.3799918067460055], "rotation": [1.0, -6.698294054681872e-10, 0.0, 0.0], "non_uniform_scale": [1.002168893814087, 0.9999377727582649, 0.8092197407222054], "motion_type": "STATIC"}, {"template_name": "499ffdb8a280a0f0a3e6b6ac2b41ae3d191f8059", "translation": [-5.556758403778076, 2.318499849445704, 0.9113819841812933], "rotation": [0.6300367609516151, 0.630036710885582, 0.3210198232213156, -0.3210197749127465], "non_uniform_scale": [1.0000000241547287, 0.9997436055155425, 0.9999998211860818], "motion_type": "STATIC"}, {"template_name": "b2a8a367e54ebed0c0afacca857aafd5175043d6", "translation": [-1.7232502698898315, 0.770000002864009, -1.138049965617057], "rotation": [1.0, -2.0057604101873593e-14, 0.0, 0.0], "non_uniform_scale": [1.0008459091186523, 0.9991235138030561, 1.000283360447476], "motion_type": "STATIC"}, {"template_name": "0a4577674fe517baf226f74c3703732095741f27", "translation": [-7.969995021820068, 2.318749923773396, 1.360120115198498], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "81630deb0f6186499573f0b63ba1e0b9aa01946e", "translation": [-1.0398885011672974, 0.4949997602176026, 3.6078808836411795], "rotation": [0.9170600673205308, -4.793436896961558e-10, -0.3987490851726972, -2.2886573042300244e-08], "non_uniform_scale": [0.9776899027152217, 1.0246779889252124, 0.948736632690304], "motion_type": "STATIC"}, {"template_name": "34f429667e91c7e3fc8c608be4f620fe095a0bc1", "translation": [-8.322999954223633, 2.0259618338513974e-07, -3.398999726831917], "rotation": [0.7071068022599728, -6.892582553131562e-12, 0.7071067601131205, 4.213995943765609e-08], "non_uniform_scale": [0.9997417330895821, 0.9993423820325802, 0.9990156293502075], "motion_type": "STATIC"}, {"template_name": "1f075df0f17fcf4b885aa0c22714f383b5c9f014", "translation": [-6.994219779968262, 3.709999778845905, 0.6403501671344074], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4af2c5ee1be2e81ae2dc092bf4450675f4b9a587", "translation": [-7.970000267028809, 2.318749753001338, 0.22520012221037788], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "224-4", "translation": [-2.009000062942505, 2.7510000832676766, -1.3639997175335807], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-1", "translation": [-10.652000427246094, 1.5499998757839393, -0.26600016260145765], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "212-3", "translation": [-11.199999809265137, 1.0900003908872478, -7.087999333262452], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4718-1", "translation": [7.045000076293945, 1.5499999401569369, -1.3459997835159356], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "4718-1", "translation": [0.8883593082427979, 1.5499995953257013, 4.4393079942877165], "rotation": [0.9385670330021183, 5.5942957645692855e-08, 0.34509697848807297, -9.055260781418548e-16], "non_uniform_scale": [-0.999999968836718, 0.9999998807907176, 0.9999998752373357], "motion_type": "STATIC"}, {"template_name": "4718-1", "translation": [-4.178727626800537, 1.5499995526161143, 5.1558559175815475], "rotation": [0.9712217109304561, 5.7889328285822025e-08, -0.23817722018974477, 6.794632491323059e-16], "non_uniform_scale": [-0.9999999765135597, 0.9999998807907177, 0.9999998757945977], "motion_type": "STATIC"}, {"template_name": "4718-1", "translation": [-5.283547878265381, 1.549999595782296, 4.431647605797778], "rotation": [0.944904192157494, 5.6320681805555815e-08, -0.3273470141045898, 9.676716219042841e-16], "non_uniform_scale": [-0.9999999799810734, 0.9999998807907176, 0.9999998822937246], "motion_type": "STATIC"}, {"template_name": "4718-1", "translation": [-0.16278076171875, 1.549999551766163, 5.170115731947661], "rotation": [0.9692818397925799, 5.7773702947588764e-08, 0.24595266830898216, -6.177601816281107e-16], "non_uniform_scale": [-0.9999999650694914, 0.9999998807907176, 0.9999998659621578], "motion_type": "STATIC"}, {"template_name": "4718-1", "translation": [-1.428828477859497, 1.549999524293483, 5.631030793128545], "rotation": [0.9956550370718215, 5.934566830477743e-08, 0.09311845764136345, -3.3652607974965976e-16], "non_uniform_scale": [-1.0000000020549682, 0.9999998807907177, 0.9999998852150919], "motion_type": "STATIC"}, {"template_name": "4718-1", "translation": [-2.8719794750213623, 1.5499995246531313, 5.624996896088291], "rotation": [0.9954371672262106, 5.933268224847184e-08, -0.0954193172510359, 3.2334371093909603e-16], "non_uniform_scale": [-0.9999999944952952, 0.9999998807907177, 0.9999998778426532], "motion_type": "STATIC"}, {"template_name": "4718-1", "translation": [9.609999656677246, 1.5499997727870962, 1.4620000176429713], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "4718-1", "translation": [9.609999656677246, 1.5499996829032767, 2.9700001823901943], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "4718-1", "translation": [8.1899995803833, 1.5499996291995046, 3.8709999131560267], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-1", "translation": [4.85699987411499, 1.5499996291995046, 3.8709999131560267], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-1", "translation": [6.522000312805176, 1.5499996291995046, 3.8709999131560267], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-1", "translation": [3.437000036239624, 1.5499996811747678, 2.9989997476935457], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4718-1", "translation": [1.4919999837875366, 1.549999686300751, 2.9130000255703834], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "209-4", "translation": [2.4785001277923584, 1.2389997651577076, 2.076999852776531], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "209-4", "translation": [-2.2755000591278076, 1.2390003740787492, -8.138999379992491], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5775-1", "translation": [-3.4609999656677246, 1.2390003740787492, -8.138999379992491], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5775-1", "translation": [-1.0269999504089355, 1.2390003740787492, -8.138999379992491], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4373-0", "translation": [-4.992000102996826, 1.9190000988840978, -5.081999361455459], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4373-0", "translation": [-4.083000183105469, 1.9190001930594605, -6.661999667823309], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4373-0", "translation": [0.5989999771118164, 1.9190000988840978, -5.081999361455459], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5775-2", "translation": [-3.8459999561309814, 1.2389998513460192, 0.631000018596648], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "5775-2", "translation": [-0.5849999189376831, 1.2389998513460192, 0.631000018596648], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4076-2", "translation": [-5.933000087738037, 1.119999782681468, 2.6059998580217396], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4718-1", "translation": [-6.982349872589111, 1.5499997575283047, 1.7180000443458496], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}]}
scenes/102815835.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/102815859.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/102815859"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "eb3a51df872236de98942916cc0061bdeba9ee1b", "translation": [-6.0713701248168945, -1.331233931978204e-07, 2.2334397892093705], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "eb3a51df872236de98942916cc0061bdeba9ee1b", "translation": [-4.497049808502197, -1.331233931978204e-07, 2.2334397892093705], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "eb3a51df872236de98942916cc0061bdeba9ee1b", "translation": [-6.197050094604492, -1.9967437481227535e-07, 3.349979916216128], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "eb3a51df872236de98942916cc0061bdeba9ee1b", "translation": [-4.497049808502197, -1.9967437481227535e-07, 3.349979916216128], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2b9fbba5141c8f0ec935a96ca432af7fa3455000", "translation": [-8.790949821472168, 1.201784556315033e-07, -2.016259788497692], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "810dfc55ae7bbaeed7ff2e9300a19e64e0e275e8", "translation": [-5.297389984130859, 1.336413646413348e-07, -2.242129907481072], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d34c43bbc021b075835eb995bd142fb6fb18930d", "translation": [-5.237719535827637, 0.014999841111609291, 2.6450796943855375], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "778b4fb2b33bc168ba059e2c54e853bbe06ecbe4", "translation": [-11.315749168395996, -7.817268254939336e-08, 1.3115199022579205], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "778b4fb2b33bc168ba059e2c54e853bbe06ecbe4", "translation": [-11.316439628601074, -1.9859194821947312e-07, 3.331819812546968], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "778b4fb2b33bc168ba059e2c54e853bbe06ecbe4", "translation": [-9.768969535827637, 1.4118552549291508e-08, -0.23686999160826172], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "778b4fb2b33bc168ba059e2c54e853bbe06ecbe4", "translation": [-11.3294095993042, -2.581894307240873e-07, 4.331699589985618], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "882cb986ea0c0559d606858cf01c8282016ca3b4", "translation": [-9.813420295715332, -1.2616217759386927e-07, 2.1166499783605275], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "882cb986ea0c0559d606858cf01c8282016ca3b4", "translation": [-9.213419914245605, -1.2616217759386927e-07, 2.1166499783605275], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "882cb986ea0c0559d606858cf01c8282016ca3b4", "translation": [-9.213419914245605, -1.7692684650683077e-07, 2.968339743117099], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "882cb986ea0c0559d606858cf01c8282016ca3b4", "translation": [-9.813420295715332, -1.7692684650683077e-07, 2.968339743117099], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "227459f6620f29365a4ec71eaed4abd99f42d0d6", "translation": [-0.15853999555110931, 1.8764376363833435e-07, -3.1481397659695176], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5f3fabe65fda413b4b09c50b88c61de544a956cb", "translation": [-2.7253799438476562, -2.7077734898739436e-07, 4.5428898010915475], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "65d4d43dfcce3d47efc6d5bbef4c82b6072cc0eb", "translation": [-5.33627986907959, 2.799999917118555, -2.2094797486376763], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0ecb6b6e40ca570701fad5734563fe2a4772e3f6", "translation": [-0.7656499743461609, 0.8999997029334352, 3.6839497814208286], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2d5ea20064b3f6a3c94a889d5b0451bb291fe099", "translation": [-9.219149589538574, 0.010000118857021234, -2.0078397978639653], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5bb85d3caf11acb1eb2f299ccc724eb7a855b7cf", "translation": [-5.275928974151611, 0.494999821292204, 2.5832191653120944], "rotation": [0.8829475947233213, 1.163014547062099e-16, -0.469471559279474, -2.7982687409631145e-08], "non_uniform_scale": [0.9999999337003903, 0.9999998807907176, 0.9999998964240407], "motion_type": "STATIC"}, {"template_name": "49017ea03a94d58f3972c21b1488508b1d988274", "translation": [-3.1141698360443115, -1.4680146875889477e-07, 2.4629198036837607], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "491b19211376dfda637fbbaec406cd5c7d4e6ae1", "translation": [-4.518704891204834, 0.9406797675657259, 3.4120398478889484], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d2a166e8ce6c464c51da9da9f0aeb45423ec210e", "translation": [-10.625088691711426, 0.7599995667344359, 6.348989630401732], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "aeae32d8bdeefca3ed46e3f0e6b69106e226fe22", "translation": [0.5886099934577942, -9.638786480081762e-08, 1.6171199311542495], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "70de3589ff75d49478cbd1f862193de576139ffa", "translation": [-10.519909858703613, 1.4118552549291508e-08, -0.23686999160826172], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999998211860657, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "70de3589ff75d49478cbd1f862193de576139ffa", "translation": [-11.316431045532227, -3.3413172673135705e-08, 0.5605799817693224], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999997019767939, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "70de3589ff75d49478cbd1f862193de576139ffa", "translation": [-11.315400123596191, -1.22932192425651e-07, 2.0624598227465185], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999997019767939, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dd7384f40cca85a25a886e494d08b4d3cb907bd3", "translation": [0.5639100074768066, -2.6739837011291456e-08, 0.4486199946033942], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dfbad821a292e7522046cf89878b7bb44951d211", "translation": [-8.679770469665527, 1.327335841239119e-08, -0.22268998785674565], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "95d1e189e93694bb8eee73a64b0d84a8be5a5057", "translation": [-3.033750057220459, -1.0364056279854594e-08, 0.1738800004792207], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "95d1e189e93694bb8eee73a64b0d84a8be5a5057", "translation": [-1.3284801244735718, -2.1440506259295944e-07, 3.597119832210538], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bc7d5693a9e657f3127802a9632863853bd37497", "translation": [-11.765410423278809, 1.7499997730779597, 2.0571200664567897], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [-0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "bc7d5693a9e657f3127802a9632863853bd37497", "translation": [-11.766050338745117, 1.7499998290038121, 1.1188400167918218], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [-0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "bc7d5693a9e657f3127802a9632863853bd37497", "translation": [-11.766380310058594, 1.7499998581099518, 0.6305200528788575], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "bc7d5693a9e657f3127802a9632863853bd37497", "translation": [-11.76572036743164, 1.749999800563458, 1.595989951730374], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "0f68ea020457a3f25077bcf14cff107fc9d9e538", "translation": [-11.276000022888184, 0.899999848360423, 1.2440899405425796], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "00a1a59b75fae9b7e42a128ce2249158dfa7d847", "translation": [-5.234149932861328, 0.5698297971820772, 2.839609964503044], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6913b51c6c46706058379b9f9b3de93c84c33d59", "translation": [0.10880999267101288, -2.128595184558435e-07, 3.5711899059301544], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "6913b51c6c46706058379b9f9b3de93c84c33d59", "translation": [-0.340829998254776, -2.128595184558435e-07, 3.5711899059301544], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "6913b51c6c46706058379b9f9b3de93c84c33d59", "translation": [-0.7904699444770813, -2.128595184558435e-07, 3.5711899059301544], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d1f2631bececebeb2ec101b35ab998fe9cc1506", "translation": [-8.817595481872559, 1.1965155977122777e-07, -2.007419943367239], "rotation": [0.7071068022599728, 2.5121478590261966e-15, -0.7071067601131205, -4.2146852279116215e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8b66076f69caaf4573c1a4b94f99ba8c9008fa7c", "translation": [-10.611249923706055, -3.7950755427118565e-07, 6.36707983213185], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "921bd83d9f8512671944dc77d933c4bf50177c44", "translation": [-6.563779830932617, -6.698191157283873e-08, 1.1237699315685035], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "af6886ba991dd80f63054ba20f06de107fa59784", "translation": [-12.312560081481934, 0.01499961848349246, 6.380159475495824], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "af6886ba991dd80f63054ba20f06de107fa59784", "translation": [-8.85949993133545, 0.014999618216413657, 6.38464031400438], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "af6886ba991dd80f63054ba20f06de107fa59784", "translation": [-9.784379959106445, 0.014999664725357909, 5.604349756875629], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "af6886ba991dd80f63054ba20f06de107fa59784", "translation": [-11.347940444946289, 0.014999664725357909, 5.604349756875629], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "af6886ba991dd80f63054ba20f06de107fa59784", "translation": [-10.598609924316406, 0.014999664725357909, 5.604349756875629], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "313936fc28058cbb13882defb7aa3005ce6e4179", "translation": [-6.903434753417969, -1.880529651998586e-07, 3.1550050285455455], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "313936fc28058cbb13882defb7aa3005ce6e4179", "translation": [-5.812264919281006, -2.523264583942364e-07, 4.233335242668659], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "313936fc28058cbb13882defb7aa3005ce6e4179", "translation": [-4.728534698486328, -2.523264583942364e-07, 4.233335242668659], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2c2b2914fc526f6e8bbe65511ecf58bba0027ec0", "translation": [0.6630699634552002, -2.130228295982306e-07, 3.5739298120778784], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0c9ff2144462d68fcab6a79e7737b7307e1a32d5", "translation": [-11.352838516235352, -1.535200908620027e-07, 2.5756395712113545], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9a83f86ed492c9283fed9baa9a97e1cfdc5140f3", "translation": [-0.6453700065612793, 0.40000017268895327, -3.1972396613812517], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "165eaf798d531472c34495ad8c975ca5b9bdc69b", "translation": [-2.8120102882385254, -1.4916241752871429e-07, 2.5025299487990083], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9e2dc2a39745fc9e834a329d18c18f63db0ac0c9", "translation": [-5.299099922180176, 1.3041079682807322e-07, -2.1879299767059024], "rotation": [0.7071068022599734, 2.5121477841583537e-15, -0.7071067601131198, -4.21468522791161e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "5ed3a1eea7afd4823307ab713540e935af6a47fa", "translation": [-8.079984664916992, 1.4833062778052408e-07, -2.4885748333588253], "rotation": [0.923879516382385, 5.993899544797146e-17, -0.3826834713037, -2.2809713872740836e-08], "non_uniform_scale": [0.999999953083407, 0.9999998807907177, 0.9999998934787768], "motion_type": "STATIC"}, {"template_name": "5ed3a1eea7afd4823307ab713540e935af6a47fa", "translation": [-8.043683052062988, 8.140833784864299e-08, -1.3658051868793208], "rotation": [-0.49242358366726474, 6.782536298592624e-16, 0.8703556826081424, 5.187724348871096e-08], "non_uniform_scale": [0.9999999270078614, 0.9999998807907177, 0.9999998953859108], "motion_type": "STATIC"}, {"template_name": "0de5288928717b30ef111c44a6af982247c279b6", "translation": [-2.9067397117614746, -2.22252594994643e-07, 3.7287795705330495], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0de5288928717b30ef111c44a6af982247c279b6", "translation": [-2.9067397117614746, -7.60722187465035e-08, 1.2762799694371196], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "17a798d622e72f0fc73d6bebf1aeb04e525c494f", "translation": [-2.9823548793792725, 1.7499997451984939, 2.5248598590576705], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b2d0a0f6b78260888d894f023c316a69870f314d", "translation": [-2.0013298988342285, 2.7999997140365878, 1.197670078416465], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b2d0a0f6b78260888d894f023c316a69870f314d", "translation": [-2.5760300159454346, 2.7999999306428407, -2.4363795974028193], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7870c5c8dfede91c5c56faa1092f218f6f480bb3", "translation": [-6.898355007171631, -2.524072044707282e-07, 4.234689936954368], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7870c5c8dfede91c5c56faa1092f218f6f480bb3", "translation": [-6.904799461364746, -1.233169371062104e-07, 2.0689147669723695], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "040e26b6afd850d9567eccce83c4347bc8ddd729", "translation": [-2.67018985748291, -3.151428700221004e-07, 5.287219686077833], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "81c6dd3830a8df6644bd1f6b9a239615234e888f", "translation": [-5.109370231628418, 0.49499981490910017, 2.6903098705226185], "rotation": [0.7071068022599739, 1.256073929513096e-15, 0.7071067601131191, 4.2146851023041906e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "948721064fa7d3c6f939386c806229e2109e6ea3", "translation": [-10.58887004852295, -4.277312939393596e-07, 7.176139880648833], "rotation": [-4.3711388286737876e-08, 2.3294109863304354e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "adc3aaea6b4bf09f853a3844655b98af8c6af2a6", "translation": [-8.82129955291748, -4.2930543031616253e-07, 7.202549505081777], "rotation": [1.0, -4.764560328305439e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "31f3a7e7d7e184b3043226174e949ff85e8b91f6", "translation": [0.5856599807739258, 1.7499999318295707, -2.606289603931323], "rotation": [-0.5000000218556938, -0.49999999205336926, 0.5000000377489504, -0.49999994834198186], "non_uniform_scale": [0.9999999403953574, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "85ba156832a3c03c731b50a54b8a724d837cb099", "translation": [-11.31879997253418, 0.8999997179293686, 3.4323597829127337], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dc83bfe0e63c26e346db1cb95b3b8522fdece309", "translation": [-2.0263800621032715, -1.8242120347622404e-07, 3.060519751279358], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "68a6193e3b67cedefb14ab590fc748bcc7955c5d", "translation": [-0.9143099784851074, 1.762777515068592e-07, -2.957449736747151], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "ab0e61c699e14e1d9f691c93a1ad0fd2cd7f931d", "translation": [-12.157939910888672, -2.8816043595725205e-07, 4.834529588548548], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "86fa9920d508dff1e1019cbaf93c6b78c1da2032", "translation": [2.186195135116577, -1.9016744090549764e-07, 3.1904800420713286], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "fada3076b2676b4f7139b3b33dd30e4917d81fcc", "translation": [0.18560999631881714, 1.0609566913899471e-07, -1.779989851713779], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "5c60be6945490b8be0256760b447608e49c55150", "translation": [-1.6040949821472168, 9.476482887293969e-08, -1.5898899084395168], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4efba650a56230280d4edeb58c12a519285f8810", "translation": [-10.716859817504883, 2.7999994061535602, 6.363089825922842], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4efba650a56230280d4edeb58c12a519285f8810", "translation": [-9.48134994506836, 2.799999632390154, 2.567469849141247], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ba9b22943a7967908955980f309420e15b3d10e2", "translation": [3.530104637145996, -7.666200474432117e-08, 1.2861749359264962], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx31c3e2eaxb753x40dfx9630xab5afbebd8ba", "translation": [-2.111989974975586, -2.6491164817343815e-07, 4.444479677410129], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0dfaa44f08fed0a199e31fb64292366140dc410b", "translation": [-8.683119773864746, 2.799999796561602, -0.1868698306757235], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7db8a0477da1bf4b1e10e64353201a000f1bfe47", "translation": [-11.767029762268066, 1.749999914606807, -0.31733983353734274], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7db8a0477da1bf4b1e10e64353201a000f1bfe47", "translation": [-11.76671028137207, 1.7499998869073377, 0.14738011971831178], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [-0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "bfd6cf98dd195c4c70cfa0510fd4eaed99efea6a", "translation": [-11.19383430480957, 6.791353257540322e-09, -0.11393999374270436], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "421574222ed69cc1c73bc5433dba4477b6b61647", "translation": [1.6949000358581543, -1.4788925284392462e-07, 2.481169791151885], "rotation": [0.7071068022599734, -1.2560737797774162e-15, 0.7071067601131198, 4.214684851089409e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "0dfcf1e690e0a6705a5ae5fd0cb0dc01f3a600db", "translation": [-0.9422399997711182, -5.159199290005745e-08, 0.8655699571627373], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2d3df1dcb067da43f85411fe601f24bb38d268a8", "translation": [-5.118299961090088, -4.796326180667165e-08, 0.8046899554318188], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3aaccfa2eb2d93162748ffc157aa69bae0d4199c", "translation": [-4.467830181121826, -5.275547820815518e-08, 0.8850900003260342], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3aaccfa2eb2d93162748ffc157aa69bae0d4199c", "translation": [-5.794769763946533, -5.2903295966189035e-08, 0.8875699706333862], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e98c48cf9c55fde9623443bb26fe7258c24b90e5", "translation": [-4.295559883117676, 1.7500001514873134, -4.291535017398871], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e98c48cf9c55fde9623443bb26fe7258c24b90e5", "translation": [-6.706630229949951, 1.7500001514873134, -4.291535017398871], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3c1268e16dd479731b5003fcb34c3b5d40a958e6", "translation": [-8.769269943237305, 2.7999999048000603, -2.00280971510351], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxxb9bd042dx3096x4f06xb273xbc0ac020da76", "translation": [-1.9757699966430664, 4.2896868279740374e-08, -0.7196899819558844], "rotation": [0.7071068022599734, 2.5121477841583537e-15, 0.7071067601131198, 4.21468522791161e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "xxxxb9bd042dx3096x4f06xb273xbc0ac020da76", "translation": [-1.9757699966430664, -8.427797837384787e-08, 1.4139497629433961], "rotation": [0.7071068022599734, 2.5121477841583537e-15, 0.7071067601131198, 4.21468522791161e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "xxxxb9bd042dx3096x4f06xb273xbc0ac020da76", "translation": [-2.6015799045562744, 1.7392515871961223e-07, -2.917979781748059], "rotation": [0.7071068022599734, 2.5121477841583537e-15, 0.7071067601131198, 4.21468522791161e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "xxxxb9bd042dx3096x4f06xb273xbc0ac020da76", "translation": [-2.6015799045562744, 1.2157499895693036e-07, -2.0396898961251964], "rotation": [0.7071068022599734, 2.5121477841583537e-15, 0.7071067601131198, 4.21468522791161e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "xxxxccb30c58x6dc6x4d15x9e92x1583d4c2562f", "translation": [-9.607239723205566, 0.8999997957569335, 2.1266299947124665], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3760-11", "translation": [-12.935959815979004, 1.4349995696818425, 6.824540293840137], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3760-12", "translation": [-12.935959815979004, 1.434999653450852, 5.419129611007584], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3760-10", "translation": [-12.409680366516113, 1.4349997043537641, 4.565120510451756], "rotation": [0.9999998521942457, 5.960463951819382e-08, -0.0005437016489474809, 1.8534580725415267e-18], "non_uniform_scale": [-0.9999999951764731, 0.9999998807907176, 0.9999998759672406], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [-11.694951057434082, 1.549999734637744, 4.102039661881939], "rotation": [-0.7025033421454143, -4.187246586021152e-08, 0.7116804439314889, 1.1834050377948513e-15], "non_uniform_scale": [-0.9999999382403616, 0.9999998807907176, 0.999999938213216], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [-11.689922332763672, 1.5499997991710828, 3.019349964299799], "rotation": [0.7068649124421089, 4.213243568250504e-08, 0.7073485672270835, 1.1597552356554596e-15], "non_uniform_scale": [-0.999999935898762, 0.9999998807907176, 0.9999999358986801], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [-10.916999816894531, 1.5500000156086635, -0.611869861968156], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3760-7", "translation": [-10.122209548950195, 1.4350000550395308, -1.3184099940413105], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3760-7", "translation": [-10.122209548950195, 1.4350001381206638, -2.712280026240329], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3760-7", "translation": [-8.23723030090332, 1.4350001825475758, -3.4576398794269423], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3760-7", "translation": [-9.557740211486816, 1.4350001825475758, -3.4576398794269423], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3760-8", "translation": [-10.299400329589844, 1.4349995245516354, 7.5816994818031915], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3760-9", "translation": [-11.938019752502441, 1.4349995245516354, 7.5816994818031915], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3760-7", "translation": [-8.94789981842041, 1.4349995245516354, 7.5816994818031915], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3760-10", "translation": [-8.36670970916748, 1.434999563965782, 6.920439870033256], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "3760-10", "translation": [-2.4382200241088867, 1.4349996061372892, 6.212919427280447], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "5804-0", "translation": [-6.5954203605651855, 1.2699995349097435, 6.212919417445676], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "5804-0", "translation": [-4.270390033721924, 1.2699995349097435, 6.212919417445676], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3760-7", "translation": [-1.7569899559020996, 1.4349996418404416, 5.613919962708941], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3760-7", "translation": [-1.7569899559020996, 1.4349996899402058, 4.806939877752065], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [3.0859899520874023, 1.5500000441539257, -1.0907798623573726], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [1.0959399938583374, 1.5500000441539257, -1.0907798623573726], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [-0.06965991854667664, 1.5499997437625908, 3.948950147691356], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [-1.2636901140213013, 1.5499997437625908, 3.948950147691356], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}]}
scenes/102816009.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/102816036.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/102816051.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/102816051"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "8c6c2542f3fc80d98cd324c58496eafd3ecdd5c5", "translation": [-7.262829780578613, 1.1569200167763194, -0.1730999302852103], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "797bcf6deace50c829a3f341f7ad35bbbda8080f", "translation": [-11.545570373535156, 0.8004402320969106, -5.469419582494503], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "797bcf6deace50c829a3f341f7ad35bbbda8080f", "translation": [-5.992599964141846, 0.7740000427651523, -2.6754799217295613], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "797bcf6deace50c829a3f341f7ad35bbbda8080f", "translation": [-6.565589427947998, 0.7217200240230639, -1.4562799824476187], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "0b83d28ab16f9fd98637a700d4bfbee334499dc3", "translation": [-8.545109748840332, -9.743929041405863e-08, 1.6347599247241007], "rotation": [-0.5240348102039032, -1.3736488569299878e-09, 0.8516968461222317, 5.1758679385280355e-08], "non_uniform_scale": [1.1730767910016047, 0.9999998807907173, 0.9120438752147159], "motion_type": "STATIC"}, {"template_name": "29ba050e69589907868d5a1909fa70ade849f0af", "translation": [-14.681300163269043, 0.7473698886668672, 1.1985699861526484], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "6221ee6c569f2cd1a50820d74366201dd82b9e13", "translation": [-8.77322006225586, 0.7240067079525829, 2.3512236102094164], "rotation": [0.1356700054826397, -0.05619636866947716, 0.9138637582381701, 0.3785348717615224], "non_uniform_scale": [1.0000000320633344, 0.9999999003858526, 0.999999894838186], "motion_type": "STATIC"}, {"template_name": "b4cf4408a37cdbc3429dbad7f890f168b71dacbc", "translation": [-5.7813873291015625, 2.8504868510026427e-07, -4.78232307539443], "rotation": [0.710185376100109, 2.262632483001387e-15, 0.7040147239749642, 4.196255232279991e-08], "non_uniform_scale": [0.9999998703727027, 0.9999998807907176, 0.999999989576495], "motion_type": "STATIC"}, {"template_name": "a073de0f4784410a00fbb9061f858829a11bbdfd", "translation": [-14.421850204467773, 0.022410367125866748, -6.186069595308306], "rotation": [0.9100180777656068, 1.1818548896581277e-16, -0.4145685686829013, -2.4710214003658553e-08], "non_uniform_scale": [0.9999999531300201, 0.9999998807907176, 0.9999999017883943], "motion_type": "STATIC"}, {"template_name": "7be141d45db5d3703ca5debe6290053c756199bc", "translation": [-13.1114501953125, 0.1804703716790632, -6.337729542362694], "rotation": [0.988397074132359, -4.446378118937893e-18, 0.1518921454407434, 9.053477883863219e-09], "non_uniform_scale": [0.9999999828608863, 0.9999998807907177, 0.9999998743990098], "motion_type": "STATIC"}, {"template_name": "8317ff8315fd26cf04860b7cb6bea3d6ced69935", "translation": [-6.99124002456665, 2.9879808494115423e-07, -5.012999712646007], "rotation": [0.24287755048698104, -4.3371770477003457e-16, 0.970056954755462, 5.7819903347286086e-08], "non_uniform_scale": [0.9999999407104149, 0.9999998807907176, 0.9999998479702431], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_1", "translation": [-2.8632100329017267, 1.7499999806004625, -3.4254793419449796], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_2", "translation": [-2.6509192863359234, 1.7639159978752021, -3.1735296104379738], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_3", "translation": [-2.7588701055533007, 1.7639148137092515, -3.1739931549960287], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_3", "translation": [-2.6558205231486354, 1.7639153068114433, -3.4984542061274038], "rotation": [-1.5973161802648985e-06, 1.7879626163057437e-06, -0.7071034815545199, 0.7071100807991133], "non_uniform_scale": [0.9999997019768049, 0.9999998807907269, 0.9999998211860816], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_5", "translation": [-2.7608127506746545, 1.7631307386082529, -3.6556440038931535], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_14", "translation": [-2.7588701999842895, 2.3060594396543173, -3.1739931221639814], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_15", "translation": [-2.650919380766911, 2.3060606096035534, -3.1735295787362348], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_16", "translation": [-2.7612472427113097, 2.3053550237978087, -3.547999770724412], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_17", "translation": [-2.760812837655064, 2.305275353705507, -3.655643971814395], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_6", "translation": [-2.6906722629425404, 1.2078914206275981, -3.1803744881768683], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_7", "translation": [-2.6911330624346332, 1.2213973192490388, -3.0896408370709203], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_7", "translation": [-2.5813592788958344, 1.22139736100561, -3.570652084039485], "rotation": [-9.835186235375707e-09, -9.412889832514545e-08, 0.7071068022599727, -0.7071067601131155], "non_uniform_scale": [0.9999997019768048, 0.9999998807907267, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_9", "translation": [-2.7637023409695565, 1.2117709019386385, -3.563495858388383], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_10", "translation": [-2.6911974123483495, 0.6680346866029083, -3.604526383938745], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_11", "translation": [-2.690993594320447, 0.6821396398604145, -3.513528058820248], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_12", "translation": [-2.722324047393125, 0.6185537078308161, -3.1426596294105367], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6cbd8fe56e15217f3f89893590f12563608587d5_part_13", "translation": [-2.666677159557448, 0.6723610240963256, -3.1754099571818903], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "748ccdbbac88181d4a7c064efceb64d1fb4bde2f", "translation": [-8.249686241149902, 0.6716598981403301, 1.1387016494845348], "rotation": [0.9491487646013874, -3.750578547264293e-16, -0.3148279254698662, -1.8765206650767822e-08], "non_uniform_scale": [0.9999999681085295, 0.9999998807907176, 0.999999760277258], "motion_type": "STATIC"}, {"template_name": "d8dfd3e5683d86a7d9db8a8f7d3260b87ea8213f", "translation": [-12.188420295715332, 3.5840224654748454e-07, -6.012991546810156], "rotation": [0.7071068022599728, 0.0, 0.7071067601131202, 4.2146849766967894e-08], "non_uniform_scale": [0.8362094261521443, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d8dfd3e5683d86a7d9db8a8f7d3260b87ea8213f", "translation": [-11.908618927001953, 3.5831459399560117e-07, -6.01152098110191], "rotation": [0.7071068022599728, 0.0, 0.7071067601131202, 4.2146849766967894e-08], "non_uniform_scale": [0.8362094261521443, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d9e51bfaf58b88c3024ddbc4fa8c6a7433d52092", "translation": [-2.3890700340270996, 1.7974100636285613, -2.675479860729567], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723764266575e-08, -6.181723496326157e-08], "non_uniform_scale": [1.0000001192093049, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9836ac7d9490fda882620e053d3c4e7b70c7aae6", "translation": [-6.449190139770508, 8.322477640376746e-08, -1.3962799670529336], "rotation": [0.9932862777944221, -2.775065706681442e-18, 0.11568219545505791, 6.8951965540941375e-09], "non_uniform_scale": [0.9999999867928109, 0.9999998807907176, 0.9999998738793449], "motion_type": "STATIC"}, {"template_name": "859000a2511eb74076d0be92ca2f39e6679093b1", "translation": [-1.4053199291229248, 2.2094309315434657e-07, -3.7068097766155006], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cfd8f4b2d212696fd219492294adfc2d115925fc", "translation": [-13.295598983764648, 3.8180471051418863e-07, -6.405619716309303], "rotation": [1.0, -7.525839573227773e-09, 0.0, 0.0], "non_uniform_scale": [1.8138424158096313, 2.006726264151763, 0.9999998807907229], "motion_type": "STATIC"}, {"template_name": "92fc2ee204fda4be19d08b79f79f68fc87e9afaa", "translation": [-12.87633991241455, 0.5276203698205855, -6.438099445955761], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "12ef49da4b0a6272c6bc2bdffc4c34ae381ec4aa", "translation": [-0.07807999849319458, 0.9570903321707291, -6.191429665772908], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d1550c7451f95ffb1589b43a9e9f01a5c3eae85e", "translation": [-14.249874114990234, 1.7500002683544267, -6.252239703998555], "rotation": [0.4999999781443101, 0.4999999483419846, 0.500000081460342, -0.4999999920533535], "non_uniform_scale": [0.9999998807907267, 0.9999999403953697, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "be3f2eea019eb0db989072f9172c048ee8c10734", "translation": [-0.08420996367931366, 2.0420500589102275, -0.9631995555609549], "rotation": [-0.5000000279119037, -0.49999999177583326, 0.5000000322478138, -0.49999994806444475], "non_uniform_scale": [1.1548684147078727, 0.9999998211860762, 0.824724933537845], "motion_type": "STATIC"}, {"template_name": "553f979d188cc4f3c39fd85d12f0edfe90c27f5b", "translation": [-10.843859672546387, -9.633004793840882e-08, 1.6161499252229916], "rotation": [-4.3711389369936275e-08, -5.458446801436135e-16, 0.999999999999997, 6.410763234949828e-08], "non_uniform_scale": [0.6679056882858302, 0.9999999999999917, 0.58098994720102], "motion_type": "STATIC"}, {"template_name": "2b9af0f16b5f1e6b7621bfa05afb45b3581e0736", "translation": [-0.2917470633983612, 1.3120472885930212e-07, -2.2012499450892165], "rotation": [0.7071068022599731, -2.699303108550035e-09, -0.7071067601131202, -3.97540421775688e-08], "non_uniform_scale": [0.965401949560526, 0.9999997615814419, 0.886453575703289], "motion_type": "STATIC"}, {"template_name": "xxxxb6a52bc9x8cc2x47baxbfc3x742e1c654b2c", "translation": [-2.802449941635132, 0.2800003519290737, -6.1643897030121035], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bf0d188b37ed02e5567e8651df3425c57fbff7bd", "translation": [-1.146299958229065, 5.6366324940881896e-08, -0.9456699522930379], "rotation": [0.7071068022599734, -6.305433433310431e-09, -0.70710676011312, -3.7293576450406885e-08], "non_uniform_scale": [0.9999998807907176, 1.2992124200806014, 0.9999998807907188], "motion_type": "STATIC"}, {"template_name": "2c6bd5532e2922b19691eadb435705f143129b93", "translation": [-12.316720008850098, 1.4577201754015832, -5.707989742415542], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "0add22cc4b991c0b80e94a36eb72687f44ccb3ba", "translation": [-0.22544999420642853, 3.1021951940601866e-07, -5.204619574271447], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "036edf04844210dae3f5afc59165ad4955b3510b", "translation": [-3.2405800819396973, 0.7599999625831853, -0.2922499446719886], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "1a37a31d819e3655556a25c7d36571d2833d79b0", "translation": [-5.009309768676758, 0.906269989941709, -1.281839717143189], "rotation": [0.9650336828334176, -8.59065398300169e-18, 0.2621259067642314, 1.5623922458740474e-08], "non_uniform_scale": [0.9999999654391604, 0.9999998807907177, 0.9999998767421766], "motion_type": "STATIC"}, {"template_name": "62f5c8f7ca165121fdf43d1de976052d537ae78b", "translation": [-4.278180122375488, 9.613513896056247e-08, -1.612879895396233], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9f75b4ae592c14caf711574f5127e964f6bb5f8e", "translation": [-8.110767364501953, 0.7193489759077458, 1.1324678413201106], "rotation": [0.8708513140615088, -0.360718467706415, -0.3084985317862258, -0.12778431726398304], "non_uniform_scale": [1.0000001191016992, 0.9999998921337822, 0.9999998843998114], "motion_type": "STATIC"}, {"template_name": "9d4ad983d032d320ca0ed6ecb47b71258d18dc80", "translation": [-6.889170169830322, 1.203026829734327, -6.179274119001562], "rotation": [0.9957954484538035, -0.09150074519235858, -0.004345004863021138, -0.00039925013700471034], "non_uniform_scale": [0.9999999895625115, 0.9999998815424838, 0.9999998899429198], "motion_type": "STATIC"}, {"template_name": "34170a3abede075d1e15942197394d95ee063bf7", "translation": [-15.845109939575195, -1.516282566171867e-07, 2.543899861341714], "rotation": [0.7071068022599728, 1.2560739295130983e-15, -0.7071067601131205, -4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4ce04c94439fce41db5f8e1eddf70e058557b78d", "translation": [-5.221829891204834, 7.476449326304646e-08, -1.254339977840182], "rotation": [1.0, -6.819084527539751e-10, 0.0, 0.0], "non_uniform_scale": [0.9157273173332214, 0.9999997615814417, 0.8077398767781355], "motion_type": "STATIC"}, {"template_name": "ad044d1b203e3994ab794b2aa8316d57913d4411", "translation": [-10.371009826660156, 0.8677397113591496, 2.5630098762947284], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b7025f6c8c755a06a828c200396100b10e11bedf", "translation": [-9.932950019836426, 0.1559398348170511, 2.552329874253868], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b9af16c10273bbb0bc7909e1ec51c026082bc7bd", "translation": [-11.15707015991211, 2.2967458335187985e-07, -3.853299864929909], "rotation": [0.8572720662629358, 1.5371595290098748e-09, 0.5148636755542922, 3.51238760267379e-08], "non_uniform_scale": [0.9999999957683047, 0.7757499485313908, 0.9999999694539299], "motion_type": "STATIC"}, {"template_name": "ba29460814ad1bd7bcc3543fa28c73ae96267ac9", "translation": [-12.041379928588867, 0.9122202086984146, -4.393118065277434], "rotation": [0.8243519311725017, -5.774932981717963e-16, 0.5660776391734315, 3.374085776836009e-08], "non_uniform_scale": [0.9999999126460828, 0.9999998807907176, 0.9999998309416116], "motion_type": "STATIC"}, {"template_name": "e7840601d8b63a3391abde3a4c1f4983bd60f7ab", "translation": [-0.217471182346344, 0.7358001022106038, -1.9834092426771264], "rotation": [0.8852326742517483, 5.574117945914771e-16, -0.46514848428979877, -2.7725012887265142e-08], "non_uniform_scale": [0.9999999956766643, 0.9999998807907176, 0.9999999573151711], "motion_type": "STATIC"}, {"template_name": "f198316e42f3f913fc79f8e431b0475e29962c35", "translation": [-7.105575084686279, 1.2042103044936283, -5.592125010708841], "rotation": [-0.0008103410503079221, 6.873474407186542e-11, 0.999999671673633, 9.09887189704241e-08], "non_uniform_scale": [3.3266125498571943, 0.9999998807907421, 3.846153083582413], "motion_type": "STATIC"}, {"template_name": "ed8faaff035e3b9dc1097cd26fb15f1aadf47192", "translation": [-11.328550338745117, 1.7859502376717415, -6.6886195853608825], "rotation": [-3.0908618151482406e-08, -3.090861932392817e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.999999761581444], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_17", "translation": [-7.527635148400972, 0.4634716254615473, -5.238977725470944], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_18", "translation": [-7.5264826766496, 0.46137574202302634, -5.207163755821757], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_20", "translation": [-7.516924572317972, 0.4634716046529054, -5.165778805745771], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_21", "translation": [-7.527948364261907, 0.4705814182140697, -5.137292486902358], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_22", "translation": [-7.5115077071549585, 0.46347181267099014, -5.0915366994000735], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_19", "translation": [-7.527229061924312, 0.4672642599080007, -5.183933451053033], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_5", "translation": [-7.543202877149945, 0.4929924994700384, -5.948138326968743], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_7", "translation": [-7.5423578631506105, 0.49590002941579087, -5.508040268115123], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_12", "translation": [-7.54549783609223, 0.4960910902455898, -5.4057242402941945], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_1", "translation": [-7.551612155340582, 0.5060872754389574, -6.051533353817354], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_4", "translation": [-7.545441890050002, 0.49004024781126115, -5.996753445730997], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_6", "translation": [-7.540365180139951, 0.4686417692046159, -5.90506983466637], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_16", "translation": [-7.448631530386102, 0.49310873522399207, -5.323713487010025], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_13", "translation": [-7.548991717736998, 0.4920357620043318, -5.381264966478429], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_8", "translation": [-7.544479883515598, 0.5118822941549623, -5.488975637249456], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_14", "translation": [-7.548828079896828, 0.4791641704443359, -5.363124688002975], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_10", "translation": [-7.540560814924603, 0.49842303214057326, -5.453759068223904], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_15", "translation": [-7.529153149014472, 0.47829793404378146, -5.345272373882081], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_11", "translation": [-7.5434851135188, 0.49860767954896223, -5.429940630114711], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_9", "translation": [-7.5416206087074, 0.5100552405449041, -5.474922537738545], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_2", "translation": [-7.559741994503375, 0.380203555824168, -5.654279826064453], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "3a08b42318c54a51a0ea28547a12d919ea4f46ca_part_3", "translation": [-7.318539886217539, 0.4461026384288407, -5.5524483334489], "rotation": [0.4999999886895763, 0.49999994756237326, 0.5000000724743003, -0.49999999127374195], "non_uniform_scale": [0.7299999159574625, 0.9999998211860863, 0.7246375412180943], "motion_type": "STATIC"}, {"template_name": "c5eac1bf1396fb363596d90f7f871f6386054930", "translation": [-4.166530132293701, 4.4136046994935896e-07, -7.404799496841434], "rotation": [0.707106802259973, -1.0157256579743452e-09, 0.7071067601131201, 4.117783018078836e-08], "non_uniform_scale": [0.41527861861714016, 0.9999999999999927, 0.9540169862498651], "motion_type": "STATIC"}, {"template_name": "c5eac1bf1396fb363596d90f7f871f6386054930", "translation": [-4.175570011138916, 3.643673665010283e-07, -6.1130696467715495], "rotation": [0.707106802259973, -5.024296466730795e-15, -0.7071067601131201, -4.214684474267232e-08], "non_uniform_scale": [0.3540124384157396, 0.9999999999999929, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "c56b1556e1583e9043c632895cf43d602f3a9469", "translation": [-13.983270645141602, 6.58510941775603e-07, -11.047979650021773], "rotation": [1.0, -3.221120060304228e-11, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907174, 0.9545745307714241], "motion_type": "STATIC"}, {"template_name": "a536e8f30b7941256dfd8a5b8d93903011987572", "translation": [-0.2991499900817871, 2.0387469135130232e-07, -3.4204495298594395], "rotation": [-0.7053929522251653, -4.554753143590491e-16, 0.708816466337418, 4.224875665107786e-08], "non_uniform_scale": [1.0000000975458372, 0.9999998807907176, 0.9999998591227632], "motion_type": "STATIC"}, {"template_name": "a3af53319e101c9601af134e6350c6d9e52340f3", "translation": [-9.561530113220215, 2.663004465830454e-07, -4.467779846919768], "rotation": [0.7712489123336318, 1.4520709853584211e-16, -0.6365336717128078, -3.7940365827377596e-08], "non_uniform_scale": [0.8053838282008277, 0.9999998807907176, 0.9999998900651952], "motion_type": "STATIC"}, {"template_name": "f35e6809f0a6753ca965a30e6bbb5013d988b286", "translation": [-5.763500213623047, 1.5381102035146768, -4.654279339767115], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "dd7020ee1b0faeca3b3295e6abc9f3fa4a1a1d13", "translation": [-10.907520294189453, 0.8014097595948044, 2.557359829190375], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dd7020ee1b0faeca3b3295e6abc9f3fa4a1a1d13", "translation": [-9.85986042022705, 0.7740397840613156, 2.5761698602360497], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dec28234dd4886042b5b1a3563cbb942471692cd", "translation": [-1.4149999618530273, 2.53729211863174e-07, -4.256869539209021], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "78de8224260ece5c3d60024a9c4c0b80ec7502ce", "translation": [-11.775603294372559, 1.2900401060483162, -4.797875041489881], "rotation": [0.6619439658798456, 0.6619439131330854, 0.24865684834389565, -0.24865681907601225], "non_uniform_scale": [0.9999998886304676, 0.9999997369892161, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "736e7a3f89aee454434df977e28f2d311c12e8d9", "translation": [-7.766180515289307, 1.6831798408156686, -1.4393897579568744], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "0da471d87730e8c2ee858d08c5a24d69e14306ed", "translation": [-4.805328369140625, 4.466753011911351e-07, -7.493967563273429], "rotation": [0.8170640507049822, 3.2197736148177204e-09, -0.5765469079316652, -4.582371509404875e-08], "non_uniform_scale": [0.4836875896671684, 0.5999186515905056, 0.9999999141916543], "motion_type": "STATIC"}, {"template_name": "be29027141222beb3ac121e48c131189e1b8cd0f", "translation": [-3.1229500770568848, 0.7631999550122028, -0.259629933665396], "rotation": [-4.371138856031288e-08, 3.526858181107827e-16, 0.9999999999999972, 6.046415957193652e-08], "non_uniform_scale": [0.7125232219696073, 0.786946560508418, 0.9999998807907208], "motion_type": "STATIC"}, {"template_name": "7133a5dcd1629d9ad8ab6f52cb94019dd2ba09ca", "translation": [-17.519201278686523, 2.2644132968707709e-07, -3.799054873045975], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "05e5559cf467254327299a68a65b4bb188a4c1ab", "translation": [-11.343500137329102, -5.0677808616228504e-08, 0.8502324908833181], "rotation": [0.9609765852701057, -2.108924297608914e-16, 0.27662972103988975, 1.6488416507071184e-08], "non_uniform_scale": [1.0000000100933806, 0.9999998807907176, 0.9999997919267641], "motion_type": "STATIC"}, {"template_name": "d445bb243f12ba89fc91c9d2265408b5cd635632", "translation": [-10.387029647827148, -1.522475514548205e-07, 2.5542899039810862], "rotation": [-4.3711388286737876e-08, -1.8177210474200298e-16, 0.9999999999999973, 5.994182115887534e-08], "non_uniform_scale": [1.0000000000000038, 1.1621620461747504, 0.999999880790722], "motion_type": "STATIC"}, {"template_name": "2ed325ad50bf4c2678d623fcd0762a806ae8048e", "translation": [-2.800593614578247, 0.7613999563481393, -0.29144322557191416], "rotation": [-0.08587448377797086, 1.5084627921096233e-17, 0.9963059635653414, 5.938446656566692e-08], "non_uniform_scale": [0.9999997996018839, 0.9999998807907176, 0.9999998038839738], "motion_type": "STATIC"}, {"template_name": "482351496548bc89258838f6630d0c73afe3a158", "translation": [-14.379380226135254, 4.010999248293956e-07, -6.729339675346608], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "483ba576f3a665946759c23a16b8d28682df285d", "translation": [-5.454800128936768, 2.849924669590109e-07, -4.7813798915517225], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "44331d0bed3b7acd2ebdd6126230fead1058ffd0", "translation": [-8.356074333190918, 0.7323383296394113, 0.9262219551871098], "rotation": [0.878366276674521, -0.36383127035710505, -0.28640188121993937, -0.11863158578116417], "non_uniform_scale": [0.9999999577980843, 0.9999999719577015, 0.9999998622783903], "motion_type": "STATIC"}, {"template_name": "c7b59499334f445f2b1680cfad3fb3656eac554b", "translation": [-0.090069979429245, 2.041950244202539, -2.3501887087738993], "rotation": [-0.500000036664304, -0.4999999906212212, 0.5000000258046386, -0.4999999469098311], "non_uniform_scale": [0.3400915062372974, 0.9999998211860757, 0.6472702446853805], "motion_type": "STATIC"}, {"template_name": "83e118e066605f3ec25d5d62344a4b411cf24c1c", "translation": [-10.907367706298828, 3.038406362065871e-07, -5.097599679374696], "rotation": [0.9999157629579617, -5.545567455750947e-20, 0.012979483356340431, 7.736375366630932e-10], "non_uniform_scale": [0.9999999888755862, 0.9999998807907176, 0.9999998697466229], "motion_type": "STATIC"}, {"template_name": "7dcae8669b51cde43bf392d07b5bca3a34b4cbd5", "translation": [-3.0762200355529785, 5.656123036601457e-08, -0.9489399225151551], "rotation": [1.0, -1.6857427619628956e-09, 0.0, 0.0], "non_uniform_scale": [1.0, 1.397632551475448, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "a7ea5f486922ebe96a5dc95bcc070ac6c22daa00", "translation": [-0.09007998555898666, 2.3174493081732948, -1.9297230096356515], "rotation": [-0.500000055147916, -0.4999999865727714, 0.5000000154179285, -0.4999999428613776], "non_uniform_scale": [0.43346327939848367, 0.9999998211860753, 0.4345935661085179], "motion_type": "STATIC"}, {"template_name": "573d7dcc478330c40f3b05b9473a2fda1236c3e4", "translation": [-6.192339897155762, 6.819069398034117e-08, -1.1440499339073895], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "573d7dcc478330c40f3b05b9473a2fda1236c3e4", "translation": [-11.19066047668457, 3.4461317000022973e-07, -5.781649244925404], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "573d7dcc478330c40f3b05b9473a2fda1236c3e4", "translation": [-6.431190013885498, 1.4086067778862343e-07, -2.36324987630546], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "869a49f22f68a2d39f548138aa5165743aaf790a_part_1", "translation": [-3.1347786726953304, 1.7778171112248407, -3.9447069263824943], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "869a49f22f68a2d39f548138aa5165743aaf790a_part_3", "translation": [-3.2485913486144704, 1.7275727004884156, -3.6523158606321693], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "869a49f22f68a2d39f548138aa5165743aaf790a_part_4", "translation": [-3.2355518123775773, 1.541897024501271, -3.6716896913706587], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "869a49f22f68a2d39f548138aa5165743aaf790a_part_5", "translation": [-3.121218293215826, 1.6723494916164399, -3.9824653173114006], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "869a49f22f68a2d39f548138aa5165743aaf790a_part_6", "translation": [-3.1940280085524653, 1.7066580803188276, -3.4047645931610546], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ccdac06a414e99b7c79e268bafb18f8c2efac07b", "translation": [-11.55530071258545, 6.566065167135093e-07, -11.01602870130364], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "392798e1dadf0e543fb9fc66d550385b3611ab56", "translation": [-17.722240447998047, 0.9058401480811789, -3.7316696263843845], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2710780a776c75e65c47c6449f696325eb623fe0", "translation": [-8.62930965423584, 4.1406275386179914e-07, -6.946819845031484], "rotation": [0.0023300191989453867, -6.896153434594067e-19, 0.9999972855015802, 5.9604486531360105e-08], "non_uniform_scale": [0.9999998907218154, 0.9999998807907176, 0.9999997715151346], "motion_type": "STATIC"}, {"template_name": "9ad2d027a8a9576dceacf71cf0f529dd5b5db5f7", "translation": [-1.6195199489593506, 0.5297502458029939, -4.82963959220708], "rotation": [-4.37113868090492e-08, -6.108532350333279e-16, 0.9999999999999969, 6.577399124232985e-08], "non_uniform_scale": [2.0967743396759113, 1.8829305311524076, 1.000000000000001], "motion_type": "STATIC"}, {"template_name": "e4524262303bbc00246ba210cb576f349e1173ef", "translation": [-2.599449634552002, 4.570454450458783e-07, -7.667949696305385], "rotation": [0.9999994902151663, 2.115758943972428e-21, 0.0010097372962072203, 6.018503861645516e-11], "non_uniform_scale": [0.9999998933711503, 0.9999998211860799, 0.9999998933718691], "motion_type": "STATIC"}, {"template_name": "d95d9a086fffaecd846b070f1dae8de0abe03925", "translation": [-0.7502899765968323, 4.1225524682886316e-07, -6.9164949109259055], "rotation": [0.9999999999999997, -2.483529919007838e-08, 0.0, 0.0], "non_uniform_scale": [1.0, 3.3699258124916485, 0.999999880790736], "motion_type": "STATIC"}, {"template_name": "fc41b57d334f2d68b613d903b0216097ba33b938", "translation": [-13.849630355834961, 0.9133603290420709, -6.43952945751608], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "fc41b57d334f2d68b613d903b0216097ba33b938", "translation": [-12.772740364074707, 0.17665037454247834, -6.416829669864174], "rotation": [-0.6289939132326302, -5.294777369224962e-16, 0.7774102244737333, 4.633726308743052e-08], "non_uniform_scale": [0.9999999717543718, 0.9999999999999929, 0.9999999665604713], "motion_type": "STATIC"}, {"template_name": "fc41b57d334f2d68b613d903b0216097ba33b938", "translation": [-13.131488800048828, 0.9276003536230277, -6.42200950684488], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e9b4c087f46bf372c890cf074de55fe974092378", "translation": [-13.311300277709961, 0.5248903543514096, -6.376159733471265], "rotation": [0.992664388032815, -1.052151225391829e-16, 0.12090249266014634, 7.206349693142441e-09], "non_uniform_scale": [0.9999999954699843, 0.9999999999999929, 0.9999997602512423], "motion_type": "STATIC"}, {"template_name": "243a31f2532e4060d033fe307c3e576dac17673b", "translation": [-12.856049537658691, 1.3344902402854117, -6.345649738303415], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "309eaa78df84ff7241c073ae50de7ae609ff0118", "translation": [-3.112730026245117, 2.2726537096673383e-08, -0.3812879990763651], "rotation": [-4.3711388334119165e-08, 3.8867793183219647e-16, 0.9999999999999972, 6.062632568982581e-08], "non_uniform_scale": [1.2463371753692674, 0.999999999999994, 1.2983629347845342], "motion_type": "STATIC"}, {"template_name": "709510d6568e1057c9fd62d8cf9ee6c34f72df46", "translation": [-2.8283700942993164, 3.689539482820692e-07, -6.190019715427155], "rotation": [0.7071068022599731, -1.26947870800299e-10, 0.70710676011312, 4.202066205281839e-08], "non_uniform_scale": [1.2112673991163134, 0.9999998807907176, 0.994011879324205], "motion_type": "STATIC"}, {"template_name": "74f64d7acc653e121e48e7f98dfdeba8b7f26067", "translation": [-7.368375778198242, 0.39255028046548723, -5.738779656211735], "rotation": [0.7101853760809251, 2.2626324830625065e-15, 0.7040147239943163, 4.1962552323953375e-08], "non_uniform_scale": [0.9999999895855732, 0.9999998807907176, 0.999999989576495], "motion_type": "STATIC"}, {"template_name": "ae28a302ef21fd6635eb57da45a046a1f2f1d56d", "translation": [-1.6085799932479858, 2.988105904933036e-07, -5.013209520983111], "rotation": [0.7101853760809251, 2.2626324830625065e-15, 0.7040147239943163, 4.1962552323953375e-08], "non_uniform_scale": [0.9999999895855732, 0.9999998807907176, 0.999999989576495], "motion_type": "STATIC"}, {"template_name": "b3c49f7cc008170e1b3e81a0ce8b4d1befdc3d96", "translation": [-0.23273999989032745, 0.7358001252382991, -2.369749837782976], "rotation": [0.7172028218489352, -1.0105138221275455e-08, -0.696864486347183, -3.4651573616487656e-08], "non_uniform_scale": [1.666666672701717, 1.730794581080115, 1.1570247669831963], "motion_type": "STATIC"}, {"template_name": "d571d8f6a39fef7153ebb8ee723e4f0279fd3ca4", "translation": [-7.307356834411621, 1.2012590753591255, -6.180518664015658], "rotation": [0.961252545867861, -0.27563473038610076, -0.004194281936780793, -0.0012026913869149986], "non_uniform_scale": [0.9999999895625115, 0.999999862689781, 0.9999998652527107], "motion_type": "STATIC"}, {"template_name": "de69a7b4e62b31f695624352494a14893148eae3", "translation": [-11.497949600219727, 4.273146316791099e-07, -7.1691494483262375], "rotation": [0.08080230742492896, 7.339493795851751e-10, 0.9967301475900102, 6.146684550831473e-08], "non_uniform_scale": [2.200482350179823, 2.344641405982785, 1.6300318146763564], "motion_type": "STATIC"}, {"template_name": "d0a90cf190c1fc60f0446c1855ab5e4dcfa51125", "translation": [-5.493239879608154, 1.0754704504734036e-07, -1.8043398973739144], "rotation": [-4.371138660374949e-08, -3.9742387556496103e-16, 0.9999999999999972, 6.16003804006597e-08], "non_uniform_scale": [0.7348999381065396, 0.9999998807907167, 0.6949229604097642], "motion_type": "STATIC"}, {"template_name": "8ea608f69fb0b19fce262296de88fa932eba9cf5", "translation": [-10.9862699508667, 2.2894383278071473e-07, -3.841039905486099], "rotation": [-0.1993679419461244, 4.0234907721511796e-16, 0.9799247030890503, 5.8408067101137164e-08], "non_uniform_scale": [0.9999999485076881, 0.9999998807907177, 0.9999998474981895], "motion_type": "STATIC"}, {"template_name": "cde4deb2051ece9aa0dc3bda6d70c3c1be201f57", "translation": [-2.3576600551605225, 1.652360141391739, -4.654279332957287], "rotation": [-3.090861661661461e-08, -3.090861893506859e-08, 0.7071068533028833, -0.7071067090702031], "non_uniform_scale": [2.199999809265145, 0.9999998211860942, 2.4333326299985925], "motion_type": "STATIC"}, {"template_name": "f1baec5e20e8368e3dfad52b1523ab0cb14800ce", "translation": [-13.644140243530273, 1.315260356187217, -6.407249467223288], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "28b5f3470ecca7a33971d77784827a0109ffd31a", "translation": [-13.79968547821045, 0.2155103484457701, -6.381619537047749], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "28b5f3470ecca7a33971d77784827a0109ffd31a", "translation": [-12.83135986328125, 0.9272203126224596, -6.391674082345098], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "18e6fa40bb534fe88001d8a79022fedbdfa58e54", "translation": [-10.417430877685547, 0.15007983338534636, 2.56796989334285], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "141dd97fde5601e6c4fb47e9e08b4b489686a500", "translation": [-17.539030075073242, 1.1490702434002742e-07, -1.9278198523628731], "rotation": [0.004363360363961175, 2.4872377710642955e-11, 0.9999904804978548, 6.027827285061118e-08], "non_uniform_scale": [1.4481199453273306, 1.7837835808058147, 1.4425995770283802], "motion_type": "STATIC"}, {"template_name": "1517d14509471540add27760fb8b0ae3ee8b61ec", "translation": [-15.617179870605469, 3.615474497564719e-07, -6.065759297266027], "rotation": [0.7071068022599736, -7.442388549989871e-09, 0.7071067601131197, 3.664686213613402e-08], "non_uniform_scale": [0.9417998229384528, 1.0941175110199948, 0.8085619921349304], "motion_type": "STATIC"}, {"template_name": "114e1852d31347304206fea57f97d5be074cad04", "translation": [-14.760580062866211, 2.0502538689015637e-07, -3.439754996314335], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "114e1852d31347304206fea57f97d5be074cad04", "translation": [-14.702849388122559, 1.4811307380568906e-07, -2.4849248835489135], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "114e1852d31347304206fea57f97d5be074cad04", "translation": [-15.978670120239258, 2.0738451667057234e-07, -3.4793346238532763], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "114e1852d31347304206fea57f97d5be074cad04", "translation": [-15.978670120239258, 1.4677613080493757e-07, -2.4624947033825606], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "660f9e12e5f6d0bd18fd7374b276a648bda518d5", "translation": [-10.819860458374023, 0.1596398394435612, 2.5218099139827457], "rotation": [-4.371138911578287e-08, 1.0587912688704258e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "50b073c902e5d6bfdeb58a55fe089eadb237612e", "translation": [-6.804200649261475, 3.3752084505067614e-07, -5.66265978439688], "rotation": [0.0037382315658785487, -5.9909535396632495e-18, 0.9999930127879676, 5.960423185771655e-08], "non_uniform_scale": [1.0000000537748968, 0.9999999999999929, 0.9999999345722712], "motion_type": "STATIC"}, {"template_name": "cd36fe3b97dec2b21a153e4348213068f9d6f989", "translation": [-6.3290300369262695, 0.0010003724441914955, -6.248779401196255], "rotation": [-0.0005614320595329492, 5.750000820679321e-19, 0.999999842397007, 5.960463893423221e-08], "non_uniform_scale": [0.999999915156049, 0.9999998807907176, 0.9999997959469269], "motion_type": "STATIC"}, {"template_name": "6ef158c281131036302a2c6d12c8a5fd5e34ad49", "translation": [-13.215600967407227, 1.3273603355699848, -6.387049692010272], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "98bda20462843fb446a678c0cfca18f2736f7060", "translation": [-13.490205764770508, 0.8500003557430986, -6.418378396726915], "rotation": [0.9999861640794492, -2.4267619657170994e-20, 0.005260384935439057, 3.135433895365398e-10], "non_uniform_scale": [0.9999999705761163, 0.9999998807907176, 0.9999998513800319], "motion_type": "STATIC"}, {"template_name": "ac5f091d789aa866473708b4070158d6c09a2904", "translation": [-0.09007997810840607, 1.7883200729894568, -1.9299997259187691], "rotation": [-0.5000000468781264, -0.49999998856923494, 0.5000000196947898, -0.49999994485784294], "non_uniform_scale": [0.5714285033089807, 0.9999998211860754, 0.5111110197173332], "motion_type": "STATIC"}, {"template_name": "7dd1760a13f4c2279193c3c782ff8254c4dbc5d9", "translation": [-15.258790016174316, 3.3285141398664564e-07, -5.584319735507961], "rotation": [-4.3711387457693096e-08, 2.823560213954532e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d909ba8437542f28b7527326fa11fdf98f414f3b", "translation": [-17.66761016845703, 0.9100001586896163, -3.1323697541731583], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2eaa2c631f11e1aee40e43e378bff3d3b43630a3", "translation": [-13.274250030517578, 4.5479654886548815e-07, -7.630219481574301], "rotation": [0.9999995174057599, 3.789973970503245e-21, -0.0009824399458377164, -5.855799163971478e-11], "non_uniform_scale": [1.0000000230276773, 0.9999998807907176, 1.000000023028355], "motion_type": "STATIC"}, {"template_name": "28dac36f18671cd4cf98b0ed5b471c8d515a4408", "translation": [-1.1068099737167358, 1.6683701864424307, -4.654274563631716], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f02ec9e8f331df6f7ab2ed06534dab7cab5cbda3", "translation": [-10.155509948730469, 4.419440813308029e-07, -7.414590870464366], "rotation": [-4.371138884553337e-08, -4.54993389660622e-17, 0.9999999999999973, 5.9623484088072e-08], "non_uniform_scale": [1.3601928949356132, 1.2981572987845686, 1.2528165277461336], "motion_type": "STATIC"}, {"template_name": "b216e895d25ec2120859c1fd5d87cdcfd070ff34", "translation": [-5.880490303039551, 7.847309291264537e-08, -1.3165599515104276], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "58c1f347bea26244cf39efe7ff10e6cebaf48758", "translation": [-11.7381010055542, 2.8401018425938673e-07, -4.764899923509347], "rotation": [0.9360117913676839, 8.399184225310612e-19, 0.3519686440873092, 2.097896725557749e-08], "non_uniform_scale": [0.9999999484593289, 0.9999998807907176, 0.999999881003659], "motion_type": "STATIC"}, {"template_name": "8bfe1d96ee46bd16c53062bb4b4e01a6272ecf2d_part_1", "translation": [-14.708262954195396, -1.1825640704463323e-07, 1.1934002840433462], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8bfe1d96ee46bd16c53062bb4b4e01a6272ecf2d_part_2", "translation": [-14.12199000953911, -6.849428150130586e-07, 1.1934003487902236], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8bfe1d96ee46bd16c53062bb4b4e01a6272ecf2d_part_3", "translation": [-14.707353322542373, -0.0012829539778489306, 0.059689997101753045], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8bfe1d96ee46bd16c53062bb4b4e01a6272ecf2d_part_3", "translation": [-15.306997798146622, -0.0012830277103150125, 0.6970709954273167], "rotation": [2.980232594040919e-08, -2.980232327587372e-08, 0.9999999999999987, 2.980232327587372e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "8bfe1d96ee46bd16c53062bb4b4e01a6272ecf2d_part_3", "translation": [-15.306997854357325, -0.0012830839210111102, 1.6401299291586944], "rotation": [2.980232594040919e-08, -2.980232327587372e-08, 0.9999999999999987, 2.980232327587372e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "8bfe1d96ee46bd16c53062bb4b4e01a6272ecf2d_part_3", "translation": [-14.708342278093788, -0.0012830890877975913, 2.325469833922559], "rotation": [-0.7071067601131198, -4.214684976696787e-08, 0.7071068022599734, 0.0], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "116cb370fa811f28af6559ff1fc2448489e4541f", "translation": [-16.089750289916992, 1.7119502787274286, -5.319419918574667], "rotation": [0.7071068030048603, 0.7071067593682288, 6.181723761440885e-08, -6.181723489814101e-08], "non_uniform_scale": [2.0563380718231516, 0.9999998211860982, 1.303571188024133], "motion_type": "STATIC"}, {"template_name": "3017f3e89e8d40f76e1ef5d10a6c9787ba63e743", "translation": [-13.735010147094727, 0.5472403670352577, -6.388909403315196], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3157a2905050ec0ecbe06723d968e1743c38e11d", "translation": [-1.621795892715454, 2.88230495470998e-07, -4.83570499207346], "rotation": [0.0028049471266418887, -1.2977214262314362e-17, 0.9999960661280689, 5.960441385097865e-08], "non_uniform_scale": [1.0000001190392631, 0.9999998807907176, 0.9999998806237061], "motion_type": "STATIC"}, {"template_name": "22f29a2b903f70be993dc569204965ceeb663196", "translation": [-11.3713960647583, 0.8934702306560673, -4.942756304965815], "rotation": [0.9792836161142541, 5.070728448392556e-17, 0.20249345473419691, 1.2069551403401619e-08], "non_uniform_scale": [1.0000000218852843, 0.9999998807907176, 0.9999999214263333], "motion_type": "STATIC"}, {"template_name": "297c228c0b9d123b8d31e4b2b871041a092e2e07", "translation": [-12.075489044189453, 0.1636203275060666, -5.740179663670062], "rotation": [0.00686957620032168, -1.793266714091165e-17, 0.9999764041830309, 5.9603241907441235e-08], "non_uniform_scale": [0.999999968382786, 0.9999998807907176, 0.9999998491960088], "motion_type": "STATIC"}, {"template_name": "555d1a5037fb58d845a78b04a3c1d84f49bf234e", "translation": [-0.2997100055217743, 0.735800112589601, -2.157539910475009], "rotation": [0.7560147865635041, 2.7120505955904622e-15, -0.6545545374507291, -3.901449614875262e-08], "non_uniform_scale": [0.9999999246012062, 0.9999997615814422, 0.9999999221595147], "motion_type": "STATIC"}, {"template_name": "d0d1e39f55d3c03661b9716a6db1532568711f52", "translation": [-7.246779918670654, 6.018822773512511e-08, -1.009790837181157], "rotation": [1.0, -6.070088223784119e-11, 0.0, 0.0], "non_uniform_scale": [0.8208999633789062, 0.9999998807907173, 0.9381796791339239], "motion_type": "STATIC"}, {"template_name": "6cd2dc2611c27f758c972b4874efad8c8cbd5d29", "translation": [-15.623992919921875, 3.959285095334053e-07, -6.6425777290714905], "rotation": [0.7071068022599739, -1.1441759038784013e-08, 0.7071067601131193, 3.473132795254575e-08], "non_uniform_scale": [0.8683607656740686, 1.334404547881527, 0.8648412904237953], "motion_type": "STATIC"}, {"template_name": "5df67d4160d0dce8d73e3ca76e360370c9636ca2", "translation": [-4.922840118408203, 0.9085199991291759, -1.174229855373504], "rotation": [0.45097841853241216, -8.832459629952604e-16, 0.8925348542314758, 5.319922518050004e-08], "non_uniform_scale": [0.9999999465074142, 0.9999998807907176, 0.9999999045540852], "motion_type": "STATIC"}, {"template_name": "5f0cd5ca9198018d3c743638297880b8cac76bea_part_1", "translation": [-4.512076372678364, 1.2381513021587849, -5.075249810560079], "rotation": [0.49999995054329005, 0.4999999398332436, 0.5000001260788277, -0.49999998354461644], "non_uniform_scale": [0.6431635234854564, 0.35936910752242984, 0.9999998211860802], "motion_type": "STATIC"}, {"template_name": "5f0cd5ca9198018d3c743638297880b8cac76bea_part_2", "translation": [-4.497820439209445, 1.3710878734342267, -4.900732457616673], "rotation": [0.49999995054329005, 0.4999999398332436, 0.5000001260788277, -0.49999998354461644], "non_uniform_scale": [0.6431635234854564, 0.35936910752242984, 0.9999998211860802], "motion_type": "STATIC"}, {"template_name": "5f0cd5ca9198018d3c743638297880b8cac76bea_part_2", "translation": [-4.497820434929319, 1.334780704698848, -4.900732459780768], "rotation": [0.4999999663400073, 0.4999999472390642, 0.500000078746466, -0.5000000076744523], "non_uniform_scale": [0.6431635234854567, 0.35936910752242585, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5f0cd5ca9198018d3c743638297880b8cac76bea_part_2", "translation": [-4.497820431318249, 1.2984736374057901, -4.9007324864281], "rotation": [0.5000000338298543, 0.500000005361919, 0.5000000618467737, -0.49999989896143765], "non_uniform_scale": [0.6431635234854484, 0.35936910752244156, 0.9999998211860814], "motion_type": "STATIC"}, {"template_name": "5f0cd5ca9198018d3c743638297880b8cac76bea_part_5", "translation": [-4.503729036120923, 1.3581329835034395, -5.2380101876227245], "rotation": [0.49999995054329005, 0.4999999398332436, 0.5000001260788277, -0.49999998354461644], "non_uniform_scale": [0.6431635234854564, 0.35936910752242984, 0.9999998211860802], "motion_type": "STATIC"}, {"template_name": "5f0cd5ca9198018d3c743638297880b8cac76bea_part_5", "translation": [-4.503729034245385, 1.3308544523532377, -5.238010190443457], "rotation": [0.4999999502060986, 0.49999993686608596, 0.5000001305177588, -0.49999998241003274], "non_uniform_scale": [0.6431635234854564, 0.35936910752243056, 0.9999998211860801], "motion_type": "STATIC"}, {"template_name": "5f0cd5ca9198018d3c743638297880b8cac76bea_part_5", "translation": [-4.5037290377248915, 1.3035760240637853, -5.2380101932578444], "rotation": [0.49999994919693985, 0.4999999279858684, 0.5000001438027534, -0.4999999790144095], "non_uniform_scale": [0.6431635234854564, 0.35936910752243273, 0.9999998211860791], "motion_type": "STATIC"}, {"template_name": "c8b5bac9217dd13b6eb65e0cb4dfaa2852fce3db", "translation": [-3.4751367568969727, 3.2997982657434477e-07, -5.536142496100496], "rotation": [0.6572119598418176, -8.369918905664791e-16, 0.7537058045689148, 4.492436839186474e-08], "non_uniform_scale": [0.9999998031942567, 0.9999998807907176, 0.9999999211126959], "motion_type": "STATIC"}, {"template_name": "abd4ffa985c6a97751cfe720e55c49daea217762", "translation": [-6.084770679473877, 4.3669103888532845e-07, -7.326459447952516], "rotation": [1.0, -6.149631139471658e-10, 0.0, 0.0], "non_uniform_scale": [2.8499999046325684, 1.6272725311192708, 1.3285712804113208], "motion_type": "STATIC"}, {"template_name": "9b5abcc360cae5e0b5ca75ff9bae3241ddbbe3ea", "translation": [-15.660770416259766, 0.9253503160584096, -6.053529800243364], "rotation": [0.707106802259973, -2.5121478590261954e-15, 0.7071067601131201, 4.2146847254820175e-08], "non_uniform_scale": [0.6566640939316694, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "df8abd46ef3dd6017f6863558381655f1510d275", "translation": [-7.279119968414307, 1.2712219188415474e-07, -2.1327563445117192], "rotation": [0.7071068022599737, -3.930709555360401e-09, 0.7071067601131197, 3.883405698610787e-08], "non_uniform_scale": [0.5776812089871639, 0.9999997615814418, 0.8427974079372049], "motion_type": "STATIC"}, {"template_name": "e9597e32600022ebbae20264d1fed4b7d6b89b37", "translation": [-3.816115617752075, 1.3009402619123307, -5.078139401729118], "rotation": [-0.5000000080958659, -0.49999999011177787, 0.5000000553919561, -0.4999999464003941], "non_uniform_scale": [0.6291726452605331, 0.6034456131788745, 0.9999998807907182], "motion_type": "STATIC"}, {"template_name": "bbdc1b4f72d1347d144887c3b5d4d614737d3737", "translation": [-7.241030216217041, 1.9127726957890445e-08, -0.32090998763382395], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.8688165545463562, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "14d6cc6f2d9591f4012fa648aa0c592e6e2f5fce", "translation": [-2.6265499591827393, 2.527487197312439e-07, -4.240419611905821], "rotation": [0.7066258063736722, -1.9006527057372624e-15, 0.7075874290621306, 4.2175497969156975e-08], "non_uniform_scale": [0.999999971044017, 0.9999998807907176, 0.9999999710437966], "motion_type": "STATIC"}, {"template_name": "7ea43998fe8699480d2362f23524086d0346e9ec", "translation": [-12.534420013427734, 1.74789024878919, -5.996119514464738], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "952ee2c654a116614574c4407d8182a3d2af656a", "translation": [-4.815010070800781, 0.9000000011765934, -1.3197398054754785], "rotation": [-0.14666600391867854, 1.1576807134049268e-16, 0.9891860711183325, 5.896008780896902e-08], "non_uniform_scale": [0.9999999072762785, 0.9999998807907176, 0.9999997981035675], "motion_type": "STATIC"}, {"template_name": "2170efbb02be07ae1887612e8bc07dc5b724a1e7", "translation": [-9.638819694519043, 1.7500003811198326, -8.144129163376704], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ce88818af2d4c74f00ee1b40a62a6d89bdda0ea3", "translation": [-6.133669853210449, 4.3783785486084525e-07, -7.345699826139196], "rotation": [1.0, -8.103283034402722e-09, 0.0, 0.0], "non_uniform_scale": [1.1368253231048584, 0.9999998807907162, 0.48594153094988624], "motion_type": "STATIC"}, {"template_name": "7472af24a8b142dd81dce9d313a6c43ab9b8cafe", "translation": [-17.2290096282959, 6.039579147909535e-08, -1.0132731787399507], "rotation": [0.0036035261485919193, 1.2816111117818627e-11, 0.9999935072785687, 5.984528208285718e-08], "non_uniform_scale": [0.9902884653937116, 0.9999998211860796, 0.8806618427484036], "motion_type": "STATIC"}, {"template_name": "3092aa4f12c166b743cec408990b3ff4bd1ae73f", "translation": [-15.383330345153809, 0.8279101374971809, -3.0332896792173436], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0d50de8750f308418225c3ab76799eb6b2fe0142", "translation": [-3.5124802589416504, 0.768549960827233, -0.4681399323529014], "rotation": [0.8363337474004876, 1.940424016742582e-09, 0.5482206334670887, 3.73971863188785e-08], "non_uniform_scale": [0.8816927626541735, 0.7734132679208152, 0.9968792523656419], "motion_type": "STATIC"}, {"template_name": "19e721fb1909b3e3d277efd060f155c83d84b8a5", "translation": [-13.463220596313477, 0.14110037912547124, -6.4293695348221105], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "19e721fb1909b3e3d277efd060f155c83d84b8a5", "translation": [-17.055599212646484, 0.9116699535954034, -0.6438499357986451], "rotation": [0.9999904807208269, -5.918659539011643e-21, -0.004363309263573483, -2.600735128459814e-10], "non_uniform_scale": [0.9999999895625115, 0.9999998807907176, 0.9999998703623083], "motion_type": "STATIC"}, {"template_name": "7e72a52e8b412403169fb06803adf6882f5dcc78", "translation": [-17.596920013427734, 0.9056500455403338, -1.3400899025356736], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4da6526aaf4eb7fa9be8038a3335f03a9d14cdc5", "translation": [-9.048148155212402, 0.7501203446335225, 2.2019683449358993], "rotation": [0.1451552189509893, -0.09336697348231254, 0.8284180986717783, 0.5328564764240737], "non_uniform_scale": [1.0000000165177114, 0.9999998930417894, 0.3697592990018504], "motion_type": "STATIC"}, {"template_name": "a8a92bc066a2719ceb9985e7e5996097ed339561", "translation": [-15.374190330505371, 1.8127680334600882e-07, -3.0413199042487093], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7b1858c043bad608f981a6b33cff7db51b80b420", "translation": [-10.771340370178223, 1.4267325809669273e-07, -2.393659925838705], "rotation": [-0.1978264213845089, 1.2025579502982412e-15, 0.9802370667354889, 5.842668526750981e-08], "non_uniform_scale": [1.000000025158538, 0.99999982118608, 0.9999999238801026], "motion_type": "STATIC"}, {"template_name": "968a4c897091bb85bde2f6348ba33ff5ca6804eb", "translation": [-7.05525016784668, 3.344476624533854e-07, -5.611100339227875], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1520472dfd763a8cb0f1b2a447bce437827b8776", "translation": [-10.93960952758789, 0.4100001991325595, -3.8108897077506807], "rotation": [0.8338858357425722, -4.025603472015007e-09, -0.5519369646507749, -2.8910371048354012e-08], "non_uniform_scale": [1.0526315471529324, 1.6499997794628278, 1.249999814995971], "motion_type": "STATIC"}, {"template_name": "51a22c69abd300c67c0b53c7045d1e7f2db52cfb", "translation": [-17.480459213256836, 0.8999999711304945, -0.8156499436110245], "rotation": [0.9999904807208269, -5.918659539011643e-21, -0.004363309263573483, -2.600735128459814e-10], "non_uniform_scale": [0.9999999895625115, 0.9999998807907176, 0.9999998703623083], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-14.330949783325195, 1.4499997855901654, 2.947199970650672], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-10.063679695129395, 1.4499997855901654, 2.947199970650672], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "220-19", "translation": [-16.2255802154541, 1.4499998761606037, 1.4276802553129073], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4398-0", "translation": [-12.459420204162598, 1.1450001585906762, -4.125709696369768], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-39", "translation": [-17.901979446411133, 1.625000069378018, -2.788969730498195], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "220-19", "translation": [-7.691180229187012, 1.4499998729497179, 1.4815499763757032], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "220-20", "translation": [-2.2825698852539062, 1.4499999616908998, -0.007279913159158963], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-15.964618682861328, 1.4500005496436046, -9.871488850027944], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-15.964618682861328, 1.4500006691568927, -11.876588980758797], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "3758-0", "translation": [-2.6529901027679443, 1.4500004340458048, -7.932079709644299], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3758-1", "translation": [-1.0655200481414795, 1.4500004340458048, -7.932079709644299], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-9.563819885253906, 1.4500006645603065, -11.799471065433508], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-9.563819885253906, 1.4500005401331322, -9.711929609660487], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3758-1", "translation": [-5.422679901123047, 1.4500004340458048, -7.932079709644299], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3758-1", "translation": [-6.7848100662231445, 1.4500004340458048, -7.932079709644299], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}]}
scenes/102816066.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/102816114.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/102816216.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/102816216"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "8c6c2542f3fc80d98cd324c58496eafd3ecdd5c5", "translation": [-17.65087890625, 1.749999057841876, 14.056789618325809], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3f19df1f1594de919ca78ee99451b3c1e0d38cb5", "translation": [-14.390890121459961, 0.7619992739867634, 11.826480205984065], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a1316f752216c5938f26c70c7c0af1cd80f470e1", "translation": [-7.370035171508789, 0.8999994771378468, 7.47217091487817], "rotation": [0.5759947340014938, 1.890981691051912e-15, 0.8174534031995623, 4.872402346960674e-08], "non_uniform_scale": [0.9999998898413238, 0.9999999999999928, 0.9999998763461876], "motion_type": "STATIC"}, {"template_name": "e1d30ae83996db2ab653f342d27a5b316b762979", "translation": [-6.202099800109863, 0.8999995652824637, 5.993349725404379], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d76325dcc617bf02a92182fbcacb2894fd4c1964", "translation": [-6.0418701171875, 3.0593093317991418, 7.470279907526361], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bdbc554e98a2ae28fd4fb5e3cffce373c2d20628", "translation": [-10.277409553527832, -5.872380484106543e-07, 9.852218994365955], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c166853333cf6802131eff5cadd0c908610c3480", "translation": [-16.185579299926758, 0.5675093213361961, 10.966418600147414], "rotation": [0.19970611868442772, 2.289132345666997e-09, 0.9798558394784395, 6.252622750466902e-08], "non_uniform_scale": [0.5288877439753124, 0.9999998807907166, 0.6153820275028486], "motion_type": "STATIC"}, {"template_name": "c166853333cf6802131eff5cadd0c908610c3480", "translation": [-18.405010223388672, 0.5999989442462024, 17.512608473741444], "rotation": [0.12776566399852235, -5.887778138950345e-16, 0.9918043834864883, 5.9116151358248777e-08], "non_uniform_scale": [0.999999917825771, 0.9999998807907176, 0.9999999291436812], "motion_type": "STATIC"}, {"template_name": "2bf0dc76a334f739688d7bfb5229d3e7b8fb419a", "translation": [-15.031569480895996, -6.305146484919533e-07, 10.578279818398926], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7bf5d72ea721296ab6faf52406c0ba83714d55c1", "translation": [-17.50088119506836, 1.749999375715845, 8.72374969877302], "rotation": [0.4999999781443054, 0.49999994834198347, 0.5000000814603472, -0.49999999205335394], "non_uniform_scale": [0.9999999403953679, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7bf5d72ea721296ab6faf52406c0ba83714d55c1", "translation": [-18.206430435180664, 1.754838935821681, 14.37366887218775], "rotation": [-3.090861697903607e-08, -3.090861932392811e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000001192092933, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "576f0a57271ccc62554b2603a48047854254119d", "translation": [-14.669988632202148, 1.749999400503043, 8.307889547473792], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723864785713e-08, -6.181723496326152e-08], "non_uniform_scale": [0.9999999403953705, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "17bf8b2b6b9eedd4d31a2b1c183b89dc7cf9d15f", "translation": [-5.973020076751709, -6.117713269304659e-07, 10.263819082747716], "rotation": [-0.704129497659803, 1.7211134294354884e-15, 0.7100715812686432, 4.23235651617425e-08], "non_uniform_scale": [0.9999999628082633, 0.9999998807907177, 0.9999999627998454], "motion_type": "STATIC"}, {"template_name": "db234c4cb0f0833ae253d5c9b77d68c89e0842a3", "translation": [-16.43083953857422, 1.7499994005984263, 8.306289282066246], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "db234c4cb0f0833ae253d5c9b77d68c89e0842a3", "translation": [-13.156559944152832, 1.7499994005984263, 8.306289282066246], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "997cff30d7278e734d17f9b5fe8033782dbcaa76", "translation": [-6.857220649719238, -3.4981397334377107e-07, 5.868904240792716], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "997cff30d7278e734d17f9b5fe8033782dbcaa76", "translation": [-8.991259574890137, -3.4981397334377107e-07, 5.868904240792716], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "997cff30d7278e734d17f9b5fe8033782dbcaa76", "translation": [-9.69944953918457, -3.4981397334377107e-07, 5.868904240792716], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.8636447787284851, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "997cff30d7278e734d17f9b5fe8033782dbcaa76", "translation": [-6.083415508270264, -3.959363539252081e-07, 6.64270933611931], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cc85c356e547d86975d71f5405415e1019706178", "translation": [-6.083280086517334, -5.175530759515823e-07, 8.683099229151026], "rotation": [0.7071068022599731, 0.0, -0.7071067601131199, -4.2146849766967874e-08], "non_uniform_scale": [1.1185367632784389, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fddd230b40d4c0cba89985b2a5a60f33c0cd756e", "translation": [-6.082269668579102, 1.749999564125801, 5.562755357458855], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxx30d28b68x4d7ex4815xa804x4c6279d5f156", "translation": [-19.398509979248047, -1.0750723049568478e-06, 18.0367192008066], "rotation": [-4.37113886421269e-08, 1.3411122372315554e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998211860696, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "xxxx30d28b68x4d7ex4815xa804x4c6279d5f156", "translation": [-16.984830856323242, -1.0750723049568478e-06, 18.0367192008066], "rotation": [-4.37113886421269e-08, 1.3411122372315554e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998211860696, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "xxxx9a0d37ffx5cadx4e16xa709x673ce8a794d3", "translation": [-19.446529388427734, 1.6273294726836838, 8.306289274754548], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6adb5f222f4f1b61518bf2c898aa13158b1476ad", "translation": [-7.945169448852539, 2.7999993314027876, 7.617199610638622], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "20917e77c3ad521ee6e6e5b64a3fde31ca621c0d", "translation": [-11.717009544372559, -2.3504733803747513e-07, 3.9434397254323983], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "541340b13904d7b99737e6dde6a1a7687375f4f1", "translation": [-7.605370044708252, -4.77977380342054e-07, 8.019129275135413], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "541340b13904d7b99737e6dde6a1a7687375f4f1", "translation": [-8.188770294189453, -4.77977380342054e-07, 8.019129275135413], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4cf0f89c27963cf773acd07207792a25e0e51724", "translation": [-17.029020309448242, -5.227333303992054e-07, 8.770009471773506], "rotation": [-0.26761723765155543, -6.793895925575041e-17, 0.9635253053821407, 5.743058677515369e-08], "non_uniform_scale": [0.9999998722723842, 0.9999998807907177, 0.9999997847678723], "motion_type": "STATIC"}, {"template_name": "724302468f654ed8bf8d72ad82e5057db5d08336", "translation": [-18.122480392456055, -8.442204944003606e-07, 14.163668741961146], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "856317b238f6a70ae6f0afffed1f6d5e3ab7b80c", "translation": [-15.978819847106934, -4.6753376636843313e-07, 7.843914518122972], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "856317b238f6a70ae6f0afffed1f6d5e3ab7b80c", "translation": [-15.978819847106934, -4.302826539515081e-07, 7.218944596115051], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "aea04043b00db219d0de105ec1cbd21354e63fdd", "translation": [-20.879539489746094, -7.403064046229701e-07, 12.420279716236564], "rotation": [0.9999963885966279, -2.122603781192299e-20, -0.00268752557234583, -1.6018900876769362e-10], "non_uniform_scale": [1.0000000212619535, 0.9999999999999929, 0.9999999020561127], "motion_type": "STATIC"}, {"template_name": "96ba916d576ea72cad9f317a3013d4bea661e74d", "translation": [-18.178300857543945, -8.806555911178293e-07, 14.774948193135913], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d34aca2483aff11d473b2d8f23a3e6a9fbc1ddf9", "translation": [-7.915109634399414, 0.06999956959667086, 7.155969197394274], "rotation": [-4.371138773809396e-08, -3.0863140836348354e-16, 0.9999999999999972, 6.070072170060112e-08], "non_uniform_scale": [0.6891711950302151, 0.9999998807907169, 0.7630831881662368], "motion_type": "STATIC"}, {"template_name": "8be974a24717e214eede244a635af9b5d8ca20c1", "translation": [-13.516839981079102, -8.20676746116078e-07, 13.768670215089855], "rotation": [0.7071068022599728, -1.256074079248779e-15, 0.7071067601131205, 4.214684851089383e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "8be974a24717e214eede244a635af9b5d8ca20c1", "translation": [-13.516839981079102, -7.901895173745288e-07, 13.257179423738705], "rotation": [0.7071068022599728, -1.256074079248779e-15, -0.7071067601131205, -4.214684851089383e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "131579ce2c78648852c069f2b46eb3223b785bda", "translation": [-19.511070251464844, -7.876361109993013e-07, 13.214340375999143], "rotation": [0.7071068022599758, -1.9996205427371005e-08, 0.7071067601131178, 3.1886505652549654e-08], "non_uniform_scale": [0.5114697509128003, 0.9999998807907162, 0.5131144813827014], "motion_type": "STATIC"}, {"template_name": "730b91e1d0756f4e0021aa2eb1fef00ed66748dd", "translation": [-18.191669464111328, -1.0141957318410277e-06, 17.015379845179268], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "40b8ccb17ad52c7791275d273100a35f8832a845", "translation": [-7.802784442901611, -6.121987325968803e-07, 10.270989759505369], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ba0b27270f2d7b08495e8eff041013d96d5f905c", "translation": [-14.055398941040039, 0.5099993030637648, 11.022649138411893], "rotation": [-0.3474647036103733, 1.750255804168781e-15, 0.937693062651608, 5.589086405232547e-08], "non_uniform_scale": [1.0000001412817248, 0.9999998807907177, 0.9999999434265534], "motion_type": "STATIC"}, {"template_name": "f401c614970ada44d00ce79eb53eb5f5522df350", "translation": [-7.462039947509766, -3.498029741422215e-07, 5.868719704823491], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f401c614970ada44d00ce79eb53eb5f5522df350", "translation": [-6.083230018615723, -4.86169483338017e-07, 8.15656994840083], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "392df3314e0d67f75a6d3187f7b4d03c7da28ee5", "translation": [-6.127240180969238, -3.5242618423581007e-07, 5.912729864553796], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5211206d59c8b39f304a8b20062a86b641b9b3eb", "translation": [-9.41506290435791, 2.799999015516235, 12.916896217054315], "rotation": [0.4075503655305528, -2.591047614283503e-15, 0.9131827306491893, 5.4429933998173907e-08], "non_uniform_scale": [0.999999933961562, 0.9999998807907177, 1.000000049138857], "motion_type": "STATIC"}, {"template_name": "5211206d59c8b39f304a8b20062a86b641b9b3eb", "translation": [-20.842008590698242, 2.7999987260240715, 17.7737684861559], "rotation": [0.2574894457718068, -1.771911046566046e-15, 0.9662811109175862, 5.7594845165685806e-08], "non_uniform_scale": [0.9999999320239867, 0.9999998807907176, 1.0000000419264061], "motion_type": "STATIC"}, {"template_name": "f0f0160ab7aa000031abb11510fc9080b92556ed", "translation": [-12.832799911499023, -9.941619509845623e-07, 16.679268796487463], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a9ed384f6a3ef0898de566492ca72d8a1800cbf4", "translation": [-7.657664775848389, 2.7999988688528816, 15.377498830705903], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "856341afcb9b81ac03c8b0807bf7e912c63dd532", "translation": [-15.10035514831543, -6.251455033634556e-07, 10.488200516211919], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f0f2a95ef6f5d9d0a6801ddfbacc39441659ddda", "translation": [-7.855985164642334, 0.759999334198497, 10.250295073372385], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx5426600exb5fdx47c9x8331x58bf7c5105cc", "translation": [-14.496471405029297, -4.728806004550279e-07, 7.933619503163101], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "xxxx1b6e995fx85d2x4508xb358x4efa78c51b48", "translation": [-20.883440017700195, 1.7499991761842466, 12.07133422366769], "rotation": [0.7071068022599707, 0.7071067601131183, 6.181723998755824e-08, -6.181723496326137e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "24dcf1f353b54d43bf12bcf17266f2685091318d", "translation": [-21.1683292388916, 0.7099989299118228, 16.883099545651643], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "ffcf6620d632c3f29df402a99346c05887f9546f", "translation": [-6.221869945526123, -7.423657280014595e-07, 12.454829427312006], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "ea3cbeac2a678e4633d56f7ec4aeb6bb46cb9857", "translation": [-19.513750076293945, -7.410121156681271e-07, 12.432119582169037], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b14707bf586b55c44c65eaba8da9f6ccc2773e25", "translation": [-16.232650756835938, 0.5099992960089281, 11.141009650766236], "rotation": [0.39456367978719364, -1.6713190211938042e-15, 0.918868599198376, 5.476883859791776e-08], "non_uniform_scale": [0.9999999407213171, 0.9999998807907176, 0.9999999684551173], "motion_type": "STATIC"}, {"template_name": "c948a0fa20f053e0b721c5e2afd6de59a920cd42", "translation": [-19.243730545043945, 0.5587994310510425, 8.685779087127472], "rotation": [1.0, 0.0, 0.0, -0.0], "non_uniform_scale": [-0.9999999403953552, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c948a0fa20f053e0b721c5e2afd6de59a920cd42", "translation": [-19.74134063720703, 0.5587994292777552, 8.715529909328794], "rotation": [1.0, 0.0, 0.0, -0.0], "non_uniform_scale": [-0.9999999403953552, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7b4c611e578247d01c1c8b7c61bfe17dbc381960", "translation": [-18.16960906982422, 0.9799990827184786, 14.729429379139532], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3a6980d5ae9dc09a6faa54600a985781402eb7e1", "translation": [-10.057610511779785, 1.7506992996383133, 9.94821881070618], "rotation": [-0.5000000218556935, -0.4999999920533689, 0.5000000377489512, -0.4999999483419815], "non_uniform_scale": [0.9999997615814338, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "465c339f405bf0f55e0c316820958dee1126dabd", "translation": [-7.906480312347412, -4.3961938445136184e-07, 7.375588931108155], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7ebc7102e393afd998a6007c004357e787a74b88", "translation": [-17.50088119506836, 1.7499993298041545, 9.494020000456544], "rotation": [0.4999999781443054, 0.49999994834198347, 0.5000000814603472, -0.49999999205335394], "non_uniform_scale": [0.9999999403953679, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7ebc7102e393afd998a6007c004357e787a74b88", "translation": [-19.60198974609375, 1.748999111493248, 14.37366887183967], "rotation": [-3.090861697903607e-08, -3.090861932392811e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000001192092933, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "005b673d5ded782d54be17969159917dfc9ae0f2", "translation": [-20.841480255126953, -9.66507741395617e-07, 16.215308176558665], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3afd8e1677d04159831b7b4b8a4fc5e1cd762fa4", "translation": [-10.722270965576172, 1.7499990981760334, 13.380094788664849], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "21bc7c9fb2a48745edacbf91f375bbcb1d67f1a8", "translation": [-9.27476978302002, 1.7499993535131466, 9.096249142512704], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1cdf3fae1e6c7c3e407fb4a5eaf8ebc51fbdc5b7", "translation": [-14.659029960632324, -5.887931706638483e-07, 9.878309614759075], "rotation": [-4.3711387010686076e-08, 3.477717462483298e-16, 0.9999999999999972, 6.044286297707111e-08], "non_uniform_scale": [1.1199177503585858, 0.9999998807907186, 1.266961781148693], "motion_type": "STATIC"}, {"template_name": "02e1c4b4b32e647fc78261af94a1c4fd00bb6fb9", "translation": [-18.041479110717773, 0.5999989442879254, 17.511908476834925], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "02e1c4b4b32e647fc78261af94a1c4fd00bb6fb9", "translation": [-16.038747787475586, 0.5099992947858851, 11.16152890613499], "rotation": [0.2965146373138543, -1.634561969217351e-16, 0.9550283084069445, 5.692412614567645e-08], "non_uniform_scale": [0.9999998992878789, 0.9999998807907176, 0.9999998183165731], "motion_type": "STATIC"}, {"template_name": "31e1f375aa66d6235fbce7b5f34f975bcbe15c90", "translation": [-6.135149955749512, -4.4567764234670904e-07, 7.477229626343842], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e8547e73e4873b76eff0eb2b6488e815d7dbf41c", "translation": [-8.983750343322754, 1.7499995641258295, 5.562754880621725], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e8547e73e4873b76eff0eb2b6488e815d7dbf41c", "translation": [-9.750519752502441, 1.7499995641258295, 5.562754880621725], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e8547e73e4873b76eff0eb2b6488e815d7dbf41c", "translation": [-5.7772650718688965, 1.749999505149134, 6.5522195814716895], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e8547e73e4873b76eff0eb2b6488e815d7dbf41c", "translation": [-7.288010120391846, 1.7499995641258295, 5.562754880621725], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e8547e73e4873b76eff0eb2b6488e815d7dbf41c", "translation": [-6.765250205993652, 1.7499995641258295, 5.562754880621725], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e8547e73e4873b76eff0eb2b6488e815d7dbf41c", "translation": [-5.7772650718688965, 1.8285094405546403, 8.329265207007197], "rotation": [0.5002980606090771, 0.5002980306952992, -0.499701821256159, 0.49970173190262146], "non_uniform_scale": [0.9999999362133432, 0.9999998766084377, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f72c0e86085c6b6f48b82d47d5066248be8b7c4a", "translation": [-15.04401969909668, -7.032317057564796e-07, 11.798269522293197], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fed9e08e5cff089f3c27df8610f90f63f936f41d", "translation": [-15.802689552307129, 1.7499988081478932, 18.245959252359853], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9d38ee2834c392ebd96c5f49876272f0aa97900c", "translation": [-10.668540000915527, 2.463028917086376, 13.380765264169213], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "42afeade7859d484a52046006595476f7006e755", "translation": [-10.296979904174805, 0.7599993599939268, 9.817519601731291], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxxbeae246cx5cbcx482dx81faxd6e6f844d62d", "translation": [-19.488840103149414, -5.548948251998809e-07, 9.30958978476582], "rotation": [1.0, -4.764561464265143e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999997019768045], "motion_type": "STATIC"}, {"template_name": "d413be1b49919287e484dd5cb5658c56b05aebf5", "translation": [-14.604148864746094, 0.5099993715280249, 9.874009527921075], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "xxxxf5998fbbxb3f6x4d3cxa5d8x4736ca142d28", "translation": [-15.474340438842773, -9.58262035055668e-07, 16.07696818846648], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "xxxxb668dbabxbdadx4b5bx8d1ex3fcdf75bc276", "translation": [-21.625110626220703, 1.1156094418823344, 8.306290197927915], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxx041a75a1x3270x4573x8991xd08d08e3ae14", "translation": [-19.52680015563965, 0.5587994224500648, 8.830079539341924], "rotation": [-4.3711388286737876e-08, 2.3294109863304354e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3828bc856e72795b746e17188ed3a5e138853a12", "translation": [-11.291250228881836, -4.884499276158749e-07, 8.19482945234597], "rotation": [1.0, -6.6243094635493215e-09, 0.0, 0.0], "non_uniform_scale": [0.7750500440597534, 0.9999998807907224, 1.9250947326308647], "motion_type": "STATIC"}, {"template_name": "54c970bfb2ece88d60c6e2968e9b0bb8b6e912d6", "translation": [-17.032800674438477, 0.6899988815933149, 18.033749500289527], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "54c970bfb2ece88d60c6e2968e9b0bb8b6e912d6", "translation": [-19.44647979736328, 0.6899988815933149, 18.033749500289527], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "c9d140d976657e8d058bd6bc3dc068b87daf9260", "translation": [-8.404170036315918, 0.8999994724869751, 7.550199589121341], "rotation": [0.845256957845568, 7.270893687103954e-16, -0.5343600613946131, -3.185034469012879e-08], "non_uniform_scale": [0.9999999749419494, 0.9999998807907176, 0.9999999530108731], "motion_type": "STATIC"}, {"template_name": "99665804218804022bc87b9e8edf35221a0bb8ee", "translation": [-20.408679962158203, 1.1813091484126375, 12.07299453665702], "rotation": [0.7071068022599707, 0.7071067601131183, 6.181723998755867e-08, -6.181723630296284e-08], "non_uniform_scale": [1.0000000000000153, 0.9999998807907347, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e3d3ed213f437121abf8a1faffa60ae0672cbf25", "translation": [-21.998430252075195, -7.899058118709945e-07, 13.252419635509227], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c1d4a6d6e808196f862b115b538d47379badcef5", "translation": [-12.900553703308105, 0.5099993434933054, 10.344354043343387], "rotation": [0.7071068022599728, -1.256074079248779e-15, -0.7071067601131205, -4.214684851089383e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "c1d4a6d6e808196f862b115b538d47379badcef5", "translation": [-12.8574800491333, 0.5099994034125217, 9.33907646959561], "rotation": [-0.6909554949591682, 5.405109717994506e-16, 0.7228972983665999, 4.308803857085388e-08], "non_uniform_scale": [0.9999998473736866, 0.9999998807907177, 0.9999999066743852], "motion_type": "STATIC"}, {"template_name": "0f5071c46d79d10cdc0783e1abf514c3bfa94ba2", "translation": [-7.816259860992432, -6.498711968561111e-07, 10.9030287919623], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0f5071c46d79d10cdc0783e1abf514c3bfa94ba2", "translation": [-7.792230129241943, -5.759030727858772e-07, 9.66204967128931], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0f5071c46d79d10cdc0783e1abf514c3bfa94ba2", "translation": [-8.694729804992676, -6.121707087913819e-07, 10.270519598095404], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0f5071c46d79d10cdc0783e1abf514c3bfa94ba2", "translation": [-6.961199760437012, -6.1147272845119e-07, 10.258809431862232], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "951066357cfa1737d330d826c616e17dc98c668a", "translation": [-12.577020645141602, -8.039093017941923e-07, 13.48735919670105], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1dd28e700f3a80e0301666679c43b3e61c99cce9", "translation": [-20.116899490356445, 3.0499989826148663, 13.218889584011421], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "82d15c3827173ecdea41382f055a797dc9772e7b", "translation": [-14.648839950561523, -5.102419891045429e-07, 8.560439553234573], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d374f65973f4f02bd19ccd748eab044dac1a5dd3", "translation": [-9.624699592590332, -7.280367526618647e-07, 12.214429127309927], "rotation": [0.14349259546554466, -1.0069858573975023e-15, 0.9896513906657021, 5.898782289117113e-08], "non_uniform_scale": [1.0000001162651277, 0.9999998807907176, 1.0000000066718113], "motion_type": "STATIC"}, {"template_name": "893ba41a83b60ced06bbfcf7e36b69d51a4e4a44", "translation": [-13.746060371398926, 2.7999993440804047, 7.404504501551102], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "893ba41a83b60ced06bbfcf7e36b69d51a4e4a44", "translation": [-14.76050090789795, 2.799999344076255, 7.40457411977205], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "893ba41a83b60ced06bbfcf7e36b69d51a4e4a44", "translation": [-11.304369926452637, 2.7999991988143194, 9.841664848228376], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "893ba41a83b60ced06bbfcf7e36b69d51a4e4a44", "translation": [-11.789880752563477, 2.7999994537922674, 5.563844992885279], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "893ba41a83b60ced06bbfcf7e36b69d51a4e4a44", "translation": [-11.356860160827637, 2.799999317697612, 7.847134289316259], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "893ba41a83b60ced06bbfcf7e36b69d51a4e4a44", "translation": [-13.635603904724121, 2.799999007838906, 13.04570041622513], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "893ba41a83b60ced06bbfcf7e36b69d51a4e4a44", "translation": [-16.550874710083008, 2.7999990072601832, 13.05540977386174], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "893ba41a83b60ced06bbfcf7e36b69d51a4e4a44", "translation": [-13.678464889526367, 2.79999918924689, 10.002179670203915], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "893ba41a83b60ced06bbfcf7e36b69d51a4e4a44", "translation": [-16.22725486755371, 2.7999991881799957, 10.02007918238165], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dc1b0c9c13b839cd87370d9e2b18a532f0171bd0", "translation": [-21.07461929321289, -9.697795348984073e-07, 16.270199759590582], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "96514432f6535ef1c09a66d0c1773ab0bc386f98", "translation": [-6.393959999084473, 1.7499993535131466, 9.096249142512704], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "c26b16c8dfdba6600221a57542782292c15e983b", "translation": [-18.103960037231445, -7.695913382121944e-07, 12.9115993433237], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ab9ca298eb045d3a2fa543fcd3c5436273d146b2", "translation": [-10.7083101272583, -7.816242373337445e-07, 13.113477878959259], "rotation": [-4.371138831114205e-08, 1.5383945955998434e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.6608505249023463, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ec15acff720b9c1e994640475f2b56ae5e78c2fe", "translation": [-19.528799057006836, 1.7499991761847582, 12.071325640599355], "rotation": [0.7071068022599707, 0.7071067601131183, 6.181724233245192e-08, -6.181723630296271e-08], "non_uniform_scale": [0.9999998807907258, 0.9999998807907347, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "549009278de1efc70ca5b4ee51f88cf7b04b43db", "translation": [-16.30316162109375, 0.5099993723872132, 9.859594741487783], "rotation": [0.8574567869277826, 5.501643612025311e-16, 0.5145559819412094, 3.0669929265523e-08], "non_uniform_scale": [0.9999999669606934, 0.9999998807907176, 0.9999999405753107], "motion_type": "STATIC"}, {"template_name": "7dbb455ef151c027281e60b7e83f4ea141e2b85e", "translation": [-16.302629470825195, -5.350369178813708e-07, 8.976429404233102], "rotation": [-4.371138733942592e-08, 7.764702689548599e-23, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "e01929cba686f70fe4500a2222fa57c7dfe82ef3", "translation": [-12.767788887023926, -8.06743571502011e-07, 13.534910348957112], "rotation": [0.7071068022599741, -7.573334410053004e-09, 0.7071067601131195, 3.657567512483085e-08], "non_uniform_scale": [0.6353099563533093, 0.9999998807907168, 0.7356302299719922], "motion_type": "STATIC"}, {"template_name": "xxxx44429329xf583x43a3x9569xf739c2cef2ab", "translation": [-19.313800811767578, 0.31494938035905307, 9.901699448421596], "rotation": [0.9554519390897414, 5.018025658895337e-17, 0.29514672976276163, 1.7592117195143544e-08], "non_uniform_scale": [0.9999999805482217, 0.9999998807907176, 0.9999998992585359], "motion_type": "STATIC"}, {"template_name": "xxxx562932e4x443cx47f7xaf2dxe60cabe20c9e", "translation": [-18.17197036743164, -5.160129035175487e-07, 8.65725942508817], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx2ea74d49x7f67x404bx93d8x1915363bdade", "translation": [-15.840259552001953, -1.0519408988329815e-06, 17.64863862701418], "rotation": [0.3686461957656527, -9.131761135105648e-16, 0.9295697834737899, 5.540667930001926e-08], "non_uniform_scale": [0.9999999639086276, 0.9999998807907177, 0.9999999006949034], "motion_type": "STATIC"}, {"template_name": "1fed03ca5b84ba5de9d2be405050acec4cfeaf10", "translation": [-21.097190856933594, 0.7099989730882648, 16.158719095664022], "rotation": [0.7071068022599735, -5.6811128094038625e-09, 0.7071067601131199, 3.7672075811051466e-08], "non_uniform_scale": [0.9649847170719673, 0.9999998807907169, 0.7876578695978013], "motion_type": "STATIC"}, {"template_name": "198459120142c19e59b9d94063326307dba1be5b", "translation": [-19.510990142822266, -7.383977731478808e-07, 12.388258195623223], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "04c4d866301b6f347bd5dc7b4d91e4f33dbd7688", "translation": [-11.958475112915039, 1.7499992433440639, 10.94457953008532], "rotation": [-3.0908618151482465e-08, -3.090861999377885e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998807907232, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "31f68105b89b6bc24eb8d5e238ed42ae382fc78f", "translation": [-13.273590087890625, -4.026413193969347e-07, 6.755199983406044], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "31f68105b89b6bc24eb8d5e238ed42ae382fc78f", "translation": [-14.433589935302734, -4.0265024381369585e-07, 6.755349710264795], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ec2e7b7f73623dbc8d590c5873d7bda8c77fafac", "translation": [-7.794610023498535, -7.955080150168214e-07, 13.346409002160442], "rotation": [-4.3711388217810246e-08, -4.733033549256683e-16, 0.9999999999999971, 6.269417529105485e-08], "non_uniform_scale": [1.2617199420929004, 0.9999998807907166, 0.6366752223163573], "motion_type": "STATIC"}, {"template_name": "ec2e7b7f73623dbc8d590c5873d7bda8c77fafac", "translation": [-5.782810211181641, -7.430469963765063e-07, 12.466259213312867], "rotation": [0.7071068022599731, 0.0, -0.7071067601131199, -4.2146849766967874e-08], "non_uniform_scale": [0.5550188091386075, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ec2e7b7f73623dbc8d590c5873d7bda8c77fafac", "translation": [-11.787328720092773, -9.820378181757405e-07, 16.475859613665307], "rotation": [0.7071068022599731, 0.0, -0.7071067601131199, -4.2146849766967874e-08], "non_uniform_scale": [1.17135374716796, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ec2e7b7f73623dbc8d590c5873d7bda8c77fafac", "translation": [-13.507370948791504, -1.0850429816855467e-06, 18.20399938797948], "rotation": [0.004363360278310051, -6.5091041724935996e-18, 0.9999904804982286, 5.9604080921453204e-08], "non_uniform_scale": [0.9999999308460082, 0.9999998807907176, 0.9999998116458123], "motion_type": "STATIC"}, {"template_name": "9f339c2a8910c56e5f0ebd0f0b2b7f4bf6bcf7b8", "translation": [-11.022500038146973, -7.026171147117566e-07, 11.787958396198803], "rotation": [0.707106802259975, -2.5076527133403866e-08, 0.7071067601131182, 3.069617009434952e-08], "non_uniform_scale": [0.46894511765568747, 0.9999998807907162, 0.4566293384653755], "motion_type": "STATIC"}, {"template_name": "ce35562fcce77597734c4d84aad960884c2be9d1", "translation": [-18.17252540588379, -1.0016792657552287e-06, 16.80538840261761], "rotation": [0.7071068022599734, 2.7062844757613433e-09, 0.7071067601131197, 4.525188875627834e-08], "non_uniform_scale": [1.0683768350853422, 0.9999998807907181, 1.1473436863813582], "motion_type": "STATIC"}, {"template_name": "7ff8c2d48e8d49e2f1504bc83d16ef933cd7163b", "translation": [-12.12639045715332, -7.677584790144465e-07, 12.880849070498357], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9e7429ebb297535c7784d7154358629d32c8e1b0_part_1", "translation": [-17.260050439932215, 0.5185721557696541, 13.932095398396266], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9e7429ebb297535c7784d7154358629d32c8e1b0_part_2", "translation": [-17.220799596550076, 0.7672995553286206, 13.205798204386907], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9e7429ebb297535c7784d7154358629d32c8e1b0_part_3", "translation": [-17.237726196328182, 0.5171453867902844, 13.165768630830154], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9e7429ebb297535c7784d7154358629d32c8e1b0_part_4", "translation": [-17.244646221337426, 0.5171453891087784, 13.119950732128167], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9e7429ebb297535c7784d7154358629d32c8e1b0_part_6", "translation": [-17.260928882048688, 0.5173718897559718, 13.053385963130568], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9e7429ebb297535c7784d7154358629d32c8e1b0_part_7", "translation": [-17.25722206985878, 0.5171453953767503, 13.00221576199896], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9e7429ebb297535c7784d7154358629d32c8e1b0_part_5", "translation": [-17.253504947556074, 0.5164312670721847, 13.090750296832041], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9e7429ebb297535c7784d7154358629d32c8e1b0_part_8", "translation": [-17.297274141816217, 0.5031536345046539, 12.961659036445836], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9e7429ebb297535c7784d7154358629d32c8e1b0_part_11", "translation": [-17.242442594107505, 0.022272117921839585, 12.385484236903263], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9e7429ebb297535c7784d7154358629d32c8e1b0_part_9", "translation": [-17.28823708259216, 0.023091279144374623, 13.313670445801394], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9e7429ebb297535c7784d7154358629d32c8e1b0_part_10", "translation": [-17.288237097698122, 0.023091264038412027, 13.56710642801586], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9e7429ebb297535c7784d7154358629d32c8e1b0_part_12", "translation": [-17.262214273857612, 1.0268482001794241, 13.945243230331329], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9e7429ebb297535c7784d7154358629d32c8e1b0_part_13", "translation": [-17.25888373688651, -0.0029229280851849997, 13.172251631668765], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e01080481e334e84ed9fb1100964dea0a9695c99", "translation": [-7.855720043182373, -6.086474400035513e-07, 10.211408960139181], "rotation": [0.707106802259969, 1.3389836172451944e-08, 0.707106760113121, 7.887055322203756e-08], "non_uniform_scale": [2.7273281379146495, 0.9999998807907292, 2.7426543985215144], "motion_type": "STATIC"}, {"template_name": "32a0a1818c04208ac457579c89c2276f2f7f85a4", "translation": [-17.50088119506836, 1.7499992869329617, 10.213279219670312], "rotation": [0.4999999781443054, 0.49999994834198347, 0.5000000814603472, -0.49999999205335394], "non_uniform_scale": [0.9999999403953679, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "32a0a1818c04208ac457579c89c2276f2f7f85a4", "translation": [-18.877290725708008, 1.75781892946425, 14.373668872365371], "rotation": [-3.090861697903607e-08, -3.090861932392811e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000001192092933, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5e5baebc2a8a07d20204e1399caffecdf28003f9", "translation": [-10.047410011291504, 1.7426091537982416, 12.080539087180512], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5f1ba5121c4df5897880f1a5dccaa10b844c0461", "translation": [-12.543660163879395, 1.7499994766712135, 5.030000014305095], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "cdac4f42d0367db61145bc6f161ef39347379a49", "translation": [-12.002434730529785, -6.970563504182792e-07, 11.69466425808281], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9fbbbfc58e5cafbc27a31069808cf168cf2d7a78", "translation": [-8.150959968566895, -3.512895148105599e-07, 5.893659717222448], "rotation": [0.9999958591020598, -1.61273831230533e-21, -0.002877807973650991, -1.7153073166510053e-10], "non_uniform_scale": [0.9999999338581512, 0.9999998807907176, 0.9999998742591563], "motion_type": "STATIC"}, {"template_name": "29eae95684fa474fdd82b2619c59a7bd66c036fe", "translation": [-7.789050102233887, 2.799999171981156, 10.291850597152049], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7df1bb7072b2fefa443cee34e0ec3eb69df745b3", "translation": [-13.443229675292969, -9.644669489716762e-07, 16.18106936329184], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "22d9946ccbe5914e3c3c7b3a2ac1d532763b768d", "translation": [-11.292389869689941, 2.7999990633552585, 12.114290635926054], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c39af48a8e98b050068a7a01f87d1358c6a8831c", "translation": [-18.236509323120117, 3.3422088709950657, 16.511988808525828], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b5f83cc8375ece0b24d1cd2f3e85f29e9138b49a", "translation": [-15.915450096130371, 1.7499988081478932, 18.245959252359853], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b5f83cc8375ece0b24d1cd2f3e85f29e9138b49a", "translation": [-20.572629928588867, 1.7499988081478932, 18.245959252359853], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5ecaf2106bca06f942efccc19dadbee6d2ecf723", "translation": [-13.32664680480957, -8.059885772127018e-07, 13.522243647441599], "rotation": [0.7125760991023217, 1.3938384486975077e-15, -0.7015948282221846, -4.181831442065493e-08], "non_uniform_scale": [0.9999999485244717, 0.9999998807907176, 0.9999999484957229], "motion_type": "STATIC"}, {"template_name": "xxxx36dbb991x6efbx46acx9696x8495ffbee9b3", "translation": [-22.397918701171875, 1.749999059879201, 14.022608979188817], "rotation": [0.4999999781443112, 0.4999999483419839, 0.5000000814603424, -0.4999999920533528], "non_uniform_scale": [0.9999999403953679, 0.9999999403953697, 0.999999761581444], "motion_type": "STATIC"}, {"template_name": "xxxx36cdfedexb506x4174xb70ex0b2299f0a5dc", "translation": [-22.397920608520508, 1.7274191331499011, 12.353190742387092], "rotation": [0.49999997814430797, 0.49999994834198425, 0.5000000814603435, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.999999761581444], "motion_type": "STATIC"}, {"template_name": "200-3", "translation": [-11.720789909362793, 1.1199997202491758, 3.653439847621918], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "209-2", "translation": [-7.832200050354004, 1.1199992538666876, 11.478039124128834], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3756-1", "translation": [-22.472919464111328, 1.7699990912443297, 13.156389511442768], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [-21.380882263183594, 1.5499990368979937, 15.808169468750343], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [-21.380882263183594, 1.5499989726317338, 16.886378327823927], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [-18.19580078125, 1.5499988871241115, 18.32095809155947], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [-17.15230941772461, 1.5499988871241115, 18.32095809155947], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [-19.294519424438477, 1.5499988871241115, 18.32095809155947], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3756-1", "translation": [-13.887499809265137, 1.7699990142184276, 14.44866963156042], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "209-2", "translation": [-15.17024040222168, 1.119998982453403, 16.03159815599924], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [-21.380882263183594, 1.549999347220087, 10.601828989277514], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3760-1", "translation": [-21.380882263183594, 1.5499994112092352, 9.5282692922193], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}]}
scenes/102816600.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/102816615.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/102816627.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/102816729.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/102816729"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "bcfaa06bbb63a5ea29d8e10beaba4e460383ca49", "translation": [-12.02085018157959, 0.0010001176993227404, -1.974869967945213], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "bcfaa06bbb63a5ea29d8e10beaba4e460383ca49", "translation": [-11.906800270080566, 0.0010002531705267728, -4.247699484306589], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "dcf802843f29f3dcd8286dcc83b862f8cf890ab7", "translation": [-15.77248477935791, 0.0010003294116202113, -5.526812700759588], "rotation": [0.7071068022599737, -3.243796472712314e-09, -0.7071067601131196, -3.933575949626459e-08], "non_uniform_scale": [1.3217957424047146, 1.5252575248172733, 1.3217957424047155], "motion_type": "STATIC"}, {"template_name": "dcf802843f29f3dcd8286dcc83b862f8cf890ab7", "translation": [-15.822754859924316, 4.91662206059118e-07, -8.248722538428126], "rotation": [0.7071068022599737, -3.243796472712314e-09, -0.7071067601131196, -3.933575949626459e-08], "non_uniform_scale": [1.3217957424047146, 1.5252575248172733, 1.3217957424047155], "motion_type": "STATIC"}, {"template_name": "e09a7ae82b44ef7f0b895613a1e16bcb01558b81", "translation": [-5.646599769592285, -6.393015894445853e-08, 1.0725700215953538], "rotation": [0.7071068022599737, 7.058011774500812e-10, -0.7071067601131195, -4.287710918551299e-08], "non_uniform_scale": [1.1126468710513788, 1.0587367941454822, 1.0954253020629106], "motion_type": "STATIC"}, {"template_name": "e09a7ae82b44ef7f0b895613a1e16bcb01558b81", "translation": [-5.646599769592285, -1.7198324542277987e-08, 0.2885399884855744], "rotation": [0.7071068022599737, 7.058011774500812e-10, -0.7071067601131195, -4.287710918551299e-08], "non_uniform_scale": [1.1126468710513788, 1.0587367941454822, 1.0954253020629106], "motion_type": "STATIC"}, {"template_name": "e09a7ae82b44ef7f0b895613a1e16bcb01558b81", "translation": [-5.646599769592285, 2.3511052660296627e-08, -0.3944499853581185], "rotation": [0.7071068022599737, 7.058011774500812e-10, -0.7071067601131195, -4.287710918551299e-08], "non_uniform_scale": [1.1126468710513788, 1.0587367941454822, 1.0954253020629106], "motion_type": "STATIC"}, {"template_name": "e09a7ae82b44ef7f0b895613a1e16bcb01558b81", "translation": [-6.349749565124512, -1.0295748609223665e-07, 1.727339880028964], "rotation": [-4.3711387901544204e-08, 4.514288221485891e-17, 0.9999999999999973, 5.962194293595626e-08], "non_uniform_scale": [1.112647056579594, 1.058736794145482, 1.0954253559797542], "motion_type": "STATIC"}, {"template_name": "7d0c9e3a2629195cc2cd4566c8cf67f3ea613bcf", "translation": [-1.8965801000595093, 2.068700206758365, -8.276728967104589], "rotation": [0.7071068188637065, 0.7071067435093811, 6.181723417851372e-08, -6.181723514966177e-08], "non_uniform_scale": [1.0316065549850622, 0.305811577342569, 0.9999998211860801], "motion_type": "STATIC"}, {"template_name": "7d0c9e3a2629195cc2cd4566c8cf67f3ea613bcf", "translation": [0.3431500196456909, 2.0687000523102483, -5.6855197099316115], "rotation": [-0.5000000218556937, -0.49999999205336915, 0.5000000377489509, -0.49999994834198175], "non_uniform_scale": [1.031606374287224, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7d0c9e3a2629195cc2cd4566c8cf67f3ea613bcf", "translation": [-9.447110176086426, 2.068699334498035, 6.35737012096223], "rotation": [-3.0908617421595075e-08, -3.090861932392814e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.3242295980453542, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7d0c9e3a2629195cc2cd4566c8cf67f3ea613bcf", "translation": [-7.077159881591797, 2.0686993336111357, 6.372249823597059], "rotation": [-3.0908617421595075e-08, -3.090861932392814e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.3242295980453542, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6ff5251d907c64bfdf8cf4cf04afc9a039dbd4d1", "translation": [-11.407279968261719, 0.5699998863440747, 1.2168299766284214], "rotation": [0.7071068022599738, -4.855243294217373e-09, 0.7071067601131196, 3.820076938293357e-08], "non_uniform_scale": [1.1311799805653107, 1.2303963624958465, 0.9999998807907184], "motion_type": "STATIC"}, {"template_name": "f6520893fbe5f3d172393ef8d82d478bd36a96ad", "translation": [-1.6704200506210327, 2.3505448609739688e-07, -3.9435596499705383], "rotation": [0.9953650686729711, 2.9595497315880707e-18, -0.09616849830194632, -5.732089552161432e-09], "non_uniform_scale": [1.0000000063187153, 0.9999998807907176, 0.9999998914786177], "motion_type": "STATIC"}, {"template_name": "f43392aecce70c2def775a5a3bb92bdd63f8c978", "translation": [-3.9654300212860107, 3.447407550538628e-07, -5.783789766800993], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2b466fed0240e7799898361dc78b60a6642e9885", "translation": [-1.7412899732589722, 4.831570663554885e-07, -8.106029981015297], "rotation": [1.0, -6.932254265502767e-10, 0.0, 0.0], "non_uniform_scale": [0.6253381967544556, 1.1113297806585012, 0.8960891489876277], "motion_type": "STATIC"}, {"template_name": "5b4d596c7da061500c2e61d7e66231f0e656f6b6", "translation": [-2.501039981842041, 6.19257718881272e-07, -10.38941989008066], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5b4d596c7da061500c2e61d7e66231f0e656f6b6", "translation": [-0.09567000716924667, 6.157493999126018e-07, -10.330560068454702], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d5e11c847f609140b3ede018d0cbaea7a65ccba0", "translation": [-14.674520492553711, 0.20330057780145694, -9.909999244612465], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d5e11c847f609140b3ede018d0cbaea7a65ccba0", "translation": [-12.918249130249023, 0.2033005761468587, -9.88223969426511], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0f5363ae44d82b892c62c6564be2792537509b13", "translation": [-0.2448199987411499, -3.775179635567838e-08, 0.6333700040954326], "rotation": [0.7071068022599721, 6.288867082138344e-09, -0.7071067601131206, -5.11107961958796e-08], "non_uniform_scale": [1.2760714724021271, 1.3351376849248715, 1.9030616341196498], "motion_type": "STATIC"}, {"template_name": "7f2928cf388fbcfecf717b8e8a22366a670c04c4", "translation": [-14.155190467834473, -2.267777858833142e-07, 3.8046996709883274], "rotation": [-4.371138852723118e-08, 1.0172848548028668e-16, 0.9999999999999973, 5.968893506976336e-08], "non_uniform_scale": [1.3179805278778127, 1.3026916619906739, 1.4044192547298315], "motion_type": "STATIC"}, {"template_name": "4e476e157b3837870de19ceccd0179841269143b", "translation": [-12.827519416809082, -6.547808339973926e-08, 1.0985398829853565], "rotation": [0.9876883369002011, -1.2326608139085437e-17, 0.15643448836914114, 9.324222587802517e-09], "non_uniform_scale": [-0.9999999719229931, 0.9999998807907176, 0.9999998640971899], "motion_type": "STATIC"}, {"template_name": "5f4a14a4e5bc2feb7388b5d18d63350c38600f29", "translation": [-6.3442702293396, 4.930299724037468e-07, -8.271669848461727], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8cc4297c248a4e5735f39a57ab0a48b103437379", "translation": [0.14457334578037262, 0.5080999743543, 0.47256341788390976], "rotation": [0.8664691294326932, -1.5899712448079426e-09, -0.4992306558497285, -2.7675652908732466e-08], "non_uniform_scale": [0.999999958015421, 0.9999998807907171, 0.8601435969883678], "motion_type": "STATIC"}, {"template_name": "c4c03cef798d0326eb19c50f6b4c9dc31b3d29a6", "translation": [-4.154275417327881, 1.7747001673859444, -5.818169618077874], "rotation": [0.4999999823426612, 0.4999999482043014, 0.5000000775373588, -0.4999999919156696], "non_uniform_scale": [0.9225203441071389, 0.9999999403953692, 0.8729862722174755], "motion_type": "STATIC"}, {"template_name": "e2a604e63430ed77ea0a52cca9d7533ac6201c72_part_1", "translation": [-15.1321424096581, 0.00043142320042827175, -3.081569323004592], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e2a604e63430ed77ea0a52cca9d7533ac6201c72_part_2", "translation": [-15.132140281395452, 9.86982371702462e-07, -2.12484358739148], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e2a604e63430ed77ea0a52cca9d7533ac6201c72_part_2", "translation": [-15.467300402193564, 1.4798209424880694e-06, -2.7551301476671055], "rotation": [1.269266124593093e-07, 2.980232794675982e-08, 0.9999999999999911, 2.9802318604986893e-08], "non_uniform_scale": [0.9999998807907179, 0.9999998807907176, 0.9999998807907179], "motion_type": "STATIC"}, {"template_name": "e2a604e63430ed77ea0a52cca9d7533ac6201c72_part_2", "translation": [-14.796980092640336, 1.1051411396477511e-06, -2.7551302155602446], "rotation": [0.9999999999998401, 2.980144333397373e-08, 2.9800614994948603e-08, 5.639314153428077e-07], "non_uniform_scale": [0.9999998807907178, 0.9999998807907177, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e2a604e63430ed77ea0a52cca9d7533ac6201c72_part_2", "translation": [-14.79697998966329, 1.4787813772773074e-06, -3.4080095900645553], "rotation": [0.9999999999999978, 2.980232082747843e-08, -5.235218238220361e-08, -2.9802325724268815e-08], "non_uniform_scale": [0.9999998807907179, 0.9999998807907176, 0.9999998807907179], "motion_type": "STATIC"}, {"template_name": "e2a604e63430ed77ea0a52cca9d7533ac6201c72_part_2", "translation": [-15.132140097422937, 1.1473625342999783e-06, -4.038296163378745], "rotation": [0.7071067601131205, 4.214684976696791e-08, 0.7071068022599728, 0.0], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e2a604e63430ed77ea0a52cca9d7533ac6201c72_part_2", "translation": [-15.467299968927735, 1.191007021154312e-06, -3.408009415068631], "rotation": [-2.980232505223077e-08, 2.980232327587372e-08, 0.9999999999999987, 2.980232327587372e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4b4257c16b6eb014790661fc0cfeba5fa9bbc032", "translation": [-0.1425810307264328, 0.5080999734286706, 0.48809290051502785], "rotation": [0.9517401523532353, 2.6981162961306718e-17, -0.3069050054962286, -1.8292965006408717e-08], "non_uniform_scale": [0.9999999684647181, 0.9999998807907176, 0.999999889938607], "motion_type": "STATIC"}, {"template_name": "dd4411e848660c6aca6a99390fbe4cea8de358d5", "translation": [-2.194119930267334, 1.2455046771719935e-07, -2.0896099752420128], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "70eeff31df71066f026769ac7f3d89e6dc13d737", "translation": [-1.9755299091339111, -2.956840461365573e-08, 0.4960754814102941], "rotation": [1.0, -3.345009529442397e-10, 0.0, 0.0], "non_uniform_scale": [2.242588758468628, 1.284484590949455, 1.1059125535592302], "motion_type": "STATIC"}, {"template_name": "70eeff31df71066f026769ac7f3d89e6dc13d737", "translation": [-9.37386417388916, -7.28011144701668e-08, 1.2213999497055994], "rotation": [0.7071068022599725, 3.123559396853656e-09, -0.7071067601131207, -4.58139580121761e-08], "non_uniform_scale": [1.8595495307714025, 0.8517772136000085, 0.9999998807907171], "motion_type": "STATIC"}, {"template_name": "6dd9e51b58072dbd08fbbdf95ce568aacc47ec59", "translation": [-3.9022698402404785, 0.8857498030507607, 2.3465098464036025], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "998e7352f22fabdea026de1663d1c850b4716ec1", "translation": [-3.9101901054382324, 0.8857497921177675, 2.5299350235351845], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e8239fcbdf7da6dcf4007267097030f61fa13933", "translation": [-11.648974418640137, 0.529999780223676, 2.6772347600916078], "rotation": [-4.371138733942592e-08, 7.764702689548599e-23, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "e8239fcbdf7da6dcf4007267097030f61fa13933", "translation": [-11.633594512939453, 0.5299999542453895, -0.2423649416944409], "rotation": [-4.371138733942592e-08, 7.764702689548599e-23, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "deae2fd69a0752bc5da79083dad3a4b9f7317da6", "translation": [-2.255970001220703, 2.540633090575284e-07, -4.262474759669601], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "deae2fd69a0752bc5da79083dad3a4b9f7317da6", "translation": [-8.49039363861084, -2.153204832211486e-07, 3.6124780409051027], "rotation": [0.7071068022599735, 1.369069912237944e-09, 0.7071067601131197, 4.36110435436637e-08], "non_uniform_scale": [1.1912876849599072, 1.1123885974420713, 1.1896780020190474], "motion_type": "STATIC"}, {"template_name": "deae2fd69a0752bc5da79083dad3a4b9f7317da6", "translation": [-8.856743812561035, -2.153204832211486e-07, 3.6124780409051027], "rotation": [0.7071068022599735, 1.369069912237944e-09, 0.7071067601131197, 4.36110435436637e-08], "non_uniform_scale": [1.1912876849599072, 1.1123885974420713, 1.1896780020190474], "motion_type": "STATIC"}, {"template_name": "34170a3abede075d1e15942197394d95ee063bf7", "translation": [-7.9624104499816895, 6.465494806207062e-08, -1.084729964451192], "rotation": [-4.3711388286737876e-08, 2.3294109863304354e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "1164c1fad4da7dbb523901f0af2023081dc660ee", "translation": [-1.5143120288848877, 0.5299997371533465, 3.3998349386551894], "rotation": [-4.3711388995720977e-08, -1.3269199066470014e-16, 0.9999999999999973, 5.977678617167751e-08], "non_uniform_scale": [1.186153888702397, 1.1134110553966612, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "1164c1fad4da7dbb523901f0af2023081dc660ee", "translation": [-2.352451801300049, 0.5299997371533465, 3.3998349386551894], "rotation": [-4.3711388995720977e-08, -1.3269199066470014e-16, 0.9999999999999973, 5.977678617167751e-08], "non_uniform_scale": [1.186153888702397, 1.1134110553966612, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "39563d4dd2046d537e2c81e384749208faa9490c", "translation": [-2.577009916305542, 1.956899631069895, 4.24231992450833], "rotation": [0.7071068022599695, 1.277446550655726e-08, -0.7071067601131208, -7.45848736823077e-08], "non_uniform_scale": [0.7736189500320584, 0.9999998807907272, 2.5392855084368247], "motion_type": "STATIC"}, {"template_name": "0546a524f6584d5beeaf8a72b3df494f9ceeec90", "translation": [-5.002619743347168, -3.757548370231234e-07, 6.304119688026901], "rotation": [-4.371138792605616e-08, 1.76792368267448e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.6505187749862695, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0546a524f6584d5beeaf8a72b3df494f9ceeec90", "translation": [-4.259710311889648, -3.757548370231234e-07, 6.304119688026901], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0546a524f6584d5beeaf8a72b3df494f9ceeec90", "translation": [-5.003069877624512, -3.3150016065519594e-07, 5.561649467846763], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0546a524f6584d5beeaf8a72b3df494f9ceeec90", "translation": [-3.640000104904175, -3.726899677758411e-08, 0.6252699717718357], "rotation": [1.0, -1.2175828657320154e-09, 0.0, 0.0], "non_uniform_scale": [1.1451200246810913, 0.999999880790719, 1.3296106660830076], "motion_type": "STATIC"}, {"template_name": "0546a524f6584d5beeaf8a72b3df494f9ceeec90", "translation": [-11.497380256652832, 6.998836710181422e-08, -1.174209882366064], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0546a524f6584d5beeaf8a72b3df494f9ceeec90", "translation": [-10.597159385681152, 6.998836710181422e-08, -1.174209882366064], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0546a524f6584d5beeaf8a72b3df494f9ceeec90", "translation": [-9.696939468383789, 6.998836710181422e-08, -1.174209882366064], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0546a524f6584d5beeaf8a72b3df494f9ceeec90", "translation": [-8.796719551086426, 6.998836710181422e-08, -1.174209882366064], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5b0142c3306a2f5414638ae564eab84e42abaa95", "translation": [-6.810309886932373, -3.489840025849844e-07, 5.854979642928839], "rotation": [0.7071068022599731, 0.0, -0.7071067601131199, -4.2146849766967874e-08], "non_uniform_scale": [1.1261551901009565, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5b0142c3306a2f5414638ae564eab84e42abaa95", "translation": [-9.850379943847656, -3.496098486266419e-07, 5.865479596526626], "rotation": [0.7071068022599731, 0.0, -0.7071067601131199, -4.2146849766967874e-08], "non_uniform_scale": [1.1261551901009565, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8a643866e25ff2687ae34a7285e1927fed1205d3", "translation": [-4.155429840087891, 1.2716249702480482, -2.0684698021355317], "rotation": [0.49999997590627915, 0.49999994829837735, 0.5000000837855851, -0.49999999200974826], "non_uniform_scale": [1.1272937579576023, 0.9999998211860874, 1.0794850493091226], "motion_type": "STATIC"}, {"template_name": "8a643866e25ff2687ae34a7285e1927fed1205d3", "translation": [-7.634109973907471, 1.4879997538775243, 1.2332500371187862], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b2d43c076e6d9faac8c38c145b3908aa7ddd6eb0", "translation": [-15.379899978637695, -3.691953338602616e-07, 6.194069493170389], "rotation": [0.9999999999999998, -2.350716994802624e-08, 0.0, 0.0], "non_uniform_scale": [3.2270193099975586, 3.005797981524682, 0.9186684586205028], "motion_type": "STATIC"}, {"template_name": "b2d43c076e6d9faac8c38c145b3908aa7ddd6eb0", "translation": [-13.22510051727295, -3.686577088046761e-07, 6.1850496420234435], "rotation": [0.9999999999999997, -2.5563128012746466e-08, 0.0, 0.0], "non_uniform_scale": [3.2538442611694336, 3.005797981524682, 0.8780139830095893], "motion_type": "STATIC"}, {"template_name": "798d3da97aa9cbf7bcab52071200338b482f3a0b", "translation": [-3.8932454586029053, 0.8000002892554612, -5.4529009906708374], "rotation": [1.0, -1.137037358821787e-09, 0.0, 0.0], "non_uniform_scale": [0.6701643466949463, 0.9965781573559992, 1.3125024661418734], "motion_type": "STATIC"}, {"template_name": "fa58c13910355dac154c515fa953d665c81372e0", "translation": [-11.77405071258545, 6.492454076578724e-07, -10.892529792038772], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fa58c13910355dac154c515fa953d665c81372e0", "translation": [-15.430129051208496, 6.5046253894252e-07, -10.912949865284531], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "869024339bb6856f8a919079ede00407de42c5b7", "translation": [-1.2061699628829956, 1.7537000641021265, -4.528354747172891], "rotation": [0.7071068058323806, 0.7071067565407083, 6.181723806534553e-08, -6.181723878591164e-08], "non_uniform_scale": [1.0000000000000153, 0.563071779838596, 0.9999998211860804], "motion_type": "STATIC"}, {"template_name": "611d69ee5e8383e70431f634f63f9682861eb2a8", "translation": [-9.728189468383789, 4.927802024212724e-07, -8.267479403765208], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b4c6fe44a6dfdd487725581f57412e1673e1d8e9", "translation": [-0.2926500141620636, 3.8188812823136686e-07, -6.407019233285212], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "b4c6fe44a6dfdd487725581f57412e1673e1d8e9", "translation": [-5.761630058288574, -2.7748109232561546e-07, 4.655359944381701], "rotation": [0.7071068022599728, -2.5121483082332386e-15, -0.7071067601131205, -4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "b4c6fe44a6dfdd487725581f57412e1673e1d8e9", "translation": [-11.631290435791016, -2.768498745808756e-07, 4.644769868566385], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "1f0f1b3ec0cdbd99b037a5ca6d373e4a31015130", "translation": [-1.934730052947998, 0.5299997444282383, 3.277782514823514], "rotation": [-4.3711388431324084e-08, -6.323608975239266e-16, 0.9999999999999969, 6.642820004764516e-08], "non_uniform_scale": [1.0000000000000038, 1.060837976832622, 0.5458828156134119], "motion_type": "STATIC"}, {"template_name": "43df9624ebff00bcde5417446122b8810de41a2c", "translation": [-0.31195998191833496, 0.0010005431441541049, -9.112649374386674], "rotation": [0.7071068022599721, 3.552994733844933e-09, -0.7071067601131207, -4.642036208670054e-08], "non_uniform_scale": [0.9999998807907176, 0.8313991628409378, 0.999999880790717], "motion_type": "STATIC"}, {"template_name": "43df9624ebff00bcde5417446122b8810de41a2c", "translation": [-0.02369999885559082, 0.0010005285892830187, -8.868459172877092], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5dde03e5a2f1091852f0225d4f162cc134f996a5", "translation": [-0.8066400289535522, 3.9846420918365766e-07, -6.685119707279199], "rotation": [1.0, -1.4363623625385817e-10, 0.0, 0.0], "non_uniform_scale": [0.7693860530853271, 0.8573801687502596, 0.7772336867769085], "motion_type": "STATIC"}, {"template_name": "7feaa39fce088edce3fb3c3db1111fd29179907f", "translation": [-5.922540187835693, -3.4791230518749217e-07, 5.836999545276171], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7feaa39fce088edce3fb3c3db1111fd29179907f", "translation": [-10.786009788513184, -3.4783602131938096e-07, 5.835719714419838], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7feaa39fce088edce3fb3c3db1111fd29179907f", "translation": [-11.53551959991455, -3.4783602131938096e-07, 5.835719714419838], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9a37b2d598955fe08ff635f76b5aa8d7bb8ca351", "translation": [-3.920884847640991, 0.859999772620192, 3.1947999993085787], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0f74f9a6781d2bd17622b0a8ffd796fee0d9ec21", "translation": [-10.797609329223633, -7.240057442459147e-08, 1.2146800032448724], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b762b7055f8713eca80e9e65e236cc0e3d8778a9", "translation": [-0.2430500090122223, 2.799999748699072, 0.6161301245611881], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c461ecb62efa4ef74eb34fb8152acf8cc8ac427d", "translation": [-3.4701600074768066, 0.3699997643876074, 3.662919801895619], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "73a8b1ad142ac44292ca45446183260080ecc056", "translation": [-1.2806899547576904, 5.311250674822077e-07, -8.910799449038507], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d220f5fb609f0b556c6d3d9f26752729a30de28", "translation": [-3.261740207672119, 4.6427012989624927e-07, -7.789159787347302], "rotation": [1.0, -9.373376935299505e-10, 0.0, 0.0], "non_uniform_scale": [1.1683999300003052, 0.9999998807907188, 1.2842220921251564], "motion_type": "STATIC"}, {"template_name": "7dbdff0fbea2f8f81e12aa4910263c759a406285", "translation": [-11.708745002746582, 0.34594976680690337, 3.6911807450514473], "rotation": [0.3205471035386821, 1.4069131989967017e-09, 0.9472325767270455, 5.733570265737498e-08], "non_uniform_scale": [1.0128894349376443, 1.101392137838339, 0.9391859133640006], "motion_type": "STATIC"}, {"template_name": "a17474ee5c21671b30a73d9203a763d901de6352", "translation": [-0.06869000196456909, 1.3207599188500643, 0.2365500530129685], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a17474ee5c21671b30a73d9203a763d901de6352", "translation": [-0.06869000196456909, 2.082759718936095, 0.2365500984316986], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "25a4b0330a2067f60b6a246d342c4720e8755d7c", "translation": [-2.960170030593872, 2.799999468159669, 5.3228000090837355], "rotation": [1.0, -3.414891281168134e-11, 0.0, 0.0], "non_uniform_scale": [0.5137136578559875, 0.5016221402141846, 0.5262172786930429], "motion_type": "STATIC"}, {"template_name": "569a560088253fea7cc6c44f483d0910b793b231", "translation": [-15.167220115661621, 1.8124401890418085e-07, -3.0407698726195065], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "81de9e28849824f10a82190933bdf2bed9284b7a", "translation": [0.2367600053548813, 3.708601070684381e-08, -0.6221999751210205], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "81de9e28849824f10a82190933bdf2bed9284b7a", "translation": [0.2367600053548813, 2.262640066419408e-07, -3.7960798861932687], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d7dbd6d170e3a8850e955d0a08d7936d3949d0a3", "translation": [-1.2527899742126465, 6.195842843226274e-07, -10.394898748701848], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2a1e170b20e50380602e9f5feb67259ca8c49e15", "translation": [-1.8827850818634033, 1.1948201259097573, -4.528354780484733], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2a1e170b20e50380602e9f5feb67259ca8c49e15", "translation": [-1.8827850818634033, 2.0330201682648124, -4.528354730524114], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7b3a45f3c577743c12f420da2ffac7b644abc4e2", "translation": [-2.1654698848724365, 2.7999999092869956, -2.078087992782102], "rotation": [1.0, -2.4896774569036257e-12, 0.0, 0.0], "non_uniform_scale": [0.8833636045455933, 0.8720188293434523, 0.8833635588450894], "motion_type": "STATIC"}, {"template_name": "2b868ad66501c720e2fd22c9a109f02e4e063f7b", "translation": [-2.1613199710845947, -3.705561084643705e-07, 6.216899501270063], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2dc4fc2ba44e670900db84b7fe9e7e98c8c7b338", "translation": [-7.865800380706787, -7.396250367719404e-08, 1.240884826130575], "rotation": [0.7071068022599731, -2.7831185914493415e-09, -0.7071067601131202, -3.9688411336099014e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907172, 0.8833392928040453], "motion_type": "STATIC"}, {"template_name": "f5de755a3643d796d234a70bee135a779d2e1a9f", "translation": [-6.2649102210998535, -3.423094696586304e-09, 0.05742999568998819], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f5de755a3643d796d234a70bee135a779d2e1a9f", "translation": [-6.2649102210998535, -2.9044151972357213e-08, 0.487279982132911], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d88351bf4ad11d076d74f295b370407a25ef554", "translation": [-0.3615800142288208, 1.357299055371186e-07, -2.2771698071259294], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7455be76e2dd607faf8df97b1e55bc9358118e55", "translation": [-7.976171970367432, 6.294738597034666e-08, -1.0560818281124895], "rotation": [0.7071068022599731, 3.4396971212418397e-09, -0.7071067601131198, -4.6257506688421235e-08], "non_uniform_scale": [1.1950763943745855, 0.9999998807907183, 1.1950634005627985], "motion_type": "STATIC"}, {"template_name": "7455be76e2dd607faf8df97b1e55bc9358118e55", "translation": [-15.47171688079834, 6.520897954942484e-07, -10.940250698313037], "rotation": [-4.371138765248139e-08, 2.9495897981850736e-16, 0.9999999999999972, 6.022754206426417e-08], "non_uniform_scale": [1.2717009782791187, 0.9999998807907186, 1.2264208523725402], "motion_type": "STATIC"}, {"template_name": "7455be76e2dd607faf8df97b1e55bc9358118e55", "translation": [-12.839424133300781, 0.0010000775323418878, -1.3009798942816275], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7455be76e2dd607faf8df97b1e55bc9358118e55", "translation": [-11.81563663482666, 6.508726642096008e-07, -10.919830625067277], "rotation": [-4.371138765248139e-08, 2.9495897981850736e-16, 0.9999999999999972, 6.022754206426417e-08], "non_uniform_scale": [1.2717009782791187, 0.9999998807907186, 1.2264208523725402], "motion_type": "STATIC"}, {"template_name": "0677bfbb64af1d34d83b878761110ce57285b9cf", "translation": [0.4347900152206421, 6.124752758296381e-07, -10.275629384778142], "rotation": [0.7071068022599731, 0.0, 0.7071067601131199, 4.2146849766967874e-08], "non_uniform_scale": [1.112890773243262, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0677bfbb64af1d34d83b878761110ce57285b9cf", "translation": [0.4347900152206421, 5.395084485826374e-07, -9.051449236187352], "rotation": [0.7071068022599731, 0.0, 0.7071067601131199, 4.2146849766967874e-08], "non_uniform_scale": [1.112890773243262, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0677bfbb64af1d34d83b878761110ce57285b9cf", "translation": [-0.6339899897575378, 6.78771129969391e-07, -11.387889183289417], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0677bfbb64af1d34d83b878761110ce57285b9cf", "translation": [-1.7339900732040405, 6.78771129969391e-07, -11.387889183289417], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "a01b0bf94c12425aa537eb467300a5125132e425", "translation": [-8.099098205566406, 0.5806996083504714, 4.658888573754496], "rotation": [0.49999998050587874, 0.4999999482970341, 0.5000000791886754, -0.4999999920084022], "non_uniform_scale": [0.9758101120108388, 1.080749328091792, 0.999999821186082], "motion_type": "STATIC"}, {"template_name": "a01b0bf94c12425aa537eb467300a5125132e425", "translation": [-8.099098205566406, 0.5806995405010582, 5.797212766616752], "rotation": [0.49999998050587774, 0.4999999482970331, 0.5000000791886784, -0.49999999200840123], "non_uniform_scale": [0.9633888028032388, 1.080749328091792, 0.999999821186082], "motion_type": "STATIC"}, {"template_name": "a01b0bf94c12425aa537eb467300a5125132e425", "translation": [-8.250611305236816, 0.5806995405550595, 5.796306776070168], "rotation": [-0.5000000242172655, -0.499999992008418, 0.5000000354772823, -0.4999999482970297], "non_uniform_scale": [0.9633888028032287, 1.0807493280917808, 0.999999821186082], "motion_type": "STATIC"}, {"template_name": "a01b0bf94c12425aa537eb467300a5125132e425", "translation": [-8.250611305236816, 0.5806996084051548, 4.657971139116796], "rotation": [-0.5000000242172654, -0.4999999920084179, 0.5000000354772826, -0.4999999482970296], "non_uniform_scale": [0.9758101120108286, 1.0807493280917808, 0.999999821186082], "motion_type": "STATIC"}, {"template_name": "a01b0bf94c12425aa537eb467300a5125132e425", "translation": [-0.30972588062286377, 0.5807001647860943, -4.676551505491034], "rotation": [-3.090861723438109e-08, -3.0908621775848124e-08, 0.7071068444703921, -0.707106717902696], "non_uniform_scale": [1.0937960147857708, 1.0807492636741065, 0.999999821186082], "motion_type": "STATIC"}, {"template_name": "6665a096a32c7930d07f1a99a8eed3dedfcf4806", "translation": [-2.0334999561309814, 0.3875000773310724, -1.8848999576330137], "rotation": [0.7071068022599731, 0.0, -0.7071067601131199, -4.2146849766967874e-08], "non_uniform_scale": [1.1654525300590675, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "68744e05acc15c9127eeb0dad854289babb1a809", "translation": [-0.6801499724388123, 3.952187341837998e-07, -6.630669675429459], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "68744e05acc15c9127eeb0dad854289babb1a809", "translation": [-5.641190052032471, -2.569728962953377e-07, 4.311289530319584], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "68744e05acc15c9127eeb0dad854289babb1a809", "translation": [-11.755260467529297, -2.549380155869585e-07, 4.277149899175754], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c605855fd97f1798eef75a9c99ed30df8450fe6a", "translation": [-1.2377557754516602, 0.5809499513645946, 0.5998166788299883], "rotation": [-0.4538278763167606, -4.845989881487901e-09, 0.8910893662690715, 5.8926494918943265e-08], "non_uniform_scale": [1.0544868727654606, 1.2775555518203212, 0.8198132696119884], "motion_type": "STATIC"}, {"template_name": "c605855fd97f1798eef75a9c99ed30df8450fe6a", "translation": [-2.683983087539673, 0.5809499515951799, 0.5959480991960717], "rotation": [0.2321347861758474, 2.478743491388719e-09, 0.9726836284461099, 6.163278452835818e-08], "non_uniform_scale": [0.9999999131732996, 1.2775555518203212, 0.8198131831402666], "motion_type": "STATIC"}, {"template_name": "c605855fd97f1798eef75a9c99ed30df8450fe6a", "translation": [-6.098886966705322, 0.3700000633321565, -1.352537171689434], "rotation": [0.9999676530087053, -2.9818262437770953e-09, 0.008043191919984228, 3.935261140216445e-10], "non_uniform_scale": [1.0544868118071256, 1.2775555518203212, 0.8198131893745894], "motion_type": "STATIC"}, {"template_name": "c605855fd97f1798eef75a9c99ed30df8450fe6a", "translation": [-7.2337141036987305, 0.3715500419382334, -1.1799567013080843], "rotation": [0.891089296302801, -5.813428854646215e-09, 0.4538280136952526, 2.2204267446132433e-08], "non_uniform_scale": [1.0544868771813025, 1.2775555518203212, 0.8198132915540283], "motion_type": "STATIC"}, {"template_name": "c605855fd97f1798eef75a9c99ed30df8450fe6a", "translation": [-7.310155868530273, 0.36999990823842666, 1.2495036793050929], "rotation": [0.5948684558790045, 6.352026966069013e-09, 0.8038230652327201, 5.632097703094895e-08], "non_uniform_scale": [1.0544867153744328, 1.2775555518203214, 0.819813233396196], "motion_type": "STATIC"}, {"template_name": "b14707bf586b55c44c65eaba8da9f6ccc2773e25", "translation": [-0.445250004529953, 0.39000015374244157, -3.209369921721809], "rotation": [0.9483990514530356, -1.242656953582499e-09, -0.31707923174339603, -1.7152583492265328e-08], "non_uniform_scale": [1.2135424716842864, 1.1208386277152658, 0.9136473540184481], "motion_type": "STATIC"}, {"template_name": "b14707bf586b55c44c65eaba8da9f6ccc2773e25", "translation": [-0.42247000336647034, 0.39000004167258595, -1.3291498590022357], "rotation": [-0.3277715952212676, -1.8057173306632174e-09, 0.9447569959339291, 5.759956180082707e-08], "non_uniform_scale": [1.1681375544057906, 1.1208386277152655, 0.9136473353332749], "motion_type": "STATIC"}, {"template_name": "b14707bf586b55c44c65eaba8da9f6ccc2773e25", "translation": [-2.4124200344085693, 0.5809499562728391, 0.5174700059580815], "rotation": [0.15422065677563046, 5.015965978221904e-10, 0.988036431020481, 5.917148919105508e-08], "non_uniform_scale": [1.000000056852086, 0.9999998807907172, 0.890865353356982], "motion_type": "STATIC"}, {"template_name": "b14707bf586b55c44c65eaba8da9f6ccc2773e25", "translation": [-1.4948300123214722, 0.5809499499517656, 0.6235200141328576], "rotation": [-0.22346028167566573, -7.267961830525183e-10, 0.9747130359820928, 5.846843946491125e-08], "non_uniform_scale": [0.9999999706514234, 0.9999998807907172, 0.8908652922591274], "motion_type": "STATIC"}, {"template_name": "b14707bf586b55c44c65eaba8da9f6ccc2773e25", "translation": [-7.211850166320801, 0.37000003921330205, -0.9478899647062988], "rotation": [0.9531462281178047, -5.212846804519057e-10, 0.3025099466543235, 1.704709593074593e-08], "non_uniform_scale": [0.9999999915623432, 0.9999998807907171, 0.8908652845371773], "motion_type": "STATIC"}, {"template_name": "b14707bf586b55c44c65eaba8da9f6ccc2773e25", "translation": [-6.32125997543335, 0.37000005640923916, -1.2363898988729716], "rotation": [0.965198103458708, -4.3686879476045493e-10, -0.2615198292285175, -1.4737212983908978e-08], "non_uniform_scale": [0.9999999471574726, 0.9999998807907172, 0.8908652433161214], "motion_type": "STATIC"}, {"template_name": "b14707bf586b55c44c65eaba8da9f6ccc2773e25", "translation": [-7.256720066070557, 0.3699999222934238, 1.013699970024824], "rotation": [0.46006928669120506, 1.4963596164218443e-09, 0.8878830167558353, 5.39216912671993e-08], "non_uniform_scale": [0.9999998255142977, 0.9999998807907172, 0.8908652049290958], "motion_type": "STATIC"}, {"template_name": "8fba7557cf88cc31a6b44a28459b874dc494fe55", "translation": [-1.6826491355895996, 0.5552997756525997, 3.1638246411964417], "rotation": [-4.3711388280167236e-08, 2.0117371311287964e-16, 0.9999999999999973, 5.99124745032759e-08], "non_uniform_scale": [0.9069229960441624, 0.8662297289097576, 0.9999998807907209], "motion_type": "STATIC"}, {"template_name": "0561c92e2635eaaa0ad753cabfb427cfde565ec0", "translation": [-1.8864599466323853, 1.9578995599943383, 4.217769964941134], "rotation": [1.0, -2.8609823754167465e-09, 0.0, 0.0], "non_uniform_scale": [1.306281328201294, 0.8457268064347697, 1.3062811724804329], "motion_type": "STATIC"}, {"template_name": "50d19eb3f509ba5ad8f0863d35f07adbc29fa807", "translation": [-10.092519760131836, 2.79999996893406, -3.078799612593656], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "50d19eb3f509ba5ad8f0863d35f07adbc29fa807", "translation": [-5.082730293273926, 2.8000000024283054, -3.64073977227568], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "50d19eb3f509ba5ad8f0863d35f07adbc29fa807", "translation": [-0.5785499811172485, 2.8000002377873585, -7.589409208928956], "rotation": [1.0, -1.2699574366661195e-09, 0.0, 0.0], "non_uniform_scale": [0.7475851774215698, 0.9999998807907168, 0.7475850883024783], "motion_type": "STATIC"}, {"template_name": "50d19eb3f509ba5ad8f0863d35f07adbc29fa807", "translation": [-0.31004998087882996, 2.8000001283484863, -5.753329720894683], "rotation": [1.0, -1.2699574366661195e-09, 0.0, 0.0], "non_uniform_scale": [0.7475851774215698, 0.9999998807907168, 0.7475850883024783], "motion_type": "STATIC"}, {"template_name": "50d19eb3f509ba5ad8f0863d35f07adbc29fa807", "translation": [-1.229699969291687, 2.800000382970566, -10.025179098535787], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "50d19eb3f509ba5ad8f0863d35f07adbc29fa807", "translation": [-2.571390151977539, 2.800000174012169, -6.519439141783735], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "50d19eb3f509ba5ad8f0863d35f07adbc29fa807", "translation": [-6.540399551391602, 2.8000002555918826, -7.8881195373463555], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "50d19eb3f509ba5ad8f0863d35f07adbc29fa807", "translation": [-9.346750259399414, 2.8000002555918826, -7.8881195373463555], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "50d19eb3f509ba5ad8f0863d35f07adbc29fa807", "translation": [-7.28617000579834, 2.79999996893406, -3.078799612593656], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "50d19eb3f509ba5ad8f0863d35f07adbc29fa807", "translation": [-1.9146299362182617, 2.7999996418190136, 2.409279846591957], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "50d19eb3f509ba5ad8f0863d35f07adbc29fa807", "translation": [-9.994709968566895, 2.7999997101306917, 1.2632001362323706], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [-13.610710144042969, 6.67750555294333e-07, -11.202994632542413], "rotation": [-4.37113879366267e-08, 3.1088901585752287e-15, 0.9999999999999954, 8.466521117881142e-08], "non_uniform_scale": [4.3299198150634925, 1.3342700798189697, 4.518499312579691], "motion_type": "STATIC"}, {"template_name": "d2c8b1afb605c01df14dc02dc83c10309f7b479d", "translation": [-8.605449676513672, 1.1695997097510116, 3.8663698019522457], "rotation": [-4.3711388286737876e-08, 3.1058814544726735e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "013b244fbce89344d7cc19d3eaeb116bb6e3a92d", "translation": [-1.9881500005722046, 1.712099755151275, 0.8821800845813677], "rotation": [-3.0908618104885515e-08, -3.090861932327883e-08, 0.7071068444216758, -0.7071067179514121], "non_uniform_scale": [0.945383012294773, 0.9999998211860853, 0.9631500288069164], "motion_type": "STATIC"}, {"template_name": "cb40ac8eeef13613222677455fec827b139ac010", "translation": [-7.484109878540039, 1.7499998380810027, 0.9665500392585997], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "81ef70dbef87705b4e0e5051197da71c5e1bd4b4", "translation": [-1.946179986000061, 1.5650997997951563, 1.0321799834322931], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "99335851c11899eb6d7576dfeffdc4f3452a6571", "translation": [-14.279809951782227, -3.298199260370893e-07, 5.5334598104083454], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "83e37eb291c9ee6a180364c88f4c75f1842f0073", "translation": [-12.12855339050293, 3.5189464142604265e-07, -5.903812056552624], "rotation": [-0.5620890434091931, 3.691869943346075e-15, 0.8270767239375897, 4.929761426205303e-08], "non_uniform_scale": [1.0000000415756638, 0.9999998211860799, 1.0000000254220527], "motion_type": "STATIC"}, {"template_name": "83e37eb291c9ee6a180364c88f4c75f1842f0073", "translation": [-12.170937538146973, 4.646588536161289e-07, -7.795681488771322], "rotation": [0.772923137761814, 1.0722052286777745e-15, -0.6344996636030871, -3.781913061948197e-08], "non_uniform_scale": [0.999999894782541, 0.9999998211860799, 0.9999998902579565], "motion_type": "STATIC"}, {"template_name": "aadd558c7aa574b485e07396219055de8c994e2c", "translation": [-10.330570220947266, 2.3289300321918915, -4.5278998102646995], "rotation": [0.7071068022599707, 0.7071067601131183, 6.181723998755867e-08, -6.181723630296284e-08], "non_uniform_scale": [1.0000000000000153, 0.9999998807907347, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33fd32eee081d603599039a600259870648e742a", "translation": [-3.9116299152374268, 2.1099997179681154, 0.8617100267583098], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "33fd32eee081d603599039a600259870648e742a", "translation": [-3.3603200912475586, 2.1099997175723395, 0.8683500433951572], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "82a6988d1378a3825e3a3d57aed71bcfec11f3d4", "translation": [-0.47061002254486084, 0.5080999520111078, 0.8474199569630656], "rotation": [0.9953624823910128, -1.8655748235710214e-13, -0.09619526312870394, -5.731820045149431e-09], "non_uniform_scale": [1.1198211292440687, 0.9999999999999928, 0.9993495336877788], "motion_type": "STATIC"}, {"template_name": "1708a446943ad7ae5829179c4b5859217a5a6391", "translation": [-12.513471603393555, -2.0239167497493327e-07, 3.395568645264575], "rotation": [0.8097393529053162, 1.1125735435702138e-16, -0.5867897241401545, -3.4975395303448743e-08], "non_uniform_scale": [0.9999999670474425, 0.9999998807907176, 0.9999998895699951], "motion_type": "STATIC"}, {"template_name": "786845ecaee2a43d135f922f4d617da02c8543b6", "translation": [-6.339370250701904, -2.0533800437760874e-08, 0.3444999847114083], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ff6a1bbcf8b11918f14ae025223080c9af2cfad9", "translation": [-10.786629676818848, -7.298469739680513e-08, 1.22447995993614], "rotation": [1.0, -2.866844976296204e-09, 0.0, 0.0], "non_uniform_scale": [1.3734195232391357, 0.99999988079072, 1.5452433174558373], "motion_type": "STATIC"}, {"template_name": "fd763e1ae97291f1eadeac9e31e627ae34925737", "translation": [-11.836569786071777, 2.5017858007458926e-08, -0.41972998263061], "rotation": [0.7071068022599731, -2.291250377573207e-09, 0.7071067601131201, 4.008029011986159e-08], "non_uniform_scale": [0.7691872257478698, 0.9999998807907172, 0.9019351660051846], "motion_type": "STATIC"}, {"template_name": "fd763e1ae97291f1eadeac9e31e627ae34925737", "translation": [-11.84862995147705, -1.872211754516684e-07, 3.1410499131053626], "rotation": [0.7071068022599737, -5.140197657346042e-09, 0.7071067601131198, 3.801458711527734e-08], "non_uniform_scale": [-0.7691872257478698, 0.999999880790717, 0.8039111015849657], "motion_type": "STATIC"}, {"template_name": "bdfb2c362461fe0bf3ef2a2a9825cd5cde388bae", "translation": [-4.155425071716309, 1.6091867445138988, 2.793766427959234], "rotation": [0.4999999736911797, 0.4999999481630729, 0.5000000862712923, -0.4999999918744443], "non_uniform_scale": [1.2889113850050455, 0.9999998211860879, 1.1674315729818787], "motion_type": "STATIC"}, {"template_name": "2d15d0abb43c2544bc8646c5bbc327b36a81e971", "translation": [-3.352919816970825, -3.2803953331494995e-07, 5.503589778924578], "rotation": [0.7071068022599736, -4.767933487435741e-09, 0.7071067601131197, 3.825863728457904e-08], "non_uniform_scale": [0.3215632843039462, 0.999999880790717, 0.8154920449559668], "motion_type": "STATIC"}, {"template_name": "0a22539d08541604a273ac11a98fa07eafb88ed9", "translation": [-1.9015597105026245, 1.9568996313554194, 4.2375296187025455], "rotation": [0.7071068022599731, 6.350611645882293e-10, 0.70710676011312, 4.2801643603718144e-08], "non_uniform_scale": [0.33749757185592816, 0.3773654845517269, 0.38909099167043015], "motion_type": "STATIC"}, {"template_name": "f043ff8e22b9b110996b6c6d671be77f5ed04b53", "translation": [-3.66048002243042, 2.708434898579526e-08, -0.454399946069719], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3448a0f2142df518fd92e165207bf1d58dd05fa0", "translation": [-2.598219871520996, 1.9568996309763307, 4.24388967233957], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "334e738f9a75aa50fdc33f0776b43bdea1fccdfe", "translation": [-3.9077301025390625, 0.8857497808951145, 2.718219886274934], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c65b5e4533cf2fc2a8c145dddddfc79ba394c25a", "translation": [-6.331154823303223, 0.7599999222356093, 0.3846700117188693], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b9acee2dff54f19f51dd086dffb1db280cbc6b25", "translation": [-7.8498854637146, 1.670777827200709e-08, -0.28030998824179143], "rotation": [0.7071068022599755, -2.2071352368587554e-08, -0.7071067601131179, -3.136642575150002e-08], "non_uniform_scale": [1.6444807264518304, 2.0473546925360155, 0.9999999403953644], "motion_type": "STATIC"}, {"template_name": "b9acee2dff54f19f51dd086dffb1db280cbc6b25", "translation": [-11.635254859924316, -1.6054272578003292e-07, 2.693459827097655], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "b9acee2dff54f19f51dd086dffb1db280cbc6b25", "translation": [-11.635254859924316, 1.3976096724377385e-08, -0.23447997960567513], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "6d869e0a35b047ed162f2e318e74bd407a488ca7", "translation": [-11.323780059814453, -2.1997512078542059e-07, 3.69056989606797], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [2.6511518955230713, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4e8cb9e4a4814af0e799ee3423338a0cdcd27b41", "translation": [-0.29703187942504883, 3.523465608168408e-08, -0.5911394005334714], "rotation": [-0.11265649319632232, 7.053993727239185e-16, 0.993633994255784, 5.922520467026275e-08], "non_uniform_scale": [0.9999999716826882, 0.9999997615814423, 0.9999998584483741], "motion_type": "STATIC"}, {"template_name": "c52452b350951c3985cda3e780b11002133e9e7d", "translation": [-2.297760009765625, 0.3557004993402604, -8.964438836566247], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b3f909baf1ef9310cc7010ee443b3ec0bfda60c8", "translation": [-9.38711929321289, 2.0457804339457653e-07, -3.43224981831014], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "50ef9408c11977196f547747b29399c83634454d", "translation": [-3.1862800121307373, 0.36999976201772, 3.7026799122881826], "rotation": [-4.3711388286737876e-08, 3.1058814544726735e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "50ef9408c11977196f547747b29399c83634454d", "translation": [-0.6747699975967407, 0.36999976201772, 3.7026799122881826], "rotation": [-4.3711388286737876e-08, 3.1058814544726735e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b950b390d7d5c099fb9730dcadd080a5c48fc83c", "translation": [-2.256459951400757, 1.4743997077095514, 4.159019787036186], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ff10cb92d3dbd50abc4b4aac608055945bdb31e7", "translation": [-0.06982000172138214, 0.0009997836236365146, 3.629989646137365], "rotation": [-4.371138698861971e-08, 6.191441898403415e-16, 0.9999999999999972, 6.18862530686301e-08], "non_uniform_scale": [1.6865761280059879, 1.143226487251933, 1.6865759269504563], "motion_type": "STATIC"}, {"template_name": "3d2bc8edcee009c8bec66078cf9af53bfb1abbc7", "translation": [-7.879110336303711, 1.0920999583691344, 0.012750064095856217], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "400ae3a2d7a2d45552ef36785c351f13f9bbcba3", "translation": [-0.07689999788999557, -2.168905695043577e-07, 3.6388197160470526], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "012206d2b382d07af6b113f4968003c7d8d70b85", "translation": [-2.1414101123809814, 0.555299776531399, 3.1490808371436003], "rotation": [-4.371138953617977e-08, -3.19065253560932e-16, 0.9999999999999972, 6.078850920987336e-08], "non_uniform_scale": [1.1285036802291912, 1.155920725355053, 0.8728056105607003], "motion_type": "STATIC"}, {"template_name": "61bb33a7ffa08bce73405ebe7c6d931ae6c6b2d3", "translation": [-1.8811700344085693, 0.5299997607389031, 3.00413498436599], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b24552ad3a36d5abfffd1ba2010070cc7b11f8d0", "translation": [-7.9097700119018555, 0.10149972677766295, 4.433409909492125], "rotation": [0.7071068022599731, -2.4843775066257466e-09, 0.7071067601131201, 3.9924471618182626e-08], "non_uniform_scale": [0.9274033947346572, 0.9999998807907172, 0.8945410910522292], "motion_type": "STATIC"}, {"template_name": "b24552ad3a36d5abfffd1ba2010070cc7b11f8d0", "translation": [-7.9097700119018555, 0.1014996325457127, 6.01435959858537], "rotation": [0.7071068022599731, -2.4843775066257466e-09, 0.7071067601131201, 3.9924471618182626e-08], "non_uniform_scale": [-0.9274033947346572, 0.9999998807907172, 0.8945410910522292], "motion_type": "STATIC"}, {"template_name": "b24552ad3a36d5abfffd1ba2010070cc7b11f8d0", "translation": [-8.439949989318848, 0.10149972677766295, 4.433409909492125], "rotation": [0.7071068022599731, -2.4843775066257466e-09, -0.7071067601131201, -3.9924471618182626e-08], "non_uniform_scale": [-0.9274033947346572, 0.9999998807907172, 0.8945410910522292], "motion_type": "STATIC"}, {"template_name": "b24552ad3a36d5abfffd1ba2010070cc7b11f8d0", "translation": [-8.439949989318848, 0.1014996325457127, 6.01435959858537], "rotation": [0.7071068022599731, -2.4843775066257466e-09, -0.7071067601131201, -3.9924471618182626e-08], "non_uniform_scale": [0.9274033947346572, 0.9999998807907172, 0.8945410910522292], "motion_type": "STATIC"}, {"template_name": "b24552ad3a36d5abfffd1ba2010070cc7b11f8d0", "translation": [-0.5514199733734131, 0.10150028121114696, -4.868439854983082], "rotation": [-4.371138843092043e-08, -1.3738105118368291e-16, 0.9999999999999973, 5.978990992650062e-08], "non_uniform_scale": [0.9274035096168554, 0.9999998807907172, 0.8945410973380663], "motion_type": "STATIC"}, {"template_name": "4bed7917cfc641d4fca84ae67433a5f0f89902df", "translation": [-1.9605799913406372, 1.0158998927140175, 1.0496600846195179], "rotation": [0.9999999999999994, -3.53153678451222e-08, 0.0, 0.0], "non_uniform_scale": [3.6610488891601562, 0.5315526686247936, 0.12877668395320643], "motion_type": "STATIC"}, {"template_name": "1e8dfeea0abd21d8f597a616bff386bcd098bbaa", "translation": [-11.458930015563965, 2.0806001375442804, -3.9978097630494744], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1e8dfeea0abd21d8f597a616bff386bcd098bbaa", "translation": [-11.458930015563965, 2.0806000283700286, -2.166169867112032], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "12001de4686bf2e4b9c721c93b35a424dd48249f", "translation": [0.09595000743865967, 4.517573870543856e-07, -7.579230810449644], "rotation": [0.707106802259973, -1.3278334377974841e-09, -0.7071067601131201, -4.089772352218845e-08], "non_uniform_scale": [1.586679364044704, 1.063009731410766, 0.9999998807907178], "motion_type": "STATIC"}, {"template_name": "20081d0ebd22d10d4fd49262449643d5582b3dae", "translation": [-1.9221200942993164, -1.719045599202218e-07, 2.884079761261944], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f219023b86de82c9e1e6bc946168ab9ccfe42bb2", "translation": [-11.164770126342773, 0.5699999058643002, 0.889334957639278], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f219023b86de82c9e1e6bc946168ab9ccfe42bb2", "translation": [-11.164770126342773, 0.569999874219608, 1.4202447622868526], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "09b1df19e95ab47e50c8aac06137ef2f51144d34", "translation": [-16.40191078186035, 1.8006499510733391, 5.029802606752369], "rotation": [0.49999998683011154, 0.4999999477961594, 0.5000000738661949, -0.499999991507526], "non_uniform_scale": [1.413243924782055, 1.4228051052805863, 1.0863079921832048], "motion_type": "STATIC"}, {"template_name": "09b1df19e95ab47e50c8aac06137ef2f51144d34", "translation": [-12.172528266906738, 1.8006500229306681, 3.8242367491968565], "rotation": [-0.5000000305414992, -0.49999999150754393, 0.5000000301547971, -0.49999994779615503], "non_uniform_scale": [1.4132439247820403, 1.4228051052805715, 1.0863079921832048], "motion_type": "STATIC"}, {"template_name": "09b1df19e95ab47e50c8aac06137ef2f51144d34", "translation": [-16.40191078186035, 1.8006507360372694, -8.139706019141855], "rotation": [0.49999998683011154, 0.4999999477961594, 0.5000000738661949, -0.499999991507526], "non_uniform_scale": [1.413243924782055, 1.4228051052805863, 1.0863079921832048], "motion_type": "STATIC"}, {"template_name": "a0ac4c0735903452539bd61238cf7e95259057dd", "translation": [-0.6266500353813171, -3.1859991622695816e-07, 5.345219293521666], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7baa2081db278ef342800ab53d30f613c59d7213", "translation": [-0.10311000049114227, 2.133449670138347, 3.9255100612604537], "rotation": [-3.0908618754806895e-08, -3.090861925934761e-08, 0.7071068458842512, -0.7071067164888366], "non_uniform_scale": [1.4510715007782038, 0.9999998211860874, 1.4510712085877318], "motion_type": "STATIC"}, {"template_name": "7baa2081db278ef342800ab53d30f613c59d7213", "translation": [-5.295420169830322, 2.133449631332155, 4.5765698884058], "rotation": [0.499999967835433, 0.4999999472972814, 0.5000000938586192, -0.49999999100865383], "non_uniform_scale": [1.4510712950783327, 0.9999998211860892, 1.4510712085877318], "motion_type": "STATIC"}, {"template_name": "8a53e7870b8d8db886ef029d90384653c165b517", "translation": [-2.9458999633789062, -3.7445664702318027e-07, 6.282339675287005], "rotation": [1.0, -1.2176873581005005e-10, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999998807907172, 0.9135956867223097], "motion_type": "STATIC"}, {"template_name": "9014bad63afdf027b0fd358bdf2ab6178c0a9f8b", "translation": [-10.967759132385254, 0.5699998907043273, 1.1436770812465475], "rotation": [0.7071068022599729, 1.3235288185153e-09, 0.7071067601131201, 4.355907426369895e-08], "non_uniform_scale": [1.3425192032742976, 0.7993121982440657, 0.852877685256142], "motion_type": "STATIC"}, {"template_name": "9014bad63afdf027b0fd358bdf2ab6178c0a9f8b", "translation": [-11.45084285736084, 0.3449997594097045, 3.671435157869139], "rotation": [0.18656040614578423, -4.906722988879474e-10, 0.9824434919417588, 5.85735718467444e-08], "non_uniform_scale": [1.0000001694035636, 0.999999880790718, 1.0882512050785085], "motion_type": "STATIC"}, {"template_name": "7440b733c46ddf17ceee2b49f769b4d57de1f2a9", "translation": [-0.254282683134079, -5.936086466817869e-08, 0.9959099891239376], "rotation": [0.7071068022599748, -2.228944816702613e-08, -0.7071067601131186, -3.131465657471234e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907162, 0.48597845518717714], "motion_type": "STATIC"}, {"template_name": "d8c33846cd05fc87c20b3d76cd0012566591b10f", "translation": [-7.484109878540039, 1.7499999125576018, -0.2829598764801027], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1cc80590ed1037197f74cd8c2b66069a7cd350a0", "translation": [-6.6707000732421875, 1.7271499478471313, -1.4665698293614398], "rotation": [0.7071068023334081, 0.707106760039681, 6.18172404182814e-08, -6.181723495684118e-08], "non_uniform_scale": [1.1210927963257007, 0.9999998211860973, 1.087041963691471], "motion_type": "STATIC"}, {"template_name": "5bd4bdf43eabeaa724a540e2a6f454f2db52fb92", "translation": [-0.5319499969482422, 2.4629471795378777e-07, -4.132139436475057], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f7384d6b7be9f030670dabb3b0f5215e6ff0ba98", "translation": [0.2201700061559677, -5.966663252365834e-08, 1.0010399221754085], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f7384d6b7be9f030670dabb3b0f5215e6ff0ba98", "translation": [0.2201700061559677, -1.5178143542016187e-07, 2.546469775052671], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [-0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f7384d6b7be9f030670dabb3b0f5215e6ff0ba98", "translation": [-2.1454200744628906, -3.869497504638275e-07, 6.491939157727984], "rotation": [-4.371138805051988e-08, 1.693737518929463e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [-1.1122107505798382, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2a54c93149647bedeb2e824a07588bbd8fa38a9b", "translation": [-6.374019622802734, 2.799999765385392, 0.33618014835238164], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2abfe2c185d18cf31e3dcfd8833207d78daae258", "translation": [-3.94281005859375, -1.6817747905406577e-07, 2.821549724248058], "rotation": [0.7071068022599731, -2.506689820255535e-09, 0.7071067601131202, 3.990663411018322e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907172, 0.893694645542226], "motion_type": "STATIC"}, {"template_name": "084ff2a0e018cec0a68d318cc0f37f0b7624c8b8", "translation": [-0.660260021686554, -2.1979897724122566e-07, 3.6876146979561497], "rotation": [-4.371138867895005e-08, 1.3191639259263813e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.1660313606262251, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "084ff2a0e018cec0a68d318cc0f37f0b7624c8b8", "translation": [-3.1924397945404053, -2.1979897724122566e-07, 3.6876146979561497], "rotation": [-4.371138771073033e-08, 1.8962678849102603e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.1686503887176558, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b5a2e303c9a5cfa54fb5b257cd82926b194e1e26", "translation": [-2.7546701431274414, 1.9568996323153343, 4.221424921481308], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "71dc0202fcd0c3c8a29574530594cbd339347a63", "translation": [-0.0005500094848684967, 0.4904003877889984, -6.7228193752038585], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "71dc0202fcd0c3c8a29574530594cbd339347a63", "translation": [-5.445830345153809, 0.4903996858006572, 5.0545899531727905], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "71dc0202fcd0c3c8a29574530594cbd339347a63", "translation": [-11.947090148925781, 0.49039968606233586, 5.050199713718893], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "466fc73df4c164875970929ca3238887e7505a03", "translation": [-5.445430278778076, 1.1848996242064374, 5.8814694466251325], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "466fc73df4c164875970929ca3238887e7505a03", "translation": [-10.77090072631836, 1.1848995949536487, 6.372249770918486], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "466fc73df4c164875970929ca3238887e7505a03", "translation": [-11.52040958404541, 1.1848995949536487, 6.372249770918486], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "de3067a831219cc8fbeacaaf1fb263d9ae27ed05", "translation": [-14.30286979675293, 4.145807110944588e-07, -6.955509724884621], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "eb5b7096fe0619a9831f98bacfbbe0a0130c4e8e", "translation": [-9.270649909973145, 2.516377151096094e-07, -4.221780048502666], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "53a18ac1b365ac0a7746fa271e4817fb51a52f09", "translation": [-8.658610343933105, 1.1615008332910293e-07, -1.9486749202802756], "rotation": [-4.371138881914566e-08, 1.2356008289807965e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [-1.0276161432266275, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3c163391afeb4130eadacb6ef9b6e5930329a32b", "translation": [-1.7809650897979736, 1.4743997068864019, 4.172829943988916], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx31c3e2eaxb753x40dfx9630xab5afbebd8ba", "translation": [-3.849910020828247, 3.9431154164049076e-07, -6.615449511083966], "rotation": [-0.5445982134027118, -4.808041203571528e-17, 0.8386970763980116, 4.999024381262171e-08], "non_uniform_scale": [0.9999998778283307, 0.9999998807907176, 0.9999998580983559], "motion_type": "STATIC"}, {"template_name": "d5b3e2ccb2818e45e382bb381f8aa26b92dfc661", "translation": [-2.6395199298858643, 1.6110496707814903, 4.075519891710876], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "31f4052e890beb8bebedcaac4ee02b625f0d1859", "translation": [-3.8968300819396973, 0.8599998114866096, 2.542729754285226], "rotation": [0.7071068022599721, 6.292547136147501e-09, 0.7071067601131205, 5.111827472103899e-08], "non_uniform_scale": [1.7225141690662997, 0.9999998807907194, 1.425722037212726], "motion_type": "STATIC"}, {"template_name": "5602ce3737d5bf9349ffb59da2e7fc83e31d8b5f", "translation": [-16.03990936279297, 3.047174175208056e-07, -5.112309627991323], "rotation": [-0.15643448417442493, 9.963700169196522e-16, 0.9876883375645772, 5.8870815776780844e-08], "non_uniform_scale": [1.000000094507188, 0.9999998807907177, 0.999999986681371], "motion_type": "STATIC"}, {"template_name": "475870f8089a1c7bf8186679ed82537d9fbcc587", "translation": [-12.885589599609375, 7.24256068451723e-08, -1.2150999775469273], "rotation": [-0.15643448417442493, 9.963700169196522e-16, 0.9876883375645772, 5.8870815776780844e-08], "non_uniform_scale": [1.000000094507188, 0.9999998807907177, 0.999999986681371], "motion_type": "STATIC"}, {"template_name": "52d479dbd7e4a71446b03995036d15bd25c2c00a", "translation": [-16.00385093688965, -2.316719331929562e-07, 3.8868098326438627], "rotation": [0.7071068022599728, -1.256074079248779e-15, 0.7071067601131205, 4.214684851089383e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "899e88f11da4a0aff204df49c9968920a60380b1", "translation": [-15.995670318603516, 4.5002281012784806e-07, -7.550129440419084], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "899e88f11da4a0aff204df49c9968920a60380b1", "translation": [-15.94540023803711, 3.6648930290539283e-07, -6.1486698300439], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b44f832966b52e31a8c23f1ddb8175b117d29c10", "translation": [-6.660910129547119, 6.470322944096552e-08, -1.0855399915254083], "rotation": [1.0, -1.4257416929307577e-09, 0.0, 0.0], "non_uniform_scale": [1.2664614915847778, 0.9999998807907191, 1.360839085478881], "motion_type": "STATIC"}, {"template_name": "b44f832966b52e31a8c23f1ddb8175b117d29c10", "translation": [-7.103079795837402, -2.0855666083008373e-09, 0.03498999938428393], "rotation": [0.7071068022599726, 5.587814716237334e-09, -0.7071067601131199, -4.975096774562822e-08], "non_uniform_scale": [2.3100994640529477, 0.9999998807907191, 1.3608390473819336], "motion_type": "STATIC"}, {"template_name": "e3a9ea62e9437c9eab6f53030da27e88a87a83eb", "translation": [-14.774260520935059, 6.312412210718321e-07, -10.590469682784658], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0117928981781006, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e3a9ea62e9437c9eab6f53030da27e88a87a83eb", "translation": [-12.164730072021484, 6.312412210718321e-07, -10.590469682784658], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0117928981781006, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e3a9ea62e9437c9eab6f53030da27e88a87a83eb", "translation": [-13.485400199890137, 5.572551344812382e-07, -9.349189201045647], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0117928981781006, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e3a9ea62e9437c9eab6f53030da27e88a87a83eb", "translation": [-14.774260520935059, 5.572551344812382e-07, -9.349189201045647], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0117928981781006, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e3a9ea62e9437c9eab6f53030da27e88a87a83eb", "translation": [-15.141550064086914, 6.282448907768412e-07, -10.540199605214582], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0117928981781006, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e3a9ea62e9437c9eab6f53030da27e88a87a83eb", "translation": [-15.141550064086914, 5.572551344812382e-07, -9.349189201045647], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0117928981781006, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e3a9ea62e9437c9eab6f53030da27e88a87a83eb", "translation": [-12.164730072021484, 5.572551344812382e-07, -9.349189201045647], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0117928981781006, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e3a9ea62e9437c9eab6f53030da27e88a87a83eb", "translation": [-13.485400199890137, 6.312412210718321e-07, -10.590469682784658], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0117928981781006, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e3dfeaae3312a8c21fdac34ceac931557437efaf", "translation": [-2.196150064468384, 1.9568996302414021, 4.256219726841458], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "5edc641b8db2a60537eae7825e3f00b06a957bb5", "translation": [-11.324999809265137, 1.1695997097510116, 3.8663698019522457], "rotation": [-4.3711388286737876e-08, 3.1058814544726735e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "eed320bf8d4d824d7e72c2bdb85ddd3e7b7690e3", "translation": [-6.621519565582275, 2.540427601616102e-07, -4.262130006424769], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.1635239124298096, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2091e6f3f7ff34617ba7f20476be617f7e9c38f4", "translation": [-2.300410032272339, 5.350005380932998e-07, -8.975819052706981], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5bf43afca1520ee67529f9edc1565c871f6b43f0", "translation": [-2.256089925765991, 1.4479496763068411, 4.075519881989358], "rotation": [0.7071068121426412, 0.707106750230447, 6.181723688677123e-08, -6.181723409929013e-08], "non_uniform_scale": [1.0000000000000153, 0.9999998211861068, 2.5449995344877623], "motion_type": "STATIC"}, {"template_name": "5bf43afca1520ee67529f9edc1565c871f6b43f0", "translation": [-2.268399953842163, 1.9304496046322583, 4.075519910748596], "rotation": [0.7071068121426412, 0.707106750230447, 6.181723688677123e-08, -6.181723409929013e-08], "non_uniform_scale": [1.0000000000000153, 0.9999998211861068, 2.5449995344877623], "motion_type": "STATIC"}, {"template_name": "5bf43afca1520ee67529f9edc1565c871f6b43f0", "translation": [-8.603819847106934, 1.143149669845407, 3.9255247841849936], "rotation": [-3.090861698526795e-08, -3.090861960016748e-08, 0.7071068494689403, -0.7071067129041468], "non_uniform_scale": [1.0401915311813394, 1.28939970858101, 2.5449995344877627], "motion_type": "STATIC"}, {"template_name": "5bf43afca1520ee67529f9edc1565c871f6b43f0", "translation": [-11.323380470275879, 1.143149669845407, 3.9255247841849936], "rotation": [-3.090861698526795e-08, -3.090861960016748e-08, 0.7071068494689403, -0.7071067129041468], "non_uniform_scale": [1.0401915311813394, 1.28939970858101, 2.5449995344877627], "motion_type": "STATIC"}, {"template_name": "76eb8317661751dd4897b39db29df5db517e2d5c", "translation": [-12.044239044189453, 5.166357937014254e-07, -8.66770978762446], "rotation": [0.7071068022599739, -3.2004867947349828e-09, 0.7071067601131196, 3.9368343278876564e-08], "non_uniform_scale": [1.1937536481765718, 1.5428604432510684, 1.3394360936024141], "motion_type": "STATIC"}, {"template_name": "a9e80f831a6f835f76d197999c2bfde8370bea6c", "translation": [-7.148900032043457, 2.7999994781610127, 5.155005314647823], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a9e80f831a6f835f76d197999c2bfde8370bea6c", "translation": [-9.22854995727539, 2.7999994753298125, 5.202504968493869], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d1e9b9196598a5cf1c76901cd2722f6ddb719b82", "translation": [-12.961199760437012, 6.952881825839086e-09, -0.1166499932616949], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b121eaec72f819fa6b4f64e2098f30dfa41863e3", "translation": [-0.5344200134277344, 0.6000002336370969, -4.119779782308335], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f1d6e648da6a766b84a7a0c5b3f9df93a09a1579", "translation": [-3.1909573078155518, 0.42999960198647, 6.367558602240148], "rotation": [0.2554298424016551, -2.386666646393281e-16, 0.9668275935298197, 5.762741843473497e-08], "non_uniform_scale": [0.9999999121430577, 0.9999998807907176, 0.9999998220149207], "motion_type": "STATIC"}, {"template_name": "7b81210ab62dfc33b46c6445b11ca8962ce99046", "translation": [-3.5205037593841553, 0.4299996047590646, 6.321042186555712], "rotation": [0.3517146480582409, -1.935310697219403e-15, 0.9361072621987634, 5.579634308028002e-08], "non_uniform_scale": [1.000000005819385, 0.9999998211860799, 0.9999999382995854], "motion_type": "STATIC"}, {"template_name": "949d4443bf9f2c56a5de5ae1851506e08549aef1", "translation": [-0.6399999856948853, -3.1872630756879516e-07, 5.347339788237804], "rotation": [-4.3711388713406814e-08, -1.981668860034119e-16, 0.9999999999999973, 6.001133385357838e-08], "non_uniform_scale": [0.79083597660065, 0.9999998807907171, 0.8478798451566859], "motion_type": "STATIC"}, {"template_name": "11b04c2fa007ce7df041e2f3f145e21ab4ac654b", "translation": [-2.0087599754333496, 1.244181362380914e-07, -2.0873898215657505], "rotation": [1.0, -1.4009818081578393e-09, 0.0, -0.0], "non_uniform_scale": [-0.6292999982833862, 0.9999998807907168, 0.7368024305340689], "motion_type": "STATIC"}, {"template_name": "56a3cb5686d12e4bad648c325ae998def645c997", "translation": [-2.4351649284362793, 1.9568996305608621, 4.250860077502715], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e5e0a3fa5bf301911dbb5f403eebbd5c5adf9fb1", "translation": [-3.8629298210144043, 1.245021792328771e-07, -2.088799828958514], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "f8566bd61efc1299e3deb8b5185c1fb528bfba86", "translation": [-7.700890064239502, 1.092099975029825, -0.26676992423116985], "rotation": [0.7071068022599725, 2.2294269550280877e-09, -0.7071067601131206, -4.4640039648993214e-08], "non_uniform_scale": [0.8949297729176419, 0.894206596111459, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "895c58c1fd54229d711a593e5441ec0700c05f6c", "translation": [-5.957230091094971, -3.4929692560581316e-07, 5.860229619727733], "rotation": [-4.3711388286737876e-08, 2.3294109863304354e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "895c58c1fd54229d711a593e5441ec0700c05f6c", "translation": [-11.108440399169922, -3.4929692560581316e-07, 5.860229619727733], "rotation": [-4.3711388768049995e-08, 2.042526591738956e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [-1.6394196748733583, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0adbcb8e57d8b97125b672d7b50a1f7a526aa792", "translation": [-12.691400527954102, -3.2241584335679363e-07, 5.409239923403248], "rotation": [0.7071068022599715, 8.509255878437106e-09, 0.7071067601131206, 5.641911835591413e-08], "non_uniform_scale": [1.6157150497606367, 0.9999998807907208, 1.6772636367521485], "motion_type": "STATIC"}, {"template_name": "0adbcb8e57d8b97125b672d7b50a1f7a526aa792", "translation": [-15.906519889831543, -3.2317518616764573e-07, 5.4219795809996185], "rotation": [0.7071068022599715, 8.509255878437106e-09, 0.7071067601131206, 5.641911835591413e-08], "non_uniform_scale": [1.6157150497606367, 0.9999998807907208, 1.6772636367521485], "motion_type": "STATIC"}, {"template_name": "0adbcb8e57d8b97125b672d7b50a1f7a526aa792", "translation": [-12.18529987335205, 4.097366286259785e-07, -6.874239511833196], "rotation": [0.7071068022599715, 8.509255878437106e-09, 0.7071067601131206, 5.641911835591413e-08], "non_uniform_scale": [1.6157150497606367, 0.9999998807907208, 1.6772636367521485], "motion_type": "STATIC"}, {"template_name": "d5a43db547983557d4796ef21587ff986fc38094", "translation": [-11.395384788513184, 0.5699998495680099, 1.8338299236398932], "rotation": [0.7071068022599741, -2.5191478249152434e-09, 0.7071067601131192, 3.989668927622913e-08], "non_uniform_scale": [1.0690385658121964, 1.119541392381017, 0.9999999403953592], "motion_type": "STATIC"}, {"template_name": "d5a43db547983557d4796ef21587ff986fc38094", "translation": [-11.385294914245605, 0.5699999249243746, 0.5695599913859368], "rotation": [0.7071068022599741, -2.5191478249152434e-09, 0.7071067601131192, 3.989668927622913e-08], "non_uniform_scale": [1.1035578785206153, 1.119541392381017, 0.9999999403953592], "motion_type": "STATIC"}, {"template_name": "3092aa4f12c166b743cec408990b3ff4bd1ae73f", "translation": [-2.028710126876831, 0.38750007465005254, -1.8399199111807327], "rotation": [-4.371138959461951e-08, -1.513995365706122e-16, 0.9999999999999973, 5.98323867927815e-08], "non_uniform_scale": [1.1455966234207198, 1.3312593303609592, 1.1765405921291567], "motion_type": "STATIC"}, {"template_name": "4297ba21cc4badbbf54b3386161fc2c7a12d0c71", "translation": [-3.5988101959228516, 1.647519604977397, 4.075539444206974], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755813e-08, -6.181723730815494e-08], "non_uniform_scale": [1.0000000000000153, 0.9999997019768216, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "8637547dcbdad6644369329ff84cbb4209cfa254", "translation": [-5.01200008392334, 2.1113495732861622, 6.04611993224799], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8637547dcbdad6644369329ff84cbb4209cfa254", "translation": [-5.01200008392334, 2.1113496107131198, 5.4181998189181115], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8637547dcbdad6644369329ff84cbb4209cfa254", "translation": [-4.273220062255859, 2.111349558656798, 6.291559923874729], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8637547dcbdad6644369329ff84cbb4209cfa254", "translation": [-10.824780464172363, 2.1099998380047182, -1.152169867624643], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8637547dcbdad6644369329ff84cbb4209cfa254", "translation": [-11.50564956665039, 2.1099998380047182, -1.152169867624643], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8637547dcbdad6644369329ff84cbb4209cfa254", "translation": [-10.155960083007812, 2.1099998380047182, -1.152169867624643], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8637547dcbdad6644369329ff84cbb4209cfa254", "translation": [-9.487150192260742, 2.1099998380047182, -1.152169867624643], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8637547dcbdad6644369329ff84cbb4209cfa254", "translation": [-8.827939987182617, 2.1099998380047182, -1.152169867624643], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxxb8ef2baaxd21fx4695xbdc3x4dde2486271d", "translation": [-0.3117699921131134, 1.6256501101398442, -4.663889510062944], "rotation": [-3.0908619096263485e-08, -3.090862115806195e-08, 0.7071068462914754, -0.7071067160816126], "non_uniform_scale": [1.8353036642074656, 2.792799616718331, 1.8353033262129579], "motion_type": "STATIC"}, {"template_name": "xxxxb8ef2baaxd21fx4695xbdc3x4dde2486271d", "translation": [-8.099860191345215, 1.6256495559203472, 4.634370147662139], "rotation": [0.49999999235982856, 0.4999999470093339, 0.500000069910131, -0.4999999907206988], "non_uniform_scale": [1.8353034356055762, 2.7927997831821845, 1.8353033262129577], "motion_type": "STATIC"}, {"template_name": "xxxxb8ef2baaxd21fx4695xbdc3x4dde2486271d", "translation": [-8.099860191345215, 1.6256494856446864, 5.813400018945316], "rotation": [0.49999999235982856, 0.4999999470093339, 0.500000069910131, -0.4999999907206988], "non_uniform_scale": [1.8353034356055762, 2.7927997831821845, 1.8353033262129577], "motion_type": "STATIC"}, {"template_name": "xxxxb8ef2baaxd21fx4695xbdc3x4dde2486271d", "translation": [-8.249859809875488, 1.6256494856446864, 5.813400018945316], "rotation": [-0.5000000360712168, -0.49999999072071827, 0.5000000261987313, -0.49999994700932887], "non_uniform_scale": [1.835303435605557, 2.792799783182155, 1.8353033262129577], "motion_type": "STATIC"}, {"template_name": "xxxxb8ef2baaxd21fx4695xbdc3x4dde2486271d", "translation": [-8.249859809875488, 1.6256495559203472, 4.634370147662139], "rotation": [-0.5000000360712168, -0.49999999072071827, 0.5000000261987313, -0.49999994700932887], "non_uniform_scale": [1.835303435605557, 2.792799783182155, 1.8353033262129577], "motion_type": "STATIC"}, {"template_name": "224-14", "translation": [-2.951280117034912, 1.638449531201708, 6.671479878841033], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "224-15", "translation": [-7.083940029144287, 1.7032494455278027, 6.447249606609347], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "224-15", "translation": [-9.449090003967285, 1.7032494455278027, 6.447249606609347], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "224-16", "translation": [0.4181499779224396, 1.638449891425367, 0.6279301053595532], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "224-14", "translation": [0.4181499779224396, 1.6384497420245268, 3.1344601216310153], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "224-17", "translation": [0.4181499779224396, 1.7032499661439573, -2.2872395521110462], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "224-18", "translation": [0.4181499779224396, 1.7032501682699035, -5.67835000863073], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "201-12", "translation": [-3.2462401390075684, 1.2471254530313232, -8.351728820869063], "rotation": [-1.31134154557458e-07, 4.658822785187639e-22, 0.9999999999999897, 5.96046483281039e-08], "non_uniform_scale": [1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "224-18", "translation": [-1.9041199684143066, 1.7032503276157058, -8.3517287936819], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "224-16", "translation": [-12.022490501403809, 1.6384499466240428, -0.2981499471306748], "rotation": [0.7071067713513514, 4.214685169289278e-08, 0.7071067910217423, 1.2560739611743052e-15], "non_uniform_scale": [-0.9999999403953574, 0.9999998807907176, 0.9999999403953574], "motion_type": "STATIC"}, {"template_name": "224-16", "translation": [-12.022490501403809, 1.6384497626292571, 2.7887701302575962], "rotation": [0.7071067713513514, 4.214685169289278e-08, 0.7071067910217423, 1.2560739611743052e-15], "non_uniform_scale": [-0.9999999403953574, 0.9999998807907176, 0.9999999403953574], "motion_type": "STATIC"}, {"template_name": "3764-0", "translation": [-11.383929252624512, 1.1200001203358099, -3.0588996303737233], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "3764-1", "translation": [-3.382920026779175, 1.2471256330623888, -11.372148715300888], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "212-0", "translation": [-6.2815399169921875, 1.0900006462424656, -11.372148724666268], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "212-0", "translation": [-9.507609367370605, 1.0900006462424656, -11.372148724666268], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}]}
scenes/102816756.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/102816786.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/102816852.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/102816852"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "b6439d60ffdbd1c1a71ba76e706dcbfc87f2c6df", "translation": [-4.820819854736328, 9.231310968971229e-07, -15.487568885828864], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c9af68a5681d5c55cbc6ef5d924f285560eabbce", "translation": [-5.360964298248291, 0.8100001547700195, -3.3666098012560575], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5e19cedd75f0bd34807b6ec0d258fa59daaac602", "translation": [-1.7835299968719482, 1.0601729627524037e-06, -17.78674973328407], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "29ba050e69589907868d5a1909fa70ade849f0af", "translation": [-3.7823500633239746, 0.6700003283315858, -5.898489560574891], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "79431fb55870504f86c5f3e2e4c47f4ba88f63e0", "translation": [-3.279750108718872, 0.4475701507556433, -3.0419497794199], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "eccf8ba37c804b9067e675f09eec2c13e951f61c", "translation": [-4.681650161743164, 5.166387495592062e-07, -8.667759378685957], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "eccf8ba37c804b9067e675f09eec2c13e951f61c", "translation": [-4.691649913787842, 0.860000479683869, -8.667759327425962], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f241dee9e941d76422357e42149e0ad5902df1ae", "translation": [-1.735470175743103, 0.015000128889972209, -2.1830397726273594], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "18907e173849a4276315f8932a121033906d5c70", "translation": [-3.7435801029205322, 3.4950136296174605e-07, -5.86365950920225], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "3c34897645b3e7f8925f8cfe0baba082dd7b02bf", "translation": [-2.8485801219940186, 0.01500008829325511, -1.5019399215614788], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8c954243c13de92fa04541108e5aa295812b808d", "translation": [-4.704360008239746, 1.834505809483744e-07, -3.0777898384457814], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a3aa7554c42e688abc9ad7def329df5891c3cd74", "translation": [-3.8628199100494385, 2.3093224399417522e-07, -3.8743999079227365], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "db234c4cb0f0833ae253d5c9b77d68c89e0842a3", "translation": [-6.332670211791992, 1.7500000149011612, -1.999999776482582], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "cc85c356e547d86975d71f5405415e1019706178", "translation": [-4.920989990234375, 3.4399985793243104e-07, -5.771359576501851], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "cc85c356e547d86975d71f5405415e1019706178", "translation": [-4.380990028381348, 3.4399985793243104e-07, -5.771359576501851], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "a9bbdf30c010dc048bb6752a2ee0ecfb8ec81fbf", "translation": [-6.677579879760742, 1.1600001514214213, -4.260429536078583], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b728919209b8c5814a281fa82aba7bdaa9a9f298", "translation": [-4.323470115661621, 0.6000000725322892, -1.4168897857135576], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cc48920ec3355dff3e8d1a26a7328884e74028e7", "translation": [-1.413885474205017, 3.288376433374651e-07, -5.51697984236597], "rotation": [0.9999148948385151, -5.842558317618341e-19, 0.013046190251610898, 7.776135372041317e-10], "non_uniform_scale": [1.000000003994651, 0.9999999999999929, 0.9999998848665136], "motion_type": "STATIC"}, {"template_name": "cc48920ec3355dff3e8d1a26a7328884e74028e7", "translation": [-1.5629140138626099, 2.61794326661402e-07, -4.392179704178574], "rotation": [0.0166330594676599, 2.5916590741479338e-17, 0.9998616610975449, 5.959640268592267e-08], "non_uniform_scale": [0.99999994771758, 0.9999999999999929, 0.9999998286401884], "motion_type": "STATIC"}, {"template_name": "cc48920ec3355dff3e8d1a26a7328884e74028e7", "translation": [-1.9867501258850098, 2.984986338105955e-07, -5.00797575664663], "rotation": [0.7146377057395179, -1.0314221693465718e-15, 0.6994947816355436, 4.169313941298011e-08], "non_uniform_scale": [0.9999999495067399, 0.9999999999999929, 0.9999999494520747], "motion_type": "STATIC"}, {"template_name": "baf4cda57ffd8489b5dee125eab8dae7d6b01530", "translation": [-6.5530900955200195, 1.0588610166450962e-06, -17.76473893137336], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0dfca0a4e90bc2b410b6f9bd708526c4b66aea92", "translation": [-5.7076897621154785, 1.5662253360915201e-07, -2.6276899202054693], "rotation": [-0.30147075510028337, 6.803502203917411e-16, 0.9534754238150357, 5.683156683378435e-08], "non_uniform_scale": [0.9999999565153498, 0.9999998807907177, 0.9999998767045477], "motion_type": "STATIC"}, {"template_name": "33db2a34d62e1e686f72a5cb0b071b2734d2e3b0", "translation": [-5.1052446365356445, 1.7500003901138825, -8.295024273096033], "rotation": [-0.5000000218556935, -0.4999999920533689, 0.5000000377489512, -0.4999999483419815], "non_uniform_scale": [0.9999997019767926, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxx348c8a50xc87ex47c3xa75dx05bd90748dd3", "translation": [-2.0122299194335938, 0.9456504181311054, -9.271125184489744], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755858e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.999999761581444], "motion_type": "STATIC"}, {"template_name": "xxxxe1827ba4x0e3ex41bdxbb27xef1df3236902", "translation": [-1.528689980506897, 0.9330603337838994, -7.693983994302485], "rotation": [-3.0908619323928735e-08, -3.0908620496374926e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxx3e44791axdec8x4e01xabc8x244e8337733e", "translation": [-6.869054794311523, 1.3285207097512597, -12.236489441096168], "rotation": [0.4999999781443044, 0.49999994834198425, 0.500000081460347, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "xxxx3e44791axdec8x4e01xabc8x244e8337733e", "translation": [-6.869054794311523, 1.3285208653670537, -14.847289074909085], "rotation": [0.4999999781443044, 0.49999994834198425, 0.500000081460347, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "2c924aaa02c24da3ad6147b51290eb251414ce19", "translation": [-6.706669807434082, 0.9000004232943084, -8.401699465411902], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7618f89a88ec34181bc360a234208afffaeb786f", "translation": [-6.869124412536621, 2.0467506199818786, -11.296319166238902], "rotation": [0.49999997814430974, 0.49999994834198425, 0.5000000814603417, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "7618f89a88ec34181bc360a234208afffaeb786f", "translation": [-5.948809623718262, 2.046750650429999, -11.807153829699473], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755902e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "1943726018bc88e96a8fa16fd6f8d88523d75abc", "translation": [-0.741129994392395, 1.010000699641651, -12.908038263437803], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "4ec05101980a9e1fcba442a03563a0db08829b61", "translation": [-6.868978500366211, 0.15313018706618653, -3.6276595723158254], "rotation": [0.49999994758184574, 0.4999999378963208, 0.5000001329141094, -0.4999999816076996], "non_uniform_scale": [4.820398043370407, 0.32499180287172424, 0.9999998211860801], "motion_type": "STATIC"}, {"template_name": "4ec05101980a9e1fcba442a03563a0db08829b61", "translation": [-5.423790454864502, 0.15313028672551798, -5.299665602875], "rotation": [0.7071068077108638, 0.7071067546622251, 6.18172397757143e-08, -6.181723622480347e-08], "non_uniform_scale": [4.198294639587466, 0.4943125254735397, 0.9999998211860803], "motion_type": "STATIC"}, {"template_name": "4ec05101980a9e1fcba442a03563a0db08829b61", "translation": [-3.6153500080108643, 0.15313003045387052, -1.0001410750585125], "rotation": [-3.0908618886467916e-08, -3.0908620041475385e-08, 0.707106846886956, -0.7071067154861316], "non_uniform_scale": [5.892976284027122, 0.6184593297887656, 0.9999998211860806], "motion_type": "STATIC"}, {"template_name": "4ec05101980a9e1fcba442a03563a0db08829b61", "translation": [-0.5004210472106934, 0.15313020722687032, -3.9658996987921045], "rotation": [-0.5000000087311808, -0.49999999029964726, 0.5000000543809037, -0.49999994658826247], "non_uniform_scale": [5.976077200408141, 0.6184593666518132, 0.9999998211860806], "motion_type": "STATIC"}, {"template_name": "78698029ec14d07e77264262ea2341904526d610", "translation": [-0.8844599723815918, 0.7500010181302059, -17.831389273322202], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b7025f6c8c755a06a828c200396100b10e11bedf", "translation": [-3.1536498069763184, 0.45720010318995286, -2.8436398922896355], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a536e8f30b7941256dfd8a5b8d93903011987572", "translation": [-0.7383800745010376, 4.972982310391671e-07, -8.34327934126378], "rotation": [0.7071068022599734, -2.5121483082332363e-15, -0.7071067601131198, -4.214684725481971e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "3b522b2a379a3a5248dbaa0159cc5ddfbf43a2e0", "translation": [-3.219559907913208, 7.184338528531953e-07, -12.05331921259642], "rotation": [-0.0026556977024558754, 2.1937826991898227e-17, 0.9999964736286372, 5.960443813989661e-08], "non_uniform_scale": [1.000000038763272, 0.9999997615814422, 0.9999999195573479], "motion_type": "STATIC"}, {"template_name": "ece16169137eb187ae004edde20b0f475d1ad862", "translation": [-2.3383700847625732, 1.0117137207998894e-06, -16.973738612309717], "rotation": [1.0, -1.1397023496520149e-09, 0.0, 0.0], "non_uniform_scale": [1.3502694368362427, 0.9999998807907189, 1.3174310544215273], "motion_type": "STATIC"}, {"template_name": "ad811aa2475dd7263ab824210e8d3bf1a31d8566", "translation": [-6.859099864959717, 6.124463993728568e-07, -10.275144918254284], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "39f24d83b5ab476d0880cb19fb218f7029f11840", "translation": [-1.4276800155639648, 0.7620002735054392, -4.94265951486469], "rotation": [0.9999143275645356, 4.086834804811132e-20, 0.013089596294867046, 7.802007870344161e-10], "non_uniform_scale": [1.0000000079213969, 0.9999998807907176, 0.9999998887937996], "motion_type": "STATIC"}, {"template_name": "81b2357acafb7a83963a00be9c5f3cc5190bb1db", "translation": [-4.783380031585693, 2.679163344510016e-07, -4.494889945096361], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8b0722bd02e26bf71c7218d68a29d545d90e8746", "translation": [-6.0094099044799805, 3.440085265538073e-07, -5.771505011826434], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "8b0722bd02e26bf71c7218d68a29d545d90e8746", "translation": [-5.3316497802734375, 5.166533583178534e-07, -8.668004472970665], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f401c614970ada44d00ce79eb53eb5f5522df350", "translation": [-6.563079833984375, 3.808808344274439e-07, -6.3901196485686285], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f401c614970ada44d00ce79eb53eb5f5522df350", "translation": [-6.563079833984375, 4.5298099848878337e-07, -7.599759602560994], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f401c614970ada44d00ce79eb53eb5f5522df350", "translation": [-6.563079833984375, 4.797816473001149e-07, -8.049399849808196], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "392df3314e0d67f75a6d3187f7b4d03c7da28ee5", "translation": [-6.519070625305176, 3.466200837465294e-07, -5.8153196683335295], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "392df3314e0d67f75a6d3187f7b4d03c7da28ee5", "translation": [-6.519070625305176, 5.140423695593199e-07, -8.624199353206166], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e4d32d37fb98def0c95c79a2f337785c63829074", "translation": [-3.3100600242614746, 0.02000053408502711, -8.987959324839123], "rotation": [0.7071068022599739, 1.256073929513096e-15, 0.7071067601131191, 4.2146851023041906e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "bf73abd017c591e5cbae7f0cc8d96b18945fefa4", "translation": [-2.2769999504089355, 9.540975298705234e-08, -1.6007099389606694], "rotation": [-0.0011963404644321119, 4.301515719404158e-18, 0.9999992843844887, 5.96046056740834e-08], "non_uniform_scale": [1.0000000014377273, 0.9999998807907176, 0.9999998822291272], "motion_type": "STATIC"}, {"template_name": "bf73abd017c591e5cbae7f0cc8d96b18945fefa4", "translation": [-3.4333600997924805, 9.703874326305595e-08, -1.6280398590540912], "rotation": [-0.0011963404644321119, 4.301515719404158e-18, 0.9999992843844887, 5.96046056740834e-08], "non_uniform_scale": [1.0000000014377273, 0.9999998807907176, 0.9999998822291272], "motion_type": "STATIC"}, {"template_name": "13c6bb06c803e021b8fd9b6244a065b795cd05b5", "translation": [-3.720632553100586, 9.406871868122835e-07, -15.782111180894844], "rotation": [0.5615143061664503, 1.118045072010767e-15, 0.8274670289325173, 4.9320881521251774e-08], "non_uniform_scale": [0.999999933188934, 0.9999999999999929, 0.9999999169217729], "motion_type": "STATIC"}, {"template_name": "b87936a4a52e2a0b805369a0763a536c719ca7d6", "translation": [-0.7514399886131287, 7.553100545010238e-07, -12.671999176025395], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "494398746b964969eb0d25f950c2beae9faecf06", "translation": [-2.9773051738739014, 8.413809382545878e-07, -14.116028897998945], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b35a7b24cc984d6e9d6a15dd55bb64f2359eb845", "translation": [-6.389699935913086, 1.7500003199580263, -9.118004151105602], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b35a7b24cc984d6e9d6a15dd55bb64f2359eb845", "translation": [-5.315839767456055, 1.7500003199580263, -9.118004151105602], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a19e842593852d0614648a3acb3f1fcc117f7407", "translation": [-0.8745500445365906, 1.7500002533197403, -5.999999538064003], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "35fdc6d66950606f33262da718b378f7fe46923a", "translation": [-3.6984798908233643, 1.0661781288945349e-06, -17.887499696761324], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cfd95e9ce4b94224ad7455a87c623a35d25fa7b1", "translation": [-5.168820381164551, 9.230416821992549e-07, -15.486068756218572], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d0e0f0b5305ab8742ec51197e1dac1b4d208e5df", "translation": [-3.4244749546051025, 0.45720010450960125, -2.8657799170625164], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c1bdae17057dfa88d5e3894433642030fd66c7d6", "translation": [-5.8627800941467285, 5.153298161530984e-07, -8.645799121511004], "rotation": [1.0, -5.293957182516825e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998211860799, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "e98b0eed4926c2fec2d9d5230ba796174e17c937", "translation": [-4.498219966888428, 1.750000439167593, -9.118008919476893], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [-7.015934944152832, 1.0707026376621798e-06, -17.963408353125487], "rotation": [0.7071068022599726, 5.102658268706616e-09, 0.7071067601131201, 4.8879807519372604e-08], "non_uniform_scale": [5.333829085002596, 0.9999998807907189, 1.3194997716248162], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [-3.6888298988342285, 1.2296634395170258e-06, -20.63032790241664], "rotation": [-4.3711387851330846e-08, 1.0708203909857054e-15, 0.999999999999997, 6.513070612548308e-08], "non_uniform_scale": [6.654210090637233, 0.9999998807907218, 1.8219998095035697], "motion_type": "STATIC"}, {"template_name": "04935a19ff917a71458e2550d1b6459119282f63", "translation": [-0.3617199957370758, 1.162065245807753e-06, -19.49621847294452], "rotation": [0.7071068022599731, 0.0, 0.7071067601131199, 4.2146849766967874e-08], "non_uniform_scale": [2.3410895859545717, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b728f6c0506deaea1e8231b629d1e20b0a5fa0f8", "translation": [-6.676380157470703, 1.1600001339125683, -3.966679744322299], "rotation": [0.9999143275645356, 4.086834804811132e-20, 0.013089596294867046, 7.802007870344161e-10], "non_uniform_scale": [1.0000000079213969, 0.9999998807907176, 0.9999998887937996], "motion_type": "STATIC"}, {"template_name": "39443cc1873a0b4954ce7a2c357f296e98bf86a7", "translation": [-5.856629848480225, 5.602365718004876e-07, -9.399209415959717], "rotation": [-4.3711389216140986e-08, -5.689922433678673e-16, 0.999999999999997, 6.46520131369102e-08], "non_uniform_scale": [0.9193889498710668, 0.9999998807907163, 0.5632209702466765], "motion_type": "STATIC"}, {"template_name": "038f37d5b8351b29fdc8173d219ca5a503715ccc", "translation": [-6.659050464630127, 8.848112997839053e-07, -14.844669410904032], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "038f37d5b8351b29fdc8173d219ca5a503715ccc", "translation": [-6.659050464630127, 7.296848139048961e-07, -12.242079005117432], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7dee59f5bd3358d99f394d5ca25acdd07030d2db", "translation": [-6.678850173950195, 1.3467072790263046e-07, -2.2593997562289303], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6f26eb169111a17c566bfb1ed56bd82adc2db686", "translation": [-2.596400260925293, 3.793150256115041e-07, -6.363849737414711], "rotation": [0.7071068022599735, -4.4463641162975765e-09, 0.7071067601131198, 3.8475184455841545e-08], "non_uniform_scale": [0.7844959029855786, 0.999999880790717, 0.8257678851027563], "motion_type": "STATIC"}, {"template_name": "762d42fce4ff28d319112e66bde33c3f4329c175", "translation": [-5.997779369354248, 6.707507509418065e-07, -11.25332955996214], "rotation": [1.0, -2.1381288810048763e-10, 0.0, -0.0], "non_uniform_scale": [-2.2487869262695312, 1.1715087686170538, 1.3204956864719666], "motion_type": "STATIC"}, {"template_name": "6cbae88d39aac82b80e2345da72d16978f51f384", "translation": [-5.248810291290283, 8.807182894088328e-08, -1.477600009584421], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "19b181ef136dd9cbbea4505899f9015c58dca260", "translation": [-5.4823899269104, 3.482126942344621e-07, -5.842039236900831], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "523aaef4fc8f251a4bd1ba863647f39a792708c5", "translation": [-5.416800022125244, 2.1572172670403233e-07, -3.619209789084792], "rotation": [0.7071068022599732, -3.731973511267696e-09, -0.7071067601131201, -3.8976351733091426e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907171, 0.8495498389273983], "motion_type": "STATIC"}, {"template_name": "67b958a5263c73693978ddac57e429b18925ee38", "translation": [-3.7650699615478516, 7.074010568430822e-07, -11.868219621883611], "rotation": [0.7040147447892889, 2.293259620494042e-16, 0.7101853554666349, 4.2330348566055384e-08], "non_uniform_scale": [0.9999998698606894, 0.9999998807907177, 0.9999998698516115], "motion_type": "STATIC"}, {"template_name": "fd763e1ae97291f1eadeac9e31e627ae34925737", "translation": [-2.2530999183654785, 6.616592429509183e-08, -1.110079937572479], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [-1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "fd763e1ae97291f1eadeac9e31e627ae34925737", "translation": [-6.74606990814209, 1.5360055272140016e-07, -2.5769894971257656], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [-0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fd763e1ae97291f1eadeac9e31e627ae34925737", "translation": [-5.069960117340088, 6.736040347732342e-08, -1.1301199716258026], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "6d388f7879ad367c2e6bd854b7e2450717b81769", "translation": [-5.158639907836914, 4.05840864914353e-07, -6.808879446454057], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "36def4dd118b2513c1c4153a5160263f191dcbb0", "translation": [-0.5002849698066711, 1.4085100659775804, -3.0235898237168755], "rotation": [-0.5000000218556918, -0.49999999205336904, 0.500000037748953, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "ea5d508ed930bac843d729a15da80aa04a374cde", "translation": [-2.3027899265289307, 8.63604554979247e-07, -14.488879293866148], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "57a43886b7a602970bc3cfa2106e2cd51c0c4098", "translation": [-5.9954400062561035, 1.3324975611794798e-07, -2.2355598070883786], "rotation": [0.8870108420125421, 6.984906829387495e-17, -0.4617485962644613, -2.7522362830517945e-08], "non_uniform_scale": [0.999999929759903, 0.9999998807907176, 0.9999998905412466], "motion_type": "STATIC"}, {"template_name": "a30a539c3f7a251cc7fae365a24ec4228df336a0", "translation": [-6.408400058746338, 0.900000481156134, -9.37245975300906], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "a30a539c3f7a251cc7fae365a24ec4228df336a0", "translation": [-5.301249980926514, 0.900000481156134, -9.37245975300906], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0356ddbfa55a90611ee1f6ecbf851dd5b8d3cee9", "translation": [-6.562950611114502, 4.1693090224725893e-07, -6.994939387146246], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0356ddbfa55a90611ee1f6ecbf851dd5b8d3cee9", "translation": [-4.688960075378418, 4.792129857378313e-07, -8.03985929251553], "rotation": [0.7071068022599734, -3.150904008436064e-09, 0.7071067601131201, 3.940578964397171e-08], "non_uniform_scale": [0.8622235737905757, 0.9999998807907171, 0.8699280101103781], "motion_type": "STATIC"}, {"template_name": "e8547e73e4873b76eff0eb2b6488e815d7dbf41c", "translation": [-4.955245018005371, 1.75000037488104, -8.039459598692645], "rotation": [0.4999999781443051, 0.49999994834198314, 0.5000000814603485, -0.4999999920533536], "non_uniform_scale": [0.9091446453842814, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e8547e73e4873b76eff0eb2b6488e815d7dbf41c", "translation": [-6.331659317016602, 1.750000221451245, -5.465334939042606], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e8547e73e4873b76eff0eb2b6488e815d7dbf41c", "translation": [-0.8802800178527832, 2.271530236152117, -7.693984391360587], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e8547e73e4873b76eff0eb2b6488e815d7dbf41c", "translation": [-2.1692299842834473, 2.271530236152117, -7.693984391360587], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e8547e73e4873b76eff0eb2b6488e815d7dbf41c", "translation": [-2.1692299842834473, 2.2715303301569776, -9.271124151786879], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e8547e73e4873b76eff0eb2b6488e815d7dbf41c", "translation": [-1.8220100402832031, 2.2715303301569776, -9.271124151786879], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e8547e73e4873b76eff0eb2b6488e815d7dbf41c", "translation": [-1.5216799974441528, 2.271530236152117, -7.693984391360587], "rotation": [-3.0908618524707496e-08, -3.09086193239282e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.7038947343826321, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f1baec5e20e8368e3dfad52b1523ab0cb14800ce", "translation": [-6.64394998550415, 0.9000004425358625, -8.72451915594818], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b4934a67247a1d1dfc53320eeb47b62ecb560dba", "translation": [-5.957230091094971, 0.9000002596568848, -5.656319227437997], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "385fc3f83a93e3fb3de0333364e667377596e6d5", "translation": [-4.608329772949219, 1.750000345348127, -7.543979567648165], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "751d615dead13c404161886269e305e03079183f", "translation": [-1.8831700086593628, 1.0591924137770548e-06, -17.77029885230661], "rotation": [1.0, -6.081087489177616e-09, 0.0, 0.0], "non_uniform_scale": [2.304799795150757, 0.999999880790722, 1.8746664673487425], "motion_type": "STATIC"}, {"template_name": "b6ec8f40a7e189e29dab623aeb9efac53de71809", "translation": [-6.175100326538086, 2.6308953238185495e-07, -4.413909649019843], "rotation": [0.7071068022599728, 2.5121478590261966e-15, 0.7071067601131205, 4.2146852279116215e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b60059cc4c6fac5d74326d0fdfcf0f0799ae6f77", "translation": [-2.059269905090332, 1.750000345348127, -7.543979567648165], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "79bd7ea173156c5e2581f7c3e7caa2bcee9b289a", "translation": [-2.309230089187622, 4.96228324209369e-07, -8.325329284350289], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "79bd7ea173156c5e2581f7c3e7caa2bcee9b289a", "translation": [-2.309230089187622, 5.176860327082977e-07, -8.685329873244143], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "980f777fb6df794f7fab3e644e85c91e879a0758", "translation": [-0.7793599963188171, 6.552135687343252e-07, -10.992658913573052], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "040c6cf6e1e98037329815a1e3ceb38c505f9523", "translation": [-2.042835235595703, 1.1271778248556075e-06, -18.91090471083487], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "61942d8b26f0cfa5591274e562baf4835835e07a", "translation": [-5.8418450355529785, 8.956634474088787e-07, -15.026738224819951], "rotation": [1.0, -4.764560328305439e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "61942d8b26f0cfa5591274e562baf4835835e07a", "translation": [-0.6299600005149841, 9.890159162750933e-07, -16.59293266576924], "rotation": [0.7071068022599728, -3.768222088010656e-15, -0.7071067601131205, -4.214684599874627e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "e2b811fc128ab35c043cfcc0b27e02d4bbd945a5", "translation": [-4.603439807891846, 2.698290302305395e-07, -4.526979653419261], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c5ed807cf55b7de3985d4b6b5770692c83852631", "translation": [-1.801169991493225, 6.643497840741475e-07, -11.145939162615548], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "951066357cfa1737d330d826c616e17dc98c668a", "translation": [-5.1923699378967285, 3.134173027774523e-07, -5.258269473417414], "rotation": [0.9999997954826999, -2.0387392141738808e-22, -0.0006395580961421018, -3.812063509343236e-11], "non_uniform_scale": [0.9999999836039789, 0.9999998807907176, 0.9999998643948934], "motion_type": "STATIC"}, {"template_name": "951066357cfa1737d330d826c616e17dc98c668a", "translation": [-2.5283401012420654, 6.730348331984715e-07, -11.291650099059893], "rotation": [0.7075588934423218, -3.432595344526136e-16, 0.7066543796727474, 4.211988544621006e-08], "non_uniform_scale": [0.9999998644708846, 0.9999998807907176, 0.9999998644706896], "motion_type": "STATIC"}, {"template_name": "c70bd1ccbbc01c9e8354858deb36b5a61df1b0ae", "translation": [-1.0279899835586548, 1.320761384704383e-07, -2.2158697714883147], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7425bd61005d86128b0ca59218ad8a2981b53503", "translation": [-6.327040195465088, 2.481289834899009, -1.9999946068951644], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7425bd61005d86128b0ca59218ad8a2981b53503", "translation": [-0.5002850294113159, 1.8889400438249098, -3.0152396616828483], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7425bd61005d86128b0ca59218ad8a2981b53503", "translation": [-2.699225425720215, 2.2809103808927773, -8.417789775210593], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "dc8c0884341279d6fce22bc121dca894ca71be98", "translation": [-2.6992249488830566, 1.75000039599297, -8.393658987065578], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "51cd1976549241666bcf3cc27e6c4c580352361b", "translation": [-6.723229885101318, 0.9000002571421888, -5.614129631869197], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "f9bf8f78c76d99ddee527a0921a29087c76baa03", "translation": [-2.9765000343322754, 6.613092864427017e-07, -11.094928080145792], "rotation": [0.7071068022599734, 2.5121478590261942e-15, -0.7071067601131198, -4.2146852279116175e-08], "non_uniform_scale": [0.9999999403953588, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "406dc5c9cf5499f0e865f41a7a18f8a2acc1a5b4", "translation": [-1.4108500480651855, 2.9510022159229266e-07, -4.950959864201536], "rotation": [0.5386411059567463, 1.560148673891934e-15, 0.8425353161581363, 5.021902170753006e-08], "non_uniform_scale": [0.9999999028111608, 0.9999999999999929, 0.9999998818095205], "motion_type": "STATIC"}, {"template_name": "f08c543e483e80ca970c47b69511452310eeea69", "translation": [-3.212890148162842, 1.820072270675155e-07, -3.053574380065527], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b6b95492f92d8ac159df347bc372a644f9cb21f4", "translation": [-0.7412499785423279, 2.966332317555498e-07, -4.976679505307686], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "accc88670c8f2386be65ce719a65b1bdad5dcce9", "translation": [-3.37746000289917, 2.1004676398206357e-07, -3.5239997193813366], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "df67345cedaab86582d28c630e7c2744b93df17c", "translation": [-6.869055271148682, 1.7500000458455034, -4.519159420182724], "rotation": [0.4999999781443054, 0.49999994834198347, 0.5000000814603472, -0.49999999205335394], "non_uniform_scale": [0.9999999403953679, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "0dfaa44f08fed0a199e31fb64292366140dc410b", "translation": [-5.861400127410889, 2.8000003043568, -8.706259041651506], "rotation": [1.0, -1.070737300079087e-09, 0.0, 0.0], "non_uniform_scale": [0.766511082649231, 0.9999999999999921, 0.7654713671837562], "motion_type": "STATIC"}, {"template_name": "5ab23038ca9b97a04f7ba5cea8b6023331d8dee8", "translation": [-4.493549823760986, 5.50255151665624e-07, -9.231748984351782], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "e0065d23c476ee49cce613cc83541b2181eb6ed6", "translation": [-0.8022800087928772, 1.8126904421933432e-07, -3.041189727712279], "rotation": [0.7071068022599728, -1.256074079248779e-15, -0.7071067601131205, -4.214684851089383e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "43515f36c795743f118fa52fbdf4f43ff0605c38", "translation": [-5.769050121307373, 8.07558308224543e-07, -13.548579362119426], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "eca22063e1b8a2f68a78c50cb87a044f6ed44bc2", "translation": [-5.4068498611450195, 0.015000438221384249, -7.372759378685962], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9c61e7e98634fda17cd2276857cea3c03ad1024d", "translation": [-0.7047150135040283, 8.395265922445105e-07, -14.084918136303486], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9c61e7e98634fda17cd2276857cea3c03ad1024d", "translation": [-0.7047150135040283, 9.031867875819444e-07, -15.15295892042161], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f52acce6de591668fafb96e5f5ab0bbdc8bb9e06", "translation": [-3.953925132751465, 1.750000242010941, -5.810269381983886], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2a7c1ad1aedf9c1e0f8cf2c42dd7c347c2e050bf", "translation": [-5.390970230102539, 0.8100001775377983, -3.748589720810056], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "08fdbbfdde3f0129634448602a16a2e8afa069fd", "translation": [-5.5606489181518555, 1.2469189414332504e-07, -2.091982716799805], "rotation": [-0.5703964205332422, 1.1111468638660977e-15, 0.8213695413410838, 4.8957441568647997e-08], "non_uniform_scale": [1.000000073378326, 0.9999998807907176, 0.9999999367234743], "motion_type": "STATIC"}, {"template_name": "c1230b54c3b732617601d2413eeb180c5d29f2e2", "translation": [-2.071959972381592, 4.3938007365795784e-07, -7.371573962475395], "rotation": [1.0, -4.0335919883172804e-10, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907171, 0.848452109282952], "motion_type": "STATIC"}, {"template_name": "97e2497662dccaa2d8bb3445ea20cd9ebd8368a3", "translation": [-6.551450252532959, 2.620083137117035e-07, -4.395769810928698], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "5b07a7fc736be391c3a4b6b8712a4f5b003cc04d", "translation": [-1.4746099710464478, 1.023960066959262e-06, -17.179198194789933], "rotation": [-0.16766995794306652, 6.225964985050143e-17, 0.9858431848947209, 5.876083626510933e-08], "non_uniform_scale": [0.9999998031020463, 0.9999998807907176, 0.9999998192803286], "motion_type": "STATIC"}, {"template_name": "6ff98df2b10264b0a85025401c2a5fcdb0dc769c", "translation": [-4.3185601234436035, 8.567452169927492e-08, -1.4373798705709007], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "498ad9602ffa2854cc2e31a54988dbecc0e9d2a9", "translation": [-1.6327199935913086, 1.750069962028256, -1.5181296307921528], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxxfa501229xf083x4e96x9403xb9d72bfee777", "translation": [-0.9980700016021729, 6.52487301522342e-07, -10.94691974241016], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-0.42528000473976135, 1.3000002899509653, -4.964569672073715], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "4141-2", "translation": [-1.297970175743103, 0.9200003051072443, -6.75884963996112], "rotation": [0.7071067292045052, -1.9184883258843258e-22, 0.7071068331685849, 4.214685412141269e-08], "non_uniform_scale": [0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-3.661979913711548, 1.3000000491738284, -0.9249998793005894], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-4.925980567932129, 1.3000000491738284, -0.9249998793005894], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-2.384190082550049, 1.3000000491738284, -0.9249998793005894], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-6.944049835205078, 1.3000001693254788, -2.940809950780256], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-6.944049835205078, 1.5500003784721983, -6.699709400551917], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-6.944049835205078, 1.550000451238141, -7.920519264309412], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-6.944049835205078, 1.3000006007897653, -10.17957905056597], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4076-2", "translation": [-5.867159843444824, 1.1200008458745216, -15.231418588672902], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-2.6220695972442627, 1.300001082843501, -18.267098214203152], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-0.42528000473976135, 1.300000983093419, -16.593569642688585], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "3759-0", "translation": [-0.42528000473976135, 1.3000006481826247, -10.974699242430923], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}]}
scenes/102817053.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/102817140.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/102817200.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/103997403_171030405.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/103997403_171030405"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "8d94d6f4782e78916fe4795e2a339a7cfbafe892", "translation": [-10.04561996459961, 1.1892804775005459, -8.644889245380767], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "c5844462115398e25206a58ce202d227fa51f00a", "translation": [-4.058030128479004, 9.106397413916056e-08, -1.5277998728871367], "rotation": [0.015946146864320485, -6.250510470210285e-17, 0.9998728521167969, 5.959706972134065e-08], "non_uniform_scale": [1.0000000123160981, 0.9999998807907176, 0.9999998932280333], "motion_type": "STATIC"}, {"template_name": "6561f279b05e443c3e5d9c9951f9afedae97a66c", "translation": [-2.770979881286621, 1.8298565862551186e-07, -3.069989736676817], "rotation": [0.9020754775199814, 8.950998322237377e-16, -0.4315783044328072, -2.5724074932675743e-08], "non_uniform_scale": [0.9999999539783907, 0.9999997615814422, 0.9999999070419332], "motion_type": "STATIC"}, {"template_name": "5397863a895b8b24a392257cad02364558957d1d", "translation": [-12.727339744567871, 0.8822300996628378, -2.825974720227425], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e24cb1a2f2c4a167e82e80066b467940ae18bf9f", "translation": [-2.2368900775909424, 1.799999881990555, -0.6201298582476404], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "31a836ff6a75ebbe6b25f9d9872bf7e6dd1395eb", "translation": [-15.404740333557129, 2.3571610086037253e-07, -3.954659703096155], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "22985f12640ffc8e2bb4fa5472ba3296aada6dac", "translation": [-1.614400029182434, 2.799999932188996, -2.462319775681493], "rotation": [0.9426414802706979, 9.009681898296259e-17, 0.3338068897926868, 1.9896442530016993e-08], "non_uniform_scale": [0.9999999783628294, 0.9999998807907177, 0.9999999063656939], "motion_type": "STATIC"}, {"template_name": "f750d0e1ad08f7cbbe1199dc1cbeffcecd29db60", "translation": [-0.07908995449542999, 0.750000089097032, -3.244799852681158], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f172324eef47eb930d2d10f6ddce5852d6e44941", "translation": [-0.5620800256729126, 1.0800000064456423, -0.46813988398671036], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "df1b35b83e9be8e408971f2afc6c836387c8df95", "translation": [-12.206589698791504, 0.550000483064661, -8.45447963449477], "rotation": [0.9902680684466157, -4.572070225249926e-19, 0.13917310305877534, 8.295363861296156e-09], "non_uniform_scale": [0.9999999901586197, 0.9999998807907176, 0.9999998800063769], "motion_type": "STATIC"}, {"template_name": "6f12433d677e5a2227389fd4a53d30ca5ca65881", "translation": [-13.574640274047852, 2.698397736367042e-07, -4.527159897854318], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "68ff1097f76976c669353c9e85003ebaed75f7b0", "translation": [-4.7322797775268555, 9.67931725881499e-08, -1.6239198670434973], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "85d82f97a6dead04cb9f4e6dfa47fb18b5e41272", "translation": [-8.268440246582031, 0.7620001683163657, -3.177879813916679], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9f43112d6f35621565da3c1232ea940d7d9c555e", "translation": [-8.497960090637207, 1.7453194800509664e-07, -2.9281600160503274], "rotation": [-4.3711387457693096e-08, 4.941493696190593e-23, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000001192092933, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "xxxx00d69168xd653x47aex95c8x4e0a56853ba2", "translation": [-1.400570034980774, 1.0800000148999658, -0.6099798864138108], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx67393f5ex03ecx498cx9027x628f1075350c", "translation": [-10.966839790344238, 1.750000410967516, -8.644890165633512], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4a0dcc762f78bcca846fa2490b5fa65920408411", "translation": [-4.023550033569336, 1.784026615325729e-08, -0.2993099809104205], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "35880f4a551d6b1790f8ded9b23498f1da88575b", "translation": [-12.638840675354004, 2.670353751454968e-07, -4.480109901421656], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "20e9177223672e9bf6bd79a4db6022cb27c03e58", "translation": [-7.452089786529541, 3.158843639994302e-07, -5.2996598899567005], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "21127b43ec2f02147e224fd40740415852357fab", "translation": [-5.2882561683654785, 0.4518204548268958, -8.315668537170348], "rotation": [0.9938478122110456, 8.093079873668073e-18, 0.11075435053901167, 6.601474187308252e-09], "non_uniform_scale": [1.0000001390702036, 0.9999998807907176, 0.9999999027927237], "motion_type": "STATIC"}, {"template_name": "4674e54f5e3e83758a27435ec7a38e78ae3b0018", "translation": [-6.219065189361572, 1.6545534720080468e-07, -2.7758799328875483], "rotation": [0.7071068022599728, -1.256074079248779e-15, 0.7071067601131205, 4.214684851089383e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "0a0b9f607345b6cee099d681f28e19e1f0a215c8", "translation": [-0.07908999919891357, 1.775720050063125, -0.6111598380279482], "rotation": [-0.5000000043360328, -0.4999999887869882, 0.5000000618013671, -0.49999994507560497], "non_uniform_scale": [2.0999995410442596, 0.9999998211860816, 1.9166662792365092], "motion_type": "STATIC"}, {"template_name": "0f05a38ab774b955ac4179c9750d669d61b9dac1", "translation": [-0.08019000291824341, 1.7500502156358664, -4.228619219144008], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "602e95402b712af5ac6273ce4d2d2e6f57229516", "translation": [-12.208820343017578, 3.1318367632593436e-07, -5.254349872210611], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5149957d46a31be888657d1b041130d8dc7ed905", "translation": [-9.049394607543945, 0.26794534677653203, -6.227009386124923], "rotation": [0.5000000298023277, -0.49999999999999734, 0.49999997019767406, 0.4999999999999991], "non_uniform_scale": [0.9999998807907176, 0.9999998211860781, 0.999999761581444], "motion_type": "STATIC"}, {"template_name": "a33b4d0b2cf35e7f24e07b0a1dc3b8a2b52593fa", "translation": [-8.968218803405762, 0.22669163024471306, -5.922698608077153], "rotation": [0.5016245930195412, -0.14621025299333415, 0.8185770955327205, 0.23859352100763398], "non_uniform_scale": [0.9999999940996472, 0.9999998922834151, 0.9999999492049925], "motion_type": "STATIC"}, {"template_name": "af58f8524168dbb36acdfd66ef3d4f4c9d0906c0", "translation": [-7.129049777984619, 3.564691439805756e-07, -5.980559469428073], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "a1b7fe04cd4dcba1ec36f1b8a1e99bf0fc8cda55", "translation": [-3.0309898853302, 5.898892752043139e-08, -0.9896699196296943], "rotation": [0.7071068022599728, 2.5121478590261966e-15, -0.7071067601131205, -4.2146852279116215e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6352062ae6b416e3502bffc1c720461a99e344c0", "translation": [-15.356209754943848, 0.6000002124172497, -3.7637698433536215], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cf5da8f8914274162f015e5d35af9c16240b77ad", "translation": [-7.437250137329102, 1.7615101959198896, -4.804659928907732], "rotation": [0.7071068143212264, 0.7071067480518617, 6.18172351356975e-08, -6.181723390883213e-08], "non_uniform_scale": [3.5000000000000537, 0.999999821186109, 2.785713817392113], "motion_type": "STATIC"}, {"template_name": "c530b0594e9d724f34319e5bda3df575ef2a5af5", "translation": [-4.975369930267334, 1.7390101591140237, -4.804659930248839], "rotation": [0.7071068143212264, 0.7071067480518617, 6.18172351356975e-08, -6.181723390883213e-08], "non_uniform_scale": [3.5000000000000537, 0.999999821186109, 2.785713817392113], "motion_type": "STATIC"}, {"template_name": "e1c6826f0b01ab57f3fde2c9844c19b8df78b2b0", "translation": [-15.754739761352539, 1.0471401472401638, -3.4796597643613794], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "dd7020ee1b0faeca3b3295e6abc9f3fa4a1a1d13", "translation": [-8.548190116882324, 0.7620001358836852, -2.6337497594505557], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "78de8224260ece5c3d60024a9c4c0b80ec7502ce", "translation": [-5.620190620422363, 1.7497503098928888, -8.64488921197416], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5e9f09f8e10bd1f8ef10d6aa9c5577eac517e380", "translation": [-7.512040615081787, 1.7475306890446518e-07, -2.931869808920027], "rotation": [0.7071068022599734, 2.5121477841583537e-15, -0.7071067601131198, -4.21468522791161e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "57ef748a6962b2b7169fa38aaf50293ad64efd57", "translation": [-4.080689907073975, 2.402609595719696e-07, -4.030909774845242], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "70de3589ff75d49478cbd1f862193de576139ffa", "translation": [-10.448829650878906, 8.166075815552176e-08, -1.370040096638192], "rotation": [-4.37113886421269e-08, 1.3411122372315554e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998211860696, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "70de3589ff75d49478cbd1f862193de576139ffa", "translation": [-9.959699630737305, 8.194863454491497e-08, -1.3748698607164656], "rotation": [-4.37113886421269e-08, 1.3411122372315554e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998211860696, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ba726765d25fd53f9c3e2dab6d63802d3201e249", "translation": [-11.899825096130371, 8.166075815552176e-08, -1.370040096638192], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ba726765d25fd53f9c3e2dab6d63802d3201e249", "translation": [-12.788840293884277, 1.6795786450529704e-07, -2.817865203746237], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d17e5570249b7ddb8e6bd201144d66f128db8a65", "translation": [-11.099750518798828, 8.166075815552176e-08, -1.370040096638192], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "01abb73c808645c18c8ce12e5eef4de115705576", "translation": [-10.881556510925293, 4.522681535945594e-07, -7.587800050508946], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.2539682388305664, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "107b95a36ee015115b16bdf38934b3ef2df94452", "translation": [-4.383544921875, 1.7500001332724082, -3.9859396376645577], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "248cabd8b55d854ac4f74627680fa9abbb1dfbfa", "translation": [-9.242870330810547, 1.7126858153915236e-07, -2.87340981522739], "rotation": [0.7071068022599734, 2.5121477841583537e-15, 0.7071067601131198, 4.21468522791161e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "2c7dc44607fb19c2e16312434256f20eb460f21c", "translation": [-4.533499717712402, 1.7500001299428902, -3.9300795984220542], "rotation": [-0.5000000218556918, -0.49999999205336904, 0.500000037748953, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "f1472cfab8e5e70a0112813a8379743200bf5347", "translation": [-12.136190414428711, 5.027949896430073e-07, -8.435499642163506], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "12e712ad958cc132ccde4f452c0015fc908cf9ca", "translation": [-9.6747407913208, 1.7500499469190842, -1.7202997523337658], "rotation": [-0.5000000218556918, -0.49999999205336904, 0.500000037748953, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "41474cb8f53d913124f1a84c081b85b7a1358770", "translation": [-6.7827301025390625, 4.940915232509724e-07, -8.289479715259063], "rotation": [0.9671320614967409, 4.451172182780452e-17, -0.254274606724824, -1.515594868190032e-08], "non_uniform_scale": [0.9999999935042384, 0.9999998807907177, 0.9999999031317914], "motion_type": "STATIC"}, {"template_name": "4a720e4382722f7446b0ff289b9ef9b8fd837a87", "translation": [-5.824389457702637, 1.745930138750694, -4.804659929836376], "rotation": [0.7071068143212264, 0.7071067480518617, 6.18172351356975e-08, -6.181723390883213e-08], "non_uniform_scale": [3.5000000000000537, 0.999999821186109, 2.785713817392113], "motion_type": "STATIC"}, {"template_name": "4b4d4be212c38c5f5cd8286a2eee481ac8c5df5a", "translation": [-8.511119842529297, 1.397129864866141, -0.9200398136872145], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4629b2bfe7de3edd1e1e295a0441c0e1aca5d3fd", "translation": [-4.533549785614014, 1.3274400376594073, -1.566299862042662], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "46459580a9009ad5aef3b8fac14a86edbf31af6a", "translation": [-1.1478899717330933, 0.550000238807808, -4.35652989706217], "rotation": [-0.27144039170022644, 1.2471306948219627e-15, 0.9624552528578274, 5.7366806294503977e-08], "non_uniform_scale": [1.0000000349562645, 0.9999998807907177, 0.9999999482916653], "motion_type": "STATIC"}, {"template_name": "0d287197003b912092dac121c61c7a1095b5b5eb", "translation": [-1.0476200580596924, 3.823041794248638e-08, -0.6413999413609517], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c081738fd50bd67e91cd3f9aa6368721985b9e40", "translation": [-2.299410104751587, 3.341674670309658e-08, -0.5606399440383925], "rotation": [0.7071068022599731, 0.0, -0.70710676011312, -4.214684976696788e-08], "non_uniform_scale": [1.213245677158494, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ebe3bf614471d72e1fb24c34b3bcedf5382f34c8", "translation": [-15.404019355773926, 1.8379601816359212, -4.804664692722255], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755813e-08, -6.181723362355981e-08], "non_uniform_scale": [1.0000000000000153, 0.9999997615814593, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "38c242ef8464df611699216ace838e048aed5c56", "translation": [-9.453189849853516, 1.5305702253586162, -4.8045798340350245], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755813e-08, -6.181723362355981e-08], "non_uniform_scale": [1.0000000000000153, 0.9999997615814593, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9a83f86ed492c9283fed9baa9a97e1cfdc5140f3", "translation": [-15.714980125427246, 0.6000002694225302, -4.720159690370558], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "b662b05f6a28cdbfa7f5998148d2c09b022e35ca", "translation": [-14.391860008239746, 3.1239926556736464e-07, -5.2411896442657735], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d5ba22e5c7328d0791fffe08a5db43203a490ebd", "translation": [-10.955150604248047, 3.7928401752651553e-07, -6.363329508106119], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c9f78ebd76636360ccffbeb7b558dcde82a598f0", "translation": [-15.320314407348633, 3.7085027315697516e-07, -6.221834765563301], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5eb42a35807a8bbed1d23791d8425e762a35167d", "translation": [-1.080644965171814, 1.785689968198533, -0.09118987608670848], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "90f97a90b423c0fc10a8446cef49cf5fa1e1d4f4", "translation": [-0.9405200481414795, 1.731350118847189, -4.646874524460742], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "343a9b32e5d6ae85a76218c49b84d4911b0791fe", "translation": [-5.961820125579834, 6.49708482569622e-08, -1.09002988993943], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx4182074fx5da9x4d19xac7dx30196c9cf450", "translation": [-9.051250457763672, 3.6198318298374943e-07, -6.073069687302706], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6f26eb169111a17c566bfb1ed56bd82adc2db686", "translation": [-5.783549785614014, 4.040044530029263e-07, -6.77806956898749], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "74f64d7acc653e121e48e7f98dfdeba8b7f26067", "translation": [-5.123207092285156, 0.4684590149665233, -5.549698947777866], "rotation": [-0.3151555526412029, 0.259794211067583, 0.7043304720913229, 0.580605314838578], "non_uniform_scale": [0.9999999606107683, 0.999999847136573, 0.999999856169309], "motion_type": "STATIC"}, {"template_name": "5de840e0dbacebbce6b2686706e4e5acc55c8e78", "translation": [-9.976349830627441, 0.900000004179482, -1.3701199132132516], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8e800737f35b9af45ec9f3d8eb215ce7f7969e80", "translation": [-4.1239800453186035, 0.836390231360781, -4.408219501697431], "rotation": [0.9409849959039397, -5.5063779492040364e-17, 0.3384482788900869, 2.017309048740251e-08], "non_uniform_scale": [0.9999999364582591, 0.9999998807907177, 0.9999998656127422], "motion_type": "STATIC"}, {"template_name": "8a77907731383e565cab178f16b0f63c0911ff25", "translation": [-6.380195617675781, 4.09088727337803e-07, -6.863369532622698], "rotation": [0.7071068022599728, 1.2560739295130983e-15, -0.7071067601131205, -4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "968e253549f156221a1d7487d8fade0ee8f3c913", "translation": [-7.855070114135742, 0.8400000963497227, -2.8964798607540096], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c18890dc0eea8e26b461e05bc87047dec201854e", "translation": [-1.4094799757003784, 1.2584149544636603e-07, -2.1112698250252038], "rotation": [0.9426414802706979, -3.298597777622586e-16, 0.3338068897926868, 1.989644134409669e-08], "non_uniform_scale": [0.9999999783628294, 0.9999999999999929, 0.9999999063656939], "motion_type": "STATIC"}, {"template_name": "b4620bef8669bf0af1b791f42e477c35d4f9ce31", "translation": [-0.0790899246931076, 1.2000000008374414, -2.4140496484011535], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b7373e45d04526e89b811f317014aaff9857efed", "translation": [-12.18442440032959, 1.3569001577968294, -4.394691124463591], "rotation": [0.5031466646580419, 0.5031466336541051, 0.4968334666421987, -0.49683337781425785], "non_uniform_scale": [0.9999999626684367, 0.9999997838144871, 0.9999998211860816], "motion_type": "STATIC"}, {"template_name": "e9a399f27e2392d2419029a0ebc82a73c318a526", "translation": [-14.442130088806152, 2.8448403099901043e-07, -4.772849752137063], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "42dbaa9beaad7561dfb76d392e6e543cf2fd4352", "translation": [-7.687555313110352, 1.7499703702279987, -8.644884443589746], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3949c74aa46c2bcd457328a216b97d6e5ab08e80", "translation": [-2.145625352859497, 8.236943926931417e-08, -1.3819297920507267], "rotation": [-0.4860467062789846, 1.4081639956018487e-16, 0.8739328345561503, 5.209045838300875e-08], "non_uniform_scale": [0.9999998203513142, 0.9999998807907176, 0.9999998378152133], "motion_type": "STATIC"}, {"template_name": "6b1f1dd5372a07192751d51a26fbfb66fffa6245", "translation": [-0.11889997869729996, 1.985150002603227, -2.37122462055833], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4ec53159387bd57a9ffd32cdf4626b76c958ca90", "translation": [-6.607079982757568, 1.768290223858969, -4.804659928503611], "rotation": [0.7071068143212264, 0.7071067480518617, 6.18172351356975e-08, -6.181723390883213e-08], "non_uniform_scale": [3.5000000000000537, 0.999999821186109, 2.785713817392113], "motion_type": "STATIC"}, {"template_name": "cf12af67b32e99b6409cb812b29375631ba7d7cf", "translation": [-13.488840103149414, 1.6175566486253956e-07, -2.7138095668667717], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ba137c29fd9e74a3575a2b2f77890e87e6d7fafd", "translation": [-8.053488731384277, 0.3465504527040366, -8.146462887941993], "rotation": [0.987022617002275, 2.6482664618923664e-17, -0.16058129880524785, -9.57139200613446e-09], "non_uniform_scale": [1.000000022034489, 0.9999998807907176, 0.9999999148040282], "motion_type": "STATIC"}, {"template_name": "c7b206f8413b0a72c277040bba3db00f7b94e287", "translation": [-0.8290899395942688, 2.501529365872557e-07, -4.196869600005755], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a8e2f442d0f6e5d86d27aa23aac71392f332addf", "translation": [-2.2236900329589844, 1.7999998663157246, -0.3571498598367011], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dc053d1212b867ffee642809e9e4ce612c7fdeb4", "translation": [-8.083921432495117, 0.7620001575893021, -2.997909560208928], "rotation": [-0.4284240240285225, 7.409199164291783e-16, 0.9035778082905783, 5.3857436921292885e-08], "non_uniform_scale": [1.0000000927916408, 0.9999998807907176, 0.9999999150206311], "motion_type": "STATIC"}, {"template_name": "e1725f63ab8658c1a31edbf0be78375fa93770ee", "translation": [-8.521180152893066, 1.776299991459254, -2.413809764974715], "rotation": [-3.0908617507684175e-08, -3.090861878453487e-08, 0.7071068567466923, -0.7071067056263934], "non_uniform_scale": [3.1875000000000124, 0.9999998211860979, 2.8160194377875802], "motion_type": "STATIC"}, {"template_name": "e30359735b80ed225da578f66fb6872ab40b27a1", "translation": [-0.7985000014305115, 1.1152744150422222e-07, -1.8711198645162597], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f3a8d459c4e019b28b926e55d56e087cc82593fa", "translation": [-3.358750104904175, 1.472175092942507e-08, -0.24698998051941423], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "e27168a25a7f6c85b3d9b1b59f8d947c12230801", "translation": [-12.765839576721191, 1.7499999594712392, -1.07004005789517], "rotation": [-3.0908618151482465e-08, -3.090861999377885e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998807907232, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3f701a2f5605c6546f70ecd472251460436da20f", "translation": [-8.828789710998535, 2.0990552229704917e-07, -3.521630077264888], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3f701a2f5605c6546f70ecd472251460436da20f", "translation": [-8.186223983764648, 2.1529825744437403e-07, -3.6121051542696136], "rotation": [0.9876883372323899, -1.2326608134939632e-17, -0.15643448627178297, -9.324222462790221e-09], "non_uniform_scale": [1.000000094507188, 0.9999998807907176, 0.9999998640971899], "motion_type": "STATIC"}, {"template_name": "9a04ee4ca6bda43314b1cb9408394e54d607d76f", "translation": [-3.1574599742889404, 1.0724068744139004e-07, -1.7992000699520005], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b5e73e1ce878420fc4d9d62bf845cf02b0659af4", "translation": [-4.736885070800781, 2.36401277220466e-07, -3.9661550542023605], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx54dca1f3x8b82x41dbxb47dxb345a313e1b8", "translation": [-1.199021339416504, 0.5725201646869387, -4.039828025558695], "rotation": [0.34612900981426464, 0.34612900456386747, 0.6165993787805187, -0.6165992433113272], "non_uniform_scale": [1.000000041866114, 0.9999999276104735, 0.9999997615814439], "motion_type": "STATIC"}, {"template_name": "xxxx996984dcx59f5x4813xb4a1x3e5021c1fa1b", "translation": [-1.0148320198059082, 1.0872949082754921, -0.6191329534990793], "rotation": [0.6560380514558116, 0.6560379966399028, 0.26384487702222237, -0.2638448462181761], "non_uniform_scale": [0.9999998812040909, 0.9999998191407533, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxx6234a06dx3ef9x47d9xafe6xd28e1e9524ad", "translation": [-2.7444698810577393, 1.7659200955003627, -4.646869754028913], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723864785713e-08, -6.181723496326152e-08], "non_uniform_scale": [0.9999999403953705, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxxe0773d9ex3a59x44cexaae2x7a9b5fc0d0d7", "translation": [-13.282790184020996, 2.1732152788445092e-07, -3.646049997445928], "rotation": [0.7310478433052827, 1.9446023201152972e-15, 0.6823262055635069, 4.066981561112003e-08], "non_uniform_scale": [1.0000001032525383, 0.9999998807907176, 0.9999999832478879], "motion_type": "STATIC"}, {"template_name": "058da4d29b93d3a449328339faac5917d69bac84", "translation": [-7.90555477142334, 3.805056110195437e-07, -6.383824444781254], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "2af5d1093338d34c15f925e0ee5d53319fb5a591_part_1", "translation": [-8.053201963995587, -0.0001240225391369127, -8.210178245852363], "rotation": [0.9483236611788145, -3.368177842366498e-16, 0.317304638554826, 1.8912830387295006e-08], "non_uniform_scale": [0.9999999814497162, 0.9999998807907177, 0.9999997743400743], "motion_type": "STATIC"}, {"template_name": "2af5d1093338d34c15f925e0ee5d53319fb5a591_part_1", "translation": [-8.99714641710477, -0.0035320590848599343, -7.498866268913873], "rotation": [-0.317304638554826, -1.8912830387295006e-08, 0.9483236611788145, -3.368177842366498e-16], "non_uniform_scale": [0.9999999814497162, 0.9999998807907177, 0.9999997743400743], "motion_type": "STATIC"}, {"template_name": "2af5d1093338d34c15f925e0ee5d53319fb5a591_part_3", "translation": [-8.527581628168802, 4.958653523733831e-07, -7.853026041378809], "rotation": [0.9483236611788145, -3.368177842366498e-16, 0.317304638554826, 1.8912830387295006e-08], "non_uniform_scale": [0.9999999814497162, 0.9999998807907177, 0.9999997743400743], "motion_type": "STATIC"}, {"template_name": "1aebe7d2500bfbcb0c6ec787a98a2b3701099ed7", "translation": [-5.606040000915527, 5.018126785216737e-07, -8.419019197284001], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1c1f8cb950c338c7685124f7cfba716c242435c4", "translation": [-0.4565691649913788, 0.5500002377621449, -4.338986582220382], "rotation": [0.9616559311579184, 2.3352737907329607e-17, -0.27425876479849615, -1.6347097308598305e-08], "non_uniform_scale": [0.9999999768492623, 0.9999998807907176, 0.9999998908088389], "motion_type": "STATIC"}, {"template_name": "4796defeed8ec1afd1cf4c0948d48d71fb3c3753", "translation": [-15.430680274963379, 0.6000002679920087, -4.6961595239544], "rotation": [-4.371138781308187e-08, 4.9414930256588236e-23, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "673f40d76a4bbd59eb9570035e59bae1d4945f26", "translation": [-4.38355016708374, 1.3373198290711734, -0.9707298691243018], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "734da957ee78f96540c6532441e8c4f2add8c702", "translation": [-4.38355016708374, 1.3234599413198254, -2.626329663408413], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ec2e7b7f73623dbc8d590c5873d7bda8c77fafac", "translation": [-15.927390098571777, 4.0885387875277956e-07, -6.859429427419315], "rotation": [0.7071068022599731, 0.0, -0.7071067601131199, -4.2146849766967874e-08], "non_uniform_scale": [1.1430386815644096, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ec2e7b7f73623dbc8d590c5873d7bda8c77fafac", "translation": [-14.525589942932129, 5.184918450140685e-07, -8.698849159547706], "rotation": [-4.371138888236042e-08, 1.1979218916684165e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.8190278410911591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "98ac2600c6a19a9adc54fc95dee4653fb0ea7e12", "translation": [-7.341309547424316, 1.668299920462978, -1.7866899099951965], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e1605e5e2c8bded985d3cf861a4d3ada64624e3d", "translation": [-6.03462028503418, 0.4200004628986047, -8.40614933811725], "rotation": [0.7071068022599739, 1.256073929513096e-15, -0.7071067601131191, -4.2146851023041906e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "daf3d41fa1677e0a8eabc296f9a01d4db7e0de93", "translation": [-10.926010131835938, 0.5700004103654628, -7.574789515448213], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6b819ecc356fcb0a5891427105ea4c0109efd7e2", "translation": [-5.712520122528076, 1.7671100609082089, -4.954739646801357], "rotation": [-3.090861815148219e-08, -3.09086186540774e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999997615814479, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "bfd6cf98dd195c4c70cfa0510fd4eaed99efea6a", "translation": [-12.665319442749023, 8.898764747300447e-08, -1.4929648939988027], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d5cbf59bbda4034360222434bd46e2e7b9d448c9", "translation": [-2.4217700958251953, 1.799999895849826, -0.8526498286336697], "rotation": [0.9251119022614915, 2.4892288881683617e-16, -0.37969457237906884, -2.2631562065236002e-08], "non_uniform_scale": [0.9999999947631, 0.9999998807907177, 0.9999999343876812], "motion_type": "STATIC"}, {"template_name": "51ed863b0c679695f7ce6f6843b5ce528ddc52d3", "translation": [-12.788840293884277, 1.2915670311031135e-07, -2.1668897767728623], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999997019767939, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7ed48ee48050b080a2e214f06eeb79d6ee9c17be", "translation": [-12.050121307373047, 1.749999959471225, -1.0700398194766052], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7ed48ee48050b080a2e214f06eeb79d6ee9c17be", "translation": [-13.08884048461914, 1.7511500768381367, -2.838679755340216], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7ed48ee48050b080a2e214f06eeb79d6ee9c17be", "translation": [-11.289329528808594, 1.749999959471225, -1.0700398194766052], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6d8cb689ff72a3541b44a4f06522d9af8a2fc849", "translation": [-13.313368797302246, 1.047810069437027, -2.9097297216928055], "rotation": [0.39149339941440336, 4.877658564383312e-16, 0.9201809160240997, 5.484705969501481e-08], "non_uniform_scale": [0.9999999581941648, 0.9999999999999929, 0.9999999008670335], "motion_type": "STATIC"}, {"template_name": "33651313301128ad8590648dccfeab35080539e1", "translation": [-9.393789291381836, 1.7500001920676382, -6.972359614231586], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "652f0506537d208d45b7a71bfeb1c18b3f50c69b", "translation": [-4.754899978637695, 2.758735320185224e-07, -4.628389559484134], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "08705ce22129b92cd98a3757e6cad950c2b15689", "translation": [-13.288370132446289, 0.9950000931030516, -2.47700980472505], "rotation": [-0.41549454071404657, 2.7078200476757763e-16, 0.9095956720635937, 5.421612958895316e-08], "non_uniform_scale": [0.9999999026584778, 0.9999998807907176, 0.9999998515570971], "motion_type": "STATIC"}, {"template_name": "51a22c69abd300c67c0b53c7045d1e7f2db52cfb", "translation": [-10.315579414367676, 0.9000000021857062, -1.3366699077683677], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxxadc414c8xb43fx45a5xa287x34f8b29f428a", "translation": [-2.809119939804077, 2.4693130740160996e-07, -4.142819634507902], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx761b71a8x6b87x46c3xa42dx0375692acca8", "translation": [-1.8187099695205688, 1.6788601442385698e-07, -2.8166597594821496], "rotation": [0.4305111223088421, -1.8002383467258677e-15, 0.9025852721867217, 5.3798276417040925e-08], "non_uniform_scale": [1.0000000211029247, 0.9999998807907176, 0.9999999738907893], "motion_type": "STATIC"}, {"template_name": "f730d83fb57d625fe15827a9bb8f51cea74bdcf1", "translation": [-6.968204975128174, 1.7499703702279987, -8.644884443589746], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "94cd283fd6984240af55f387837410eaa91d87ec", "translation": [-8.3981351852417, 1.7499703702279987, -8.644884443589746], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3757-0", "translation": [-0.004089999943971634, 1.4500001019340658, -2.360169660438899], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "209-2", "translation": [-13.163840293884277, 1.1200003471297109, -6.863869668014637], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4141-2", "translation": [-8.494039535522461, 0.9199999615573908, -0.9950398853397395], "rotation": [0.9999999999999962, 0.0, 8.742277562616284e-08, 5.210803853528463e-15], "non_uniform_scale": [1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}]}
scenes/103997424_171030444.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/103997424_171030444"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "10aad7e8b95a3bc4bf9cc81d416016befad8e737", "translation": [-5.0259599685668945, 0.7400003502345243, -6.455959844830019], "rotation": [-0.5901954957723651, -3.5466989171259343e-16, 0.8072603525319512, 4.811646921617712e-08], "non_uniform_scale": [0.9999998606266451, 0.9999998807907176, 0.99999984965769], "motion_type": "STATIC"}, {"template_name": "1363704ef1a2dc37a27d347b2af3bd79772a1423", "translation": [-12.465519905090332, 4.3861328435923497e-07, -7.358709373551022], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4f4dc83733f276205742a9248af1b17c0d37d594", "translation": [-12.927300453186035, 2.800000366355178, -9.746419158791312], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0a172f2702ec99b7009cd9b5022569c2b3e757c4", "translation": [-4.762245178222656, 0.7642302953218376, -5.502587898563249], "rotation": [-0.6326278100566818, 2.9027401334317503e-15, 0.7744559728886367, 4.616117325716121e-08], "non_uniform_scale": [0.9999999130949229, 0.9999998807907177, 1.0000000311061479], "motion_type": "STATIC"}, {"template_name": "015ae9b8de4de0be8a2c276c15869fa381923022", "translation": [-16.947969436645508, 1.7000004748451758, -10.866579260433916], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "0c14c132672f293310432d06c89d503657210f0d", "translation": [-15.619399070739746, 4.7482609488724847e-07, -7.966259481533768], "rotation": [0.7071068022599728, -1.256074079248779e-15, 0.7071067601131205, 4.214684851089383e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "0c14c132672f293310432d06c89d503657210f0d", "translation": [-15.6172513961792, 5.087924250801734e-07, -8.536119905941462], "rotation": [0.7071068022599728, -1.256074079248779e-15, 0.7071067601131205, 4.214684851089383e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "0c14c132672f293310432d06c89d503657210f0d", "translation": [-15.611390113830566, 5.433207661553752e-07, -9.115409307753453], "rotation": [0.7071068022599728, -1.256074079248779e-15, 0.7071067601131205, 4.214684851089383e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "0c14c132672f293310432d06c89d503657210f0d", "translation": [-15.588759422302246, 5.777984597443719e-07, -9.693848985800173], "rotation": [0.7071068022599728, -1.256074079248779e-15, 0.7071067601131205, 4.214684851089383e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "a322d675c10d402de8fbb166bc05a571f790bb38", "translation": [-4.664409637451172, 1.0150003578333369, -7.25844667712169], "rotation": [0.9278859116444144, -8.956293787030916e-16, -0.37286423128507995, -2.2224439151072325e-08], "non_uniform_scale": [0.9999999458347497, 0.9999999999999928, 0.9999997994276786], "motion_type": "STATIC"}, {"template_name": "f925d72eab5ee89042e4c73a09fe4669a8b5a681", "translation": [-4.936150074005127, 1.0150003512132102, -7.147379388667353], "rotation": [0.40008596694541987, -1.0659463678941815e-15, 0.916477615140351, 5.4626325063826596e-08], "non_uniform_scale": [0.9999999701895529, 0.9999998807907176, 0.9999999150894806], "motion_type": "STATIC"}, {"template_name": "f925d72eab5ee89042e4c73a09fe4669a8b5a681", "translation": [-4.998179912567139, 0.7400002961641547, -5.548809630345701], "rotation": [-0.2629381697420558, 4.637819293801152e-16, 0.96481268590991, 5.750732050038216e-08], "non_uniform_scale": [0.9999999399754953, 0.9999998807907176, 0.9999998514538466], "motion_type": "STATIC"}, {"template_name": "f4a45868e5b9f545314d1b123a4b68f4458ba1f2", "translation": [-16.947969436645508, 6.247508395063051e-07, -10.481579155827774], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1bb66668829970ef66295bb7e8b946b6974b55ca", "translation": [-12.972970008850098, 6.256663596104772e-07, -10.496939033452293], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1bb66668829970ef66295bb7e8b946b6974b55ca", "translation": [-12.972970008850098, 6.375878456310602e-07, -10.696948367539107], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7296cba85cfaf0ab1733eca053ca054eeae8afb6", "translation": [-15.794110298156738, 1.750000194885132, -5.019629551790359], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "73cae0c00c31e895cbf8c6ac2bcc3ce718d03b21", "translation": [-5.010469913482666, 0.740000359861213, -6.617468872221153], "rotation": [-0.0529463065827329, 3.309198614648767e-16, 0.9985973606109941, 5.952104447312877e-08], "non_uniform_scale": [1.0000000905093434, 0.9999998807907176, 0.9999999726330258], "motion_type": "STATIC"}, {"template_name": "67666ce1019ebc977deca75006e62555d108cbf8", "translation": [-17.183069229125977, 0.5597407437133519, -12.921018750622299], "rotation": [-4.371138662864822e-08, 3.105881150761225e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "d46d68c38dd2d64388be98b66b665b7db512f1ab", "translation": [-10.092109680175781, 6.241547794161306e-07, -10.471578927541998], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "de47820f2dc539102408f43243369f2a952b7b2f", "translation": [-14.773550033569336, 5.048698312748456e-07, -8.47030970631181], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8e92add4e92d62f3ba081781873b0b3fb3de021d", "translation": [-14.019670486450195, 9.19855835945782e-07, -15.432619128667113], "rotation": [0.7071068022599728, 2.5121478590261966e-15, -0.7071067601131205, -4.2146852279116215e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c39dc0b9f1bb9173e74c1842874690e236dc5f40", "translation": [-16.6229305267334, 1.5911205664551034, -11.016578876513265], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "bc6c8a3e519467676740e364525104805f91be7a_part_4", "translation": [-6.61922241285876, 1.7400391810745746, -5.0525646130721285], "rotation": [-3.0908618151482624e-08, -3.090861932392817e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "bc6c8a3e519467676740e364525104805f91be7a_part_5", "translation": [-6.575641649917541, 1.7371468718545304, -5.0537171214286865], "rotation": [-3.0908618151482624e-08, -3.090861932392817e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "bc6c8a3e519467676740e364525104805f91be7a_part_7", "translation": [-6.518949966924307, 1.74003916708803, -5.06327522441187], "rotation": [-3.0908618151482624e-08, -3.090861932392817e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "bc6c8a3e519467676740e364525104805f91be7a_part_8", "translation": [-6.479927620864702, 1.7498507132037167, -5.052251430945257], "rotation": [-3.0908618151482624e-08, -3.090861932392817e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "bc6c8a3e519467676740e364525104805f91be7a_part_9", "translation": [-6.417248388924383, 1.7400394569742048, -5.068692095000849], "rotation": [-3.0908618151482624e-08, -3.090861932392817e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "bc6c8a3e519467676740e364525104805f91be7a_part_6", "translation": [-6.543819378207221, 1.7452730250530721, -5.052970731177455], "rotation": [-3.0908618151482624e-08, -3.090861932392817e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "bc6c8a3e519467676740e364525104805f91be7a_part_12", "translation": [-6.079796225026065, 1.7809664486791223, -5.036996773709149], "rotation": [-3.0908618151482624e-08, -3.090861932392817e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "bc6c8a3e519467676740e364525104805f91be7a_part_10", "translation": [-6.221434240037489, 1.7990371318649026, -5.0285873311889615], "rotation": [-3.0908618151482624e-08, -3.090861932392817e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "bc6c8a3e519467676740e364525104805f91be7a_part_11", "translation": [-6.146392242399212, 1.776892240795826, -5.034758388293217], "rotation": [-3.0908618151482624e-08, -3.090861932392817e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "bc6c8a3e519467676740e364525104805f91be7a_part_1", "translation": [-6.020798237854326, 1.7473624629040587, -5.039834688165947], "rotation": [-3.0908618151482624e-08, -3.090861932392817e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "bc6c8a3e519467676740e364525104805f91be7a_part_2", "translation": [-6.374470233877848, 1.6173211446507982, -5.019679214188179], "rotation": [-3.0908618151482624e-08, -3.090861932392817e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "bc6c8a3e519467676740e364525104805f91be7a_part_3", "translation": [-6.688491829302525, 1.7160700537513105, -5.261659644075553], "rotation": [-3.0908618151482624e-08, -3.090861932392817e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "1d438cf2a0be5706ffdbd1489fbfb27f712589a0", "translation": [-15.509779930114746, 1.5950006522429874, -16.057820221613582], "rotation": [0.7071068096113665, 0.707106752761722, 6.181723556045695e-08, -6.181723566028292e-08], "non_uniform_scale": [2.5115242004394913, 0.9999998807907419, 2.254046648258355], "motion_type": "STATIC"}, {"template_name": "ab05e0ea6aa3801d378abbbc54a269212303822a", "translation": [-13.706040382385254, 1.65000017700374, -5.019629557750825], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-9.848719596862793, 2.8000001588499543, -6.265059407647854], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-11.848719596862793, 2.8000001588499543, -6.265059407647854], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-7.848720073699951, 2.8000001588499543, -6.265059407647854], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [-10.744909286499023, 2.8000003375726834, -9.263529058484451], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d9a2866b5b36ed12b7aff0769e5f1066e7417774", "translation": [-17.65999984741211, 3.8385391576412076e-07, -6.439999673366543], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "183de9f61a9c362d58ac340058ecddc54da18809", "translation": [-10.452969551086426, 3.134822748052102e-07, -5.259359523096094], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c62509f7f96cb4c6d1d6b23b585fe911983ddfd1", "translation": [-15.753069877624512, 8.557092883165751e-07, -14.356418707584169], "rotation": [-4.3711387457693096e-08, 4.941493696190593e-23, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000001192092933, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "a3037f0f7fbe458c01e019a5db8c4d9914ed0f10", "translation": [-5.171734809875488, 1.6983705263265847, -10.866584028902366], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723764266575e-08, -6.181723496326157e-08], "non_uniform_scale": [1.0000001192093049, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "84ec73df1d73e318c129fe1e41f417f7376f9e78", "translation": [-7.834895133972168, 1.6983705263265847, -10.866584028902366], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723764266575e-08, -6.181723496326157e-08], "non_uniform_scale": [1.0000001192093049, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "27f0693e994d95f0e728ac4360c0dcbdbaf29d14", "translation": [-4.253664970397949, 1.4685604050504963, -8.593139048713468], "rotation": [-0.500000021855697, -0.4999999920533689, 0.5000000377489476, -0.4999999483419815], "non_uniform_scale": [0.9999997615814338, 0.9999998211860768, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "6b72541c4a983863be92d0c603846ca9e1792ad1", "translation": [-8.550379753112793, 5.510264600161463e-07, -9.24468939037979], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a34eb58d8e8c6c14548c4d3b915eed8b124dbd63", "translation": [-12.972970008850098, 5.809318963656551e-07, -9.746419325684315], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "924c97c4257c0bc594577391d0c32aa36adfff2f", "translation": [-9.194939613342285, 1.3000003146052421, -7.3781995369076725], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "34170a3abede075d1e15942197394d95ee063bf7", "translation": [-9.216050148010254, 0.001000476147960623, -7.988639832160454], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4c5ce521bec71f4b040ca4ccdd2f8e1f7652dc2a", "translation": [-10.094249725341797, 0.6300006019520268, -10.8090784884048], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_1", "translation": [-19.318069461296147, 1.187715301247181, -12.53095748269093], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_2", "translation": [-19.31806947880485, 1.1887397663962014, -12.206096057333696], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_3", "translation": [-19.318069512193535, 1.1872229254265414, -11.834476816942328], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_4", "translation": [-19.31806923696121, 0.8414686216877382, -12.506212323727455], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_5", "translation": [-19.31906946987105, 0.5038188872363302, -12.304679177559013], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_6", "translation": [-19.318880675965914, 0.500226687417568, -12.185031464065396], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_6", "translation": [-19.318880671514716, 0.5002266844181852, -12.134710166756152], "rotation": [0.7071067868492141, -9.18552837720688e-16, 0.7071067755238797, 4.2146849766967894e-08], "non_uniform_scale": [0.9999998807907178, 0.9999998807907176, 0.9999998807907178], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_6", "translation": [-19.31888068196469, 0.5002266814187935, -12.084388734405152], "rotation": [0.7071068330814806, 1.8371051786483883e-15, 0.7071067292916094, 4.214684976696787e-08], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_6", "translation": [-19.31888067751349, 0.5002266784194107, -12.034067437095908], "rotation": [0.7071068330814806, 1.8371051786483883e-15, 0.7071067292916094, 4.214684976696787e-08], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_6", "translation": [-19.318880691688747, 0.5002266754200264, -11.983746132336085], "rotation": [0.7071065840892248, -1.3003988704160761e-14, 0.7071069782838142, 4.214684976696605e-08], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_6", "translation": [-19.318880687237556, 0.500226672420636, -11.933424708366987], "rotation": [0.7071067073754199, -5.655560019489288e-15, 0.7071068549976661, 4.2146849766967676e-08], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_6", "translation": [-19.31888070141282, 0.5002266694212433, -11.88310326204615], "rotation": [0.7071067073754199, -5.655560019489288e-15, 0.7071068549976661, 4.2146849766967676e-08], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_6", "translation": [-19.31888069323633, 0.5002266664218612, -11.832781972187485], "rotation": [0.7071067073754199, -5.655560019489288e-15, 0.7071068549976661, 4.2146849766967676e-08], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_6", "translation": [-19.318880699961014, 0.5002266634224692, -11.782460533317227], "rotation": [0.7071067073754199, -5.655560019489288e-15, 0.7071068549976661, 4.2146849766967676e-08], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_6", "translation": [-19.318880702960406, 0.5002266604230785, -11.732139109348129], "rotation": [0.7071067073754199, -5.655560019489288e-15, 0.7071068549976661, 4.2146849766967676e-08], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_6", "translation": [-19.31888070595979, 0.5002266574236957, -11.681817819489465], "rotation": [0.7071067073754199, -5.655560019489288e-15, 0.7071068549976661, 4.2146849766967676e-08], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.31748990088806, 0.14708624264524012, -12.707078300726717], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.317489903994517, 0.147086239538791, -12.654960735704913], "rotation": [0.7071066795185161, -7.315960722428297e-15, 0.7071068828545631, 4.2146849766967424e-08], "non_uniform_scale": [0.9999998807907174, 0.9999998807907176, 0.9999998807907174], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.317489907100924, 0.1470862364323747, -12.602843722026007], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.31748989903147, 0.1470862333259591, -12.5507267083471], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.31748990586319, 0.14708623021954084, -12.498609664865876], "rotation": [0.707106561502824, -1.4350242739186758e-14, 0.7071070008702016, 4.2146849766965604e-08], "non_uniform_scale": [0.9999998807907179, 0.9999998807907176, 0.9999998807907179], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.31748990524434, 0.1470862271130928, -12.44649211474523], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.317489900900178, 0.1470862240066761, -12.394375086165164], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.317489904006592, 0.14708622090025983, -12.342258072486258], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.31748988848657, 0.14708621779384376, -12.290141043906193], "rotation": [0.7071066193292566, -1.0903519600404255e-14, 0.7071069430438003, 4.214684976696665e-08], "non_uniform_scale": [0.999999880790718, 0.9999998807907176, 0.999999880790718], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.317489887867723, 0.14708621468739486, -12.238023478884386], "rotation": [0.7071067420707559, -3.58755694858733e-15, 0.7071068203023356, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907173, 0.9999998807907176, 0.9999998807907173], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.317489935479188, 0.14708621177940928, -12.189235624500547], "rotation": [0.7071066644712056, -8.212850206727587e-15, 0.7071068979018689, 4.214684976696726e-08], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.317489934860326, 0.14708620867297642, -12.137118328630933], "rotation": [0.7071067872126731, -8.96888998948024e-16, 0.7071067751604209, 4.21468497669679e-08], "non_uniform_scale": [0.9999998807907178, 0.9999998807907176, 0.9999998807907178], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.31748993796677, 0.14708620556653712, -12.085000928453205], "rotation": [0.7071066795185161, -7.315960722428297e-15, 0.7071068828545631, 4.2146849766967424e-08], "non_uniform_scale": [0.9999998807907174, 0.9999998807907176, 0.9999998807907174], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.31748994479847, 0.14708620246012039, -12.032883911049009], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.31748993300373, 0.14708619935370412, -11.980766882468942], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.317489939835436, 0.1470861962472872, -11.928649861339457], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.317489939216596, 0.1470861931408387, -11.876532303768231], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.317489934872434, 0.147086190034422, -11.824415275188166], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.317489937978852, 0.14708618692800485, -11.7722982466081], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.317489922458822, 0.14708618382158967, -11.720181232929193], "rotation": [0.7071066795185161, -7.315960722428297e-15, 0.7071068828545631, 4.2146849766967424e-08], "non_uniform_scale": [0.9999998807907174, 0.9999998807907176, 0.9999998807907174], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_17", "translation": [-19.317489921839933, 0.14708618071517363, -11.668064219250285], "rotation": [0.7071070430163708, 1.4350202884747038e-14, 0.707106519356626, 4.2146849766965465e-08], "non_uniform_scale": [0.9999998807907178, 0.9999998807907176, 0.9999998807907178], "motion_type": "STATIC"}, {"template_name": "ef869ab4f9509c95898f831ff810bec753ab871f_part_38", "translation": [-19.318069607019403, 7.338911549183489e-07, -12.182049084779637], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8d05088e19ee677c0e12018771bf4aae3edefac1", "translation": [-14.842470169067383, 2.80000029374834, -8.528278629286334], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8d05088e19ee677c0e12018771bf4aae3edefac1", "translation": [-14.842470169067383, 2.800000338872067, -9.285329098383798], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a1df429dfce559731be5c2dbcae1b8073cdd8e1f", "translation": [-5.5259785652160645, 3.653343298992695e-07, -6.129292599600973], "rotation": [0.9238795163823851, -1.0500389545023654e-16, 0.3826834713037, 2.2809713474533548e-08], "non_uniform_scale": [0.9999998687897124, 0.9999999999999929, 0.9999999777724663], "motion_type": "STATIC"}, {"template_name": "52b9fa711a6deed35c45d2776631f03fb075858f", "translation": [-12.410340309143066, 5.286735245135787e-07, -8.869669385572081], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "6be10e64bffa1946ba2f1ba623d6a92ecede2cbf", "translation": [-17.183069229125977, 7.701527806602826e-07, -12.921018783985403], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "e0486f8e03441481436254ea00d35fed866c68d3", "translation": [-15.753069877624512, 9.436798222850484e-07, -15.832319269638049], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "e3d8c7485b594d0ddf81302c96585d585089df27", "translation": [-16.173189163208008, 0.3997408679837342, -14.285929758210738], "rotation": [-4.371138662864822e-08, 3.105881150761225e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "63f1092365918e9da7368dd69be88012b30ca145", "translation": [-12.032172203063965, 6.169678385958832e-07, -10.351002076208431], "rotation": [-4.3711389432911255e-08, 1.53001595586189e-16, 0.9999999999999973, 5.978859583100248e-08], "non_uniform_scale": [1.086076855659489, 0.999999880790718, 1.1174492695988056], "motion_type": "STATIC"}, {"template_name": "f05bd29fb90510885dfdcd048dd7af8234dd7d01", "translation": [-6.203660488128662, 4.3692230633496365e-07, -7.330339471677547], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4bc70f82b71353ef76b6fb89c5388d1241a15e11", "translation": [-10.452969551086426, 1.7000002455491057, -5.0196300316077185], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "03e195f8bd27ffb3982ccb69dcab98d53f3f6920", "translation": [-16.11063003540039, 2.8000003207665287, -8.981568587924883], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "03e195f8bd27ffb3982ccb69dcab98d53f3f6920", "translation": [-18.11063003540039, 2.8000003207665287, -8.981568587924883], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "03e195f8bd27ffb3982ccb69dcab98d53f3f6920", "translation": [-14.11063003540039, 2.8000003207665287, -8.981568587924883], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "800f42a04a677e79c61400b604ccc278347d5737", "translation": [-12.347970008850098, 4.904520665149903e-07, -8.228419767116293], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fdf7479cc9da8f4486359f66965869b5c58c74ed", "translation": [-12.672964096069336, 2.0750004689133306, -9.142059611257295], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "fdf7479cc9da8f4486359f66965869b5c58c74ed", "translation": [-12.672964096069336, 2.075000546689054, -10.446919648532841], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ccf3f0ee76dd2263f77ad90a7cec59da84e047c8", "translation": [-19.24867057800293, 5.242508791525324e-07, -8.795469713481054], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "8750ca4725e0059dfa5d57740e3aafd69911ba12", "translation": [-8.551679611206055, 6.12767337315745e-07, -10.280529363123776], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "11197c522faac322f1118db8636104856bd7c9bf", "translation": [-4.44789981842041, 0.8191504038375719, -9.08081949353397], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f6fcc984009f9416729641d35f0151295d0619ee", "translation": [-5.172659873962402, 2.8000004171866095, -10.59922901396574], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f6fcc984009f9416729641d35f0151295d0619ee", "translation": [-7.835820198059082, 2.8000004171866095, -10.59922901396574], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3fc77979a4622ac665589e79822641ba6b7aa66f", "translation": [-5.172659873962402, 6.317633278740686e-07, -10.599229180858742], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "3fc77979a4622ac665589e79822641ba6b7aa66f", "translation": [-7.835820198059082, 6.317633278740686e-07, -10.599229180858742], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "db74ce14813eb0d5c54c8992806b22fb846ee34c", "translation": [-12.972970008850098, 5.302524641592754e-07, -8.896159595479958], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c624e2fa4f1d962515c51ffbb2e1d20c7b5cc560", "translation": [-13.084539413452148, 1.9015001725035887, -5.019629542760256], "rotation": [-3.090861815148224e-08, -3.090861932392815e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "b5ac5dd1dc346152f1a07d3e40e665de05095852", "translation": [-12.926600456237793, 7.403007771245029e-07, -12.420185302484867], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "eb6a73a8cbd7df887187a2b9fad7fae1e5753d93", "translation": [-12.972970008850098, 4.765778669479914e-07, -7.995649338027846], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "986d7ca749662bad0c2c59c4cdd1129247728d69", "translation": [-6.503590106964111, 2.0762105456512927, -10.86207884917917], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "dfa7a62e5be41b97c5f2e2fc372c6a2a54264ec1", "translation": [-15.753069877624512, 7.701527806602826e-07, -12.921018783985403], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "063168a53d4fa2422c8ddb49959bcbcd7b598402", "translation": [-5.119999885559082, 3.653764792943548e-07, -6.129999749064439], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "03f6741a77ff5522231bdf85e92fa0b7f81ac06e", "translation": [-9.254460334777832, 5.548709509639593e-07, -9.309189241576803], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0245ea7e27dca7c58b0fbf3f5bfc5eb1de3abd09", "translation": [-15.753069877624512, 8.557092883165751e-07, -14.356418707584169], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0f91e09e7aaa94072daa3be9f4f09b9d60f600b8", "translation": [-18.819469451904297, 6.389665827555291e-07, -10.720079736704804], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "18c70042058e30b46be5c8f856f215bb78377f2c", "translation": [-13.604830741882324, 8.557092883165751e-07, -14.356418707584169], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "1a3975bbd2e01e0ee0e1dd01a204bfc39dac32fc", "translation": [-14.167869567871094, 8.557092883165751e-07, -14.356418707584169], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a2019b85453656ac64d641ff7098bc79598089e8", "translation": [-18.835599899291992, 3.8385391576412076e-07, -6.439999673366543], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a2019b85453656ac64d641ff7098bc79598089e8", "translation": [-16.48440170288086, 3.8385391576412076e-07, -6.439999673366543], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "26c38871b1ff2736109edd0ccac7858c95ac3e49", "translation": [-18.12838363647461, 4.2522549392742803e-07, -7.1340995351016545], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "26c38871b1ff2736109edd0ccac7858c95ac3e49", "translation": [-17.19159507751465, 4.2522549392742803e-07, -7.1340995351016545], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "26c38871b1ff2736109edd0ccac7858c95ac3e49", "translation": [-17.191606521606445, 3.424823376008135e-07, -5.745899811631432], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "26c38871b1ff2736109edd0ccac7858c95ac3e49", "translation": [-18.128406524658203, 3.424823376008135e-07, -5.745899811631432], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "a5d89c779d988acf9d344e5b0fd0952cb90c0a4a", "translation": [-6.504240036010742, 5.382800054576364e-07, -9.03083938176394], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998211860799, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "0b66f086c925b3c5b087b2149b23295d74a12fb1", "translation": [-4.5935797691345215, 0.8191503906625748, -8.859779734675275], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1ab37dd4718602cf2b6f55270f0253e1ecd0a7d0", "translation": [-12.930060386657715, 0.9647106394430836, -11.740143972345905], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2506544e6c898212a4b2098aa49c8e5a2bfbca21", "translation": [-6.856339931488037, 4.7661723101555253e-07, -7.996309757452593], "rotation": [-0.04938662917197431, 4.8800913031717945e-17, 0.9987797359072852, 5.953191490494441e-08], "non_uniform_scale": [0.9999999139471962, 0.9999998807907176, 0.9999997958981117], "motion_type": "STATIC"}, {"template_name": "3448a0f2142df518fd92e165207bf1d58dd05fa0", "translation": [-17.73328971862793, 0.766250356864937, -6.513449711817493], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "69ed26faa8d3253125e831d78fde303fc0a3f62c", "translation": [-12.376059532165527, 3.069198157845676e-07, -5.149259737178085], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a1df437d263e5758c23e6653d365e0fdcc81ad31", "translation": [-13.0660400390625, 1.0600002980011638, -5.0196295929175605], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a980ba02a55b4f8bd67d9e1c6dc2231679bc82c9", "translation": [-4.6648359298706055, 0.7400003670764619, -6.738520653335982], "rotation": [0.9299719513865259, 2.273127775360182e-16, 0.36763047974064467, 2.1912486034652555e-08], "non_uniform_scale": [0.9999999124983767, 0.9999998807907176, 0.9999999332739459], "motion_type": "STATIC"}, {"template_name": "6aa6b20a49e05ab2cddb6899406ff752bd8d4e61", "translation": [-4.807590007781982, 4.2930722088385664e-07, -7.202579545820953], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1197126f20af28831340ff4e55039430ce711a31", "translation": [-4.612100124359131, 3.0859828825668956e-07, -5.177419830714456], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f1b26d26f03db8b784b3fbc0ccdef3bbc080069a", "translation": [-9.886560440063477, 0.9763003995901585, -7.661109886323786], "rotation": [-3.0908618151482465e-08, -3.090861999377885e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998807907232, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "90bc63fa89c2db5fbaafad4dcc1614e801fcc4b6", "translation": [-12.972970008850098, 6.077694933992461e-07, -10.196679461200233], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bcc2d2bda9532b1fd0f5a0501cdf5a8eab47862b", "translation": [-13.084539413452148, 1.4605002140480252, -5.019629569045904], "rotation": [-3.090861815148224e-08, -3.090861932392815e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "aee5b09c6ec3331b898f991b11b84e451199251e", "translation": [-15.753069877624512, 2.800000641087891, -14.35566895272315], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "8e5194ea2c796c09de74b07a3b02569a9ed8b003", "translation": [-4.253659725189209, 1.7000003197783116, -6.26498937815488], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e005cbb7de96d0ab84ceb9d2dd6ed418e2bcc17e", "translation": [-17.138269424438477, 8.557092883165751e-07, -14.356418707584169], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fe2f537712c8741402437354c5a6c63dc3332f35", "translation": [-10.160869598388672, 4.601002103754581e-07, -7.719200151014292], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "adc3aaea6b4bf09f853a3844655b98af8c6af2a6", "translation": [-19.21820068359375, 3.1732201932754833e-07, -5.323779742492434], "rotation": [-4.371138781308187e-08, -1.0587910420729154e-22, 0.9999999999999973, 5.960464832810483e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "5e60836dcd1cda51a634fc116b9d86eaf884cd28", "translation": [-19.24866485595703, 4.944485567648371e-07, -8.295469743283377], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "5b61a5bb930b6d858826813b245859e1f562658d", "translation": [-12.522970199584961, 1.270140423641223, -9.507899595615854], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2efebdcc1ba9514b0deb0dfb05951341432bd26a", "translation": [-4.869140148162842, 0.7400003247577018, -6.028529717413775], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b5a2e303c9a5cfa54fb5b257cd82926b194e1e26", "translation": [-17.020545959472656, 0.7662503524869706, -6.439999627694483], "rotation": [-4.371138911578287e-08, 1.0587912688704258e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c5fe7eaaa71f5cc7e2bc468d56bbdd3685b24224", "translation": [-4.520740032196045, 5.16261479788227e-07, -8.661429842625239], "rotation": [0.7071068022599728, 2.5121478590261966e-15, -0.7071067601131205, -4.2146852279116215e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "09843c7d1af4d42f2c34c69e80992049361770dd", "translation": [-12.99606990814209, 9.179461244457343e-07, -15.40057948824284], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d6b5822b17434f97ff007e0854cd9385dc79a150", "translation": [-13.604830741882324, 0.8100007900512445, -14.024859497853495], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9ff0e2c2b2d7081e92f2ee4fb21a48a483b5f1d9", "translation": [-18.37516975402832, 6.252455477806507e-07, -10.489878982908749], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6390cbe813d8715d580974eaeb12cc14716ae9bd", "translation": [-9.848719596862793, 1.7000002747976666, -7.5103391879594525], "rotation": [0.7071068022599728, 0.7071067601131217, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998211860817, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "704be01f7db2f73ed7ef831d13b24a1bbadc8341", "translation": [-17.27825927734375, 2.8000001692771974, -6.439999506473541], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "704be01f7db2f73ed7ef831d13b24a1bbadc8341", "translation": [-18.04174041748047, 2.8000001692771974, -6.439999506473541], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "704be01f7db2f73ed7ef831d13b24a1bbadc8341", "translation": [-17.27825927734375, 2.8000001692771974, -6.439999506473541], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "704be01f7db2f73ed7ef831d13b24a1bbadc8341", "translation": [-18.04174041748047, 2.8000001692771974, -6.439999506473541], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4f89b3cd70cb8d85fa7e9f050ea71aed1c3d80cb", "translation": [-9.521980285644531, 4.357081593298062e-07, -7.309969466330415], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a0ab0f0d7974fcdc0eafd46ab094a5ed9351d26c", "translation": [-12.672964096069336, 2.0750004302775977, -8.493859614797813], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "602cdcd92744d0f17ced70fadc44d7c3fe25c831", "translation": [-4.886670112609863, 3.653764792943548e-07, -6.129999749064439], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "56a3cb5686d12e4bad648c325ae998def645c997", "translation": [-18.369976043701172, 0.7662503524869706, -6.439999627694483], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9fa35b1e57472e0f1be4cd0d11efd14ff1237164", "translation": [-6.522660255432129, 5.839056029799394e-07, -9.796309840899085], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "4149-1", "translation": [-17.676130294799805, 1.4500002559799015, -4.94462976487695], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3757-0", "translation": [-8.371230125427246, 1.4500002559799015, -4.94462976487695], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3752-0", "translation": [-4.178659915924072, 1.4500005471181652, -9.829119010024087], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "220-34", "translation": [-19.623300552368164, 1.6650007178908481, -14.349208830940142], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "219-26", "translation": [-12.597970008850098, 1.635000758599645, -14.522189130950565], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "3755-0", "translation": [-12.597970008850098, 1.8400006640279187, -12.420539005962617], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "209-2", "translation": [-18.005020141601562, 1.1200008996021822, -16.132819101046316], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}]}
scenes/103997445_171030492.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/103997445_171030492"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "1c094fa03158472435f319ff499aef6f7b9ff883", "translation": [-5.929409980773926, 1.3136506993305375e-07, -2.2039400217568783], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1c094fa03158472435f319ff499aef6f7b9ff883", "translation": [4.726402282714844, 0.729999878797571, 1.6234392587280695], "rotation": [0.302733309738737, 1.847140199884626e-16, 0.9530753082388751, 5.6807718357441085e-08], "non_uniform_scale": [0.9999998603173409, 0.9999998807907177, 0.999999780803901], "motion_type": "STATIC"}, {"template_name": "1c094fa03158472435f319ff499aef6f7b9ff883", "translation": [7.789241790771484, 0.7987805724023573, -8.998577487626186], "rotation": [0.9973113986776695, 4.358839038571939e-18, 0.07328010690214906, 4.367835060670609e-09], "non_uniform_scale": [1.0000000246163103, 0.9999998807907177, 0.9999999079538775], "motion_type": "STATIC"}, {"template_name": "1e2b5f3cb4c6481df7058fb759dd129090253ed9", "translation": [3.412278413772583, 1.546844998756569e-07, -2.5951751115813693], "rotation": [-0.7065570990288498, 2.8380665907001967e-15, 0.7076560363707317, 4.217958634758378e-08], "non_uniform_scale": [1.000000015570618, 0.9999998807907176, 1.00000001557033], "motion_type": "STATIC"}, {"template_name": "3a4c77cbc442936a4963c5353064a2627c5e9712", "translation": [-1.21274995803833, 3.2719970022299094e-07, -5.489499718576667], "rotation": [-0.7058060288141186, 4.224066697581644e-16, 0.7084051451603395, 4.222423912106191e-08], "non_uniform_scale": [0.9999999008721745, 0.9999998807907176, 0.9999999008705639], "motion_type": "STATIC"}, {"template_name": "0a172f2702ec99b7009cd9b5022569c2b3e757c4", "translation": [3.4438624382019043, 0.7600004916610743, -9.168703441101073], "rotation": [0.872024795398569, 1.14040159029687e-15, -0.489461700452735, -2.9174194557300897e-08], "non_uniform_scale": [0.9999999196064508, 0.9999998807907176, 1.0000000200740453], "motion_type": "STATIC"}, {"template_name": "29ba050e69589907868d5a1909fa70ade849f0af", "translation": [-4.475560188293457, 0.35102991632580327, 0.9203100461196847], "rotation": [0.7101853760617411, 4.7421372269788725e-15, -0.7040147240136683, -4.196255482634516e-08], "non_uniform_scale": [0.9999999895855732, 0.9999998807907176, 1.0000001087893655], "motion_type": "STATIC"}, {"template_name": "29ba050e69589907868d5a1909fa70ade849f0af", "translation": [0.6198800206184387, 0.6500003941166383, -7.662179451454882], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "34582c45760b7519bea143e2a47b0544b276653b", "translation": [3.2916197776794434, 1.1032241218345007e-06, -18.509028285203613], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a1316f752216c5938f26c70c7c0af1cd80f470e1", "translation": [9.828230857849121, 0.9417898220580128, 1.7869411203175076], "rotation": [-0.008726561624113225, -1.137587719325045e-17, 0.9999619228361732, 5.960237875197445e-08], "non_uniform_scale": [0.9999999562586989, 0.9999999999999929, 0.9999998370857314], "motion_type": "STATIC"}, {"template_name": "a322d675c10d402de8fbb166bc05a571f790bb38", "translation": [3.5168721675872803, 0.7600005327226569, -9.857602440261658], "rotation": [0.8105756665733228, -2.5364180327980698e-15, -0.5856339204308543, -3.490650036563614e-08], "non_uniform_scale": [0.9999999331496777, 0.9999999999999929, 0.9999997988538646], "motion_type": "STATIC"}, {"template_name": "f925d72eab5ee89042e4c73a09fe4669a8b5a681", "translation": [9.33395004272461, 0.8999997247546858, 3.3178499687999405], "rotation": [0.9434662331591285, -2.731621216718641e-16, 0.33146865144161775, 1.9757071623461866e-08], "non_uniform_scale": [0.9999998746587814, 0.9999998807907177, 0.9999998020840477], "motion_type": "STATIC"}, {"template_name": "f925d72eab5ee89042e4c73a09fe4669a8b5a681", "translation": [7.303719997406006, 0.8999998194199819, 1.7296299439889182], "rotation": [-0.2602914837080288, -7.423935969206296e-17, 0.9655300842071517, 5.7550080923871245e-08], "non_uniform_scale": [0.9999998712204499, 0.9999998807907176, 0.9999997821288638], "motion_type": "STATIC"}, {"template_name": "f925d72eab5ee89042e4c73a09fe4669a8b5a681", "translation": [3.4945900440216064, 0.7600005174904965, -9.602049209949385], "rotation": [0.8581926364636098, -7.493784995040256e-16, 0.5133277692855098, 3.059671991248598e-08], "non_uniform_scale": [0.9999998255671753, 0.9999998807907176, 0.9999997988978228], "motion_type": "STATIC"}, {"template_name": "f925d72eab5ee89042e4c73a09fe4669a8b5a681", "translation": [3.404860019683838, 0.760000510919113, -9.491799697172624], "rotation": [0.8764149286948728, -6.748653897887939e-16, -0.4815567181140347, -2.8703017604994098e-08], "non_uniform_scale": [0.9999998294835616, 0.9999998807907176, 0.9999997952088532], "motion_type": "STATIC"}, {"template_name": "fd6165b9b20129332320d81436353e5f887a5ed1", "translation": [-5.641624450683594, 2.5876701670313196e-07, -4.341389874137036], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "de47820f2dc539102408f43243369f2a952b7b2f", "translation": [7.544050216674805, 6.817579389917228e-08, -1.1437999520421016], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8e92add4e92d62f3ba081781873b0b3fb3de021d", "translation": [9.651169776916504, 7.540547812823206e-07, -12.650939187351469], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e4c49b444dda05bdac79ad01ec10f82b735b62a1", "translation": [3.081439733505249, -1.9202413170660293e-07, 3.2216301428299943], "rotation": [0.6480015590455891, -2.418750167728245e-15, 0.7616390086349856, 4.539722289102827e-08], "non_uniform_scale": [0.9999999464323354, 0.9999998211860799, 0.9999999433734035], "motion_type": "STATIC"}, {"template_name": "3d891a2608d3428cef128bf4aeb855f7232edb00", "translation": [-3.5513501167297363, 1.6766007841795556, -15.178548761895314], "rotation": [0.49999997814430797, 0.49999994834198425, 0.5000000814603435, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.999999761581444], "motion_type": "STATIC"}, {"template_name": "f5cec0553cf0fd427865f0c6e85212ca7159ce5e", "translation": [7.977640151977539, 0.22431021258115447, -3.8617896982371844], "rotation": [-4.371138747769874e-08, 2.0351655472221782e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.7486399412155218, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "39565a25ef3d6f1efb87095ed2bb8c6d8b2d5ed4", "translation": [9.942296028137207, 0.8999997781175537, 2.4225696609872713], "rotation": [0.7132504533959549, 1.5349538744239135e-15, -0.7009092599833896, -4.1777451513202465e-08], "non_uniform_scale": [0.9999999556032696, 0.9999998807907177, 0.99999995556696], "motion_type": "STATIC"}, {"template_name": "c8e109051b6ed7b877d8b7dbfbbf2b2c536490ed", "translation": [3.396620273590088, 0.8234704771250634, -8.887819664997444], "rotation": [0.9700989048440274, 6.463538152331459e-17, -0.24270993968195534, -1.4466640858822702e-08], "non_uniform_scale": [1.0000000092809893, 0.9999998807907176, 0.9999999165065773], "motion_type": "STATIC"}, {"template_name": "6f259794d01a14a54e2eb65e30a661f053abe729", "translation": [8.915229797363281, 5.684435109287733e-07, -9.53689899820688], "rotation": [-4.3711388286737876e-08, 3.1058814544726735e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "6f259794d01a14a54e2eb65e30a661f053abe729", "translation": [11.780329704284668, 5.684435109287733e-07, -9.53689899820688], "rotation": [4.3711388286737876e-08, -3.1058814544726735e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [1.485260009765625, 4.210000046344987, -4.34753939166427], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [1.485260009765625, 4.210000195356628, -6.847539719489788], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b695338d64fbf943ad64f49d510d8399245708d0", "translation": [1.485260009765625, 4.2099998973333825, -1.8475396598851646], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d81029cb1ea56418f5a5c286b8679668268c20cc", "translation": [11.780329704284668, 1.7000003820162917, -9.30916911308946], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "d81029cb1ea56418f5a5c286b8679668268c20cc", "translation": [8.915229797363281, 1.7000003820162917, -9.30916911308946], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "396629e54e49b23a0165b84f9ffe35900aeb5696", "translation": [3.2559800148010254, 2.953374291791988e-07, -4.954939546886692], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8dd71afd361b2518e475589f315563da158685aa", "translation": [-1.4191498756408691, 7.624495879099413e-07, -12.791780663026486], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "8dd71afd361b2518e475589f315563da158685aa", "translation": [0.9924499988555908, 7.624495879099413e-07, -12.791780663026486], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "914a08282b8f53b88fd09b97bf300f4882aee13e", "translation": [-0.06778000295162201, 4.238909525611234e-07, -7.111709647672768], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "dd11947d83a50be4a17c8b0e342c0251619bd5a3", "translation": [5.845819473266602, 1.0315769713997724e-06, -17.306988638222833], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4a14b89d51b3dac595041350de6beb6fc8789d86", "translation": [7.9664998054504395, 5.684786970050482e-07, -9.537489322573549], "rotation": [4.3711388286737876e-08, -1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9e644adad704ea8bfa75c422b9e6e0144d6ccd04", "translation": [10.226105690002441, 2.631249967462722, -3.68536458512456], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a3037f0f7fbe458c01e019a5db8c4d9914ed0f10", "translation": [10.432854652404785, 1.6983706551411615, -13.027733878725485], "rotation": [-3.090861697903607e-08, -3.090861932392811e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000001192092933, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "84ec73df1d73e318c129fe1e41f417f7376f9e78", "translation": [7.769695281982422, 1.6983706551411615, -13.027733878725485], "rotation": [-3.090861697903607e-08, -3.090861932392811e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000001192092933, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxx6c766532xa291x4bd4xa75fx2ef35a0e008d", "translation": [-0.13962000608444214, 0.7851598621141882, 1.613619993420837], "rotation": [0.9999904807210647, 6.154753320149947e-20, 0.004363309209075519, 2.600735250997062e-10], "non_uniform_scale": [1.000000108775389, 0.9999998807907176, 0.9999999895751718], "motion_type": "STATIC"}, {"template_name": "27f0693e994d95f0e728ac4360c0dcbdbaf29d14", "translation": [12.337366104125977, 1.4685607964980392, -15.16053863590362], "rotation": [-0.500000021855697, -0.4999999920533689, 0.5000000377489476, -0.4999999483419815], "non_uniform_scale": [0.9999997615814338, 0.9999998211860768, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "3f7e151179b654ffc659bc49f5f4c16cb1142a15", "translation": [-2.45455002784729, 7.822096108611731e-07, -13.123298816484237], "rotation": [4.3711388286737876e-08, -1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c5f1f1cbdefa78aeac4b7c4bc1a4bdf6961fef81", "translation": [-1.4191498756408691, 0.7112607407880667, -12.791780620632085], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c5f1f1cbdefa78aeac4b7c4bc1a4bdf6961fef81", "translation": [0.9924499988555908, 0.7112607407880667, -12.791780620632085], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "6b72541c4a983863be92d0c603846ca9e1792ad1", "translation": [6.638090133666992, 9.078186735678173e-07, -15.230669067462088], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "46c2b638a7506ffddc72103c2f7a5f9a695e7023", "translation": [4.7623701095581055, -9.743214235413689e-08, 1.6346400001859607], "rotation": [-0.38081203294848476, -8.330974247432348e-16, 0.9246524728575807, 5.511358541790951e-08], "non_uniform_scale": [0.9999998073841434, 0.9999998807907176, 0.9999997472967815], "motion_type": "STATIC"}, {"template_name": "0039699ff96422d70b73397371664863025d75e8", "translation": [-0.7242500185966492, 2.370630329236988, -7.460389504967921], "rotation": [-3.0908618151482386e-08, -3.090861916016831e-08, 0.7071068481532068, -0.7071067142198804], "non_uniform_scale": [2.1428570747375573, 0.9999998211860895, 1.799999618530307], "motion_type": "STATIC"}, {"template_name": "011089758bc34f947c4862a8e800c51ec221a2b6", "translation": [9.710359573364258, 1.8842756333015132e-07, -3.1612897419160646], "rotation": [0.7078263253722895, 2.229741563216057e-15, -0.7063865040542322, -4.210392139215835e-08], "non_uniform_scale": [0.9999999869232034, 0.9999998807907176, 0.9999999869227091], "motion_type": "STATIC"}, {"template_name": "083090369fb48b0329122df572d2676e7c4bd77d", "translation": [-0.712670087814331, 5.102390332467621e-07, -8.560389962173076], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0c4ab4d4ccdc801b4093f10a9aa9c0bfd08ab584", "translation": [1.5590200424194336, 1.0755425137176644e-06, -18.044607994281705], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2e578e538ca6650245a19e247ad73400e162867c", "translation": [7.315959930419922, 0.8155999651366486, -0.600289916045071], "rotation": [0.7071068022599728, -5.024296466730797e-15, -0.7071067601131205, -4.214684474267234e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "924c97c4257c0bc594577391d0c32aa36adfff2f", "translation": [-6.007579803466797, 0.7620003476130854, -6.1859794290077765], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "924c97c4257c0bc594577391d0c32aa36adfff2f", "translation": [8.032890319824219, 0.6611003225505314, -5.570199595016241], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "924c97c4257c0bc594577391d0c32aa36adfff2f", "translation": [-2.034359931945801, 0.6500003962725671, -7.698349931934452], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "422131b21a90337c082f68bdcfe76a73e8804c85", "translation": [0.9016100168228149, 1.472891002963756, -17.974068436207794], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998211860763, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "55cdd89c54340c91ae14f798ac91e0e17e12acec", "translation": [12.337369918823242, 1.2524706266859198, -11.490034297555383], "rotation": [-0.5000000218556918, -0.49999999205336904, 0.500000037748953, -0.4999999483419817], "non_uniform_scale": [0.9999998807907162, 0.9999997615814356, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "34170a3abede075d1e15942197394d95ee063bf7", "translation": [-5.8907999992370605, -1.982873669703622e-07, 3.3267097874456653], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "34170a3abede075d1e15942197394d95ee063bf7", "translation": [10.364429473876953, 2.3649870684039342e-07, -3.967789651883251], "rotation": [-4.3711388286737876e-08, 2.3294109863304354e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "34170a3abede075d1e15942197394d95ee063bf7", "translation": [-2.516040086746216, 4.642421060907509e-07, -7.788689625937337], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "34170a3abede075d1e15942197394d95ee063bf7", "translation": [-1.1501699686050415, 4.1530668681843963e-07, -6.967689575690628], "rotation": [0.7071068022599728, 1.2560739295130983e-15, -0.7071067601131205, -4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "34170a3abede075d1e15942197394d95ee063bf7", "translation": [-3.223050117492676, 1.102079750125995e-06, -18.489828915010094], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "46718a0ccdb3b49c1586550961d8869f7975492f", "translation": [11.928919792175293, 1.023535673994047e-06, -17.172078062768037], "rotation": [-0.277601604943384, 5.45702780529443e-16, 0.9606962833970234, 5.726196372325161e-08], "non_uniform_scale": [0.9999999467512309, 0.9999998807907176, 0.9999998614565151], "motion_type": "STATIC"}, {"template_name": "c92c6f54fc159759c8cfbab35343b611b49cf26b", "translation": [1.378749966621399, 1.0269302492815768e-06, -17.22902958220061], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "86a9949d804e73fa59f4fd8537be725cb8e9c2c2", "translation": [0.40890905261039734, 4.209999646004434, 2.3690601492488383], "rotation": [0.9999904807207081, -7.380840166367818e-20, 0.004363309290822475, 2.600734989680908e-10], "non_uniform_scale": [0.9999999895625115, 0.9999998807907176, 0.9999997511494448], "motion_type": "STATIC"}, {"template_name": "b7025f6c8c755a06a828c200396100b10e11bedf", "translation": [9.250089645385742, 0.9243101436060783, -3.8545798791116397], "rotation": [0.106342762588393, 5.673994191810214e-17, 0.9943295313149787, 5.9266662002854735e-08], "non_uniform_scale": [0.9999998628875124, 0.9999998807907176, 0.9999997490097109], "motion_type": "STATIC"}, {"template_name": "51acab78344c2ebc6e223ca8d5f8809a82b55333", "translation": [0.8400099873542786, 1.0593080332910176e-06, -17.77223862575056], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ffea0d60298c8b01116cd8830266e30a5df310c8", "translation": [2.2482900619506836, 1.0755425137176644e-06, -18.044607994281705], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3f97346082a849bd111b87bb691b434aeb02b9cc", "translation": [0.5543400049209595, 7.33026240595791e-07, -12.298138839117314], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d3c63e96b2c0e4cc8f90b4c844d43480b14ae701", "translation": [-0.7005500197410583, 5.311006248120975e-07, -8.910389369106895], "rotation": [0.7071068022599725, 3.944944340877291e-09, 0.7071067601131201, 4.700037402037057e-08], "non_uniform_scale": [1.9028869925208691, 0.9999998807907184, 1.2303147774747138], "motion_type": "STATIC"}, {"template_name": "021a0ba1300490e2e288221a21f4387ce626d1de", "translation": [1.8716599941253662, 1.1999998812711183, 1.5919400219953062], "rotation": [-0.6116925758336843, 2.2246343306419683e-15, 0.7910955648149914, 4.7152970791702316e-08], "non_uniform_scale": [1.0000000028231424, 0.9999998807907176, 0.9999999952730265], "motion_type": "STATIC"}, {"template_name": "021a0ba1300490e2e288221a21f4387ce626d1de", "translation": [-2.3051400184631348, 0.1857999247115858, 1.0945299322170028], "rotation": [-0.004363360278310051, 6.5091041724935996e-18, 0.9999904804982286, 5.9604080921453204e-08], "non_uniform_scale": [0.9999999308460082, 0.9999998807907176, 0.9999998116458123], "motion_type": "STATIC"}, {"template_name": "021a0ba1300490e2e288221a21f4387ce626d1de", "translation": [-2.036139965057373, 0.13426992497265378, 1.0821599395340682], "rotation": [-0.004363360278310051, 6.5091041724935996e-18, 0.9999904804982286, 5.9604080921453204e-08], "non_uniform_scale": [0.9999999308460082, 0.9999998807907176, 0.9999998116458123], "motion_type": "STATIC"}, {"template_name": "9523913c4c8438a9c184e378e101a8ac7ff067fe", "translation": [4.870520114898682, 1.107134266931098e-06, -18.57462963017042], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4a054dac8f02a8bdde034b12248b4fe4ebb5689d", "translation": [-4.949429988861084, -4.89491220889704e-08, 0.8212299453479055], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "463e89b665479d4a82c4fde27ab4898afa91c33f", "translation": [6.879620552062988, 5.684408392880869e-07, -9.53685417551668], "rotation": [4.3711388286737876e-08, -1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "1a3ab8e3d8569a2a2e2b6f8510af417848b71c6a", "translation": [9.011344909667969, 0.9562701523951489, -3.857356022976262], "rotation": [-0.0830730958399877, 2.6232539391426693e-16, 0.9965434565273894, 5.9398622223857745e-08], "non_uniform_scale": [0.9999999867477478, 0.9999998807907176, 0.9999998708064765], "motion_type": "STATIC"}, {"template_name": "35cf80fd38ea1668a007ee46d09d4fe94825daa3", "translation": [-1.0411200523376465, -1.9963859188010247e-07, 3.3493795782697333], "rotation": [-0.004363360278310051, 6.5091041724935996e-18, 0.9999904804982286, 5.9604080921453204e-08], "non_uniform_scale": [0.9999999308460082, 0.9999998807907176, 0.9999998116458123], "motion_type": "STATIC"}, {"template_name": "412c833d4428480466b704ce25bf06f519c8cf72", "translation": [9.71802043914795, 3.478407961665653e-08, -0.5835799823057641], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e57c3b4a26b3e66a4970aaa5e2433464b9e37e27", "translation": [1.4533098936080933, -2.016037683461036e-07, 3.3823497663527746], "rotation": [-0.004363360175526263, -7.368817400577776e-18, 0.999990480498677, 5.9604080921567394e-08], "non_uniform_scale": [0.9999999308460082, 0.9999998807907176, 0.999999752035317], "motion_type": "STATIC"}, {"template_name": "e57c3b4a26b3e66a4970aaa5e2433464b9e37e27", "translation": [0.6024399995803833, -2.0204663542244816e-07, 3.3897798425090286], "rotation": [-0.004363360175526263, -7.368817400577776e-18, 0.999990480498677, 5.9604080921567394e-08], "non_uniform_scale": [0.9999999308460082, 0.9999998807907176, 0.999999752035317], "motion_type": "STATIC"}, {"template_name": "1d89c14d0e90666f0da196b7a90ed7dbfa8ad1a5", "translation": [6.769100189208984, 6.753504067091853e-08, -1.1330498973697445], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "1d89c14d0e90666f0da196b7a90ed7dbfa8ad1a5", "translation": [6.769100189208984, 1.1359751539430363e-07, -1.9058499392360417], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "03e195f8bd27ffb3982ccb69dcab98d53f3f6920", "translation": [4.096749782562256, 4.210000819292134, -17.315439848575522], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "03e195f8bd27ffb3982ccb69dcab98d53f3f6920", "translation": [1.596750020980835, 4.210000819292134, -17.315439848575522], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "03e195f8bd27ffb3982ccb69dcab98d53f3f6920", "translation": [9.354490280151367, 4.210000845370871, -17.752968432726277], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "03e195f8bd27ffb3982ccb69dcab98d53f3f6920", "translation": [7.354489803314209, 4.210000845370871, -17.752968432726277], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "03e195f8bd27ffb3982ccb69dcab98d53f3f6920", "translation": [11.35448932647705, 4.210000845370871, -17.752968432726277], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9fd41e31ab27141315fba3cc5e332cc0d2bcda9b", "translation": [10.274271011352539, 2.2403902457508593, -9.317644384024447], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "800f42a04a677e79c61400b604ccc278347d5737", "translation": [6.046619892120361, 9.494012829236453e-07, -15.928309444885826], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6d40e74eb0c4a0ee6aa532e66ee080b9506f24e6", "translation": [-1.3495700359344482, 1.103259933188383e-06, -18.509629099987137], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999998807907176, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "8750ca4725e0059dfa5d57740e3aafd69911ba12", "translation": [12.072199821472168, 8.320790811922052e-07, -13.959969642164083], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e223ba3d7758a2cc688c949ff6688971f4f169fa", "translation": [10.110770225524902, 1.6636509271329771, -16.61675916430889], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "c32fb94bb53f10fb230103eaaf503752000405fa", "translation": [-1.038599967956543, 2.3742377663893421e-07, -3.9833097467833767], "rotation": [0.7071068022599728, -1.256074079248779e-15, -0.7071067601131205, -4.214684851089383e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "5c3b46b577f93bf15c2a275cb6bcf09a04b7ddeb", "translation": [-3.021929979324341, 2.7130840862810146e-07, -4.551799502861513], "rotation": [0.7071068022599739, 1.256073929513096e-15, 0.7071067601131191, 4.2146851023041906e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "6b310298f178aae8a0b23a70e1388cb67c3bbe71", "translation": [10.92969036102295, 1.1035349416488316e-06, -18.514242976054902], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxxe6ecc3b1x656ax4652xbe6bxe0de1744087b", "translation": [2.6717100143432617, 1.9325797728824625, 1.780539998533726], "rotation": [0.4999999781443044, 0.49999994834198425, 0.500000081460347, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "8f6c86259a312fc38d66ad1fa0f9da08832444ef", "translation": [-0.20318496227264404, 8.910066071621259e-07, -14.948609414779526], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "11197c522faac322f1118db8636104856bd7c9bf", "translation": [12.070289611816406, 0.8191507371491333, -14.672859222173091], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f6fcc984009f9416729641d35f0151295d0619ee", "translation": [10.4337797164917, 4.210000579660573, -13.29508963196929], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f6fcc984009f9416729641d35f0151295d0619ee", "translation": [7.770620346069336, 4.210000579660573, -13.29508963196929], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "58b252a21e795803a43ed05a944f0f099d15431f", "translation": [12.33745002746582, 1.9668805546402766, -11.878278860738298], "rotation": [-0.50000002185569, -0.49999999205336904, 0.5000000377489547, -0.49999994834198175], "non_uniform_scale": [0.9999998807907162, 0.9999997019767943, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f8d4f892a20bc53f98f87de7715eed4e80fb0c81", "translation": [3.6320300102233887, 2.105626042815885, -9.041172316861235], "rotation": [-0.4999999862976088, -0.49999997803009727, 0.5000001013535548, -0.49999993431872397], "non_uniform_scale": [2.8571425165449034, 0.9999997019768156, 3.604757832913632], "motion_type": "STATIC"}, {"template_name": "4cf74bc7112b601fe700469637710b150f539a5b", "translation": [-2.0681700706481934, 4.56296788797772e-07, -7.655389329469813], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4cf74bc7112b601fe700469637710b150f539a5b", "translation": [0.6268399953842163, 4.56296788797772e-07, -7.655389329469813], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3fc77979a4622ac665589e79822641ba6b7aa66f", "translation": [10.4337797164917, 7.924491569610836e-07, -13.295089882904847], "rotation": [-4.371138828673818e-08, 9.882985301899787e-23, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999997615814461], "motion_type": "STATIC"}, {"template_name": "3fc77979a4622ac665589e79822641ba6b7aa66f", "translation": [7.770620346069336, 7.924491569610836e-07, -13.295089882904847], "rotation": [-4.371138828673818e-08, 9.882985301899787e-23, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999997615814461], "motion_type": "STATIC"}, {"template_name": "b1c9d7321512686e02f2d0be978056456479e14c", "translation": [0.273185670375824, -9.684160318101931e-08, 1.6247323975126449], "rotation": [0.9999904807208269, 6.154551773737881e-20, 0.004363309263573483, 2.6007352834757347e-10], "non_uniform_scale": [0.9999999895625115, 0.9999997615814422, 0.9999998703623083], "motion_type": "STATIC"}, {"template_name": "3eff141c33461f6e80e78774738e43f598348428", "translation": [5.171020030975342, 1.0315769713997724e-06, -17.306988638222833], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8cbd4ea7f6834e2a37ba461dee1139634de71ff6", "translation": [-3.3224499225616455, 9.047120670402364e-07, -15.17854886182846], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "de123db78af8441c9abd5b45acb63fca224d493f", "translation": [2.212709903717041, 1.1928398139405232, 1.5952800272440868], "rotation": [-0.17001852258860892, -2.596496396823767e-16, 0.9854408668087514, 5.873685626088772e-08], "non_uniform_scale": [0.9999998295469181, 0.9999998807907177, 0.9999997237228164], "motion_type": "STATIC"}, {"template_name": "8e0ce5dbf1fa45ddfbea7aa9dbb894f6d2f977e0", "translation": [0.37822553515434265, 1.3399997533507744, 3.3580871809668977], "rotation": [-0.004363360305562081, 4.884787434957395e-18, 0.9999904804981096, 5.9604080921460284e-08], "non_uniform_scale": [0.9999998116331306, 0.9999998807907176, 0.9999998116458123], "motion_type": "STATIC"}, {"template_name": "8e0ce5dbf1fa45ddfbea7aa9dbb894f6d2f977e0", "translation": [0.5726877450942993, 1.3399997506307173, 3.4037221632169334], "rotation": [-0.10575385882798014, 5.620290630824551e-16, 0.9943923377334463, 5.9270405485452695e-08], "non_uniform_scale": [0.9999999174169996, 0.9999998807907176, 0.999999926291877], "motion_type": "STATIC"}, {"template_name": "8e0ce5dbf1fa45ddfbea7aa9dbb894f6d2f977e0", "translation": [1.1788345575332642, 1.3620796976965224, 3.3404506457823047], "rotation": [0.06085206048352717, -1.28240341004902e-16, 0.9981467961852633, 5.949418874526465e-08], "non_uniform_scale": [0.9999998288387809, 0.9999998807907176, 0.9999998315252848], "motion_type": "STATIC"}, {"template_name": "8e0ce5dbf1fa45ddfbea7aa9dbb894f6d2f977e0", "translation": [1.683463454246521, 1.7000996357153468, 3.4899822598765837], "rotation": [-0.12851769802716417, 3.707194020260546e-16, 0.9917072155095955, 5.9110359722690565e-08], "non_uniform_scale": [0.9999998606651692, 0.9999998807907176, 0.9999998720697321], "motion_type": "STATIC"}, {"template_name": "986d7ca749662bad0c2c59c4cdd1129247728d69", "translation": [9.10154914855957, 2.1762105736750357, -13.03223900744618], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6d8d765588423b3b478fbf66f914a2ffb7d833a8", "translation": [0.8399999737739563, 1.1516451792203952e-07, -1.9321398775494103], "rotation": [-4.3711387457693e-08, 3.388202359724931e-22, 0.9999999999999973, 5.960464832810485e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "bb4f08a3afc520f777cc6352efc60b30b629056c", "translation": [-0.5600000023841858, 0.8000003233784518, -6.025389741337886], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bc5ecd90070c482b5665c1eca0ef186aadcb15c8", "translation": [-4.859429836273193, 0.530000044614674, -1.758509857147338], "rotation": [0.1779435656108066, -1.2105438697207487e-16, 0.9840406940049325, 5.8653399377740034e-08], "non_uniform_scale": [0.9999999036176777, 0.9999998807907176, 0.9999997990288552], "motion_type": "STATIC"}, {"template_name": "c18890dc0eea8e26b461e05bc87047dec201854e", "translation": [7.787139892578125, 0.6182802894443533, -5.5828300594621645], "rotation": [-0.09196994930348562, 1.9548133302813407e-16, 0.995761782970762, 5.935203084481579e-08], "non_uniform_scale": [1.0000000713196482, 0.9999999999999929, 0.9999999561095548], "motion_type": "STATIC"}, {"template_name": "e44df9da1d1dc76692270af0c831f48a1b6fa480", "translation": [6.4823198318481445, 0.7620005473434652, -9.536898952788139], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ea1077f65aea8ec9e385ff8ef1a385e01a20a77b", "translation": [-0.44547000527381897, 1.2525798919540563, 1.3428500836926673], "rotation": [0.9999904807210647, 6.154753320149947e-20, 0.004363309209075519, 2.600735250997062e-10], "non_uniform_scale": [1.000000108775389, 0.9999998807907176, 0.9999999895751718], "motion_type": "STATIC"}, {"template_name": "392798e1dadf0e543fb9fc66d550385b3611ab56", "translation": [9.94066333770752, 0.8999997543298903, 2.821660404106346], "rotation": [0.7517179465148384, 1.4324941530080693e-16, -0.6594847449998469, -3.9308356466749324e-08], "non_uniform_scale": [0.9999998911181477, 0.9999998807907176, 0.9999998890985567], "motion_type": "STATIC"}, {"template_name": "bb2809a2dfbd021729f4a76f1ccd9f2fe239cd4a", "translation": [-0.21344998478889465, 8.291030439977476e-07, -13.91004002630467], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c8ab5d20473a75069e085146e58d351ccb84c4ec", "translation": [-4.853899955749512, 1.0495543278921105e-07, -1.7608598613226434], "rotation": [0.1758418297342742, -2.1252719720221508e-16, 0.984418432840273, 5.867591435449652e-08], "non_uniform_scale": [1.0000000405547878, 0.9999999999999929, 0.9999999356335821], "motion_type": "STATIC"}, {"template_name": "0245ea7e27dca7c58b0fbf3f5bfc5eb1de3abd09", "translation": [10.34778118133545, 6.70425890803017e-07, -11.247879311568738], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "713797714014a1bdb4e0c2c13c722892e7c71999", "translation": [1.9306199550628662, 2.3553706531328373, -12.563039844130827], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "97c1e35ddbb0d2cdb89e96f689292a83b8fb4344", "translation": [12.337369918823242, 1.748750528157629, -11.089763829796638], "rotation": [-0.5000000218556918, -0.49999999205336904, 0.500000037748953, -0.4999999483419817], "non_uniform_scale": [0.9999998807907162, 0.9999997615814356, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "14d64455909d28273a62e8ca4d2c4810f214c5ad", "translation": [7.549210071563721, 3.448408847361861e-07, -5.785469664009213], "rotation": [0.9999999999999999, -1.2931057659210836e-08, 0.0, 0.0], "non_uniform_scale": [2.543478012084961, 0.9999998807907265, 2.461538259799667], "motion_type": "STATIC"}, {"template_name": "14d64455909d28273a62e8ca4d2c4810f214c5ad", "translation": [7.391859531402588, 3.502053118609183e-07, -5.875469811232676], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "14d64455909d28273a62e8ca4d2c4810f214c5ad", "translation": [8.010860443115234, 0.09000032636107314, -5.505429888043986], "rotation": [0.9999820975810557, -3.868926205329173e-11, -0.005983687608153261, -3.6598351429550584e-10], "non_uniform_scale": [2.6739130282128936, 2.7777773406770825, 2.9230765068136435], "motion_type": "STATIC"}, {"template_name": "154d66875db6f62d193316ae976efe91e0a1da20", "translation": [1.2687499523162842, 1.090111709345365e-06, -18.289038521704697], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "52676f400fb7e2b9181f70a0fa1f53eb686a05b4", "translation": [7.899010181427002, 2.165950150455245, -3.6853698580670198], "rotation": [-3.0908616997094925e-08, -3.090861925946586e-08, 0.7071068458815433, -0.7071067164915444], "non_uniform_scale": [1.4588601589202936, 0.9999998211860874, 1.4505816160939107], "motion_type": "STATIC"}, {"template_name": "61568b4470f56752bb9e7eddad83f5c12d1dbc75", "translation": [7.005319595336914, 1.1062044222853729e-06, -18.559029426632492], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "098a8e9aa72ad0663702521445f0673e7760bd9c", "translation": [-3.3226099014282227, 1.0388290547780343e-06, -17.42865840025786], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fc41b57d334f2d68b613d903b0216097ba33b938", "translation": [7.262449741363525, 0.8163700492179373, -1.4680298397302636], "rotation": [-0.40670497604391725, 6.232799527759226e-16, 0.9135595560559331, 5.4452395357563034e-08], "non_uniform_scale": [1.0000000514225358, 0.9999999999999929, 0.9999999980400524], "motion_type": "STATIC"}, {"template_name": "fbbf5204c63566f976dc25b4e87223e083c4a9a9", "translation": [-4.078499794006348, 4.161238678079826e-07, -6.981399596846103], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "10980471f15a78a58abfa0188703ad652c862554", "translation": [-5.885810375213623, 3.6809444736718433e-07, -6.1755996837854354], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "69b8718eca55fb788fb91f3a8ba611578454debd", "translation": [-4.5015997886657715, -5.485236798108417e-08, 0.9202699708777651], "rotation": [0.7040147447892889, 2.293259620494042e-16, 0.7101853554666349, 4.2330348566055384e-08], "non_uniform_scale": [0.9999998698606894, 0.9999998807907177, 0.9999998698516115], "motion_type": "STATIC"}, {"template_name": "a5d89c779d988acf9d344e5b0fd0952cb90c0a4a", "translation": [9.10219955444336, 8.859323656906781e-07, -14.86347777465113], "rotation": [4.371138781308187e-08, -1.2706196129359397e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "eedddd6c9c1cd129827937511551cce239fafbe8", "translation": [-4.71744966506958, 0.3080003983896855, -7.019869367607248], "rotation": [-4.371138911578287e-08, 1.0587912688704258e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f1baec5e20e8368e3dfad52b1523ab0cb14800ce", "translation": [7.570660591125488, 0.7947999565613273, -0.34281992092013525], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "xxxx49b029c9x584dx47fdx8ae1x9ef375d878f0", "translation": [-6.140000343322754, 1.8325196902674534, 1.4996099670475687], "rotation": [0.49999997814430797, 0.49999994834198425, 0.5000000814603435, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.999999761581444], "motion_type": "STATIC"}, {"template_name": "6cbae88d39aac82b80e2345da72d16978f51f384", "translation": [-2.284219980239868, 7.105302870513697e-07, -11.920719389872545], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ecf2cc5c0a73f390769e491fce8c1ad34613d325", "translation": [-0.21334999799728394, 2.2874504492038454, -12.563038894504928], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a88e245c756134b932339ce1e927d4687b7289e9", "translation": [-3.3225998878479004, 1.0668008675688228, -15.650988536012797], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "a88e245c756134b932339ce1e927d4687b7289e9", "translation": [-3.3225998878479004, 1.066800811249614, -14.706109060471654], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "b8cdbe7e9b70f256be8cbdd80f0c4bda1185a0fe", "translation": [3.313950300216675, 9.44417138271092e-07, -15.844689378458838], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0b66f086c925b3c5b087b2149b23295d74a12fb1", "translation": [11.99744987487793, 0.8191507821101176, -15.427179321865427], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2506544e6c898212a4b2098aa49c8e5a2bfbca21", "translation": [10.537540435791016, 9.3663214784101e-07, -15.71407892024041], "rotation": [0.9347932154071592, 2.0800500572307332e-16, -0.35519240480160064, -2.117111892443955e-08], "non_uniform_scale": [0.9999999991455923, 0.9999998807907176, 0.9999999325051623], "motion_type": "STATIC"}, {"template_name": "088c257155d527517719972d29f363a438cfb4cd", "translation": [4.763519763946533, -5.2196984512420386e-08, 0.875720031516547], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "088c257155d527517719972d29f363a438cfb4cd", "translation": [5.521289825439453, -9.750008445053027e-08, 1.6357798793447031], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "088c257155d527517719972d29f363a438cfb4cd", "translation": [4.761229991912842, -1.4266728953771235e-07, 2.3935597900414507], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "088c257155d527517719972d29f363a438cfb4cd", "translation": [4.0034499168396, -9.736417894146143e-08, 1.6334997633993709], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2652a2e75adfb1e0fdcb635c0e24d6bbd8a74ca2", "translation": [8.521559715270996, -1.5537769115780975e-07, 2.606804930758173], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0b25f45b3841dbf2dec82dfbc5d493a397514702", "translation": [3.575510025024414, 2.7685999270943285e-07, -4.644939622584587], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5d2ba81f82af07ce98864f2fece4c6f02db2eb93", "translation": [4.301640033721924, 1.4319909397984105, -18.73902963572617], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723764266575e-08, -6.181723496326157e-08], "non_uniform_scale": [1.0000001192093049, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "99aff5399a26bd00e6221eb488bac18fa706bcb8", "translation": [3.3885602951049805, 2.0492672092586872e-07, -3.4380996562182986], "rotation": [-0.705511113376176, 3.1144954752167585e-15, 0.7086988562871447, 4.224174298628852e-08], "non_uniform_scale": [0.9999999097070299, 0.9999998807907176, 1.0000000289147775], "motion_type": "STATIC"}, {"template_name": "9b2021bf0281af7a1a319faba45f57f6c4e5a0f2", "translation": [3.454129934310913, 5.593055334429664e-07, -9.383589185262338], "rotation": [0.7071068022599728, -1.4973568076051453e-22, -0.7071067601131205, -4.2146849766967755e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "888b8bc2df65291d72cfd4ae91279cc5b5c3f331", "translation": [-3.3409500122070312, 4.3388726567172853e-07, -7.279419941936709], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "888b8bc2df65291d72cfd4ae91279cc5b5c3f331", "translation": [-3.335829973220825, 1.4729010003578864, -17.702519227539277], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0e149dc0640ef51aa60654a574007d0cbc13dcdc", "translation": [2.226490020751953, 4.610103019331291e-07, -7.734468952747022], "rotation": [-4.371138911578287e-08, -4.94149201986117e-23, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [0.9999998807907143, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "203a3d9e06849a34da019150eba21a36636269da", "translation": [-5.679035186767578, -1.9767458780961533e-08, 0.33164290597182955], "rotation": [0.7040147447892889, 2.293259620494042e-16, 0.7101853554666349, 4.2330348566055384e-08], "non_uniform_scale": [0.9999998698606894, 0.9999998807907177, 0.9999998698516115], "motion_type": "STATIC"}, {"template_name": "4578e276bf903ec43d98e86f181851c87aff9fc1", "translation": [0.8401000499725342, 1.5968919342412846e-07, -2.6791399312531894], "rotation": [-4.371138651782175e-08, 8.68468419524016e-17, 0.9999999999999973, 5.966673638872314e-08], "non_uniform_scale": [1.5000000000000058, 0.9999998807907179, 1.0666664759318223], "motion_type": "STATIC"}, {"template_name": "4578e276bf903ec43d98e86f181851c87aff9fc1", "translation": [2.757969856262207, 2.958613549708389e-07, -4.9637295625370825], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4578e276bf903ec43d98e86f181851c87aff9fc1", "translation": [0.5288800001144409, 2.694773684197571e-07, -4.521079747612475], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d0ac83197c815743638fdeca4530127d8f20d4c0", "translation": [0.8500099778175354, 4.193306040178868e-07, -7.035199699687951], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f67720be4f7f38a95dd4fb90582474a045f1d23a", "translation": [7.335989952087402, 0.7948000429576645, -1.7923098452621709], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "54bfc9cceefea0be34eb549ba795ae9528d745ac", "translation": [-1.2870999574661255, 1.062430783349555e-06, -17.824629674873904], "rotation": [0.7071068022599728, 1.2560739295130983e-15, -0.7071067601131205, -4.2146851023041985e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8e527f9bd4cefb3ab848c0292353cb50f3a7b458", "translation": [2.2834999561309814, 4.924773975290009e-07, -8.262399180984517], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3799bb855b1f0abee4a54a46b253db58697a8640", "translation": [1.3218799829483032, -2.1350979295675643e-07, 3.5820997010409883], "rotation": [-0.004363360278310051, 6.5091041724935996e-18, 0.9999904804982286, 5.9604080921453204e-08], "non_uniform_scale": [0.9999999308460082, 0.9999998807907176, 0.9999998116458123], "motion_type": "STATIC"}, {"template_name": "ec5a7b51f7301d831b35da3e857ce1e189e34cce", "translation": [6.608649730682373, 0.9530101991224207, -3.9138895948588903], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "14510d4af57832b9517f8f5df9e83d77c7218719", "translation": [-5.53046989440918, 1.0213494050503868e-07, -1.7135398558652426], "rotation": [-4.371138781308187e-08, 1.2706196129359397e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "17ddb4738090f1d3f93d45865fcfaa2cae376d3f", "translation": [2.49537992477417, 1.664520555646412, -12.563038931634445], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4963236bdf446c7fbce6c2290400030dce8c61af", "translation": [8.653929710388184, 7.304084306269942e-07, -12.254219278441667], "rotation": [0.9313033374306516, 6.649909025635565e-17, 0.3642445520396007, 2.171066859977376e-08], "non_uniform_scale": [0.9999999607923915, 0.9999998807907177, 0.9999998964535588], "motion_type": "STATIC"}, {"template_name": "c5fe7eaaa71f5cc7e2bc468d56bbdd3685b24224", "translation": [12.070289611816406, 9.036385790750501e-07, -15.160538723436616], "rotation": [0.7071068022599728, 2.5121478590261966e-15, -0.7071067601131205, -4.2146852279116215e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1fed03ca5b84ba5de9d2be405050acec4cfeaf10", "translation": [2.152679920196533, 0.8197904779797689, -7.743599381244781], "rotation": [-4.371138911578287e-08, 1.0587912688704258e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4073061b184b5326a920a0187f218d064eee2a31", "translation": [-1.08187997341156, 1.8675626733966055e-07, -3.133250049754963], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4073061b184b5326a920a0187f218d064eee2a31", "translation": [7.55251932144165, 1.581782100856799e-07, -2.65378983892262], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3696c6329e6b90b857e54b9a6a80e2be5a1fbc8a", "translation": [-0.907175600528717, 1.1999998816921718, 1.5848759183361594], "rotation": [0.9967776948174293, 2.1323030701918293e-17, -0.08021363421795472, -4.781105723654099e-09], "non_uniform_scale": [0.9999999885843746, 0.9999997615814423, 0.999999872423431], "motion_type": "STATIC"}, {"template_name": "f5726f2e407d3c64105ae2f86398cd413bf745c6", "translation": [-2.5020699501037598, 6.485009294010524e-07, -10.880039520261278], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0a79e28d8342e4676958ee606f75bbbfe2df7b1f", "translation": [10.409160614013672, 3.2911896141740726e-07, -5.521699576276546], "rotation": [-0.4550360995946098, 3.547812824356464e-15, 0.8904729912050795, 5.307632718950753e-08], "non_uniform_scale": [1.0000000231976331, 0.9999997615814422, 0.9999999822778035], "motion_type": "STATIC"}, {"template_name": "73969913e86d513a2e3bbb01a9930a7515af2959", "translation": [-6.1399993896484375, 3.317169582221524, 2.093269897931819], "rotation": [0.4999999781443005, 0.4999999483419839, 0.5000000814603496, -0.49999999205335605], "non_uniform_scale": [1.59999969005588, 0.9999997019768048, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "62b08fe4e989f15d9672478194419f44749f5b19", "translation": [9.51194953918457, 0.8999997184181083, 3.4241600916290125], "rotation": [0.9888595494226584, -1.511498670317886e-17, 0.14885157545560931, 8.872245707703194e-09], "non_uniform_scale": [0.9999999670336693, 0.9999998807907177, 0.9999998581554803], "motion_type": "STATIC"}, {"template_name": "13ab0db14524be95006c1988e41789e2ecfa12c9", "translation": [9.464278221130371, 4.0134162304639176e-07, -6.7333946982982695], "rotation": [0.9989155205748229, 6.6666437112959405e-18, -0.04655945397801094, -2.7751600237416326e-09], "non_uniform_scale": [-0.999999863279014, 0.9999998807907176, 0.9999999838721326], "motion_type": "STATIC"}, {"template_name": "34ca134f976424d164be630fc8f22901c909c37b", "translation": [7.104229927062988, 4.079097664089204e-07, -6.8435898516422355], "rotation": [1.0, -2.117582241918006e-22, 0.0, -0.0], "non_uniform_scale": [-1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "2c0d3b1f712185ebacd6cb5e39e1551e13e6ee60", "translation": [-0.21556000411510468, 2.7635454102892254e-07, -4.636459551068555], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8a44f5e764ca2a131f50709d1253d341a61282d4", "translation": [-0.7691900134086609, 7.199168408078549e-07, -12.078199620354155], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "df7dab185fd22a82b5411a401570b5549e77b3ff", "translation": [7.807439804077148, 5.339902600098867e-07, -8.958869400091771], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e01080481e334e84ed9fb1100964dea0a9695c99", "translation": [8.277020454406738, 0.18000036318243318, -6.153189758468262], "rotation": [0.7071068022599625, 1.6352286462352363e-08, -0.7071067601131225, -1.1513752678863142e-07], "non_uniform_scale": [3.257142349651912, 0.9999998807907512, 4.463635655424846], "motion_type": "STATIC"}, {"template_name": "e982d3a9cfef8a5bc3e2202e1ba69b8b93c0c67c", "translation": [-0.9700199961662292, 0.787400196329358, -3.959659770306345], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "44aee1639d0898e8280fd04b6efb4542570693a1", "translation": [10.34778118133545, 6.210825063135417e-07, -10.420034741161146], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "e2e7cbaa42af3908861dd4e8df74f5471847e1b9", "translation": [4.070710182189941, 9.62343847277225e-07, -16.14544962969717], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "65f0a42ff87fa8bca8f07a6135b757a28ddaa94f", "translation": [2.316009998321533, 9.798109346093042e-08, -1.6438498709291238], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "4c08cdfed62696b0d20013c08a9131286450788e", "translation": [-2.366029977798462, -6.473540992146809e-08, 1.0860798903656033], "rotation": [-0.15816787889207817, 3.5224113409213107e-16, 0.9874122351311926, 5.88543589095042e-08], "non_uniform_scale": [0.9999998601046284, 0.9999998807907177, 0.9999998750796095], "motion_type": "STATIC"}, {"template_name": "xxxx5ae6c084xa11bx48a9xbcf2xc6a3faff10ea", "translation": [-6.140000343322754, 2.8709495800769473, -0.10100981015206978], "rotation": [0.4999999781443044, 0.49999994834198425, 0.500000081460347, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "xxxx880851daxf652x40fcx9f16x02736f576c59", "translation": [7.306119918823242, 0.8999998061609205, 1.9520800678682235], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e7ffdf18bea72d67b5f3e2010c1db4c9f5664050", "translation": [6.879920482635498, 1.2583503753257048, -9.30886968569635], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "38db14ce69caee544ea2c7177f1440a98bd861b0", "translation": [9.417349815368652, 1.0282792572979815e-06, -17.251662179728555], "rotation": [0.6620929470316887, 5.344860034011152e-09, 0.7494217300631806, 5.139195286853772e-08], "non_uniform_scale": [0.7096150754764119, 0.9999998807907168, 0.7291259601518442], "motion_type": "STATIC"}, {"template_name": "dbce8b7313cd8c2c3689cf4083956ba734228e01", "translation": [-0.8767899870872498, 0.3886199017483012, 1.0778499430876973], "rotation": [-0.0030853618571085486, 0.0030853613054309258, 0.7071000288077257, 0.7071000709573851], "non_uniform_scale": [0.4299999893373563, 0.42999996371126414, 0.7772399319863346], "motion_type": "STATIC"}, {"template_name": "dbce8b7313cd8c2c3689cf4083956ba734228e01", "translation": [0.05412000045180321, 0.3886199022322874, 1.069730002813932], "rotation": [-0.0030853618571085486, 0.0030853613054309258, 0.7071000288077257, 0.7071000709573851], "non_uniform_scale": [0.4299999893373563, 0.42999996371126414, 0.7772399319863346], "motion_type": "STATIC"}, {"template_name": "dbce8b7313cd8c2c3689cf4083956ba734228e01", "translation": [0.9800900220870972, 0.38861990271389324, 1.061649997649786], "rotation": [-0.0030853618571085486, 0.0030853613054309258, 0.7071000288077257, 0.7071000709573851], "non_uniform_scale": [0.4299999893373563, 0.42999996371126414, 0.7772399319863346], "motion_type": "STATIC"}, {"template_name": "dbce8b7313cd8c2c3689cf4083956ba734228e01", "translation": [1.8921501636505127, 0.38861990318835105, 1.05368991702378], "rotation": [-0.0030853618571085486, 0.0030853613054309258, 0.7071000288077257, 0.7071000709573851], "non_uniform_scale": [0.4299999893373563, 0.42999996371126414, 0.7772399319863346], "motion_type": "STATIC"}, {"template_name": "9fa35b1e57472e0f1be4cd0d11efd14ff1237164", "translation": [9.120619773864746, 8.403068818552129e-07, -14.098009222864505], "rotation": [-4.371138911578296e-08, 4.9414930256588236e-23, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999997615814461], "motion_type": "STATIC"}, {"template_name": "4149-2", "translation": [-6.215000152587891, 1.4500003290861656, -6.171149276426448], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "213-0", "translation": [-6.215000152587891, 1.069998933418475, -4.295729794160792], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "220-35", "translation": [-3.333859920501709, 1.4500003954768061, -7.2849993267655435], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5775-0", "translation": [-4.387050628662109, 1.4500000452959512, -1.409939833883044], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-55", "translation": [-4.026219367980957, 2.1999996949851663, 3.7172996093452184], "rotation": [-0.0030063029384749997, -1.7918962706331525e-10, 0.9999954810611107, -2.8000313556118984e-20], "non_uniform_scale": [-0.9999999559000746, 0.9999998807907176, 0.999999836693382], "motion_type": "STATIC"}, {"template_name": "4149-3", "translation": [4.889520168304443, 2.0449997352075684, 3.677479646654149], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "201-2", "translation": [10.80702018737793, 1.120000417349324, -8.041959216477885], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "3760-24", "translation": [-2.8402397632598877, 1.9700005097770514, -10.042639016351714], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}]}
scenes/103997460_171030507.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/103997460_171030507"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "c492bd41185b54c67b1616ac3ffd920be0d77977", "translation": [-6.971030235290527, 1.2880205702003877e-07, -2.16093980306745], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c492bd41185b54c67b1616ac3ffd920be0d77977", "translation": [-8.278519630432129, 1.2880205702003877e-07, -2.16093980306745], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0f58bea68d073b81deb36a8339cd9cac77094ffc", "translation": [-6.520829677581787, 1.5717102224970034, -7.463949618598221], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ced51760e36e33d31c5a793d326597c322213c53", "translation": [-6.721099853515625, 4.4439613589020155e-07, -7.455729516999128], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "803ac565bad745f9121d9e77592c453ec1272069", "translation": [-0.04717998951673508, 1.4550697804343713, 2.5435098952984845], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7a45c8eb410d510348f6593f04a9269d25b32f35", "translation": [-0.04717998951673508, 1.4516798608768013, 1.959539860018502], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ad8d273db79dfd442b2bf8902da4dc0b4d60054b", "translation": [-4.052020072937012, 0.459999956575631, 0.4085400135195254], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "39dddc5b62e3132b56cd4ad075467af619155973", "translation": [-0.04717997834086418, 2.221649614895, 2.3129398768371345], "rotation": [-0.5000000218556971, -0.49999999205336904, 0.5000000377489477, -0.4999999483419815], "non_uniform_scale": [0.9999997615814338, 0.9999999403953592, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a18e4a5fb440c03400faea4b8e9ddc4793071dde", "translation": [-6.604899883270264, 1.9141703776299863, -7.800469296298033], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cedadc462593d61a36ca5d0f9856b44b73866e48", "translation": [-5.312049388885498, -1.4471591214260116e-07, 2.4279299719375302], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cad4f138344f6fc378d72b05e0584155649f1ad6", "translation": [-9.055134773254395, 2.41508189446904e-07, -4.0518348186114395], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "cad4f138344f6fc378d72b05e0584155649f1ad6", "translation": [-6.111155033111572, 2.3492903267197107e-07, -3.941454890879683], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6e8ba0503682447c09014295ae4e35b1f3fc1f5f", "translation": [-0.04718497395515442, 1.376589888930912, 0.7134001054280965], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "316d7bc87db3c6ee1fdc26601bcda7d18c5110fb", "translation": [-0.36831000447273254, -3.432288906424219e-07, 5.7584248925194], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "63fdda1d91015a6cdab90f532154abbdb9d8b868", "translation": [-7.7475199699401855, 1.719369792751679, -0.1162399300569339], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1e0ece19554ca4590786059ecf15e49c5e5cf5f5", "translation": [-9.792004585266113, -2.5957822558098087e-08, 0.4354999699890616], "rotation": [-4.371138911578287e-08, 1.0587912688704258e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7b8043690d248ad6a666dfd03dd92a046ee2950d", "translation": [-7.607240200042725, 0.4800000874054451, -2.12641986570239], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "deae2fd69a0752bc5da79083dad3a4b9f7317da6", "translation": [-8.248564720153809, -5.66428894899218e-08, 0.9503099351936584], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "deae2fd69a0752bc5da79083dad3a4b9f7317da6", "translation": [-8.252264976501465, -1.8418491265492776e-07, 3.090109879367944], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c599885fbfa5229ee9b7d254bd4c55544d58650a", "translation": [-8.577179908752441, -4.069006536155939e-07, 6.826659749349346], "rotation": [-4.3711387457693e-08, 1.0587913260628414e-22, 0.9999999999999973, 5.960464832810437e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "c599885fbfa5229ee9b7d254bd4c55544d58650a", "translation": [-8.577179908752441, -3.279477596151992e-07, 5.502050071832514], "rotation": [-4.3711387457693e-08, 1.0587913260628414e-22, 0.9999999999999973, 5.960464832810437e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "948e5085232e643a2d1db6e242e33cb504939353", "translation": [-0.04718998819589615, 2.1714799947106727, 0.9175800832450491], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2c924aaa02c24da3ad6147b51290eb251414ce19", "translation": [-6.63979959487915, 1.9149403208905866, -7.305630134310086], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "20797ea964cbc2d8b2292acc262508d1e0f61029", "translation": [-10.069689750671387, -3.720998336120829e-07, 6.242798909974141], "rotation": [0.7071068022599739, -9.469353118499296e-09, 0.7071067601131195, 3.561333446959814e-08], "non_uniform_scale": [0.706897633856676, 1.449350303488922, 0.9999998807907196], "motion_type": "STATIC"}, {"template_name": "20797ea964cbc2d8b2292acc262508d1e0f61029", "translation": [-7.176975727081299, -4.992401727577089e-07, 8.375859714993226], "rotation": [1.0, -2.0759511690199143e-09, 0.0, 0.0], "non_uniform_scale": [1.0443952083587646, 1.449350303488922, 0.9999998807907194], "motion_type": "STATIC"}, {"template_name": "34170a3abede075d1e15942197394d95ee063bf7", "translation": [-6.0590500831604, 0.0009995192961255242, 8.06466912843766], "rotation": [0.15212343548048546, -5.645668045502829e-16, 0.9883615028812135, 5.891093963404301e-08], "non_uniform_scale": [0.9999999457146571, 0.9999998211860799, 0.9999998372847644], "motion_type": "STATIC"}, {"template_name": "183616ff4a41ac27ce0b8456acb0837c5135ca76", "translation": [-3.8912999629974365, -1.5661120400523032e-08, 0.262749984100461], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "183616ff4a41ac27ce0b8456acb0837c5135ca76", "translation": [-6.773640155792236, -1.5661120400523032e-08, 0.262749984100461], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "99de5eb0d3e87db48cc5c2c558880d7aa1ec2c2d", "translation": [-7.857049942016602, 0.7599999662256245, -0.3533599309110649], "rotation": [0.7071068022599728, -1.256074079248779e-15, 0.7071067601131205, 4.214684851089383e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "b6583cf623df2cce63a664db7380710464831fe0", "translation": [-6.5907301902771, -4.932081765218754e-07, 8.274659617265456], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9ea576f777e725c6339a559b2016e507ca315445", "translation": [-9.964449882507324, 1.9158799924475005, -2.3792497935813657], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "55cdd89c54340c91ae14f798ac91e0e17e12acec", "translation": [-9.964449882507324, 1.7119003119161533, -7.015384153885563], "rotation": [0.4999999781443051, 0.4999999483419849, 0.5000000814603477, -0.4999999920533527], "non_uniform_scale": [0.9999998807907267, 0.999999761581446, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b7025f6c8c755a06a828c200396100b10e11bedf", "translation": [-6.6557297706604, 1.9149403010004775, -6.9719294973093255], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9ba404814ba1c98960f3ea4ea50af8b1d3f01003", "translation": [-5.32135009765625, -1.4833510419975937e-07, 2.488649935206766], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a4ee814e1017f4dd36e69e162487016e940aaec6", "translation": [-2.8485898971557617, -2.594840395886422e-07, 4.353419521247162], "rotation": [1.0, -5.293956551428101e-23, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998211860799], "motion_type": "STATIC"}, {"template_name": "7add51eeca2fe20b270fa96ef6c002aab3020170", "translation": [-6.719939708709717, 0.4600000162638853, -0.5928626625023643], "rotation": [-0.13485094770311828, 4.3713891070180995e-16, 0.9908658950148438, 5.906021309035075e-08], "non_uniform_scale": [0.9999999895622635, 0.9999998807907176, 0.9999998788664758], "motion_type": "STATIC"}, {"template_name": "7add51eeca2fe20b270fa96ef6c002aab3020170", "translation": [-8.735681533813477, 0.46000002103415305, -0.6728944699231061], "rotation": [0.2292003637772623, -4.719774295188002e-17, 0.9733792648522811, 5.8017928588682506e-08], "non_uniform_scale": [0.999999887700363, 0.9999998807907176, 0.9999997922247575], "motion_type": "STATIC"}, {"template_name": "95d1e189e93694bb8eee73a64b0d84a8be5a5057", "translation": [-4.508790016174316, -2.717476945690578e-07, 4.559169497539415], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "95d1e189e93694bb8eee73a64b0d84a8be5a5057", "translation": [-1.9788498878479004, 3.1389593146968764e-08, -0.5266299529892216], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "95d1e189e93694bb8eee73a64b0d84a8be5a5057", "translation": [-5.155050277709961, 2.934276999155827e-08, -0.4922899608439213], "rotation": [0.59130964975487, -8.116780545773838e-16, 0.8064446032473468, 4.8067845914320786e-08], "non_uniform_scale": [0.9999999268501576, 0.9999998807907176, 0.9999999160707805], "motion_type": "STATIC"}, {"template_name": "c5eac1bf1396fb363596d90f7f871f6386054930", "translation": [-9.749139785766602, -2.15521453128531e-07, 3.615849756249787], "rotation": [-4.371138911578296e-08, -1.0587910420729154e-22, 0.9999999999999973, 5.96046483281052e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999997615814461], "motion_type": "STATIC"}, {"template_name": "d7a3dde8404ee343b4f7e1415055a5af0330bbe6", "translation": [-3.5937798023223877, 1.0175227771469508e-07, -1.707119839959148], "rotation": [-4.371138935288351e-08, 7.832706003316272e-17, 0.9999999999999973, 5.965546375382375e-08], "non_uniform_scale": [0.7414698600769072, 1.036745305449323, 1.0990812660358789], "motion_type": "STATIC"}, {"template_name": "5f34ecd96bc47d523bc77ef89369819e7d697fb5", "translation": [-3.5987799167633057, 1.526170905208346e-07, -2.560489740342504], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "209ec1724b1dc00bc94122ff60f947a94485824b", "translation": [-5.382089614868164, -6.767243831973246e-08, 1.1353550472643903], "rotation": [1.0, -8.470329977413983e-22, 0.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999999999999929, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "05084521811cf5a58469c3ccf0240a067ca318bb", "translation": [-9.754739761352539, 0.5099994974839746, 7.760819479774241], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "59e2098bdf649cd68c660a4ef8c31c70c0c9fe26", "translation": [-3.1174700260162354, 4.8211518333118875e-08, -0.808855008551177], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "59e2098bdf649cd68c660a4ef8c31c70c0c9fe26", "translation": [-4.154699802398682, 4.968255495896301e-08, -0.8335349062958386], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "59e2098bdf649cd68c660a4ef8c31c70c0c9fe26", "translation": [-5.019594669342041, 1.1007070810364894e-07, -1.8466799350571605], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "59e2098bdf649cd68c660a4ef8c31c70c0c9fe26", "translation": [-2.1679751873016357, 1.0302066755230044e-07, -1.7283998889684682], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b001731293631a442f32144e36d8829ce175705c", "translation": [-4.417520046234131, -3.9122164707805496e-07, 6.56360968568265], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b001731293631a442f32144e36d8829ce175705c", "translation": [-4.448239803314209, -4.771006274495448e-07, 8.004419803355916], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "33b8f704a5c49dd40b82ae9df6715200937e4c9a", "translation": [-8.699714660644531, 3.920615299080055e-08, -0.6577700580495538], "rotation": [0.2630312286392733, -6.588631852768027e-16, 0.9647873199625455, 5.7505808518640514e-08], "non_uniform_scale": [0.999999964840726, 0.9999998807907176, 0.9999998763391862], "motion_type": "STATIC"}, {"template_name": "33b8f704a5c49dd40b82ae9df6715200937e4c9a", "translation": [-6.710554599761963, 3.6780658518864584e-08, -0.6170770158125727], "rotation": [-0.15212343548048546, 2.9434126417288697e-16, 0.9883615028812135, 5.891093967563473e-08], "non_uniform_scale": [0.9999999457146571, 0.9999998807907176, 0.9999998372847644], "motion_type": "STATIC"}, {"template_name": "0175aa74c194cf1c634ee79498cd4afc793badfe", "translation": [-7.742249965667725, 1.6903280553037803e-08, -0.2835899720436341], "rotation": [-4.371138698403704e-08, 1.3411122924518188e-22, 0.9999999999999973, 5.960464832810437e-08], "non_uniform_scale": [0.9999999403953591, 0.9999999999999929, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "482351496548bc89258838f6630d0c73afe3a158", "translation": [-9.03003978729248, -2.2787153852732445e-07, 3.8230497942537056], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "482351496548bc89258838f6630d0c73afe3a158", "translation": [-10.468239784240723, -2.2787153852732445e-07, 3.8230497942537056], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "482351496548bc89258838f6630d0c73afe3a158", "translation": [-9.728240013122559, -2.2787153852732445e-07, 3.8230497942537056], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "482351496548bc89258838f6630d0c73afe3a158", "translation": [-9.03003978729248, -1.3605355952961418e-08, 0.2282599819743636], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "482351496548bc89258838f6630d0c73afe3a158", "translation": [-9.770039558410645, -1.3605355952961418e-08, 0.2282599819743636], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "482351496548bc89258838f6630d0c73afe3a158", "translation": [-10.51111125946045, -1.3605355952961418e-08, 0.2282599819743636], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-4.600989818572998, -2.9493867259589024e-07, 4.948249521955859], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6b7a97410962beeaac98352e4c73f61b49f04f8a", "translation": [-2.9381649494171143, -4.4817861066803744e-07, 7.519188909578958], "rotation": [0.1736482309896486, -4.129515647440763e-16, 0.9848077436099709, 5.869911905363205e-08], "non_uniform_scale": [0.99999990098161, 0.9999998211860799, 0.9999997957171826], "motion_type": "STATIC"}, {"template_name": "14bdc1398760aef6d8757e2dd6a1c674d7851e66", "translation": [-4.281779766082764, -3.0005514872755157e-07, 5.034089742059109], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "14bdc1398760aef6d8757e2dd6a1c674d7851e66", "translation": [-3.6029601097106934, 0.7600000452828439, -1.6797198987174013], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7b9bd3aa9feb6c9d38f33ee9406746b33e0c76c8", "translation": [-3.629685163497925, 2.7999998860633326, -1.6884596056664094], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "c52452b350951c3985cda3e780b11002133e9e7d", "translation": [-3.872730016708374, 0.45999996830463363, 0.21176001419067436], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c52452b350951c3985cda3e780b11002133e9e7d", "translation": [-6.755070209503174, 0.45999996830463363, 0.21176001419067436], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "e7b5486297f2cfdaf1f4398fac6e425913f3124f", "translation": [-7.638360023498535, 1.2748598976486392e-07, -2.1388598597729214], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0cbf07876393d9f9920917a5d8802f2811b4fc0c", "translation": [-8.406959533691406, 0.4431502256187674, -3.9988045429018246], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "82c8de27d7894fd2aa7ec91fd3fb254332cfc82a", "translation": [-9.717729568481445, 0.5099995474088104, 6.923219775365581], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "42afeade7859d484a52046006595476f7006e755", "translation": [-8.062199592590332, 0.7599999559074639, -0.18024993298947933], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7c68dde5e590d42bb2231ad4aef72b9da7c48e2e", "translation": [-8.20943546295166, 2.4176694937062138, 6.269809970132101], "rotation": [0.4999999781443061, 0.49999994834198414, 0.5000000814603452, -0.4999999920533546], "non_uniform_scale": [1.4418367480137033, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7c68dde5e590d42bb2231ad4aef72b9da7c48e2e", "translation": [-5.6710052490234375, 2.4176694941091483, 6.26304985014319], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489511, -0.49999994834198164], "non_uniform_scale": [1.4418367480136882, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7c68dde5e590d42bb2231ad4aef72b9da7c48e2e", "translation": [-4.623644828796387, 2.4176694941091483, 6.26304985014319], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489511, -0.49999994834198164], "non_uniform_scale": [1.4418367480136882, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7c68dde5e590d42bb2231ad4aef72b9da7c48e2e", "translation": [-7.145345211029053, 2.4176694958907348, 6.233159791499972], "rotation": [0.4999999781443061, 0.49999994834198414, 0.5000000814603452, -0.4999999920533546], "non_uniform_scale": [1.4418367480137033, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "97c1e35ddbb0d2cdb89e96f689292a83b8fb4344", "translation": [-9.964449882507324, 1.7113504437228855, -7.757384212688514], "rotation": [0.4999999781443051, 0.4999999483419849, 0.5000000814603477, -0.4999999920533527], "non_uniform_scale": [0.9999998807907267, 0.999999761581446, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2603ceec3f2913a4c4cb9af2855267babd1405a9", "translation": [-10.881110191345215, 1.3725697190654316, 1.9756099818324984], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "303f849e1c0abc170e02bf7df3d92960a00b44b5", "translation": [-2.5886499881744385, 0.9000001968520976, -4.6026298104149035], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8e3475560ee256b292f00b50fea28fd9248988ad", "translation": [-6.717350006103516, 0.44315021729349446, -3.8591296492648173], "rotation": [0.9908658993187304, -9.764543275404614e-18, -0.1348509160787704, -8.037741357849368e-09], "non_uniform_scale": [0.9999999082324424, 0.9999998807907176, 0.9999998629378269], "motion_type": "STATIC"}, {"template_name": "78c3e6e637eb2ae10fb7a7e95b24775479853bde", "translation": [-4.277430057525635, 0.749999527608793, 7.175408934032362], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "846aba736b25b51bf2036986d36451a37cd7431e", "translation": [-4.879912376403809, 3.671067929644778e-07, -6.159029593525531], "rotation": [1.0, -4.795953414426884e-10, 0.0, 0.0], "non_uniform_scale": [1.4319407939910889, 1.196214771721977, 0.9999998807907183], "motion_type": "STATIC"}, {"template_name": "58628e28273d80b364691f0c630ff61c32582140", "translation": [-3.5479700565338135, 1.7836796187326343, 3.9780448559305057], "rotation": [-3.090861815148224e-08, -3.090861932392815e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "09b1df19e95ab47e50c8aac06137ef2f51144d34", "translation": [-9.937310218811035, 0.9515795033219447, 6.180014775488665], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "049516ae0f5a27903a2ad93bfd992979822736c8", "translation": [-2.171030044555664, 2.8000000612592686, -4.62775949074269], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "049516ae0f5a27903a2ad93bfd992979822736c8", "translation": [-2.9946999549865723, 2.8000000606179327, -4.616999660909173], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e9c171e162d8a2b4157b7ef611e85ed23004ed19", "translation": [-4.514410018920898, -4.323077291701338e-07, 7.252919718449107], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9a3088569a30af0d48537da4e3b6de33f5d46131", "translation": [-8.32859992980957, 4.360514935797255e-07, -7.315729658858174], "rotation": [0.707106802259973, 3.278087541698775e-09, 0.70710676011312, 4.6028795695775315e-08], "non_uniform_scale": [0.7342994371474125, 0.9999998807907183, 1.1842103490704083], "motion_type": "STATIC"}, {"template_name": "61942d8b26f0cfa5591274e562baf4835835e07a", "translation": [-5.606834411621094, -2.293807312980789e-07, 3.848369845845099], "rotation": [-4.371138781308187e-08, -1.0587910420729154e-22, 0.9999999999999973, 5.960464832810483e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "61942d8b26f0cfa5591274e562baf4835835e07a", "translation": [-7.424874782562256, -2.293807312980789e-07, 3.848369845845099], "rotation": [-4.371138781308187e-08, -1.0587910420729154e-22, 0.9999999999999973, 5.960464832810483e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "2918a1221f785fc66e4bf1665b095afa9ce1ec7b", "translation": [-9.595285415649414, 0.5099996389624692, 5.387204356360158], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0b28920a9c0655a6061b47049d7a50d9c4918840", "translation": [-2.950244903564453, 2.3298740359223302e-07, -3.9088797623586657], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0b28920a9c0655a6061b47049d7a50d9c4918840", "translation": [-2.2228949069976807, 2.3298740359223302e-07, -3.9088797623586657], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f2bad92c971eaffdd1812db430aed6f7d1196f46", "translation": [-9.81445026397705, 1.4109849644228234e-07, -2.367239810988906], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "de3067a831219cc8fbeacaaf1fb263d9ae27ed05", "translation": [-6.926179885864258, -3.742891578895069e-07, 6.279529674081203], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "e4c6be2ca11e36101c00ac1ecc0be31577076366", "translation": [-7.582769393920898, 2.288579992182349e-07, -3.839599857354159], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c26b16c8dfdba6600221a57542782292c15e983b", "translation": [-0.8472899794578552, -4.650980258702475e-07, 7.803049576100705], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "e586ce33ed5105f3eccad9b2c3d2c11d9f0d27d6", "translation": [-6.520830154418945, 1.8989402856248674, -7.241969517415164], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e586ce33ed5105f3eccad9b2c3d2c11d9f0d27d6", "translation": [-6.520830154418945, 1.898170338293312, -7.668509389956], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "d71af85f2f9dbc732b08fe4fa3291df1f9a8df44", "translation": [-2.2471799850463867, 3.672045068014995e-07, -6.16066895957772], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "018f52ea0b259b9134aaa3685171d7ffe624c3dc", "translation": [-9.570619583129883, 2.198457949020849e-08, -0.3688400167918182], "rotation": [0.7071068022599739, 1.256073929513096e-15, 0.7071067601131191, 4.2146851023041906e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "018f52ea0b259b9134aaa3685171d7ffe624c3dc", "translation": [-5.835619926452637, 2.6414392451101776e-08, -0.4431599412465115], "rotation": [0.9883615091329836, 8.238829348699984e-17, 0.15212339486210175, 9.067261988519595e-09], "non_uniform_scale": [1.0000001072908034, 0.9999998807907177, 0.9999999988608873], "motion_type": "STATIC"}, {"template_name": "86b43eb3f22b6766fc1561bd986356c709b260b2", "translation": [-6.628590106964111, 3.9849876998232503e-07, -6.685699541229013], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "2a4050fbd2bb666d909c45363867a8a4032985bd", "translation": [-10.880538940429688, 1.7511196990013147, 2.8168799241924276], "rotation": [0.4999999781443044, 0.49999994834198425, 0.500000081460347, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "2a4050fbd2bb666d909c45363867a8a4032985bd", "translation": [-10.880538940429688, 1.7511197899872073, 1.290390042110083], "rotation": [0.4999999781443044, 0.49999994834198425, 0.500000081460347, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "f08cea95ed3824994d6e397f92e11893f192ce32", "translation": [-2.5932300090789795, 3.221398685582244e-07, -5.404609834873071], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8530ade95f3de9d908b808785b51671d866ffc5a", "translation": [-7.1579670906066895, 0.0010003912554409425, -6.564379777587642], "rotation": [-0.2461532726484042, 3.469173763004953e-16, 0.9692309148827626, 5.777066754702499e-08], "non_uniform_scale": [0.9999999280808219, 0.9999998807907176, 0.9999998360131676], "motion_type": "STATIC"}, {"template_name": "b7dfb556eece02997b62d5e59d18abb0069b42a7", "translation": [-2.317770004272461, -2.1241186232145992e-07, 3.563679482717532], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9e69d274ddc94a7076c43b4a8353015e7a374369", "translation": [-4.337440013885498, 0.7499995233666823, 7.246579736675017], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c297a0aa0e10191441cbf9d7108bd04c780232a3", "translation": [-6.251339912414551, 2.7999999002480607, -1.9264398380255656], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c297a0aa0e10191441cbf9d7108bd04c780232a3", "translation": [-6.251339912414551, 2.8000000650733767, -4.691749603047967], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c297a0aa0e10191441cbf9d7108bd04c780232a3", "translation": [-2.513079881668091, 2.7999999002480607, -1.9264398380255656], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c297a0aa0e10191441cbf9d7108bd04c780232a3", "translation": [-2.513079881668091, 2.800000063526639, -4.665799649608132], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9c403fc76f1ff83787ae5cfce605d64cf8fad195", "translation": [-2.6054599285125732, 2.770805451746128e-07, -4.648639878711691], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "76eb8317661751dd4897b39db29df5db517e2d5c", "translation": [-9.591139793395996, 4.6150148591550533e-07, -7.742709652023905], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b0056e4a91e64dfe27f0439a296902447602f81b", "translation": [-5.461320400238037, -2.585494485174422e-07, 4.337739685908559], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b0056e4a91e64dfe27f0439a296902447602f81b", "translation": [-7.503280162811279, -2.5603114295336127e-07, 4.295489532024277], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7d4c647508b560310f14e9d992979dafd61f897f", "translation": [-9.664340019226074, 0.5099996276068595, 5.577719863193025], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bbdc1b4f72d1347d144887c3b5d4d614737d3737", "translation": [-3.1665799617767334, -2.8181315769870707e-07, 4.728039936540114], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bbdc1b4f72d1347d144887c3b5d4d614737d3737", "translation": [-2.530600070953369, -2.8181315769870707e-07, 4.728039936540114], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "87ca77c7b1df134009304a189d8b2cce5f036133", "translation": [-9.292619705200195, -4.3752254441642435e-07, 7.340409795021401], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "87ca77c7b1df134009304a189d8b2cce5f036133", "translation": [-9.292619705200195, -3.058820823298447e-07, 5.131849459895506], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7f480b6bdcfe59cb35fa96ade8625c4921fbd84d", "translation": [-7.020060062408447, 0.4431502177810831, -3.8673100286447823], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "480111a853f06b59b206ceae1b31a8780b97625b", "translation": [-9.712684631347656, 6.78950513588461e-08, -1.1390898740834032], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "480111a853f06b59b206ceae1b31a8780b97625b", "translation": [-9.712684631347656, 2.1430194863114593e-07, -3.595389867103691], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "204-2", "translation": [-8.303000450134277, 1.1200004234021819, -8.143509312658914], "rotation": [-1.31134154557458e-07, 4.658822785187639e-22, 0.9999999999999897, 5.96046483281039e-08], "non_uniform_scale": [1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "211-7", "translation": [-6.471510410308838, 1.1199996961325311, 4.058049980518213], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}]}
scenes/103997478_171030525.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/103997478_171030525"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "1138e5478e93dc0ac6628dfc72fad38f3d763924", "translation": [13.300999641418457, 0.35199957919117253, 6.676000218152964], "rotation": [-4.371138832708949e-08, -3.8535355856034175e-18, 0.9999999999999973, 5.960477911571835e-08], "non_uniform_scale": [1.001520514488224, 1.0019214150999218, 0.998957514887149], "motion_type": "STATIC"}, {"template_name": "1138e5478e93dc0ac6628dfc72fad38f3d763924", "translation": [13.256999969482422, 0.35199946033954177, 8.669999580502505], "rotation": [-4.371138832708949e-08, -3.8535355856034175e-18, 0.9999999999999973, 5.960477911571835e-08], "non_uniform_scale": [1.001520514488224, 1.0019214150999218, 0.998957514887149], "motion_type": "STATIC"}, {"template_name": "1138e5478e93dc0ac6628dfc72fad38f3d763924", "translation": [13.29800033569336, 0.35199934488532847, 10.606999739706495], "rotation": [-4.371138832708949e-08, -3.8535355856034175e-18, 0.9999999999999973, 5.960477911571835e-08], "non_uniform_scale": [1.001520514488224, 1.0019214150999218, 0.998957514887149], "motion_type": "STATIC"}, {"template_name": "1138e5478e93dc0ac6628dfc72fad38f3d763924", "translation": [11.409778594970703, 0.3519996084332462, 6.185399661457538], "rotation": [0.7071068022599734, -6.252470717381435e-11, -0.7071067601131198, -4.2084510017698064e-08], "non_uniform_scale": [1.0015203355836668, 1.0019214150999218, 0.9989575148250154], "motion_type": "STATIC"}, {"template_name": "1138e5478e93dc0ac6628dfc72fad38f3d763924", "translation": [8.80663013458252, 0.3519996087312762, 6.18039954731465], "rotation": [0.7071068022599734, -6.252470717381435e-11, -0.7071067601131198, -4.2084510017698064e-08], "non_uniform_scale": [1.0015203355836668, 1.0019214150999218, 0.9989575148250154], "motion_type": "STATIC"}, {"template_name": "4972701aa5dd6a43a45791d9246dc46e66f24aa8", "translation": [7.121349811553955, -1.862645149230957e-07, 3.124999813735485], "rotation": [0.7071068022599728, -6.424973935949759e-12, -0.7071067601131205, -4.214042675093133e-08], "non_uniform_scale": [0.9999998807907176, 1.0000849962133103, 0.9997801780831708], "motion_type": "STATIC"}, {"template_name": "364ff9bf3627be12a05817faa283538fc02de5ad", "translation": [13.348999977111816, -1.413226158319958e-07, 2.3709999101757973], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "364ff9bf3627be12a05817faa283538fc02de5ad", "translation": [11.923999786376953, -1.413226158319958e-07, 2.3709999101757973], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "34582c45760b7519bea143e2a47b0544b276653b", "translation": [4.435999870300293, 2.455711296533991e-07, -4.119999639987952], "rotation": [0.7078310831317499, 1.555638936284339e-15, 0.7063817365649623, 4.210363655218124e-08], "non_uniform_scale": [0.9999999548385404, 0.9999998807907176, 0.9999999548380396], "motion_type": "STATIC"}, {"template_name": "25b25e1e930a06319b4ea20684692d2e7958250a", "translation": [-10.472502708435059, 2.6599997316184947, -0.7173051609215015], "rotation": [0.5043443474796329, 0.504344238540209, -0.49561766253002487, 0.4956175953342601], "non_uniform_scale": [4.233333420568805, 0.9999998985070282, 3.628571077755536], "motion_type": "STATIC"}, {"template_name": "7b2ed578ddbdebd16402325998289f48bc91ed06", "translation": [13.559000015258789, 1.8835068615885575e-08, -0.3159999957084647], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "70c4e28c73b61b7e5258120b790c4a76a9767f08", "translation": [-1.3968998193740845, 2.116682502473509, -1.6641008984575478], "rotation": [-3.090861894391581e-08, -3.090862100287856e-08, 0.7071068444068346, -0.7071067179662534], "non_uniform_scale": [1.0005902051925697, 1.000534892018449, 0.999408483575758], "motion_type": "STATIC"}, {"template_name": "70c4e28c73b61b7e5258120b790c4a76a9767f08", "translation": [-3.446899890899658, 2.094682429398219, -1.6641008997688544], "rotation": [-3.090861894391581e-08, -3.090862100287856e-08, 0.7071068444068346, -0.7071067179662534], "non_uniform_scale": [1.0005902051925697, 1.000534892018449, 0.999408483575758], "motion_type": "STATIC"}, {"template_name": "db256923d176b8dabf697f80067949282ac57326", "translation": [16.98699951171875, -3.6638977007896756e-07, 6.146999946415406], "rotation": [0.7071068022599728, 2.5121478590261966e-15, 0.7071067601131205, 4.2146852279116215e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d1da7c9d001f9ccd0afded81802f00d5213c30d7", "translation": [-5.9679999351501465, 0.734500124901523, 0.018000041931877764], "rotation": [-0.4999999199335341, -0.4999999174355403, 0.5000002889065253, -0.4999998737242874], "non_uniform_scale": [1.6419043754396192, 1.0086954230850238, 12.034952636366683], "motion_type": "STATIC"}, {"template_name": "d1da7c9d001f9ccd0afded81802f00d5213c30d7", "translation": [-5.979999542236328, 0.7344999046623428, 3.7130001200139446], "rotation": [-0.4999999199335341, -0.4999999174355403, 0.5000002889065253, -0.4999998737242874], "non_uniform_scale": [1.6419043754396192, 1.0086954230850238, 12.034952636366683], "motion_type": "STATIC"}, {"template_name": "df07c2ce247722c7e96a1722c9a73fab473e2c53", "translation": [-10.499212265014648, 2.6750130529456158, -2.4671007906130455], "rotation": [0.5043443585020253, 0.504344235223221, -0.4956176581294504, 0.49561759189375443], "non_uniform_scale": [4.652014412503744, 1.0156250124292614, 4.17763088016139], "motion_type": "STATIC"}, {"template_name": "e89d2c57fe1f9bda6ad7ebb109505be1ce409380", "translation": [7.735999584197998, -1.798271966890752e-07, 3.016999541699903], "rotation": [-4.371138777535169e-08, -3.37894412094416e-19, 0.9999999999999973, 5.960464933159649e-08], "non_uniform_scale": [0.9992194175720254, 1.0010982750536996, 1.0008385180427377], "motion_type": "STATIC"}, {"template_name": "8090916af54ef2700b78f6a3ed489b4ab21f54a3", "translation": [5.824999809265137, -1.3571977319770667e-07, 2.2769998146891623], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "859000a2511eb74076d0be92ca2f39e6679093b1", "translation": [1.371999979019165, -1.940727258897823e-07, 3.255999847888944], "rotation": [0.7071068022599739, -7.473344360846047e-09, -0.7071067601131195, -3.662997446720131e-08], "non_uniform_scale": [0.8085237259552642, 0.8547008210777189, 0.6309461217554744], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_1", "translation": [-6.699718014031411, -0.0002438595694417204, -2.452066314917984], "rotation": [1.0, -2.9578689037796624e-15, 0.0, 0.0], "non_uniform_scale": [1.0000808238983154, 0.9998045563930731, 1.000250101059656], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_1", "translation": [-7.312195656481908, -0.00024385958398460094, -1.9043096616712376], "rotation": [-0.7071067811865475, -9.386804693491224e-12, 0.7071067811865475, -9.390987751810672e-12], "non_uniform_scale": [1.000250101059656, 0.9998045563930731, 1.0000808238983154], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_1", "translation": [-8.076631416629331, -0.00024385958398459579, -1.9043098554347815], "rotation": [0.7071068327487308, -9.390985697818375e-12, -0.7071067296243606, -9.386804009005953e-12], "non_uniform_scale": [1.000250101059656, 0.9998045563930731, 1.0000808238983154], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_1", "translation": [-8.672221407797444, -0.00024385956944605015, -2.4518974301659204], "rotation": [8.264592535570362e-08, -2.8675919764638047e-11, 0.9999999999999966, 2.4731909235914447e-09], "non_uniform_scale": [1.0000808238983154, 0.9998045563930729, 1.0002501010596558], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_1", "translation": [-8.076800282784717, -0.00024385955490330955, -2.9996546174548824], "rotation": [0.7071066780621585, 9.386803324520479e-12, 0.7071068843109216, -9.390983643825977e-12], "non_uniform_scale": [1.000250101059656, 0.9998045563930731, 1.0000808238983154], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_1", "translation": [-7.3123644922780136, -0.00024385955490321436, -2.9996546098577976], "rotation": [0.7071067918959992, -5.63799774097715e-09, 0.7071067704770956, -4.848910595596038e-09], "non_uniform_scale": [1.000250101059656, 0.999804556393073, 1.0000808238983152], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_8", "translation": [-8.07650727673995, 0.6987326061861894, -2.158227252141862], "rotation": [1.0, -2.9578689037796624e-15, 0.0, 0.0], "non_uniform_scale": [1.0000808238983154, 0.9998045563930731, 1.000250101059656], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_8", "translation": [-7.311003411553953, 0.6987326061861893, -2.158227252183191], "rotation": [0.9999999999996652, 2.473325337624073e-09, 8.181467646058281e-07, 2.0369651058085543e-08], "non_uniform_scale": [1.000080823898316, 0.9998045563930732, 1.0002501010596558], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_8", "translation": [-6.9029614278871865, 0.6987326061939598, -2.4508899966504556], "rotation": [0.9999999999999989, -3.230412080309328e-09, 3.977504390813922e-08, -2.6604933490679838e-08], "non_uniform_scale": [1.0000808238983154, 0.9998045563930731, 1.0002501010596565], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_8", "translation": [-7.311003411559859, 0.6987326062017795, -2.745421083922079], "rotation": [0.9999999999996233, 2.4304239897450734e-09, 8.67817730921782e-07, 2.001631905830498e-08], "non_uniform_scale": [1.0000808238983159, 0.9998045563930731, 1.0002501010596556], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_8", "translation": [-8.076507276745858, 0.6987326062017795, -2.7454210838807507], "rotation": [0.9999999999999988, -4.290493946152074e-11, 4.967030681565993e-08, -3.533311844376574e-10], "non_uniform_scale": [1.0000808238983157, 0.9998045563930733, 1.000250101059656], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_8", "translation": [-8.478295736781343, 0.6987326061939595, -2.450889996709499], "rotation": [0.999999999999632, 3.028875501688168e-10, 8.57922336626431e-07, 2.4945220340884596e-09], "non_uniform_scale": [1.0000808238983157, 0.9998045563930729, 1.0002501010596556], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_7", "translation": [-8.076860398071075, 0.699444921260558, -2.1586124839905954], "rotation": [1.0, -2.9578689037796624e-15, 0.0, 0.0], "non_uniform_scale": [1.0000808238983154, 0.9998045563930731, 1.000250101059656], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_7", "translation": [-7.311356533225416, 0.699444921260558, -2.1586124839905954], "rotation": [1.0, -2.9578812697913546e-15, -6.938894003290498e-18, -9.212942200582244e-29], "non_uniform_scale": [1.0000808238983154, 0.9998045563930733, 1.000250101059656], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_7", "translation": [-6.903314548246551, 0.6994449212683276, -2.4512752157470965], "rotation": [0.9999999999998335, -1.7322831570178644e-07, 5.502976986939744e-07, 1.706161855681209e-08], "non_uniform_scale": [1.0000808238983157, 0.9998045563930732, 1.0002501010596556], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_7", "translation": [-7.311356531869157, 0.6994449212761495, -2.7458062945052], "rotation": [0.9999999999998218, -4.4564023161479266e-07, 3.947699566611538e-07, 4.389196746634636e-08], "non_uniform_scale": [1.0000808238983157, 0.9998045563930738, 1.0002501010596556], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_7", "translation": [-8.076860396714816, 0.6994449212761494, -2.7458062945052], "rotation": [0.9999999999998218, -4.4564023161479266e-07, 3.947699566611538e-07, 4.389196746634636e-08], "non_uniform_scale": [1.0000808238983157, 0.9998045563930738, 1.0002501010596556], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_7", "translation": [-8.47864885790436, 0.6994449212683278, -2.4512752185644664], "rotation": [0.9999999999999187, -8.206633571247663e-08, 3.9476995666438266e-07, 8.082871734801805e-09], "non_uniform_scale": [1.0000808238983159, 0.9998045563930732, 1.000250101059656], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_19", "translation": [-7.897921012816855, 0.6989544709069792, -2.1133670719893884], "rotation": [1.0, -2.9578689037796624e-15, 0.0, 0.0], "non_uniform_scale": [1.0000808238983154, 0.9998045563930731, 1.000250101059656], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_19", "translation": [-7.135142045507776, 0.6989541729422332, -2.12207096018495], "rotation": [0.9999999999999932, -2.9578689039606287e-15, 1.166794471602707e-07, 1.5491755715604143e-18], "non_uniform_scale": [1.0000808238983154, 0.9998045563930731, 1.000250101059656], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_19", "translation": [-6.860731053063905, 0.6989544709220957, -2.68273301909865], "rotation": [0.7071068679538607, -9.390984292895706e-12, 0.7071066944192237, 9.386803544175142e-12], "non_uniform_scale": [1.0002501010596563, 0.9998045563930731, 1.0000808238983154], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_19", "translation": [-7.488232508844489, 0.698954470924905, -2.7885437011307963], "rotation": [1.2270751857455234e-07, 1.6327704783834388e-18, 0.9999999999999925, -2.957868903978402e-15], "non_uniform_scale": [1.0000808238983154, 0.9998045563930731, 1.0002501010596563], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_19", "translation": [-8.263008103971801, 0.698954470924905, -2.788543768210499], "rotation": [-6.135375928727998e-08, -8.146057204118785e-19, 0.9999999999999981, -2.9578689038289434e-15], "non_uniform_scale": [1.0000808238983152, 0.9998045563930729, 1.0002501010596558], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_19", "translation": [-8.514720617922428, 0.6989544709093322, -2.201991367375985], "rotation": [-0.7071067378028869, -9.386804117575452e-12, 0.7071068245702055, -9.390986023611935e-12], "non_uniform_scale": [1.0002501010596558, 0.9998045563930729, 1.0000808238983152], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_25", "translation": [-7.859428857482115, 0.7104431903977786, -2.214712032187038], "rotation": [1.0, -2.9578689037796624e-15, 0.0, 0.0], "non_uniform_scale": [1.0000808238983154, 0.9998045563930731, 1.000250101059656], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_25", "translation": [-7.096650665815791, 0.710441420229823, -2.223415932657776], "rotation": [0.9999999998061598, -7.255462012244484e-06, 4.023910074584411e-06, -1.7856278938510778e-05], "non_uniform_scale": [1.0000808238979741, 0.99980455639352, 1.0002501010595504], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_25", "translation": [-6.9620588633696165, 0.7104431002356131, -2.7212320056714088], "rotation": [0.7071077598976148, -3.58268968119362e-06, 0.7071058024588905, -2.951237421855404e-06], "non_uniform_scale": [1.0002501010596163, 0.9998045563931122, 1.0000808238983165], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_25", "translation": [-7.526724232162001, 0.7104413740133022, -2.687198724053665], "rotation": [-2.2019687375906554e-06, -4.118049418359356e-09, 0.9999999999575112, 8.951478574901814e-06], "non_uniform_scale": [1.0000808238983185, 0.9998045563932151, 1.0002501010595108], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_25", "translation": [-8.301500381360933, 0.7104431817437898, -2.687198830251185], "rotation": [5.509422932719566e-07, 4.455201168029028e-06, 0.999999999989923, 4.267356938832038e-08], "non_uniform_scale": [1.0000808238982934, 0.9998045563930948, 1.0002501010596554], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_25", "translation": [-8.413392808667869, 0.7104431787209342, -2.1634925701227106], "rotation": [-0.7071063499482669, 3.186008715991894e-06, 0.7071072124105592, -3.107510716989528e-06], "non_uniform_scale": [1.0002501010596196, 0.9998045563931088, 1.0000808238983152], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_31", "translation": [-8.246235256835678, 0.70032218975227, -2.38487453753831], "rotation": [1.0, -2.9578689037796624e-15, 0.0, 0.0], "non_uniform_scale": [1.0000808238983154, 0.9998045563930731, 1.000250101059656], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_31", "translation": [-8.123572365978774, 0.7003221906073215, -2.5090176798467567], "rotation": [0.9999999999993539, -1.1218077410301705e-06, -1.841990944001543e-07, -5.2597826631930536e-17], "non_uniform_scale": [1.0000808238983154, 0.9998045563930752, 1.0002501010596534], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_31", "translation": [-8.002431572652316, 0.7003221897297373, -2.388368615550971], "rotation": [0.9999999999999996, 2.980685638111864e-08, 4.894240171833956e-09, 1.3904902247003273e-17], "non_uniform_scale": [1.0000808238983154, 0.9998045563930729, 1.0002501010596558], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_31", "translation": [-7.40555132719685, 0.7003221897560067, -2.5256154291469564], "rotation": [1.0, -2.9543994564835888e-15, -2.1687713750403716e-19, 6.944264433828614e-18], "non_uniform_scale": [1.0000808238983154, 0.9998045563930731, 1.000250101059656], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_31", "translation": [-7.2527329929411986, 0.7003221906040253, -2.3848743405171984], "rotation": [0.9999999999993539, -1.1218077410301705e-06, -1.841990944001543e-07, -5.2597826631930536e-17], "non_uniform_scale": [1.0000808238983154, 0.9998045563930752, 1.0002501010596534], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_31", "translation": [-7.109073354233946, 0.7003221897559979, -2.525284443751805], "rotation": [1.0, -2.9543994564835888e-15, -2.1687713750403716e-19, 6.944264433828614e-18], "non_uniform_scale": [1.0000808238983154, 0.9998045563930731, 1.000250101059656], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_37", "translation": [-7.6930270837986185, 0.4565273050485302, -2.4516995801611214], "rotation": [1.0, -2.9578689037796624e-15, 0.0, 0.0], "non_uniform_scale": [1.0000808238983154, 0.9998045563930731, 1.000250101059656], "motion_type": "STATIC"}, {"template_name": "8a042c83502854ccd12ff65ca73cc273f8a1c7e5_part_38", "translation": [-7.6929434219183435, 5.27527887574466e-07, -2.452431149313767], "rotation": [1.0, -2.9578689037796624e-15, 0.0, 0.0], "non_uniform_scale": [1.0000808238983154, 0.9998045563930731, 1.000250101059656], "motion_type": "STATIC"}, {"template_name": "daf22e426300f5b1676128b22affd6a5cb40a285", "translation": [7.045000076293945, 2.444982669658202e-07, -4.1019999920129635], "rotation": [0.9999149156796436, -2.0023044183634276e-14, -0.013044592802047988, -7.771292283376404e-10], "non_uniform_scale": [1.0004037603071154, 1.0001542568022828, 0.9991531274799552], "motion_type": "STATIC"}, {"template_name": "4c9e0ee4b6af838237c3d1f497213bc861f703c2", "translation": [4.386000156402588, 1.5616416249031317e-07, -2.6199997293949195], "rotation": [0.7196457300245577, -1.7766978662552165e-11, 0.6943414313271387, 4.1367579341369794e-08], "non_uniform_scale": [0.9979423569268341, 0.9998000860452478, 0.9989111948793538], "motion_type": "STATIC"}, {"template_name": "5f4a14a4e5bc2feb7388b5d18d63350c38600f29", "translation": [-9.204999923706055, 5.031228056395776e-07, -8.440999481618405], "rotation": [1.0, -3.6380933429294793e-16, 0.0, 0.0], "non_uniform_scale": [0.9999170303344727, 0.9997382164313464, 0.9998944401866794], "motion_type": "STATIC"}, {"template_name": "2e764d82da3614e6aac849354b768932771b0a1a", "translation": [8.246045112609863, 3.9619998073154363, -2.5212889621681427], "rotation": [-0.7009092389346411, 3.007112084687208e-13, 0.7132504740805017, 4.2512748108964e-08], "non_uniform_scale": [1.0002050874559902, 1.0000920295605555, 1.0001064266931008], "motion_type": "STATIC"}, {"template_name": "631cb0d88d5d4857f8633557910f5f6b68bbff48", "translation": [4.078999996185303, 0.7199996985197146, 4.817999595522892], "rotation": [0.7132504533874209, -3.2710988692773067e-11, -0.700909259992074, -4.174421690468275e-08], "non_uniform_scale": [0.9984151248510542, 0.9999997615814423, 0.9984088057346504], "motion_type": "STATIC"}, {"template_name": "631cb0d88d5d4857f8633557910f5f6b68bbff48", "translation": [14.477999687194824, 0.7199994031190755, 9.773999628186218], "rotation": [0.7132504533874209, -3.2710988692773067e-11, -0.700909259992074, -4.174421690468275e-08], "non_uniform_scale": [0.9984151248510542, 0.9999997615814423, 0.9984088057346504], "motion_type": "STATIC"}, {"template_name": "631cb0d88d5d4857f8633557910f5f6b68bbff48", "translation": [14.465999603271484, 0.7199995261430701, 7.709999621510505], "rotation": [0.7132504533874209, -3.2710988692773067e-11, -0.700909259992074, -4.174421690468275e-08], "non_uniform_scale": [0.9984151248510542, 0.9999997615814423, 0.9984088057346504], "motion_type": "STATIC"}, {"template_name": "631cb0d88d5d4857f8633557910f5f6b68bbff48", "translation": [10.12462043762207, 0.7199996659213213, 5.3649098488742055], "rotation": [0.7132504533874209, -3.2710988692773067e-11, -0.700909259992074, -4.174421690468275e-08], "non_uniform_scale": [0.9984151248510542, 0.9999997615814423, 0.9984088057346504], "motion_type": "STATIC"}, {"template_name": "983c41a09128a21c04ffd5b4a8045929f7830bd0", "translation": [-10.32940673828125, 1.980999734692105, -2.425871586390045], "rotation": [0.49561765100647326, 0.4956176420888209, 0.5043443554642223, -0.5043441959342067], "non_uniform_scale": [1.9762598230245954, 0.9999998974667721, 3.301665627757809], "motion_type": "STATIC"}, {"template_name": "8e01e19e06020626cd22f82afb3440d56fc5f2db", "translation": [-7.703000068664551, 1.484751663838324e-07, -2.4909997885823287], "rotation": [0.7071068022599727, 5.099353418316182e-09, -0.7071067601131201, -4.8874054700089654e-08], "non_uniform_scale": [1.3267922802691292, 0.9999998807907189, 1.3192267823680164], "motion_type": "STATIC"}, {"template_name": "37b2b3b5f46d2d3f6a53ac07358efc4082adf56c", "translation": [-10.31100082397461, 1.6884996952712612, 2.2079999137222757], "rotation": [0.499999974170222, 0.4999999482005738, 0.5000000857172513, -0.499999991911942], "non_uniform_scale": [1.1491036922273923, 1.0013251899883153, 1.149103623735466], "motion_type": "STATIC"}, {"template_name": "1254b4e70156361ef494da00409a573eade77f08", "translation": [7.25, 1.5330314795392042e-07, -2.571999873399733], "rotation": [0.7162704830621052, -4.836157530461469e-16, 0.6978227533507179, 4.1593479312418485e-08], "non_uniform_scale": [1.1583330907024976, 0.9999998807907176, 0.9999998569215626], "motion_type": "STATIC"}, {"template_name": "2c0d9d6af310af4322e9d7715fec09fac9207cf6", "translation": [19.864999771118164, -3.4922362601719215e-07, 5.858999856770026], "rotation": [-0.6851830021387982, 4.187550725419077e-12, 0.7283709587703656, 4.341035634760747e-08], "non_uniform_scale": [0.9999817783288323, 0.9999007582782724, 1.0001058081665706], "motion_type": "STATIC"}, {"template_name": "35880f4a551d6b1790f8ded9b23498f1da88575b", "translation": [-9.987000465393066, 7.927417833286654e-09, -0.13299999338388435], "rotation": [0.7071068022599732, -4.313669602702167e-09, 0.7071067601131201, 3.856614083126863e-08], "non_uniform_scale": [0.9999998807907176, 1.20451137965781, 0.9998458027931577], "motion_type": "STATIC"}, {"template_name": "44bcf7e3e018a3ff3f9c3ba850da016a8f332998", "translation": [-10.522172927856445, 2.6689999823683053, -3.8771887692100364], "rotation": [0.5043443594778081, 0.5043442345462503, -0.49561765792928353, 0.4956175917898476], "non_uniform_scale": [4.123376627779226, 0.9890108840344115, 4.123375877931579], "motion_type": "STATIC"}, {"template_name": "44bcf7e3e018a3ff3f9c3ba850da016a8f332998", "translation": [-10.509172439575195, 2.6689999306314576, -3.009188552010727], "rotation": [0.5043443594778081, 0.5043442345462503, -0.49561765792928353, 0.4956175917898476], "non_uniform_scale": [4.123376627779226, 0.9890108840344115, 4.123375877931579], "motion_type": "STATIC"}, {"template_name": "8a643866e25ff2687ae34a7285e1927fed1205d3", "translation": [15.080005645751953, 2.475999285358313, 6.697697864669664], "rotation": [0.49561768345026336, 0.49561765388349494, 0.5043442995372717, -0.5043442083881539], "non_uniform_scale": [0.9998742317944562, 1.0012514279365163, 0.9997880459084402], "motion_type": "STATIC"}, {"template_name": "c8fb797c719f23fc3c1c3ea765b77db120674df1", "translation": [-10.514952659606934, 2.6650000065638437, -3.4151226234362753], "rotation": [0.5043443522806632, 0.5043442371394163, -0.49561766057740797, 0.49561759382676845], "non_uniform_scale": [5.961332024426608, 1.0171304973336928, 3.9040882701768282], "motion_type": "STATIC"}, {"template_name": "c8fb797c719f23fc3c1c3ea765b77db120674df1", "translation": [-10.480953216552734, 2.6649998678042337, -1.087122812740624], "rotation": [0.5043443522806632, 0.5043442371394163, -0.49561766057740797, 0.49561759382676845], "non_uniform_scale": [5.961332024426608, 1.0171304973336928, 3.9040882701768282], "motion_type": "STATIC"}, {"template_name": "c92c6f54fc159759c8cfbab35343b611b49cf26b", "translation": [3.8559999465942383, 2.538561716391996e-07, -4.258999570667754], "rotation": [0.7072538584054949, -6.879229584045166e-16, -0.7069596733693785, -4.213808202512424e-08], "non_uniform_scale": [0.999999848126266, 0.9999998807907176, 0.9999998481262453], "motion_type": "STATIC"}, {"template_name": "c77e8ffcb85d5d91694bfe37516ef9880890716c", "translation": [5.747999668121338, -1.8322467099096684e-07, 3.0739996985197138], "rotation": [0.7071068022599734, 2.7943940662281916e-12, -0.7071067601131198, -4.2149644531794193e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 1.000132501117438], "motion_type": "STATIC"}, {"template_name": "2295d2b3409c2c5b4449e98ad5aa73ea379e8941", "translation": [12.626999855041504, 3.9619994906783376, 2.7909997207522537], "rotation": [0.7071068022599739, 1.7589963988573133e-11, -0.7071067601131191, -4.216445442659614e-08], "non_uniform_scale": [1.0011550783422543, 1.0003836154480368, 1.0012193321454923], "motion_type": "STATIC"}, {"template_name": "2295d2b3409c2c5b4449e98ad5aa73ea379e8941", "translation": [12.576000213623047, 3.9619996286630688, 0.4760002187490393], "rotation": [0.7071068022599739, 1.7589963988573133e-11, -0.7071067601131191, -4.216445442659614e-08], "non_uniform_scale": [1.0011550783422543, 1.0003836154480368, 1.0012193321454923], "motion_type": "STATIC"}, {"template_name": "2295d2b3409c2c5b4449e98ad5aa73ea379e8941", "translation": [9.465999603271484, 3.9619996365904875, 0.34300021046399465], "rotation": [0.7071068022599739, 1.7589963988573133e-11, -0.7071067601131191, -4.216445442659614e-08], "non_uniform_scale": [1.0011550783422543, 1.0003836154480368, 1.0012193321454923], "motion_type": "STATIC"}, {"template_name": "2295d2b3409c2c5b4449e98ad5aa73ea379e8941", "translation": [9.416000366210938, 3.9619994904398936, 2.795000145852555], "rotation": [0.7071068022599739, 1.7589963988573133e-11, -0.7071067601131191, -4.216445442659614e-08], "non_uniform_scale": [1.0011550783422543, 1.0003836154480368, 1.0012193321454923], "motion_type": "STATIC"}, {"template_name": "825bce5ff93725dbd0ab11b82e6a2b13f96475cf", "translation": [2.741499423980713, 9.731944317081798e-08, -1.632749221757095], "rotation": [-4.3711388438483617e-08, -4.3753290880328963e-16, 0.9999999999999971, 6.213567504573046e-08], "non_uniform_scale": [0.9999219775199929, 1.5054903619896811, 0.9998472333136509], "motion_type": "STATIC"}, {"template_name": "bca05d502eecf7f29ecd33de75df3073086a2ca8", "translation": [-2.744999885559082, 3.552999398261335, 6.094499436527514], "rotation": [-3.0908617811468505e-08, -3.090861825164778e-08, 0.70710684440721, -0.7071067179658781], "non_uniform_scale": [1.4733332395553644, 0.9939392216278036, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "c444bd4ee4524c01839e9b0e1632eb4396b1910c", "translation": [-2.7679998874664307, 3.0499994080960704, 6.080499945253123], "rotation": [-3.090861766205127e-08, -3.090862033041429e-08, 0.7071068444078638, -0.7071067179652242], "non_uniform_scale": [1.474999904632574, 0.9900988352180902, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2e5c5bd5ad80e507ac5c29d677866e1e84c707ed", "translation": [11.904808044433594, 9.380939047787251e-08, -1.5738603130662199], "rotation": [1.0, -5.670800932222405e-09, 0.0, 0.0], "non_uniform_scale": [2.2122793197631836, 0.9994586706806785, 1.8348621326849148], "motion_type": "STATIC"}, {"template_name": "1b414727f2af7f6ba339777ef5be6fcec518daf6", "translation": [-9.961000442504883, -1.3557112765738566e-07, 2.2745059565004055], "rotation": [0.7071068022599732, 1.7583631554363634e-09, 0.7071067601131198, 4.406528715146947e-08], "non_uniform_scale": [0.7260294123870485, 0.9997692704475728, 1.0907841270694654], "motion_type": "STATIC"}, {"template_name": "0d6acbc9f35c8834a605e284167f44c84582a975", "translation": [-2.7660000324249268, 2.33899949240687, 5.95299937641623], "rotation": [0.7071068029380608, 0.7071067594350281, 6.181723982669505e-08, -6.181723307285248e-08], "non_uniform_scale": [0.8970314860344071, 0.9955750709086665, 0.7730261954037879], "motion_type": "STATIC"}, {"template_name": "e9a399f27e2392d2419029a0ebc82a73c318a526", "translation": [1.9809999465942383, 0.8000001341706557, -2.851009866535062], "rotation": [4.371138841862663e-08, -8.40131655436727e-18, 0.9999999999999973, 5.960526408939115e-08], "non_uniform_scale": [1.0001676082611122, 0.9998411536406026, 1.0062891237391052], "motion_type": "STATIC"}, {"template_name": "8a199393aa14b1487354e6fcc8df37de1b6a8b51", "translation": [11.744000434875488, 1.648664493814067e-07, -2.7659998675584774], "rotation": [1.0, -4.838769131482232e-16, 0.0, 0.0], "non_uniform_scale": [3.108333110809326, 0.9998196959710413, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8a199393aa14b1487354e6fcc8df37de1b6a8b51", "translation": [13.460000038146973, 1.2075901167918346e-07, -2.025999902129172], "rotation": [0.7071068022599728, 3.797111488878322e-12, 0.7071067601131205, 4.2150647562988424e-08], "non_uniform_scale": [1.8999996244907602, 0.9998196959710413, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8a199393aa14b1487354e6fcc8df37de1b6a8b51", "translation": [10.10200023651123, 1.2075901167918346e-07, -2.025999902129172], "rotation": [0.7071068022599728, 3.797111488878322e-12, 0.7071067601131205, 4.2150647562988424e-08], "non_uniform_scale": [1.8999996244907602, 0.9998196959710413, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6ccebb27fe6084d08e7b6d601582e1c6930e9379", "translation": [8.581000328063965, 1.527071020746007e-07, -2.561999883532522], "rotation": [-0.7009092387415987, 1.584444901578199e-15, 0.7132504742702038, 4.251304209031579e-08], "non_uniform_scale": [0.9999852320533649, 0.9999998807907176, 0.9999999566072068], "motion_type": "STATIC"}, {"template_name": "2710780a776c75e65c47c6449f696325eb623fe0", "translation": [-2.438999891281128, 1.1813640554692029e-07, -1.9819998751878742], "rotation": [-4.3711388033932654e-08, 1.1724311559563998e-15, 0.9999999999999969, 6.59572487483203e-08], "non_uniform_scale": [2.21666646003724, 0.9999998807907222, 1.899999749660513], "motion_type": "STATIC"}, {"template_name": "cc0725a4e72499499722e95245b78abfbc19b946", "translation": [9.01964282989502, 1.6999999821785892, -0.6010062515135743], "rotation": [0.012652107007350895, 0.012652107197572138, 0.7069936446589319, -0.7069935182048105], "non_uniform_scale": [0.9999999704910048, 0.999999791734576, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "c76350e8a36b01b0d49406c64d5009cbfd8b874b", "translation": [-10.486130714416504, 2.665999815174189, -1.4211370893038975], "rotation": [0.504344355661504, 0.5043442360500364, -0.49561765925683215, 0.4956175928155354], "non_uniform_scale": [4.371773172174555, 0.9777776917901703, 3.913712988649223], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [0.6830000281333923, 0.001000320422458796, -5.375999607026581], "rotation": [0.9999904807203284, -2.3528748757777974e-09, 0.004363309377799014, 3.2302590029739506e-10], "non_uniform_scale": [2.9392336401818846, 2.5781652238171895, 3.8262863561692635], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [0.6880000233650208, 0.0010002832291561362, -4.751999571740636], "rotation": [0.9999904807203284, -2.3528748757777974e-09, 0.004363309377799014, 3.2302590029739506e-10], "non_uniform_scale": [2.9392336401818846, 2.5781652238171895, 3.8262863561692635], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [0.6930000185966492, 0.0010002488968964343, -4.175999869287007], "rotation": [0.9999904807203284, -2.3528748757777974e-09, 0.004363309377799014, 3.2302590029739506e-10], "non_uniform_scale": [2.9392336401818846, 2.5781652238171895, 3.8262863561692635], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [0.6990000009536743, 0.0010002117035937744, -3.5519998340010615], "rotation": [0.9999904807203284, -2.3528748757777974e-09, 0.004363309377799014, 3.2302590029739506e-10], "non_uniform_scale": [2.9392336401818846, 2.5781652238171895, 3.8262863561692635], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [0.5370000004768372, 0.001000185894777357, -3.1189997720718408], "rotation": [0.7101853761458063, 6.75563897127656e-09, -0.7040147239288657, -5.21198441786764e-08], "non_uniform_scale": [2.9392337034748457, 2.57816522381719, 3.826286822673478], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-10.20300006866455, 0.0010003268001482837, -5.482999474763882], "rotation": [0.7040147447301017, -1.0157290544772378e-08, 0.7101853555253083, 3.557471032601066e-08], "non_uniform_scale": [2.9392334635374464, 2.5781652238171895, 3.82628634387147], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-0.7319999933242798, 1.1479855288598628e-07, -1.9260000034570623], "rotation": [0.7101853760406366, 1.2574496278339496e-08, -0.704014724034955, -7.521427780923606e-08], "non_uniform_scale": [2.9392337034748457, 2.5781652238172104, 6.664115580314505], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-4.123000144958496, 0.0010001232503028604, -2.067999954879279], "rotation": [0.710185376018522, 1.2308462682188884e-08, -0.7040147240572635, -7.339397163131978e-08], "non_uniform_scale": [3.137384480413048, 2.591120887861152, 6.472801716069697], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-4.735000133514404, 0.0010001543043173314, -2.5889998322725303], "rotation": [0.9999904807203284, -2.3528748757777974e-09, 0.004363309377799014, 3.2302590029739506e-10], "non_uniform_scale": [2.9392336401818846, 2.5781652238171895, 3.8262863561692635], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-4.741000175476074, 0.0010001940606186935, -3.2559998478293393], "rotation": [0.9999904807203284, -2.3528748757777974e-09, 0.004363309377799014, 3.2302590029739506e-10], "non_uniform_scale": [2.9392336401818846, 2.5781652238171895, 3.8262863561692635], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-4.745999813079834, 0.0010002326844286216, -3.903999811112878], "rotation": [0.9999904807203284, -2.3528748757777974e-09, 0.004363309377799014, 3.2302590029739506e-10], "non_uniform_scale": [2.9392336401818846, 2.5781652238171895, 3.8262863561692635], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-4.751999855041504, 0.0010002750633147997, -4.614999495983137], "rotation": [0.9999904807203284, -2.3528748757777974e-09, 0.004363309377799014, 3.2302590029739506e-10], "non_uniform_scale": [2.9392336401818846, 2.5781652238171895, 3.8262863561692635], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-5.291999340057373, 2.750754219960072e-07, -4.614999496042742], "rotation": [0.7040147447301017, -1.0157290544772378e-08, 0.7101853555253083, 3.557471032601066e-08], "non_uniform_scale": [2.9392334635374464, 2.5781652238171895, 3.82628634387147], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-6.0, 2.7501582167133165e-07, -4.61399956858159], "rotation": [0.7040147447301017, -1.0157290544772378e-08, 0.7101853555253083, 3.557471032601066e-08], "non_uniform_scale": [2.9392334635374464, 2.5781652238171895, 3.82628634387147], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-6.710999965667725, 0.0010002745864837806, -4.6069995994567945], "rotation": [0.7040147447301017, -1.0157290544772378e-08, 0.7101853555253083, 3.557471032601066e-08], "non_uniform_scale": [2.9392334635374464, 2.5781652238171895, 3.82628634387147], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-7.4029998779296875, 2.7453899065221776e-07, -4.605999672055248], "rotation": [0.7040147447301017, -1.0157290544772378e-08, 0.7101853555253083, 3.557471032601066e-08], "non_uniform_scale": [2.9392334635374464, 2.5781652238171895, 3.82628634387147], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-8.067999839782715, 2.7453899065221776e-07, -4.605999672055248], "rotation": [0.7040147447301017, -1.0157290544772378e-08, 0.7101853555253083, 3.557471032601066e-08], "non_uniform_scale": [2.9392334635374464, 2.5781652238171895, 3.82628634387147], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-8.753999710083008, 2.744793903275422e-07, -4.604999744594096], "rotation": [0.7040147447301017, -1.0157290544772378e-08, 0.7101853555253083, 3.557471032601066e-08], "non_uniform_scale": [2.9392334635374464, 2.5781652238171895, 3.82628634387147], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-9.46399974822998, 2.7441979000286665e-07, -4.603999817132944], "rotation": [0.7040147447301017, -1.0157290544772378e-08, 0.7101853555253083, 3.557471032601066e-08], "non_uniform_scale": [2.9392334635374464, 2.5781652238171895, 3.82628634387147], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-10.194999694824219, 2.7376412958801666e-07, -4.592999661386017], "rotation": [0.7040147447301017, -1.0157290544772378e-08, 0.7101853555253083, 3.557471032601066e-08], "non_uniform_scale": [2.9392334635374464, 2.5781652238171895, 3.82628634387147], "motion_type": "STATIC"}, {"template_name": "28bea1ab56c4379f842d0171fdd81762f55942c1", "translation": [3.036452054977417, -1.8328428552649711e-07, 3.0749998643994303], "rotation": [0.707106802259973, -1.3366136500751596e-11, 0.7071067601131202, 4.213349210197128e-08], "non_uniform_scale": [0.7360096731180148, 1.0003330707152926, 0.9996989965618255], "motion_type": "STATIC"}, {"template_name": "7332c41ec19fcbcf36bafeb8cf5fcf476376536e", "translation": [14.489999771118164, -5.824566073897586e-07, 9.771999730348568], "rotation": [0.7132504533959549, 1.5349538744239135e-15, -0.7009092599833896, -4.1777451513202465e-08], "non_uniform_scale": [0.9999999556032696, 0.9999998807907177, 0.99999995556696], "motion_type": "STATIC"}, {"template_name": "7332c41ec19fcbcf36bafeb8cf5fcf476376536e", "translation": [14.471999168395996, -4.603266745561996e-07, 7.72299958926439], "rotation": [0.7132504533959549, 1.5349538744239135e-15, -0.7009092599833896, -4.1777451513202465e-08], "non_uniform_scale": [0.9999999556032696, 0.9999998807907177, 0.99999995556696], "motion_type": "STATIC"}, {"template_name": "7332c41ec19fcbcf36bafeb8cf5fcf476376536e", "translation": [10.096220016479492, -3.198331626208528e-07, 5.365909733420011], "rotation": [0.7132504533959549, 1.5349538744239135e-15, -0.7009092599833896, -4.1777451513202465e-08], "non_uniform_scale": [0.9999999556032696, 0.9999998807907177, 0.99999995556696], "motion_type": "STATIC"}, {"template_name": "9b59a7e47a2a942240a993c70d6e4e65d0d0c5d5", "translation": [-2.7805004119873047, 0.5269997263222272, 4.232550877001817], "rotation": [1.0, -4.181352868893454e-15, 0.0, 0.0], "non_uniform_scale": [0.9986034035682678, 0.9998174905994475, 1.000347256619058], "motion_type": "STATIC"}, {"template_name": "a81844146c4e78f01aaf80c591c78398f4c3dc5a", "translation": [-9.185999870300293, -1.4775991985516157e-07, 2.4789999437928145], "rotation": [4.371138750048182e-08, -3.121658941151927e-15, 0.9999999999999954, 8.479857308512331e-08], "non_uniform_scale": [2.0000000000000075, 1.0141987783672, 3.44452053969852], "motion_type": "STATIC"}, {"template_name": "809a0686f3e27db6b40bd48d504d3753c8988759", "translation": [3.247999906539917, 3.060698645640514e-07, -5.134999922811971], "rotation": [0.9999115975799874, 4.3255813117534236e-16, -0.013296504241235909, -7.926222834449055e-10], "non_uniform_scale": [1.0001360255743488, 0.9999998807907176, 1.000224033195426], "motion_type": "STATIC"}, {"template_name": "22963778bbd6da9f2a6268e1ee300b4577a9d195", "translation": [19.065000534057617, -2.5546549409227737e-07, 4.285999519467367], "rotation": [0.9222009781199043, 9.900851771372666e-13, -0.3867109462566211, -2.3052132660565237e-08], "non_uniform_scale": [0.9999817202674353, 0.9999007582782724, 1.0001057468531862], "motion_type": "STATIC"}, {"template_name": "0dd870278750fdb4a0060ce90e5d6b78e1671994", "translation": [18.966999053955078, -4.4906136054123635e-07, 7.533998993992839], "rotation": [-0.3255681386284086, 1.989410621700551e-12, 0.9455185810495899, 5.635661792894834e-08], "non_uniform_scale": [0.9999817562881962, 0.9999007582782724, 1.0001057195181802], "motion_type": "STATIC"}, {"template_name": "1c19a987e1bd8c206353d18066b117cc0b21e841", "translation": [7.668099403381348, -1.4257430791531078e-07, 2.391999817371371], "rotation": [0.7071068022599739, 1.330796713984178e-11, -0.7071067601131191, -4.216016614425691e-08], "non_uniform_scale": [1.0003337263862058, 1.000133275969823, 1.000765263988658], "motion_type": "STATIC"}, {"template_name": "1c19a987e1bd8c206353d18066b117cc0b21e841", "translation": [7.6690993309021, -1.0675191930431538e-07, 1.7909999018311495], "rotation": [0.7071068022599739, 1.330796713984178e-11, -0.7071067601131191, -4.216016614425691e-08], "non_uniform_scale": [1.0003337263862058, 1.000133275969823, 1.000765263988658], "motion_type": "STATIC"}, {"template_name": "181c6cc89b3754c7fe5e4b0086dc92658f7d1739", "translation": [-0.14399999380111694, -2.6071072056765843e-07, 4.3739998117685275], "rotation": [0.9025852808912522, 2.8627109803366747e-16, -0.43051110405941756, -2.5660463558985465e-08], "non_uniform_scale": [0.9996258523216087, 0.9999998807907176, 0.9999999275692805], "motion_type": "STATIC"}, {"template_name": "68185d00b089af2c5eb6392fadb04c6275a676f9", "translation": [3.133999824523926, 1.7571449006936746e-07, -2.9479997785091427], "rotation": [1.0, -6.557359366610372e-16, 0.0, 0.0], "non_uniform_scale": [0.9989665746688843, 0.9999780058886927, 0.9997682571687321], "motion_type": "STATIC"}, {"template_name": "5289e0dda37b4f5023147b5a987075d51a45a281", "translation": [5.639308929443359, 0.7499997915729182, 2.7468260528548853], "rotation": [-0.6974301614550805, -7.641955859310674e-12, 0.7166527540536898, 4.272327509611932e-08], "non_uniform_scale": [0.9996711182181837, 1.0003676414051415, 0.9999998399738323], "motion_type": "STATIC"}, {"template_name": "08c7c4c8c580d00b822df4ff2bc9e885c136f99d", "translation": [1.9830000400543213, 1.9037723575365817e-07, -3.19399981534481], "rotation": [4.3711388286737876e-08, -1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9de168a6d84e59b0c923936578ffe4cf8c7baedc", "translation": [7.302999973297119, 2.393722411397903e-07, -4.0159995546341065], "rotation": [0.9999149156701563, -5.583549712607408e-15, -0.013044593529271021, -7.773376068708234e-10], "non_uniform_scale": [1.0012284924944517, 1.0004651545923693, 0.9999998611126079], "motion_type": "STATIC"}, {"template_name": "d4c717f5c9cbf60d86c6b418baad6fc1d91c48f6", "translation": [5.260000228881836, -1.6498565003075782e-07, 2.7679997224807806], "rotation": [0.3952056178431169, 1.4673117268393955e-11, 0.9185926842868046, 5.4758731625021785e-08], "non_uniform_scale": [1.0008990587212578, 1.0002727508219706, 0.9990265686055353], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_1", "translation": [5.222180164370836, 0.029943178811277678, 1.664198352417869], "rotation": [1.0, -1.944240749260354e-14, 0.0, 0.0], "non_uniform_scale": [1.0004535913467407, 0.9999998807907176, 0.9988582731654247], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_1", "translation": [5.093136227581909, 1.296331239247463, 1.695003174019475], "rotation": [0.9999999999999999, 1.9238231955181198e-08, 0.0, 0.0], "non_uniform_scale": [1.0004535913467405, 0.9999998807907176, 0.9988582731654246], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_3", "translation": [5.305563960950719, 1.7031694029078246, 1.6509134577374505], "rotation": [1.0, -1.944240749260354e-14, 0.0, 0.0], "non_uniform_scale": [1.0004535913467407, 0.9999998807907176, 0.9988582731654247], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [5.031714858880614, 0.6575692920941466, 1.6987269303229722], "rotation": [1.0, -1.944240749260354e-14, 0.0, 0.0], "non_uniform_scale": [1.0004535913467407, 0.9999998807907176, 0.9988582731654247], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [5.068841066371997, 0.6575692920941467, 1.6987269200901205], "rotation": [1.0, -1.944240749260354e-14, -2.9494153790171745e-15, 1.0030103953268854e-25], "non_uniform_scale": [1.0004535913467405, 0.9999998807907173, 0.9988582731654247], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [5.105967400580702, 0.6575692920941467, 1.6987269172993427], "rotation": [1.0, -1.944240749260354e-14, 1.966277034040267e-15, -6.68673637391852e-26], "non_uniform_scale": [1.0004535913467405, 0.9999998807907173, 0.9988582731654247], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [5.143093734789407, 0.6575692920941467, 1.6987269061362316], "rotation": [0.999999999999999, -1.9442407492535706e-14, -4.434275117761821e-08, 1.5079680130817507e-18], "non_uniform_scale": [1.0004535913467407, 0.9999998807907173, 0.9988582731654247], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [5.180220061544151, 0.6575692920941467, 1.698726919159861], "rotation": [1.0, -1.944240749260354e-14, 3.932554154096867e-15, -1.337347306289352e-25], "non_uniform_scale": [1.0004535913467407, 0.9999998807907173, 0.9988582731654247], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [5.217346406933797, 0.6575692920941467, 1.6987269163690835], "rotation": [1.0, -1.944240749260354e-14, 9.831384971677735e-16, -3.343368119447157e-26], "non_uniform_scale": [1.0004535913467407, 0.9999998807907173, 0.9988582731654247], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [5.254472741142502, 0.6575692920941467, 1.6987269172993427], "rotation": [1.0, -1.944240749260354e-14, 1.966277034040267e-15, -6.68673637391852e-26], "non_uniform_scale": [1.0004535913467405, 0.9999998807907173, 0.9988582731654247], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [5.291599073487718, 0.6575692920941468, 1.6987269182296023], "rotation": [1.0, -1.9442407492600314e-14, -1.1085684967881197e-08, 3.770003365601896e-19], "non_uniform_scale": [1.0004535913467407, 0.9999998807907176, 0.9988582731654247], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [5.328725407579953, 0.6575692920941466, 1.6987268996244167], "rotation": [1.0, -1.9442407492603545e-14, -6.928555624218161e-09, 2.3562002764168206e-19], "non_uniform_scale": [1.0004535913467405, 0.9999998807907171, 0.9988582731654244], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [5.365851741905127, 0.6575692920941467, 1.698726904275713], "rotation": [1.0, -1.944240749260354e-14, -3.932553810010415e-15, 1.3373471847675666e-25], "non_uniform_scale": [1.0004535913467407, 0.9999998807907173, 0.9988582731654247], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_4", "translation": [5.402978133882022, 0.6575692920941467, 1.6987269014849353], "rotation": [0.9999999999999998, -1.944240749258416e-14, -2.2171374359885857e-08, 7.539839647487695e-19], "non_uniform_scale": [1.0004535913467407, 0.9999998807907173, 0.9988582731654246], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_15", "translation": [5.502549237397271, 0.7712108320442154, 1.6987773456968527], "rotation": [1.0, -1.944240749260354e-14, 0.0, 0.0], "non_uniform_scale": [1.0004535913467407, 0.9999998807907176, 0.9988582731654247], "motion_type": "STATIC"}, {"template_name": "1107ecf4cf443f17649e715fe563a95a9441fe53_part_18", "translation": [5.345005890231281, -9.754300035648437e-08, 1.6379746639239436], "rotation": [1.0, -1.944240749260354e-14, 0.0, 0.0], "non_uniform_scale": [1.0004535913467407, 0.9999998807907176, 0.9988582731654247], "motion_type": "STATIC"}, {"template_name": "f200dda7ff76473e0a7264e1a2a115900c5c8778", "translation": [8.847000122070312, -9.351968088822105e-08, 1.5689997929930755], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "efb81055c59a1405078d571d047428f23e65101f", "translation": [-10.493714332580566, 2.6680607369602427, -1.9531616794334212], "rotation": [0.5043443591285535, 0.5043442350626058, -0.4956176578754833, 0.49561759167360525], "non_uniform_scale": [4.203906180404783, 0.979139924931117, 4.043619150683952], "motion_type": "STATIC"}, {"template_name": "efb81055c59a1405078d571d047428f23e65101f", "translation": [-10.474713325500488, 2.668060632284832, -0.19699981122846832], "rotation": [-0.4999999815977268, -0.49999997438123817, 0.5000001133511479, -0.4999999306698684], "non_uniform_scale": [4.203905808692818, 0.979139865688122, 4.043619150683952], "motion_type": "STATIC"}, {"template_name": "7683c163bea9f07541b6845278cce7ad43fbf099", "translation": [7.545028209686279, -5.208850097915274e-07, 8.73899979954956], "rotation": [-4.3711387991144924e-08, -1.8646997239240076e-16, 0.9999999999999973, 5.996096839713871e-08], "non_uniform_scale": [1.0027806758880653, 0.9959657197039387, 0.8534019764182573], "motion_type": "STATIC"}, {"template_name": "81d0d47953778079c6cf43c917247b8be8d9a78a", "translation": [2.252000093460083, -2.476573115473002e-07, 4.154999962151038], "rotation": [0.7071068022599739, 2.0559925361920112e-12, -0.7071067601131191, -4.214890596023556e-08], "non_uniform_scale": [1.000097453588399, 0.9999998807907176, 1.000097453588399], "motion_type": "STATIC"}, {"template_name": "920a0a85eb1341c24b47b0a24f94bc6e5daa2385", "translation": [16.989999771118164, 3.9619992897510485, 6.162000048160536], "rotation": [0.7071068022599734, 9.613530183928235e-12, 0.7071067601131198, 4.215646768534381e-08], "non_uniform_scale": [0.9999998807907176, 0.9998527169403104, 1.0003090500647396], "motion_type": "STATIC"}, {"template_name": "eeb62d675d8f99a68df4a35cefb5f846a56264e3", "translation": [-2.75600004196167, -1.822113944172088e-07, 3.0569997395873116], "rotation": [1.0, -1.2627842037906904e-09, 0.0, 0.0], "non_uniform_scale": [0.9850634932518005, 1.0004296302283173, 0.7485176624634625], "motion_type": "STATIC"}, {"template_name": "d30ef4bd3c7ca65180c52df39037d7fafe7c74f6", "translation": [-2.7860000133514404, -1.247525176495401e-07, 2.092999810397629], "rotation": [-4.371138843012597e-08, 1.1785918803203992e-16, 0.9999999999999973, 5.971649978029866e-08], "non_uniform_scale": [2.4900708198547457, 0.9164478282394551, 0.9993614555166381], "motion_type": "STATIC"}, {"template_name": "1d63758f789dc3ff2d87488182910ddf31345799", "translation": [9.53149700164795, 2.4770000028386505, -2.556624350927791], "rotation": [-0.4956177276507236, -0.49561769808208667, 0.5043442561878879, -0.5043441648680324], "non_uniform_scale": [0.9999999540754132, 1.0016304489059025, 0.9999998211860816], "motion_type": "STATIC"}, {"template_name": "f512a5671a794c26fd0bfabcf33bf4cc33b4203c", "translation": [-7.690000057220459, 3.9619997990131424, -2.3819995913505636], "rotation": [1.0, -2.2945883951054002e-10, 0.0, 0.0], "non_uniform_scale": [1.1321314573287964, 1.0000898837935996, 1.1321313223682172], "motion_type": "STATIC"}, {"template_name": "86c21b2c318a7da7ca8aa3ff8f0583370eba4232", "translation": [13.932999610900879, -6.338357820823148e-07, 10.633999190688144], "rotation": [0.7071068022599739, 1.3399530745920454e-11, -0.7071067601131191, -4.2160257824022405e-08], "non_uniform_scale": [1.0003116726689534, 0.9993838668603985, 1.0000197291362447], "motion_type": "STATIC"}, {"template_name": "86c21b2c318a7da7ca8aa3ff8f0583370eba4232", "translation": [13.879000663757324, -4.0006636936595896e-07, 6.711999493122107], "rotation": [0.7071068022599739, 1.3399530745920454e-11, -0.7071067601131191, -4.2160257824022405e-08], "non_uniform_scale": [1.0003116726689534, 0.9993838668603985, 1.0000197291362447], "motion_type": "STATIC"}, {"template_name": "86c21b2c318a7da7ca8aa3ff8f0583370eba4232", "translation": [13.906999588012695, -5.205869797464402e-07, 8.733999685406673], "rotation": [0.7071068022599739, 1.3399530745920454e-11, -0.7071067601131191, -4.2160257824022405e-08], "non_uniform_scale": [1.0003116726689534, 0.9993838668603985, 1.0000197291362447], "motion_type": "STATIC"}, {"template_name": "86c21b2c318a7da7ca8aa3ff8f0583370eba4232", "translation": [11.367790222167969, -3.249347457767726e-07, 5.451500090867256], "rotation": [1.0, -6.029575604168077e-15, 0.0, 0.0], "non_uniform_scale": [1.0003118515014648, 0.9993838668603985, 1.0000197887396993], "motion_type": "STATIC"}, {"template_name": "86c21b2c318a7da7ca8aa3ff8f0583370eba4232", "translation": [8.77184009552002, -3.249347457767726e-07, 5.451500090867256], "rotation": [1.0, -6.029575604168077e-15, 0.0, 0.0], "non_uniform_scale": [1.0003118515014648, 0.9993838668603985, 1.0000197887396993], "motion_type": "STATIC"}, {"template_name": "5cd043b511e3f7031892d1fa56fe309d2896128a", "translation": [-6.795999526977539, 5.125403390593419e-07, -8.598999464571477], "rotation": [1.0, -7.972335328803314e-16, 0.0, 0.0], "non_uniform_scale": [1.0001112222671509, 1.0002100467431418, 0.9999787211443447], "motion_type": "STATIC"}, {"template_name": "fed2a84682713eabe2b8d0e1e950d891c7442d5f", "translation": [9.279000282287598, 9.900331576773169e-08, -1.6609999143481247], "rotation": [-0.7009092387043727, 1.0408178232642637e-11, 0.7132504743067859, 4.250282074789289e-08], "non_uniform_scale": [0.9999999566435166, 0.9999998807907176, 1.0004981484740736], "motion_type": "STATIC"}, {"template_name": "fed2a84682713eabe2b8d0e1e950d891c7442d5f", "translation": [9.303999900817871, 2.0492076657774305e-07, -3.4379997588396094], "rotation": [-0.7009092387043727, 1.0408178232642637e-11, 0.7132504743067859, 4.250282074789289e-08], "non_uniform_scale": [0.9999999566435166, 0.9999998807907176, 1.0004981484740736], "motion_type": "STATIC"}, {"template_name": "fb3e583fb8434b60564cdff1609b92bbba42a3e3", "translation": [-2.7769997119903564, -2.1255016235954827e-07, 3.5659997721910486], "rotation": [1.0, -6.577997365597e-10, 0.0, 0.0], "non_uniform_scale": [1.9260867834091187, 0.9999998807907184, 1.2333333214123963], "motion_type": "STATIC"}, {"template_name": "34e0a6c7e42553fab5aa08eeef134ee4d742c6d5", "translation": [-7.822000026702881, -1.527071020746007e-07, 2.561999883532522], "rotation": [0.7071068022599736, 1.8403424804049578e-11, 0.7071067601131197, 4.216526927863279e-08], "non_uniform_scale": [1.6227785573733713, 0.9995667338887699, 1.0004404186939944], "motion_type": "STATIC"}, {"template_name": "c29c63c4902bab64defab8ff10fd1692a08d1340", "translation": [9.303999900817871, 0.4500001658201178, -3.4319996904134804], "rotation": [-0.7009092386783679, 7.393226415139376e-12, 0.7132504743323406, 4.2505780963061777e-08], "non_uniform_scale": [1.0018784446008204, 1.0015239713759385, 1.0018784445644424], "motion_type": "STATIC"}, {"template_name": "c29c63c4902bab64defab8ff10fd1692a08d1340", "translation": [9.303999900817871, 0.45000005912780594, -1.641999835252765], "rotation": [-0.7009092386783679, 7.393226415139376e-12, 0.7132504743323406, 4.2505780963061777e-08], "non_uniform_scale": [1.0018784446008204, 1.0015239713759385, 1.0018784445644424], "motion_type": "STATIC"}, {"template_name": "20f7d08d19eed6f8f9fc962cfc03288cdcd352e1", "translation": [4.276000022888184, -1.0721385734768774e-07, 1.798749935701487], "rotation": [1.0, -1.0591666603867998e-15, 0.0, 0.0], "non_uniform_scale": [1.0004758834838867, 0.9998825192591454, 1.0001491308034431], "motion_type": "STATIC"}, {"template_name": "66226bcbcae0e12b6f500362899c9eb9dcec934d", "translation": [0.3320000469684601, 2.464499631255862, 2.8900000795423892], "rotation": [-0.49999999379179616, -0.49999998325210715, 0.500000083415357, -0.4999999395407287], "non_uniform_scale": [3.7391302741092227, 0.9999998211860892, 2.827630898042791], "motion_type": "STATIC"}, {"template_name": "6117d5d99931f10fb6bfb98f00ed90c4e5a0a392", "translation": [-7.015999794006348, -1.2409687144554482e-07, 2.0819998930692662], "rotation": [0.7071068022599734, 8.63394718598603e-12, -0.7071067601131198, -4.2155487253514766e-08], "non_uniform_scale": [0.9999998807907176, 0.9999163746933419, 1.0003262162014117], "motion_type": "STATIC"}, {"template_name": "6117d5d99931f10fb6bfb98f00ed90c4e5a0a392", "translation": [-7.015999794006348, -1.7654895145824412e-07, 2.961999716639525], "rotation": [0.7071068022599734, 8.63394718598603e-12, -0.7071067601131198, -4.2155487253514766e-08], "non_uniform_scale": [0.9999998807907176, 0.9999163746933419, 1.0003262162014117], "motion_type": "STATIC"}, {"template_name": "6117d5d99931f10fb6bfb98f00ed90c4e5a0a392", "translation": [-7.015999794006348, -2.212524350397871e-07, 3.7119996719360415], "rotation": [0.7071068022599734, 8.63394718598603e-12, -0.7071067601131198, -4.2155487253514766e-08], "non_uniform_scale": [0.9999998807907176, 0.9999163746933419, 1.0003262162014117], "motion_type": "STATIC"}, {"template_name": "6117d5d99931f10fb6bfb98f00ed90c4e5a0a392", "translation": [-7.015999794006348, -7.867813422990366e-08, 1.3199999737739532], "rotation": [0.7071068022599734, 8.63394718598603e-12, -0.7071067601131198, -4.2155487253514766e-08], "non_uniform_scale": [0.9999998807907176, 0.9999163746933419, 1.0003262162014117], "motion_type": "STATIC"}, {"template_name": "5d337cc247d287cf180c19043cf65d2986c43a26", "translation": [5.714000225067139, 0.7639298414033533, 3.2779999664980153], "rotation": [-0.6974301613419064, 8.18273119551281e-12, 0.7166527541638283, 4.2707875293471423e-08], "non_uniform_scale": [1.0010970304985727, 0.9996064305774581, 0.999999959240328], "motion_type": "STATIC"}, {"template_name": "dde601823da961329b32944b1f12b3aca1535d28", "translation": [4.442999839782715, 1.1098384788965632e-07, -1.8619998775720603], "rotation": [-0.6978226694755415, -2.936610041241751e-11, 0.7162705647770452, 4.272170638167015e-08], "non_uniform_scale": [1.0002220852358783, 1.0006135701401677, 0.9992006504544316], "motion_type": "STATIC"}, {"template_name": "e2ab81fd2cbb788e1cc5ef764af59d1aab52c41c", "translation": [8.222999572753906, 1.5306473244436347e-07, -2.5679999251365615], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "cc77404cecfd8b9ef01d2f46634013c200b25492", "translation": [2.305000066757202, 1.7109996671676697, 3.2969998368024847], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9adb92678a5b8be3709220751c77dfecc7b5aa02", "translation": [17.0049991607666, 2.362449256125089, 8.178499828812463], "rotation": [-3.0908616074844796e-08, -3.0908619094660217e-08, 0.7071068496518536, -0.7071067127212335], "non_uniform_scale": [1.9980313777923662, 0.9999998211860908, 1.9970468286219907], "motion_type": "STATIC"}, {"template_name": "bfd5389c019c5ccb519a989e9266a9b4f77b616f", "translation": [2.0280799865722656, 3.031355220173282e-07, -5.085769827021949], "rotation": [1.0, -7.935071148155575e-16, 0.0, 0.0], "non_uniform_scale": [1.0000889301300049, 1.0002306699477757, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "600dcd8882cb8b65c85c26eb116ff94bf32259c2", "translation": [6.04949951171875, 2.10499971574545, 2.9839999151825936], "rotation": [-0.4999999936968181, -0.49999998319159844, 0.5000000836313524, -0.4999999394802201], "non_uniform_scale": [2.8404293751460647, 0.9989370704330889, 2.8338939149506], "motion_type": "STATIC"}, {"template_name": "ad40cf8a47d1a47cfdf29d0ac801f19bdf19ca88", "translation": [-5.174999713897705, 1.9809997329115987, -2.3959996475577583], "rotation": [-0.4999999687820342, -0.49999996351100146, 0.5000001479072874, -0.4999999197996464], "non_uniform_scale": [3.165424635086971, 0.9999998211861317, 5.654021542784944], "motion_type": "STATIC"}, {"template_name": "70c22b0935fa1ab0e9fcfe5dd52ddc7ff94f47a7", "translation": [4.3979997634887695, 5.960464477539063e-08, -0.9999999403953552], "rotation": [0.9999149156735775, 4.0503323688923766e-16, -0.013044593267036516, -7.775681535260406e-10], "non_uniform_scale": [0.9997500325361773, 0.9999998807907176, 1.0001278758414105], "motion_type": "STATIC"}, {"template_name": "75a81b91945da206c06e06afe73ecf99d9e442da", "translation": [4.479000091552734, 1.6499996584355685, 3.6805001479089086], "rotation": [-3.090861814648735e-08, -3.090861966607507e-08, 0.7071068444068982, -0.7071067179661898], "non_uniform_scale": [1.0000000000000038, 0.9972903731715219, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "75a81b91945da206c06e06afe73ecf99d9e442da", "translation": [4.474999904632568, 1.9549995878040676, 3.680500166088322], "rotation": [-3.090861814648735e-08, -3.090861966607507e-08, 0.7071068444068982, -0.7071067179661898], "non_uniform_scale": [1.0000000000000038, 0.9972903731715219, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "75a81b91945da206c06e06afe73ecf99d9e442da", "translation": [4.447000026702881, 1.2689996391832707, 3.6805001251995364], "rotation": [-3.090861814648735e-08, -3.090861966607507e-08, 0.7071068444068982, -0.7071067179661898], "non_uniform_scale": [1.0000000000000038, 0.9972903731715219, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "42026ccb6057538e11416e8d630fc1b7eab2085f", "translation": [2.046999931335449, -1.2189150311314734e-07, 2.044999954402442], "rotation": [1.0, -4.0600585723936984e-15, 0.0, 0.0], "non_uniform_scale": [1.0001345872879028, 1.0000991821170757, 0.9995772839096375], "motion_type": "STATIC"}, {"template_name": "42026ccb6057538e11416e8d630fc1b7eab2085f", "translation": [3.7070000171661377, 2.9921531563559256e-07, -5.019999681711198], "rotation": [0.7071068022599734, -1.100283362197411e-11, -0.7071067601131198, -4.2135852674480696e-08], "non_uniform_scale": [-1.0001344084659571, 1.0000991821170757, 0.9995772838844488], "motion_type": "STATIC"}, {"template_name": "8987a2ae133fb8daa9656a4300009f37fb104aab", "translation": [-2.368000030517578, 0.2689997240900972, 4.255999804317948], "rotation": [1.0, -2.7574748069198456e-14, 0.0, 0.0], "non_uniform_scale": [0.9969969391822815, 1.0010036228890797, 0.9996428490110745], "motion_type": "STATIC"}, {"template_name": "8987a2ae133fb8daa9656a4300009f37fb104aab", "translation": [-3.200000047683716, 0.2689997242689266, 4.252999545097364], "rotation": [1.0, -2.7574748069198456e-14, 0.0, 0.0], "non_uniform_scale": [0.9969969391822815, 1.0010036228890797, 0.9996428490110745], "motion_type": "STATIC"}, {"template_name": "d0fb2a8efef25e8a9bf6d7ccc076585471e9899b", "translation": [-2.7660000324249268, -2.538561716391996e-07, 4.258999570667754], "rotation": [1.0, -5.333818538637503e-15, 0.0, 0.0], "non_uniform_scale": [0.9997993111610413, 0.999145209891168, 0.999743163616273], "motion_type": "STATIC"}, {"template_name": "6b408a09af773f17c06c960ad0ec13f2434638d9", "translation": [2.089303731918335, -1.9371509552001953e-07, 3.2499998062849045], "rotation": [0.7071068022599728, -8.898908992046765e-12, -0.7071067601131205, -4.213795461370098e-08], "non_uniform_scale": [0.9999998807907176, 1.0001819133541616, 0.9997597336912314], "motion_type": "STATIC"}, {"template_name": "eeac8f67026d5c6a8cccf81a9db10b6623a28fca", "translation": [-2.7980000972747803, 0.9144994663000077, 6.007499868094904], "rotation": [0.7071068091234223, 0.7071067532496662, 6.181723788811646e-08, -6.181723521865104e-08], "non_uniform_scale": [1.547651410102868, 0.9935966737751324, 2.1819522163924763], "motion_type": "STATIC"}, {"template_name": "4718-2", "translation": [1.0369999408721924, 1.7900001021027663, -4.142999772250647], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4718-3", "translation": [19.691184997558594, 1.848999399830575, 7.836171747018568], "rotation": [-0.3676845772804618, -2.191571031029775e-08, 0.9299505640785899, -2.2507184865988353e-16], "non_uniform_scale": [-0.9999999765507619, 0.9999998807907176, 0.9999998884460188], "motion_type": "STATIC"}, {"template_name": "4718-3", "translation": [19.671031951904297, 1.8489996327180904, 3.928967828752519], "rotation": [0.9186921058935156, 5.4758319465450314e-08, -0.3949744479949743, 9.607299989642356e-16], "non_uniform_scale": [-0.9999999624080089, 0.9999998807907176, 0.9999998813235419], "motion_type": "STATIC"}, {"template_name": "4718-4", "translation": [20.496850967407227, 1.8489995602738816, 5.144379896200888], "rotation": [0.8282856259431458, 4.936967252049138e-08, -0.560306096572194, 8.13787799790127e-16], "non_uniform_scale": [-0.99999992952512, 0.9999998807907176, 0.9999999062088595], "motion_type": "STATIC"}, {"template_name": "4718-5", "translation": [20.526121139526367, 1.8489994692010328, 6.672328661481799], "rotation": [-0.5670056986155191, -3.379617631520011e-08, 0.8237138688510265, 5.191199744865119e-16], "non_uniform_scale": [-0.9999999605807235, 0.9999998807907176, 0.9999999386750398], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [5.59999942779541, 1.8489992043972165, 11.114999218821538], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [6.7960004806518555, 1.8489992043972165, 11.114999218821538], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [9.202999114990234, 1.8489992043972165, 11.114999218821538], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-7", "translation": [11.826000213623047, 1.8489992043972165, 11.114999218821538], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-3", "translation": [10.477001190185547, 1.8489992043972165, 11.114999218821538], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-8", "translation": [13.218000411987305, 1.8489992043972165, 11.114999218821538], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [7.993000030517578, 1.8489992043972165, 11.114999218821538], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-9", "translation": [14.454000473022461, 1.8489992043972165, 11.114999218821538], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-10", "translation": [4.356999397277832, 1.8489992043972165, 11.114999218821538], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-11", "translation": [3.1220006942749023, 1.8489992043972165, 11.114999218821538], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-3", "translation": [15.019326210021973, 1.8489993277192411, 9.045999098002937], "rotation": [0.711819666496611, 4.242775890077337e-08, -0.7023622728967236, 1.9874103968949946e-15], "non_uniform_scale": [-0.9999999757366134, 0.9999998807907177, 0.999999975708167], "motion_type": "STATIC"}, {"template_name": "4718-3", "translation": [15.037101745605469, 1.84899924850464, 10.374999491810797], "rotation": [0.711819666496611, 4.242775890077337e-08, -0.7023622728967236, 1.9874103968949946e-15], "non_uniform_scale": [-0.9999999757366134, 0.9999998807907177, 0.999999975708167], "motion_type": "STATIC"}, {"template_name": "4718-3", "translation": [13.205999374389648, 1.8489996632933838, 3.4159995575547413], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-12", "translation": [11.932001113891602, 1.8489996632933838, 3.4159995575547413], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-13", "translation": [10.881999969482422, 1.8489996632933838, 3.4159995575547413], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-14", "translation": [13.953824043273926, 1.8489997069835624, 2.6830000380277568], "rotation": [0.7076732074389258, 4.218061071638487e-08, -0.7065399008358277, 1.943332038283715e-15], "non_uniform_scale": [-0.9999999730818833, 0.9999998807907176, 0.9999999730814689], "motion_type": "STATIC"}, {"template_name": "4718-15", "translation": [8.753999710083008, 1.8489996632933838, 3.4159995575547413], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-3", "translation": [13.954471588134766, 1.8489998639822005, 0.04900013208388998], "rotation": [-0.7068611797616364, -4.213221335063787e-08, 0.7073522973356245, 1.3128895515662877e-15], "non_uniform_scale": [-0.9999999431732844, 0.9999998807907176, 0.9999999431732011], "motion_type": "STATIC"}, {"template_name": "4718-3", "translation": [13.953556060791016, 1.848999785423267, 1.36700025093554], "rotation": [-0.7068611797616364, -4.213221335063787e-08, 0.7073522973356245, 1.3128895515662877e-15], "non_uniform_scale": [-0.9999999431732844, 0.9999998807907176, 0.9999999431732011], "motion_type": "STATIC"}, {"template_name": "4718-16", "translation": [7.038000106811523, 1.8489996418952899, 3.7749999805688788], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4718-17", "translation": [3.11299991607666, 1.8489996418952899, 3.7749999805688788], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4718-3", "translation": [2.4489998817443848, 1.848999247849008, 10.385999170720595], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4718-3", "translation": [2.4489998817443848, 1.848999327123181, 9.055999326288713], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4718-17", "translation": [0.4125414788722992, 1.848999568761002, 5.001989653528341], "rotation": [-0.6979216901665943, -4.1599379785892566e-08, 0.7161740810689831, 2.8023327658099837e-15], "non_uniform_scale": [-1.0000000194842202, 0.9999998807907176, 1.0000000193765903], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [-1.3007203340530396, 1.848999503906441, 6.09006856435127], "rotation": [-0.10954307221929528, -6.5292768481169554e-09, 0.9939820498020868, 3.61823286393802e-17], "non_uniform_scale": [-1.000000156333493, 0.9999998807907176, 1.0000000409629188], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [-4.282110214233398, 1.848999506293012, 6.050028550563525], "rotation": [0.1138839909319972, 6.788014909228125e-09, 0.9934940546422011, -6.235577917250761e-17], "non_uniform_scale": [-0.9999998950516971, 0.9999998807907176, 0.9999997801207472], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [-5.422222137451172, 1.8489995272110207, 5.69908262192709], "rotation": [0.18114748509356288, 1.0797232951941416e-08, 0.9834559413844005, 6.554728779966557e-17], "non_uniform_scale": [-1.0000001170945159, 0.9999998807907176, 1.0000000063120877], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [-0.16158974170684814, 1.848999525920135, 5.720740087524632], "rotation": [-0.20112958065564393, -1.1988258065176744e-08, 0.979564644005328, -6.396622495463979e-17], "non_uniform_scale": [-0.9999999960428295, 0.9999998807907176, 0.9999998884218826], "motion_type": "STATIC"}, {"template_name": "4718-17", "translation": [-6.019999980926514, 1.8489995757341262, 4.885000047922119], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4076-2", "translation": [-9.015999794006348, 1.1199996797628486, 4.332687663275728], "rotation": [0.9999999934142951, 0.0, 0.00011476676196942075, 6.8406325900171045e-12], "non_uniform_scale": [1.0000000263428168, 0.9999998807907176, 0.9999999071335375], "motion_type": "STATIC"}, {"template_name": "4718-18", "translation": [3.5859999656677246, 1.7900001777410637, -5.411999750018111], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "220-36", "translation": [-10.37649917602539, 3.0189997634887504, 1.8450003370046488], "rotation": [0.7070358978686073, 4.214262647124802e-08, 0.7071776573995607, 4.233042579137974e-16], "non_uniform_scale": [-0.999999900886481, 0.9999998807907176, 0.9999999008864722], "motion_type": "STATIC"}, {"template_name": "4718-19", "translation": [-9.579000473022461, 1.8490001116394978, -4.105999591648583], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4718-20", "translation": [-6.140999794006348, 1.8490001116394978, -4.105999591648583], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5775-3", "translation": [-4.26200008392334, 1.1200000314116423, -1.5669997521042873], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "208-1", "translation": [-2.432500123977661, 1.1200000314116423, -1.5669997521042873], "rotation": [-4.371138781308187e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5775-3", "translation": [-0.6840000152587891, 1.1200000314116423, -1.5669997521042873], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4718-18", "translation": [0.5460000038146973, 1.7900000175237665, -2.7239997080564535], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-20", "translation": [5.081000328063965, 1.8490001318768066, -4.445525271026753], "rotation": [-0.0002705733051021157, -1.612742634245993e-11, 0.9999999633950427, -5.386036372084866e-22], "non_uniform_scale": [-0.9999999080012238, 0.9999998807907176, 0.999999788791959], "motion_type": "STATIC"}, {"template_name": "4718-20", "translation": [8.711999893188477, 1.8490001319938756, -4.447489363164323], "rotation": [-0.0002705733051021157, -1.612742634245993e-11, 0.9999999633950427, -5.386036372084866e-22], "non_uniform_scale": [-0.9999999080012238, 0.9999998807907176, 0.999999788791959], "motion_type": "STATIC"}]}
scenes/103997478_171030528.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/103997478_171030528"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "c9af68a5681d5c55cbc6ef5d924f285560eabbce", "translation": [-7.457985877990723, 0.7489998432993907, 2.0959998758435283], "rotation": [-4.371138807032403e-08, -4.2852307598773665e-20, 0.9999999999999973, 5.960464834439877e-08], "non_uniform_scale": [0.9994301199913064, 0.9985916020164893, 0.998558581047224], "motion_type": "STATIC"}, {"template_name": "5e74de078d0d0bd18ecb9f41feb1fd2aef42d478", "translation": [2.303999900817871, 2.3716690122910222e-07, -3.9790000928044122], "rotation": [0.7071068022599728, 0.0, 0.7071067601131202, 4.2146849766967894e-08], "non_uniform_scale": [0.7529410867130109, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "678cb36bb8b46ee35eb860d781379bd1550909b6", "translation": [-0.6125026941299438, 0.6000002145826713, -3.800099587434538], "rotation": [0.7071068022599734, -2.5437270937476358e-11, 0.7071067601131198, 4.212144316227552e-08], "non_uniform_scale": [0.9999998807907176, 1.001977562668607, 1.000769555522826], "motion_type": "STATIC"}, {"template_name": "678cb36bb8b46ee35eb860d781379bd1550909b6", "translation": [-0.3385027050971985, 0.6000002493321901, -4.383099735790488], "rotation": [0.7071068022599734, -2.5437270937476358e-11, 0.7071067601131198, 4.212144316227552e-08], "non_uniform_scale": [0.9999998807907176, 1.001977562668607, 1.000769555522826], "motion_type": "STATIC"}, {"template_name": "678cb36bb8b46ee35eb860d781379bd1550909b6", "translation": [-0.9535026550292969, 0.6000002803266042, -4.903099685722587], "rotation": [0.7071068022599734, -2.5437270937476358e-11, 0.7071067601131198, 4.212144316227552e-08], "non_uniform_scale": [0.9999998807907176, 1.001977562668607, 1.000769555522826], "motion_type": "STATIC"}, {"template_name": "678cb36bb8b46ee35eb860d781379bd1550909b6", "translation": [-1.5985027551651, 0.6000002538621558, -4.459099944883569], "rotation": [0.7071068022599734, -2.5437270937476358e-11, 0.7071067601131198, 4.212144316227552e-08], "non_uniform_scale": [0.9999998807907176, 1.001977562668607, 1.000769555522826], "motion_type": "STATIC"}, {"template_name": "678cb36bb8b46ee35eb860d781379bd1550909b6", "translation": [-1.3295025825500488, 0.6000002146422858, -3.8010997533142543], "rotation": [0.7071068022599734, -2.5437270937476358e-11, 0.7071067601131198, 4.212144316227552e-08], "non_uniform_scale": [0.9999998807907176, 1.001977562668607, 1.000769555522826], "motion_type": "STATIC"}, {"template_name": "ddc58d7fc1d5efb5424af4bd4adcca01c1e96918", "translation": [-0.9559999704360962, 0.6000002430677327, -4.277999587178236], "rotation": [0.9999999999999998, -2.0775867352874688e-08, 0.0, 0.0], "non_uniform_scale": [2.7386538982391357, 1.0014780758049475, 3.0728703650390403], "motion_type": "STATIC"}, {"template_name": "056d61cfa3afb860ee1ff417922d787059ccde2c", "translation": [-5.227999687194824, 0.7300002008080497, -3.7789997751116715], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "38074c131b17847e25ffc3e14621ad5888d0113d", "translation": [2.378999948501587, 0.5699996966719532, 4.398999939620484], "rotation": [-4.3711388286737876e-08, 1.1188441761780815e-18, 0.9999999999999973, 5.960465930745041e-08], "non_uniform_scale": [1.0000000000000038, 0.9991418720314584, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "321b84daf44464698f7ec130b2a2aa1d5d355c0d", "translation": [9.755998611450195, 1.2942511966182764, -1.178174348328966], "rotation": [0.5043443003145036, 0.5043442510524085, -0.4956176852772773, 0.49561760785009695], "non_uniform_scale": [1.531034393215152, 0.9955199869915244, 1.600923943409439], "motion_type": "STATIC"}, {"template_name": "34582c45760b7519bea143e2a47b0544b276653b", "translation": [3.528670072555542, -1.134401586000422e-07, 1.903209930467007], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "815826dc1baece188e803eee441670b1f671d8af", "translation": [-5.419000148773193, 1.1920929132713809e-08, -0.1999999910593031], "rotation": [0.7071068022599739, -1.2591099208757231e-12, -0.7071067601131191, -4.2145590732197614e-08], "non_uniform_scale": [1.0002630352817157, 1.0006406306456697, 1.000580847228715], "motion_type": "STATIC"}, {"template_name": "815826dc1baece188e803eee441670b1f671d8af", "translation": [-8.336999893188477, -1.0770558844797051e-07, 1.8069998140931176], "rotation": [1.0, -5.308665260420187e-17, 0.0, 0.0], "non_uniform_scale": [1.0002632141113281, 1.0006406306456697, 1.0005809067987244], "motion_type": "STATIC"}, {"template_name": "097155b6ba7ff9445d0c64d18d2b997c48e8a35e", "translation": [-0.9929999709129333, 0.010000385895366448, -6.487999528765683], "rotation": [-4.3711387180214956e-08, 1.8617868330070258e-15, 0.9999999999999964, 7.21340934913648e-08], "non_uniform_scale": [6.247503280639672, 0.40317456088369424, 0.979381265714013], "motion_type": "STATIC"}, {"template_name": "097155b6ba7ff9445d0c64d18d2b997c48e8a35e", "translation": [-3.818000078201294, 0.01000034715234166, -5.837999472141276], "rotation": [0.7071068022599696, 1.2398283863386414e-08, -0.7071067601131211, -7.226444612296872e-08], "non_uniform_scale": [1.4203913557296182, 0.40317456088369424, 0.9793812644850439], "motion_type": "STATIC"}, {"template_name": "097155b6ba7ff9445d0c64d18d2b997c48e8a35e", "translation": [1.8130000829696655, 0.010000349238495132, -5.872999317467232], "rotation": [0.7071068022599696, 1.2398283863386414e-08, -0.7071067601131211, -7.226444612296872e-08], "non_uniform_scale": [1.3427136336139658, 0.40317456088369424, 0.9793812644850439], "motion_type": "STATIC"}, {"template_name": "5e472f9e2b200741678650b4e2eca9027c926fde", "translation": [-6.914000034332275, 2.2816658429292147e-07, -3.8279998404979665], "rotation": [-4.3711388455135596e-08, 1.1838864022221259e-16, 0.9999999999999973, 5.971746507626665e-08], "non_uniform_scale": [0.7722592353820831, 0.9999998807907179, 1.0908791910553903], "motion_type": "STATIC"}, {"template_name": "93468f8bc4db22f93333a8e8977797273e7fc832", "translation": [-5.498499393463135, 0.46999994701147507, -0.600999947130683], "rotation": [0.49999984519957164, 0.49999984334023617, 0.5000004244081209, -0.4999998870518297], "non_uniform_scale": [0.9999998807907267, 0.2499467879566648, 4.006819247386517], "motion_type": "STATIC"}, {"template_name": "93468f8bc4db22f93333a8e8977797273e7fc832", "translation": [-8.029500007629395, 0.46999978595972003, 2.100999973356716], "rotation": [0.49999984519957164, 0.49999984334023617, 0.5000004244081209, -0.4999998870518297], "non_uniform_scale": [0.9999998807907267, 0.2499467879566648, 4.006819247386517], "motion_type": "STATIC"}, {"template_name": "e69b1d450585bdc223ffc8b035d980c5b880c920", "translation": [-8.684015274047852, 0.001000160026360615, -2.6849997826814684], "rotation": [0.7071068022599728, -5.273180016121092e-12, 0.7071067601131205, 4.2141577905809684e-08], "non_uniform_scale": [0.9996829629133366, 0.9995010495780576, 0.9992510080783958], "motion_type": "STATIC"}, {"template_name": "e69b1d450585bdc223ffc8b035d980c5b880c920", "translation": [-8.598014831542969, 0.0010003028986843646, -5.081999475777162], "rotation": [0.7071068022599728, -5.273180016121092e-12, 0.7071067601131205, 4.2141577905809684e-08], "non_uniform_scale": [0.9996829629133366, 0.9995010495780576, 0.9992510080783958], "motion_type": "STATIC"}, {"template_name": "1d438cf2a0be5706ffdbd1489fbfb27f712589a0", "translation": [-7.602499961853027, 2.4764996992051778, 3.1459996301233986], "rotation": [0.4999999780670549, 0.4999999483419352, 0.5000000815376967, -0.4999999920533033], "non_uniform_scale": [0.9998409152125858, 0.9974092246646259, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "1d438cf2a0be5706ffdbd1489fbfb27f712589a0", "translation": [-4.976500034332275, 2.476500139087449, -4.233999806016669], "rotation": [-0.5000000217784413, -0.49999999205331896, 0.5000000378263035, -0.4999999483419313], "non_uniform_scale": [0.9998409152125753, 0.9974092246646156, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "1d438cf2a0be5706ffdbd1489fbfb27f712589a0", "translation": [7.91267204284668, 1.4854996120933137, 4.654494096696716], "rotation": [-0.006170623314275765, -0.00617062293156813, 0.7070799196769407, -0.7070797932413293], "non_uniform_scale": [0.9998410266916528, 0.9974092639752117, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_1", "translation": [2.5704623526270414, 1.3441113236672961, 1.3062825426334386], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_1", "translation": [4.068128153714067, 0.5230452819885026, 1.3062825102195998], "rotation": [-1.2069433509043753e-07, 3.320534457763821e-07, 0.9999999999998399, -4.421060234980839e-07], "non_uniform_scale": [0.9998172521591225, 0.9999998807907177, 0.9999998807907212], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_3", "translation": [3.37011691975582, 1.2576719654183774, 1.2848436145209285], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_4", "translation": [3.425843253718098, 0.5213448852079291, 1.2568407056699569], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_5", "translation": [3.2473259724749153, 0.5215169674735702, 1.2259984213659276], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_6", "translation": [4.151903799019599, 2.648572481777329, 1.2272717032548275], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_6", "translation": [2.5276276498081436, 2.422063178789473, 1.1950811651376219], "rotation": [-0.6087600996688481, -6.714531827180313e-06, 0.793354360299382, -2.1787659005728683e-07], "non_uniform_scale": [0.9999876477208723, 0.9999998807906958, 0.9998294873138097], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_8", "translation": [3.019526089737114, 2.3166307325268014, 1.2404490076363526], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_9", "translation": [3.0619656462485305, 2.316606652253188, 1.2404489643420935], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_10", "translation": [3.039726345530171, 2.316573035237537, 1.2404490058635123], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_11", "translation": [3.091276222410135, 2.3166445608027413, 1.2404490013654055], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_12", "translation": [3.1205050668811882, 2.316669593195337, 1.2534951787857949], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_14", "translation": [3.1443748452093, 2.3166307309715766, 1.2534951766943998], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_16", "translation": [3.1645749967132906, 2.316573033682312, 1.2534951749215686], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_17", "translation": [3.1868143346777487, 2.3166064122794072, 1.2534951729813228], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_18", "translation": [3.2161252981987385, 2.3166443208289653, 1.253495170423396], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_19", "translation": [3.297369854499594, 2.418214041935823, 1.2406329555814166], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_20", "translation": [2.305319765765007, 1.8522809156852036, 1.2931548092956737], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_21", "translation": [2.3346304164188005, 1.852243245554193, 1.2931548346684387], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_22", "translation": [2.3568693446762103, 1.8522095093292754, 1.2931548047805543], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_23", "translation": [2.3770699878286563, 1.8522674450370906, 1.2931548030214646], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_24", "translation": [2.4009396097231686, 1.8523059496330256, 1.293154800939306], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_25", "translation": [2.430168377420963, 1.8522809172404322, 1.2801086004804325], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_26", "translation": [2.4594793856372696, 1.852243247109422, 1.2801086239905213], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_27", "translation": [2.481718641660316, 1.852209510884504, 1.2801085959652532], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_28", "translation": [2.5019188378596207, 1.8522674465923192, 1.2801085942062023], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_29", "translation": [2.586112707630394, 1.950912239267167, 1.2799538967417434], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_30", "translation": [3.8623972200503065, 1.7301091884203954, 1.280483556617454], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_31", "translation": [3.947362823244535, 1.6308675696878194, 1.2801085103664172], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_32", "translation": [3.9675630790375918, 1.630809872398555, 1.2801085085935768], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_33", "translation": [3.989802543638773, 1.6308433702049256, 1.2801085066533342], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_34", "translation": [4.019113343276945, 1.630881278754484, 1.2801085040954219], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_35", "translation": [4.072211854337826, 1.6308675681325917, 1.2931547010776876], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_36", "translation": [4.048342053662057, 1.630906311147077, 1.2931547031690702], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_37", "translation": [4.114651306560179, 1.630843249440423, 1.2931546936393241], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_38", "translation": [4.09241205053713, 1.6308098708433272, 1.2931546993048524], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_39", "translation": [4.143962314776483, 1.630881157989981, 1.2931546948066832], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_40", "translation": [4.1726984197934005, 1.6309063142456368, 1.267162095148787], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_41", "translation": [4.196568220469169, 1.6308675712311516, 1.2671620930574043], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_42", "translation": [4.216768416668474, 1.630809873941887, 1.2671620912845691], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_43", "translation": [4.239007672691523, 1.6308432525389824, 1.2671620884130081], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_44", "translation": [4.268318680907827, 1.6308811610885405, 1.2671620867864], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_45", "translation": [4.297053717781895, 1.6309063111470783, 1.2931546814260064], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_46", "translation": [4.320923488660788, 1.630867568132593, 1.2931546793346265], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_47", "translation": [4.341123655063217, 1.6308098708433285, 1.2931546775617937], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_48", "translation": [4.3633629110862655, 1.6308432494404244, 1.2931546718962654], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_49", "translation": [4.3926739490994455, 1.630881157989982, 1.293154673063622], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "7d107dde5d468f006a991560ec071ce8605cf005_part_50", "translation": [3.3479728889088007, -7.78436746519111e-08, 1.306000051124003], "rotation": [-4.3711389117630366e-08, 1.0576900703226961e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9998172521591225, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9e9ffa4a9f606d32f39561333dc21f5070decd5d", "translation": [7.7762131690979, 2.3403042006931827, -3.4210406684073718], "rotation": [0.7070798773721693, 0.7070798352238671, 0.0061706420509283445, -0.006170641119545516], "non_uniform_scale": [0.9993724041110098, 1.001118311150262, 0.999602615880649], "motion_type": "STATIC"}, {"template_name": "094a90223e00de79554efad92667fd50e3a61d25", "translation": [-8.77400016784668, 0.521000157177447, -2.693999814093111], "rotation": [0.7071068022599734, 4.3811856050237115e-12, 0.7071067601131198, 4.215123186387636e-08], "non_uniform_scale": [0.9992784858179995, 0.9997920394191624, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "094a90223e00de79554efad92667fd50e3a61d25", "translation": [-8.574000358581543, 0.5210003020763381, -5.124999663472174], "rotation": [0.7071068022599734, 4.3811856050237115e-12, 0.7071067601131198, 4.215123186387636e-08], "non_uniform_scale": [0.9992784858179995, 0.9997920394191624, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "9deb9fc5a73baeaeb6058c695c96b71d76629f92", "translation": [-5.40500020980835, 3.961999459683895, 3.311000147521483], "rotation": [0.7071068022599728, -1.1460799754272882e-11, 0.7071067601131205, 4.21353951961092e-08], "non_uniform_scale": [0.9999666214009153, 1.0005104541169985, 0.9999666214009153], "motion_type": "STATIC"}, {"template_name": "03152a787bcfea612268d1d0819481dbe1b4e317", "translation": [-5.264840126037598, 0.5999999972581911, -1.1539999393224711], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "cc46c6f171d6f0052d0b322eae7c2acabebc2bb4", "translation": [5.107999801635742, -2.3883580979600083e-07, 4.006999730646612], "rotation": [-4.371138852851636e-08, -6.00529109650517e-19, 0.9999999999999973, 5.960465149799636e-08], "non_uniform_scale": [1.0000000000000038, 1.0000935792811347, 0.9996324181994861], "motion_type": "STATIC"}, {"template_name": "77d6a8ac21c433428db1f8a6e5e838e6f9b6ff7f", "translation": [3.177000045776367, -2.4116039298860414e-07, 4.045999762654304], "rotation": [-4.3711387924480334e-08, -3.3029997445756504e-19, 0.9999999999999973, 5.960464928721648e-08], "non_uniform_scale": [0.9997507333755532, 0.9997929930933651, 0.9995393753600832], "motion_type": "STATIC"}, {"template_name": "d3e8f085e62d85120fa5d724a0da87c7976f90ab", "translation": [2.9770002365112305, -1.2040138130942069e-07, 2.0199998605251324], "rotation": [1.0, -7.935071148155575e-16, 0.0, 0.0], "non_uniform_scale": [0.9998936057090759, 1.0002306699477757, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4a2889029248c287434644199e6af99fd7017484", "translation": [-4.085000038146973, 2.2339996278882204, -0.5349998611807969], "rotation": [0.7071068092963267, 0.7071067530767616, 6.181723533043074e-08, -6.181723434812315e-08], "non_uniform_scale": [2.216666460037265, 0.999999821186104, 2.2166659573714638], "motion_type": "STATIC"}, {"template_name": "47977d50964eada0e5a321d8c150acd7b764bff8", "translation": [-7.0279998779296875, -1.0389089766249526e-07, 1.7429999266266805], "rotation": [0.7071068022599739, 1.135268360877109e-11, 0.7071067601131191, 4.215820857047302e-08], "non_uniform_scale": [1.000399649119398, 0.9998782277252332, 1.0004171728839175], "motion_type": "STATIC"}, {"template_name": "47d96f4f231b1bb06623a601bfb3020b18d9bba9", "translation": [8.21500015258789, -7.224083020673788e-08, 1.211999940156936], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "06a829f5adcb128338196a8d95b288e8f5921610", "translation": [8.35200023651123, 0.3999997805952997, 3.3809998642802217], "rotation": [0.7071068022599739, -1.6640893905939877e-11, -0.7071067601131191, -4.213022200239414e-08], "non_uniform_scale": [1.0008044838425825, 1.0015947816854904, 1.0008044838425825], "motion_type": "STATIC"}, {"template_name": "9edbeab0758f8629488b4ecac9719693e169952d", "translation": [0.26673001050949097, 1.7551301117163831, -2.7474996744018796], "rotation": [-3.0908617443809017e-08, -3.090861994979357e-08, 0.7071068444069208, -0.7071067179661673], "non_uniform_scale": [1.0029175281524696, 0.9973462823216563, 1.0004166364173077], "motion_type": "STATIC"}, {"template_name": "9edbeab0758f8629488b4ecac9719693e169952d", "translation": [-1.7884001731872559, 1.763940035316942, -2.747499673876767], "rotation": [-3.0908617443809017e-08, -3.090861994979357e-08, 0.7071068444069208, -0.7071067179661673], "non_uniform_scale": [1.0029175281524696, 0.9973462823216563, 1.0004166364173077], "motion_type": "STATIC"}, {"template_name": "7860ebefd88e4fc63ea3b158b9e6f330f2546f49", "translation": [8.494670867919922, 1.019999658885979, 4.382943429771444], "rotation": [-0.008726561979224098, 8.387675209177033e-14, 0.9999619228330743, 5.960237956832588e-08], "non_uniform_scale": [0.9983896107402049, 1.0002949237471839, 1.0006174352048376], "motion_type": "STATIC"}, {"template_name": "c92c6f54fc159759c8cfbab35343b611b49cf26b", "translation": [2.958470106124878, -1.181793223281602e-07, 1.9827198992538442], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c3b9cd7b0b8308c9f750d4ae1f1254cb4cd6b03e", "translation": [7.814000129699707, 5.435943251086428e-08, -0.9119998865127599], "rotation": [-0.008726561505510466, 2.626558836836034e-10, 0.9999619228372078, 6.716217832815029e-08], "non_uniform_scale": [2.3166665851637083, 1.0009098051893925, 2.0117643220483834], "motion_type": "STATIC"}, {"template_name": "ef70ae8ed5ecc9acc9cc786e36b95b366cf95d50", "translation": [-5.22599983215332, 2.5659798552624125e-07, -4.3049995717406375], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a48aee1d7e951ba820b3b281488a23b30abd1913", "translation": [-6.835999965667725, 3.9619998763203625, -3.6789994453787926], "rotation": [0.7071068022599734, -7.138921776914236e-12, -0.7071067601131198, -4.213971326235796e-08], "non_uniform_scale": [1.0003872513540237, 0.999719142947292, 0.9993805885684139], "motion_type": "STATIC"}, {"template_name": "a5e7d10d32aedfdd4b8118801a537f00807a3b4a", "translation": [9.569999694824219, -3.7491322046889763e-08, 0.6289999706149096], "rotation": [0.7132504533174847, 9.598432173163581e-12, -0.7009092600632415, -4.178722204220278e-08], "non_uniform_scale": [1.0005130508795033, 0.9993941784627155, 0.9998617113586328], "motion_type": "STATIC"}, {"template_name": "a5e7d10d32aedfdd4b8118801a537f00807a3b4a", "translation": [9.513999938964844, 1.5372037864835875e-07, -2.578999842464924], "rotation": [0.7132504533174847, 9.598432173163581e-12, -0.7009092600632415, -4.178722204220278e-08], "non_uniform_scale": [1.0005130508795033, 0.9993941784627155, 0.9998617113586328], "motion_type": "STATIC"}, {"template_name": "a27bf8a110637546a4ff8636486a55218e2f5755", "translation": [8.239999771118164, -2.0831822666877997e-07, 3.4949996772408554], "rotation": [-4.371138697252946e-08, -1.551930997892526e-18, 0.9999999999999973, 5.960466950586883e-08], "non_uniform_scale": [0.9995582103729287, 1.0007504223882577, 0.9995580912163117], "motion_type": "STATIC"}, {"template_name": "ae5365eb77baca7501895bac0fcc200e5f4a81bb", "translation": [-4.9888997077941895, -1.948475869539834e-07, 3.2689998585581748], "rotation": [0.7071068022599728, -5.916108208104957e-12, -0.7071067601131205, -4.214093531881689e-08], "non_uniform_scale": [0.9999998807907176, 1.000280618634143, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ae5365eb77baca7501895bac0fcc200e5f4a81bb", "translation": [-8.0871000289917, 2.2381544795280206e-07, -3.75499989062547], "rotation": [0.7071068022599728, -5.916108208104957e-12, 0.7071067601131205, 4.214093531881689e-08], "non_uniform_scale": [0.9999998807907176, 1.000280618634143, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bdfed6cba50ab8ff57cdba9b9c49313da4cf8931", "translation": [8.130000114440918, 0.3999997703433049, 3.552999785363676], "rotation": [1.0, -1.455813125546301e-13, 0.0, 0.0], "non_uniform_scale": [0.9983766674995422, 0.9995807409786224, 1.0027099844562954], "motion_type": "STATIC"}, {"template_name": "8c377ba7665e7801bbc2147ebb5a2749149d7639", "translation": [8.58382511138916, 2.1404998462497318, 1.591001424163501], "rotation": [0.7070798946334748, 0.7070798179649073, 0.0061706416802260544, -0.006170641221316118], "non_uniform_scale": [3.335893880290867, 0.9999997789855513, 3.338185389258196], "motion_type": "STATIC"}, {"template_name": "f63cd52d02ebdf2a8a3eac02d26f61a597e77be7", "translation": [-7.952000141143799, -1.7881393432617188e-07, 2.9999998211860657], "rotation": [0.7071068022599734, 1.813003155961401e-11, -0.7071067601131198, -4.216499541079312e-08], "non_uniform_scale": [0.9999998211860763, 0.9997702837264129, 1.000631153545907], "motion_type": "STATIC"}, {"template_name": "3a03f42289a131ff8746dc9e09cc11cdc8093846", "translation": [7.202963829040527, 1.019999649676464, 4.537453441771646], "rotation": [0.7071068022599728, 2.8787277101728588e-11, 0.7071067601131205, 4.2175676424342955e-08], "non_uniform_scale": [0.9996445775243892, 0.9980038406844258, 0.9993690252680167], "motion_type": "STATIC"}, {"template_name": "3a03f42289a131ff8746dc9e09cc11cdc8093846", "translation": [7.906454086303711, -2.6720977075456176e-07, 4.483035774049995], "rotation": [-4.371138715852075e-08, 1.7821718071762143e-18, 0.9999999999999973, 5.960467617295008e-08], "non_uniform_scale": [0.9996446967124978, 0.9980038406844258, 0.9993690253056224], "motion_type": "STATIC"}, {"template_name": "809a0686f3e27db6b40bd48d504d3753c8988759", "translation": [4.14900016784668, -1.1432170765601768e-07, 1.9179998685121546], "rotation": [1.0, -7.482706592746035e-16, 0.0, 0.0], "non_uniform_scale": [1.0001360177993774, 0.9999998807907176, 1.0002239942283566], "motion_type": "STATIC"}, {"template_name": "077e89a3eaf208c3939c8da59b5b44ed23bd180d", "translation": [9.666999816894531, 0.6599999521970723, 0.5820000218153005], "rotation": [0.7132504535507054, -3.2156186451929653e-11, -0.7009092598259147, -4.174477965431259e-08], "non_uniform_scale": [1.0003419595360314, 0.9998928904661, 0.9983290425879553], "motion_type": "STATIC"}, {"template_name": "077e89a3eaf208c3939c8da59b5b44ed23bd180d", "translation": [9.416000366210938, 0.6600001428723381, -2.6169999076723975], "rotation": [0.7132504535507054, -3.2156186451929653e-11, -0.7009092598259147, -4.174477965431259e-08], "non_uniform_scale": [1.0003419595360314, 0.9998928904661, 0.9983290425879553], "motion_type": "STATIC"}, {"template_name": "00b3040d6d75d68ba6d1bdf96e31c6b8432cbc1f", "translation": [-5.295999526977539, 0.7300002327561401, -4.3149997565150215], "rotation": [0.7071068022599734, 4.438694954537821e-12, -0.7071067601131198, -4.2151289397306304e-08], "non_uniform_scale": [1.0012617706500428, 0.9995671511212336, 0.9997777342928806], "motion_type": "STATIC"}, {"template_name": "3ea376d7921e453ecc8f4fd0da884194347b3b94", "translation": [-6.803999423980713, 1.525878978725359e-08, -0.25599999690055775], "rotation": [-4.3711388286737876e-08, -8.54209299718055e-18, 0.9999999999999973, 5.96052932872303e-08], "non_uniform_scale": [1.0000000000000038, 1.0066004983662893, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3ea376d7921e453ecc8f4fd0da884194347b3b94", "translation": [-9.065999984741211, -2.7924775736209995e-07, 4.684999663531784], "rotation": [1.0, -6.449591259485464e-13, 0.0, 0.0], "non_uniform_scale": [1.0, 1.0066004983662893, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "93eed6b507b49957a13f02fbd57338bc7c281422", "translation": [-0.8349999785423279, 3.9619994184375003, 4.002999780118472], "rotation": [0.013089596533825113, -4.86928384099009e-10, 0.9999143275614051, 6.992071487353087e-08], "non_uniform_scale": [2.2484151385911355, 1.0000898837936063, 2.2484148707428413], "motion_type": "STATIC"}, {"template_name": "3ab4ff6643b20b9d713f220ebbb3fd35ac540028", "translation": [-6.773499488830566, 2.1708498395770732, 1.167000115147232], "rotation": [0.7071068022599709, 0.7071067601131182, 6.181723891981496e-08, -6.181723496326144e-08], "non_uniform_scale": [0.9998542070388947, 0.999999821186097, 0.9997280836429443], "motion_type": "STATIC"}, {"template_name": "68744e05acc15c9127eeb0dad854289babb1a809", "translation": [-7.065999984741211, 1.0073184952830161e-08, -0.16899998968839647], "rotation": [-4.371138924329129e-08, -1.3045177474153963e-18, 0.9999999999999973, 5.960466328873845e-08], "non_uniform_scale": [0.9985475540161172, 1.000461578314109, 0.9994596243548809], "motion_type": "STATIC"}, {"template_name": "68744e05acc15c9127eeb0dad854289babb1a809", "translation": [-6.369999885559082, -7.504224441845508e-08, 1.258999868690971], "rotation": [-4.371138924329129e-08, -1.3045177474153963e-18, 0.9999999999999973, 5.960466328873845e-08], "non_uniform_scale": [0.9985475540161172, 1.000461578314109, 0.9994596243548809], "motion_type": "STATIC"}, {"template_name": "f71992fd875a7404777aac786d9bb0b05a5929ea", "translation": [8.774961471557617, 6.200141200451981e-08, -1.0402110195034098], "rotation": [0.7132504533613038, -7.192574055132372e-12, -0.7009092600186511, -4.177013334590667e-08], "non_uniform_scale": [1.1340643578760492, 1.0002554654770464, 0.9999051101267041], "motion_type": "STATIC"}, {"template_name": "01eb64cfe0595d98521831a9066e146589d90567", "translation": [7.9569993019104, -2.6649237838682893e-07, 4.470999928057182], "rotation": [-0.008726561671486426, 2.9265528637550283e-13, 0.9999619228357598, 5.960239504053911e-08], "non_uniform_scale": [1.2765235815946796, 0.9998030066724937, 1.0009279034439276], "motion_type": "STATIC"}, {"template_name": "dc2321d990868a82857d03c1b9946611d55afd51", "translation": [2.253999948501587, 2.554359578225018, 3.0600900348585753], "rotation": [0.49999995369545364, 0.4999999417146113, 0.5000001191639274, -0.49999998542598767], "non_uniform_scale": [2.149999728798902, 0.9999998211860963, 2.48749941736465], "motion_type": "STATIC"}, {"template_name": "7c3414f4c032fd7dd2a514ad91dd7c8abfd4a920", "translation": [-5.72530460357666, 2.5357962840644177e-07, -4.254359945394981], "rotation": [0.7071068022599734, 7.119107566789261e-12, 0.7071067601131198, 4.215397128077718e-08], "non_uniform_scale": [0.9994658828100036, 0.9997069239965697, 1.0000447630855582], "motion_type": "STATIC"}, {"template_name": "92723b19763cea6a231724885e9ce8a6c6be7040", "translation": [7.648929595947266, 3.9619997137633227, -0.9517450384053454], "rotation": [0.7132504536435883, -1.2981250258195117e-11, -0.7009092597313962, -4.1764248616382013e-08], "non_uniform_scale": [1.000248604439958, 1.000489711703089, 0.9998574191777808], "motion_type": "STATIC"}, {"template_name": "af59e299ef373a1247cf6f67ba1114c3631da76d", "translation": [2.254079580307007, 0.8838096890753562, 3.0596798553544247], "rotation": [0.49999997798668555, 0.4999999483417751, 0.5000000816183868, -0.49999999205314266], "non_uniform_scale": [2.1124631099425084, 0.9953487518221992, 1.0006339549262524], "motion_type": "STATIC"}, {"template_name": "775a3ca949c41b0f143a1c919efa402817172e1f", "translation": [6.684499740600586, 2.640129993937606, -1.8164996828657394], "rotation": [0.4999999852223588, 0.49999994796945674, 0.500000075127353, -0.49999999168082293], "non_uniform_scale": [0.9999998807907267, 1.2499998062849287, 0.9999998211860827], "motion_type": "STATIC"}, {"template_name": "68185d00b089af2c5eb6392fadb04c6275a676f9", "translation": [-8.63700008392334, -2.8127431050961604e-07, 4.718999581396588], "rotation": [0.7071068022599728, -4.4211484915600055e-12, 0.7071067601131205, 4.2142429545563633e-08], "non_uniform_scale": [0.9989664555211988, 0.9999780058886927, 0.9997682571549262], "motion_type": "STATIC"}, {"template_name": "a81844146c4e78f01aaf80c591c78398f4c3dc5a", "translation": [3.253999948501587, -1.934766800104626e-07, 3.245999858021733], "rotation": [-4.371138862741801e-08, -1.8209306252256863e-17, 0.9999999999999973, 5.960760116382877e-08], "non_uniform_scale": [1.0000000000000038, 1.0141987783671809, 1.0000220537159346], "motion_type": "STATIC"}, {"template_name": "d289f008095915d4435e67624e9b8c1bc1a58c61", "translation": [7.315000057220459, 5.8352942033934596e-08, -0.978999854385858], "rotation": [0.7132504534461321, -4.9041447426803245e-09, -0.7009092599323291, -3.77603879004567e-08], "non_uniform_scale": [1.7563021209299896, 0.9999998807907169, 0.8076922328252512], "motion_type": "STATIC"}, {"template_name": "4c89823f7c95bc341afa56a871f8f01832f86708", "translation": [5.177000045776367, -1.12652777772837e-07, 1.8899998730421075], "rotation": [1.0, -1.2467837341831e-15, 0.0, 0.0], "non_uniform_scale": [1.0004326105117798, 0.9998665452162498, 1.0001558065228622], "motion_type": "STATIC"}, {"template_name": "e9a399f27e2392d2419029a0ebc82a73c318a526", "translation": [5.526989936828613, -1.9949673912833532e-07, 3.3469996841549943], "rotation": [0.7071068022599739, 1.3503034266050266e-10, -0.7071067601131191, -4.228275091971867e-08], "non_uniform_scale": [1.0001674294371945, 0.9998411536406024, 1.0062890645093283], "motion_type": "STATIC"}, {"template_name": "15fad5341bfbead54df27ce800a09727afcee8d7", "translation": [-1.027999997138977, 3.9619999099969903, -4.243999468922624], "rotation": [0.7071068022599525, 1.7720241722825055e-08, -0.707106760113125, -1.535117958733866e-07], "non_uniform_scale": [4.9666654487451645, 1.0077518215475911, 6.3333326379458414], "motion_type": "STATIC"}, {"template_name": "25191a5733b9ea1c952cfbe303a39c55b886e8a9", "translation": [8.206088066101074, 2.1389997274280077, 1.4099992948174886], "rotation": [-0.006170622548747165, -0.006170622896992359, 0.7070799241781212, -0.7070797887471303], "non_uniform_scale": [2.5333331445436356, 0.9999998376708775, 1.8999995112419585], "motion_type": "STATIC"}, {"template_name": "1ef4e30dd9fe95b67dbcbdb04867cd765e4e54a9", "translation": [-6.179999828338623, -1.9848346255457727e-07, 3.329999725222592], "rotation": [0.7071068022599624, 1.6405256359449945e-08, -0.7071067601131222, -1.162048782496211e-07], "non_uniform_scale": [5.05714195626128, 0.999999880790752, 4.514284818513098], "motion_type": "STATIC"}, {"template_name": "24691a70286061754283f51db154df4c259279cc", "translation": [6.807499885559082, 2.4769999870657955, -2.2919997710585562], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4063e1e264b4c3a056ef9c4648f72eb1deb290db", "translation": [-0.9669999480247498, 0.010000253275037507, -4.262999756753444], "rotation": [-4.3711387590327954e-08, 2.2082815775802206e-19, 0.9999999999999973, 5.960464875562289e-08], "non_uniform_scale": [1.0001693964004554, 0.9999998807907176, 1.0001692771709794], "motion_type": "STATIC"}, {"template_name": "4a09460b2af4bac7199265d1c444b52d074827e2", "translation": [-8.003999710083008, 8.851259991615734e-08, -1.4849949190023537], "rotation": [1.0, -9.524625892042789e-15, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 1.000381588890356, 0.9995821118852888], "motion_type": "STATIC"}, {"template_name": "4a09460b2af4bac7199265d1c444b52d074827e2", "translation": [-9.389995574951172, -1.5211105619528098e-07, 2.551999893665311], "rotation": [0.7071068022599734, -1.685476153865041e-11, 0.7071067601131198, 4.213000847428095e-08], "non_uniform_scale": [0.9999999403953588, 1.000381588890356, 0.9995821118603878], "motion_type": "STATIC"}, {"template_name": "bfedb2c63e6852488accb790eb4a03943b411688", "translation": [-9.102999687194824, 2.2730003281235582, -3.745999692738039], "rotation": [0.49999997139491537, 0.4999999479161935, 0.5000000890613143, -0.4999999916275653], "non_uniform_scale": [1.269333167711915, 0.9999998211860882, 1.2693330920537522], "motion_type": "STATIC"}, {"template_name": "09b1df19e95ab47e50c8aac06137ef2f51144d34", "translation": [7.089754104614258, 2.4765994461310825, 1.6701788190854145], "rotation": [0.7070798773743233, 0.707079835219561, 0.006170641989020672, -0.0061706414280600416], "non_uniform_scale": [0.9987164742986727, 0.9986209733214831, 1.000185608841699], "motion_type": "STATIC"}, {"template_name": "09b1df19e95ab47e50c8aac06137ef2f51144d34", "translation": [9.75282096862793, 2.4765994446066983, 1.6957537401226759], "rotation": [0.5043442843765766, 0.5043442529684764, -0.4956176979752752, 0.49561760942084876], "non_uniform_scale": [0.9987164747599475, 0.9986210927608233, 1.000185608841699], "motion_type": "STATIC"}, {"template_name": "9a76b2eb2c6b71f446f7f1acf1d4ab913fe432e5", "translation": [8.352999687194824, -1.2973842444807815e-07, 2.1766494407266634], "rotation": [1.0, -3.5742993608997935e-15, 0.0, 0.0], "non_uniform_scale": [0.9998425245285034, 0.9997734427722094, 1.0002632140799435], "motion_type": "STATIC"}, {"template_name": "39278799a44a9d861c4389accf54bbd4c7a5e50b", "translation": [-6.752000331878662, 0.7489998902082498, 1.3089998626709054], "rotation": [0.930417574443257, -5.170730604391558e-12, 0.36650121032150185, 2.1832107360204375e-08], "non_uniform_scale": [1.000000022996722, 1.0014503000437784, 1.000252109128178], "motion_type": "STATIC"}, {"template_name": "3108de6e54bef335ffd071a9016f6b8826497282", "translation": [-4.202000141143799, -1.3887881777918665e-07, 2.329999784827237], "rotation": [0.7071068022599734, -1.349689323912523e-12, -0.7071067601131198, -4.214550016400152e-08], "non_uniform_scale": [0.9993703961747649, 1.000500798165696, 1.0004367232062386], "motion_type": "STATIC"}, {"template_name": "3108de6e54bef335ffd071a9016f6b8826497282", "translation": [-4.202000141143799, -2.526044795558846e-07, 4.237999663472181], "rotation": [0.7071068022599734, -1.349689323912523e-12, -0.7071067601131198, -4.214550016400152e-08], "non_uniform_scale": [0.9993703961747649, 1.000500798165696, 1.0004367232062386], "motion_type": "STATIC"}, {"template_name": "e61006034ace841a2557906caafb69d41718aa89", "translation": [3.617000102996826, 3.9619998793602065, -3.729999560594564], "rotation": [1.0, -4.2491707967071986e-15, 0.0, 0.0], "non_uniform_scale": [0.9997275471687317, 1.0002614259408134, 0.9997274279919282], "motion_type": "STATIC"}, {"template_name": "43e2e4530b2c052d0c93074bd30f3fed1e545c85", "translation": [-6.1539998054504395, 2.127885778691052e-08, -0.356999972045422], "rotation": [-4.371138835672359e-08, -3.004288178106289e-19, 0.9999999999999973, 5.960464912161148e-08], "non_uniform_scale": [0.9998936057090798, 1.0002306699477757, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f9bf8f78c76d99ddee527a0921a29087c76baa03", "translation": [4.629000186920166, -1.1837482105647723e-07, 1.9859998234510456], "rotation": [1.0, -2.261747713287543e-14, 0.0, 0.0], "non_uniform_scale": [0.9988281726837158, 0.9995971918586193, 1.000829458137808], "motion_type": "STATIC"}, {"template_name": "f9bf8f78c76d99ddee527a0921a29087c76baa03", "translation": [-5.583000659942627, 9.208917362002467e-08, -1.5449998649954821], "rotation": [1.0, -2.261747713287543e-14, 0.0, 0.0], "non_uniform_scale": [0.9988281726837158, 0.9995971918586193, 1.000829458137808], "motion_type": "STATIC"}, {"template_name": "f9bf8f78c76d99ddee527a0921a29087c76baa03", "translation": [-9.52400016784668, -2.5784970603126567e-07, 4.325999955773341], "rotation": [0.7071068022599734, 2.5945295298219422e-11, 0.7071067601131198, 4.2172827046666636e-08], "non_uniform_scale": [0.9988280535442797, 0.9995971918586193, 1.0008293985826135], "motion_type": "STATIC"}, {"template_name": "07e9d04fdac65e956854eb9be68f6047ee71e414", "translation": [7.764000415802002, 1.9198655820673594e-07, -3.2209997641444232], "rotation": [0.9999619230688633, -4.51741360947282e-14, 0.008726534960723693, 5.206155473782376e-10], "non_uniform_scale": [0.9996993232990945, 0.9990838767190056, 1.0009028647593874], "motion_type": "STATIC"}, {"template_name": "2dbd13061836569068a31af0417c100360060a63", "translation": [3.61312198638916, 1.4999999424219723, -2.534000633120492], "rotation": [-0.006170622855604622, -0.006170623094909741, 0.707079919684619, -0.7070797932362283], "non_uniform_scale": [1.000000016471913, 0.9900988934544532, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2dbd13061836569068a31af0417c100360060a63", "translation": [4.548121929168701, 1.499999943435263, -2.551000830471459], "rotation": [-0.006170622855604622, -0.006170623094909741, 0.707079919684619, -0.7070797932362283], "non_uniform_scale": [1.000000016471913, 0.9900988934544532, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "46c98ef1342702022042ee1dc44bdde19624e265", "translation": [1.404251217842102, 3.323912665109674e-07, -5.5765997423768], "rotation": [0.7071068022599734, 2.020014392064904e-12, 0.7071067601131198, 4.214886997512944e-08], "non_uniform_scale": [0.9999999403953588, 0.9997814297936571, 0.9998772740437225], "motion_type": "STATIC"}, {"template_name": "46c98ef1342702022042ee1dc44bdde19624e265", "translation": [-3.4097487926483154, 3.323912665109674e-07, -5.5765997423768], "rotation": [0.7071068022599734, 2.020014392064904e-12, 0.7071067601131198, 4.214886997512944e-08], "non_uniform_scale": [0.9999999403953588, 0.9997814297936571, 0.9998772740437225], "motion_type": "STATIC"}, {"template_name": "46c98ef1342702022042ee1dc44bdde19624e265", "translation": [-3.4097487926483154, 1.8916129818080663e-07, -3.1735997692585016], "rotation": [0.7071068022599734, 2.020014392064904e-12, 0.7071067601131198, 4.214886997512944e-08], "non_uniform_scale": [0.9999999403953588, 0.9997814297936571, 0.9998772740437225], "motion_type": "STATIC"}, {"template_name": "46c98ef1342702022042ee1dc44bdde19624e265", "translation": [1.3922511339187622, 2.3988485509107704e-07, -4.024599789106844], "rotation": [0.7071068022599734, 2.020014392064904e-12, 0.7071067601131198, 4.214886997512944e-08], "non_uniform_scale": [0.9999999403953588, 0.9997814297936571, 0.9998772740437225], "motion_type": "STATIC"}, {"template_name": "46c98ef1342702022042ee1dc44bdde19624e265", "translation": [1.3922511339187622, 2.8297901621954225e-07, -4.7475997956037475], "rotation": [0.7071068022599734, 2.020014392064904e-12, 0.7071067601131198, 4.214886997512944e-08], "non_uniform_scale": [0.9999999403953588, 0.9997814297936571, 0.9998772740437225], "motion_type": "STATIC"}, {"template_name": "46c98ef1342702022042ee1dc44bdde19624e265", "translation": [-3.4097487926483154, 2.3851396235841094e-07, -4.001600026988967], "rotation": [0.7071068022599734, 2.020014392064904e-12, 0.7071067601131198, 4.214886997512944e-08], "non_uniform_scale": [0.9999999403953588, 0.9997814297936571, 0.9998772740437225], "motion_type": "STATIC"}, {"template_name": "46c98ef1342702022042ee1dc44bdde19624e265", "translation": [-3.4097487926483154, 2.879262126498361e-07, -4.83059997376202], "rotation": [0.7071068022599734, 2.020014392064904e-12, 0.7071067601131198, 4.214886997512944e-08], "non_uniform_scale": [0.9999999403953588, 0.9997814297936571, 0.9998772740437225], "motion_type": "STATIC"}, {"template_name": "46c98ef1342702022042ee1dc44bdde19624e265", "translation": [1.3922511339187622, 0.010000188341734328, -3.1735997686624553], "rotation": [0.7071068022599734, 2.020014392064904e-12, 0.7071067601131198, 4.214886997512944e-08], "non_uniform_scale": [0.9999999403953588, 0.9997814297936571, 0.9998772740437225], "motion_type": "STATIC"}, {"template_name": "46c98ef1342702022042ee1dc44bdde19624e265", "translation": [9.533251762390137, -7.101297683220764e-08, 1.1913999801039665], "rotation": [0.7071068022599738, -4.0718632041738055e-09, 0.7071067601131195, 3.873435726888678e-08], "non_uniform_scale": [0.9999999403953588, 1.1930762299208275, 0.9998772740437233], "motion_type": "STATIC"}, {"template_name": "46c98ef1342702022042ee1dc44bdde19624e265", "translation": [9.441251754760742, 1.874923754030533e-07, -3.145599892997737], "rotation": [0.7071068022599738, -4.0718632041738055e-09, 0.7071067601131195, 3.873435726888678e-08], "non_uniform_scale": [0.9999999403953588, 1.1930762299208275, 0.9998772740437233], "motion_type": "STATIC"}, {"template_name": "5d337cc247d287cf180c19043cf65d2986c43a26", "translation": [-6.979000091552734, 0.7489998605847283, 1.8060000504851281], "rotation": [0.9304175719820917, 1.6913510995019402e-12, 0.3665012165695345, 2.18494761693199e-08], "non_uniform_scale": [1.0010970987619183, 0.999606430577458, 0.9999999592342644], "motion_type": "STATIC"}, {"template_name": "760d83f0a48d58234254024fc81101026080c0a5", "translation": [0.5669999718666077, 0.010000231042510577, -3.889999872446054], "rotation": [0.7071068022599739, 7.850622369043234e-12, 0.7071067601131191, 4.2154703315539556e-08], "non_uniform_scale": [1.0010460018488168, 1.0004067420474527, 1.0007795691025514], "motion_type": "STATIC"}, {"template_name": "760d83f0a48d58234254024fc81101026080c0a5", "translation": [0.004000000189989805, 0.010000324144967876, -5.45199981558322], "rotation": [-4.371138897994871e-08, 4.857280254694348e-19, 0.9999999999999973, 5.960465039757209e-08], "non_uniform_scale": [1.0010461807251014, 1.0004067420474527, 1.0007796286607198], "motion_type": "STATIC"}, {"template_name": "760d83f0a48d58234254024fc81101026080c0a5", "translation": [-1.9380000829696655, 0.02000032183528222, -5.426999721109865], "rotation": [-4.371138897994871e-08, 4.857280254694348e-19, 0.9999999999999973, 5.960465039757209e-08], "non_uniform_scale": [1.0010461807251014, 1.0004067420474527, 1.0007796286607198], "motion_type": "STATIC"}, {"template_name": "760d83f0a48d58234254024fc81101026080c0a5", "translation": [-2.5139999389648438, 0.010000235453247242, -3.963999749779702], "rotation": [0.7071068022599739, 7.850622369043234e-12, -0.7071067601131191, -4.2154703315539556e-08], "non_uniform_scale": [1.0010460018488168, 1.0004067420474527, 1.0007795691025514], "motion_type": "STATIC"}, {"template_name": "b50e97bf89cfe67571b1cbf673cd95b0de807c39", "translation": [8.234999656677246, 3.9619994484186236, 3.5000000275373395], "rotation": [0.7009092388176242, -1.0429938374257167e-08, 0.7132504741954939, 3.573754536390167e-08], "non_uniform_scale": [1.4989768740900868, 0.9997781515385875, 1.4989768740356577], "motion_type": "STATIC"}, {"template_name": "ad40cf8a47d1a47cfdf29d0ac801f19bdf19ca88", "translation": [-7.603000164031982, 2.374499784201383, 1.8540000033676662], "rotation": [0.49999996566873667, 0.49999994676947596, 0.5000000970809253, -0.49999999048084887], "non_uniform_scale": [0.9310072701569123, 0.9999998211860899, 1.5769041088933713], "motion_type": "STATIC"}, {"template_name": "f882fd4f125f85643ad8b03f3db42ca556275126", "translation": [-1.006890058517456, 2.61977902482613e-07, -4.395259595199832], "rotation": [0.7071068022599704, 1.1962319939886142e-08, 0.7071067601131203, 6.981496824743537e-08], "non_uniform_scale": [2.2629469476373822, 1.204407906006825, 2.7857218512462425], "motion_type": "STATIC"}, {"template_name": "448de7e6d1c83db13108796dcbdfc5d9d842b026", "translation": [6.078890323638916, -2.679397823612817e-07, 4.4952833357284305], "rotation": [0.7009092386622706, -3.046565079898211e-11, 0.7132504743481595, 4.248314955812097e-08], "non_uniform_scale": [0.9999998970154458, 1.000131130202867, 1.0015897949470356], "motion_type": "STATIC"}, {"template_name": "448de7e6d1c83db13108796dcbdfc5d9d842b026", "translation": [9.728890419006348, -2.6925107476927224e-07, 4.517283170385156], "rotation": [0.7009092386622706, -3.046565079898211e-11, 0.7132504743481595, 4.248314955812097e-08], "non_uniform_scale": [0.9999998970154458, 1.000131130202867, 1.0015897949470356], "motion_type": "STATIC"}, {"template_name": "bebf17de5d5e8fe4c4c9106c5de99043773f528a", "translation": [-8.91409969329834, 2.991584437950223e-07, -5.019045530614505], "rotation": [0.7071068022599729, -1.0131567707589942e-09, 0.7071067601131202, 4.118016852147034e-08], "non_uniform_scale": [0.9305531423954283, 1.0480773391631362, 0.9999998807907178], "motion_type": "STATIC"}, {"template_name": "bebf17de5d5e8fe4c4c9106c5de99043773f528a", "translation": [-8.91409969329834, 1.5968358013651596e-07, -2.6790457559200576], "rotation": [0.7071068022599729, -1.0131567707589942e-09, 0.7071067601131202, 4.118016852147034e-08], "non_uniform_scale": [0.9305531423954283, 1.0480773391631362, 0.9999998807907178], "motion_type": "STATIC"}, {"template_name": "404658d08d4b33398949fe41321a1c12cc33b1ee", "translation": [-4.1020002365112305, 0.7599996909499254, 4.264999657571323], "rotation": [0.7071068022599734, -1.3022961076555106e-11, -0.7071067601131198, -4.2133834848079296e-08], "non_uniform_scale": [1.0007666945000473, 0.9990748764187174, 0.9984578491176457], "motion_type": "STATIC"}, {"template_name": "404658d08d4b33398949fe41321a1c12cc33b1ee", "translation": [-4.103000164031982, 0.7599998053908337, 2.3449999341368652], "rotation": [0.7071068022599734, -1.3022961076555106e-11, -0.7071067601131198, -4.2133834848079296e-08], "non_uniform_scale": [1.0007666945000473, 0.9990748764187174, 0.9984578491176457], "motion_type": "STATIC"}, {"template_name": "a63f792f89c348735c6a4a2208e3881a869f68e6", "translation": [-8.015999794006348, 4.130601993779237e-08, -0.6929999772906292], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a63f792f89c348735c6a4a2208e3881a869f68e6", "translation": [-8.597999572753906, -1.6885995535176335e-07, 2.8329997758269343], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2637afb6217c97735ea0e7216b7ce3d68a575fab", "translation": [-0.9810000061988831, 0.010000338509669304, -5.692999499857435], "rotation": [0.7071068022599728, -2.5595037382415364e-11, 0.7071067601131205, 4.212128577718247e-08], "non_uniform_scale": [0.9999009966909291, 1.0011154411893486, 0.9999009966909291], "motion_type": "STATIC"}, {"template_name": "2637afb6217c97735ea0e7216b7ce3d68a575fab", "translation": [0.5170000195503235, 0.020000273555523362, -4.6169998266100825], "rotation": [-4.371138699560198e-08, -1.5801400373938777e-18, 0.9999999999999973, 5.960467028314861e-08], "non_uniform_scale": [0.9999011158943215, 1.0011154411893486, 0.999900996696827], "motion_type": "STATIC"}, {"template_name": "2637afb6217c97735ea0e7216b7ce3d68a575fab", "translation": [-2.4509999752044678, 0.010000278607022905, -4.6879999221563216], "rotation": [0.7071068022599728, -2.5595037382415364e-11, 0.7071067601131205, 4.212128577718247e-08], "non_uniform_scale": [0.9999009966909291, 1.0011154411893486, 0.9999009966909291], "motion_type": "STATIC"}, {"template_name": "2637afb6217c97735ea0e7216b7ce3d68a575fab", "translation": [-2.0840001106262207, 0.010000194206838287, -3.271999878764148], "rotation": [0.7071068022599728, -2.5595037382415364e-11, 0.7071067601131205, 4.212128577718247e-08], "non_uniform_scale": [0.9999009966909291, 1.0011154411893486, 0.9999009966909291], "motion_type": "STATIC"}, {"template_name": "2637afb6217c97735ea0e7216b7ce3d68a575fab", "translation": [0.09800000488758087, 0.010000192239871253, -3.2389996499419307], "rotation": [0.7071068022599728, -2.5595037382415364e-11, 0.7071067601131205, 4.212128577718247e-08], "non_uniform_scale": [0.9999009966909291, 1.0011154411893486, 0.9999009966909291], "motion_type": "STATIC"}, {"template_name": "757ef64ccb526a0131170f60e55099885c0ea2ff", "translation": [-0.9649999737739563, 0.020000253051505323, -4.272999507606044], "rotation": [0.7071068022599653, 1.5383904021665696e-08, -0.7071067601131222, -9.912736162092295e-08], "non_uniform_scale": [3.7011780916942305, 0.9992641211433421, 3.7011780916942243], "motion_type": "STATIC"}, {"template_name": "9910108aa7ecd01f6c059c2ee2b5c58c1143c242", "translation": [-6.715410232543945, -1.222617527218972e-07, 2.0512117116921047], "rotation": [-0.3665012082437469, -2.4203012919837556e-12, 0.9304175752617051, 5.545816627727706e-08], "non_uniform_scale": [1.000000022996722, 0.9998756647258135, 0.99965406072], "motion_type": "STATIC"}, {"template_name": "7f14d385108de9187b9f760fe09fc24834ec318f", "translation": [4.317044734954834, 2.4533539999538334e-07, -4.116044752833545], "rotation": [1.0, -5.753210709327536e-15, 0.0, 0.0], "non_uniform_scale": [0.9996359348297119, 1.0003361701564515, 0.9997147918087421], "motion_type": "STATIC"}, {"template_name": "5849", "translation": [4.311999797821045, -1.32299967503549, -1.3609999395608838], "rotation": [-0.0030853618651152733, 0.0030853612842358788, 0.7071000288076271, 0.7071000709575413], "non_uniform_scale": [2.5819998672173106, 1.9899997294801643, 2.6499999374151217], "motion_type": "STATIC"}, {"template_name": "4718-27", "translation": [-9.197999954223633, 1.8489999253749758, -0.9809996587038157], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "4718-32", "translation": [-9.197135925292969, 1.8490001662969462, -5.022999353885666], "rotation": [0.7072093282631197, 4.215296116305501e-08, 0.7070042192360844, -2.1423164962678055e-15], "non_uniform_scale": [-0.9999999824650759, 0.9999998807907176, 0.9999999824650625], "motion_type": "STATIC"}, {"template_name": "4718-33", "translation": [-9.197843551635742, 1.8490000211000392, -2.58699962878228], "rotation": [0.7072093282631197, 4.215296116305501e-08, 0.7070042192360844, -2.1423164962678055e-15], "non_uniform_scale": [-0.9999999824650759, 0.9999998807907176, 0.9999999824650625], "motion_type": "STATIC"}, {"template_name": "4718-25", "translation": [-7.809999942779541, 1.8490001942515448, -5.491999665439124], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4718-26", "translation": [-6.186999320983887, 1.8490001942515448, -5.491999665439124], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4718-27", "translation": [-8.343999862670898, 1.848999865829946, 0.018000108361242884], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [-9.951000213623047, 1.848999705433826, 2.709000297784783], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [2.6939995288848877, 1.849000148264082, -4.7204581159676025], "rotation": [0.000327738109803784, 1.953471483330281e-11, 0.9999999462938642, -2.955811649171209e-22], "non_uniform_scale": [-0.9999999764059337, 0.9999998807907176, 0.9999998571966786], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [4.09499979019165, 1.8490001482093135, -4.719539250818514], "rotation": [0.000327738109803784, 1.953471483330281e-11, 0.9999999462938642, -2.955811649171209e-22], "non_uniform_scale": [-0.9999999764059337, 0.9999998807907176, 0.9999998571966786], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [6.632989883422852, 1.8490000753568125, -3.4972771795822695], "rotation": [-0.009488765892195886, -5.655745840177536e-10, 0.9999549806475505, 2.0762904766905746e-20], "non_uniform_scale": [-1.000000067326693, 0.9999998807907176, 0.9999999481357221], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [8.946000099182129, 1.8490000779734856, -3.5411776667727253], "rotation": [-0.009488765892195886, -5.655745840177536e-10, 0.9999549806475505, 2.0762904766905746e-20], "non_uniform_scale": [-1.000000067326693, 0.9999998807907176, 0.9999999481357221], "motion_type": "STATIC"}, {"template_name": "4718-28", "translation": [9.94688606262207, 1.8489998094439528, 0.9640000393986696], "rotation": [0.7022531512683783, 4.185755233352485e-08, 0.711927321805836, 2.0940969129206265e-16], "non_uniform_scale": [-0.9999998910813376, 0.9999998807907176, 0.999999891051859], "motion_type": "STATIC"}, {"template_name": "4718-28", "translation": [9.937800407409668, 1.848999849021446, 0.29999992543459797], "rotation": [0.7022531512683783, 4.185755233352485e-08, 0.711927321805836, 2.0940969129206265e-16], "non_uniform_scale": [-0.9999998910813376, 0.9999998807907176, 0.999999891051859], "motion_type": "STATIC"}, {"template_name": "4718-29", "translation": [9.899626731872559, 1.849000015317813, -2.4899899757510298], "rotation": [0.7022531512683783, 4.185755233352485e-08, 0.711927321805836, 2.0940969129206265e-16], "non_uniform_scale": [-0.9999998910813376, 0.9999998807907176, 0.999999891051859], "motion_type": "STATIC"}, {"template_name": "4718-29", "translation": [9.890993118286133, 1.849000052928929, -3.120999755263327], "rotation": [0.7022531512683783, 4.185755233352485e-08, 0.711927321805836, 2.0940969129206265e-16], "non_uniform_scale": [-0.9999998910813376, 0.9999998807907176, 0.999999891051859], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [9.954000473022461, 1.8489997171163566, 2.5129999718666056], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [9.954000473022461, 1.848999626100067, 4.0399998312592516], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4718-30", "translation": [9.430000305175781, 1.848999585498973, 4.7211731152431184], "rotation": [-0.009706192670942707, -5.785342314312937e-10, 0.9999528938024203, 2.831393403943298e-20], "non_uniform_scale": [-1.0000000696723585, 0.9999998807907176, 0.9999999504830647], "motion_type": "STATIC"}, {"template_name": "4718-31", "translation": [6.442999839782715, 1.8489995820423246, 4.779166046967134], "rotation": [-0.009706192670942707, -5.785342314312937e-10, 0.9999528938024203, 2.831393403943298e-20], "non_uniform_scale": [-1.0000000696723585, 0.9999998807907176, 0.9999999504830647], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [-8.732999801635742, 1.8489995712911593, 4.95954065856094], "rotation": [0.00022188025218842182, 1.3225095093267134e-11, 0.9999999753845766, 0.0], "non_uniform_scale": [-1.0000000984616912, 0.9999998807907176, 0.9999999792524193], "motion_type": "STATIC"}, {"template_name": "224-144", "translation": [0.8260000348091125, 2.000999736115048, 1.2102549547401082], "rotation": [0.0017825674198878436, 1.0624930011922456e-10, 0.9999984112254346, -1.3603214691745343e-20], "non_uniform_scale": [-0.9999999177903334, 0.9999998807907176, 0.9999997985821197], "motion_type": "STATIC"}, {"template_name": "224-145", "translation": [-1.6119998693466187, 2.000999736633105, 1.2015634059570175], "rotation": [0.0017825674198878436, 1.0624930011922456e-10, 0.9999984112254346, -1.3603214691745343e-20], "non_uniform_scale": [-0.9999999177903334, 0.9999998807907176, 0.9999997985821197], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [1.6033604145050049, 1.8489995278488323, 5.688381919897665], "rotation": [-0.20151070732238618, -1.2010975437949868e-08, 0.9794863117136613, 2.885610743159195e-17], "non_uniform_scale": [-1.000000071307635, 0.9999998807907176, 0.999999963750909], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [0.3763693571090698, 1.8489995035161257, 6.096616968654558], "rotation": [-0.11527231573295518, -6.870766170531693e-09, 0.9933339283572076, 1.2273893227929628e-17], "non_uniform_scale": [-1.0000000859690432, 0.9999998807907176, 0.9999999711831721], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [-3.3207995891571045, 1.848999517798518, 5.856998204708191], "rotation": [0.17619607017538064, 1.0502105011640157e-08, 0.9843550908360011, -4.2798913206870023e-17], "non_uniform_scale": [-1.0000000063630714, 0.9999998807907176, 0.9999998948607094], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [-2.0838706493377686, 1.8489994981376867, 6.186852196583004], "rotation": [0.08122144889167979, 4.8411756891695405e-09, 0.9966960801768693, -3.516345401772358e-17], "non_uniform_scale": [-0.9999998798439302, 0.9999998807907177, 0.9999997621333854], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [-0.830460786819458, 1.8489994935616494, 6.263625358663461], "rotation": [-0.02048631899603388, -1.221079874283338e-09, 0.99979013334499, -4.2077085862116806e-19], "non_uniform_scale": [-1.0000000258722959, 0.9999998807907176, 0.9999999067604792], "motion_type": "STATIC"}, {"template_name": "5775-43", "translation": [-3.877000093460083, 1.8489995465874642, 5.3739998623728695], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [-4.872000217437744, 1.848999571304006, 4.959325128178278], "rotation": [-0.0001635233549193367, -9.74675246723104e-12, 0.9999999866300561, 0.0], "non_uniform_scale": [-1.0000000534797733, 0.9999998807907176, 0.999999934270494], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [-6.754000186920166, 1.848999571267342, 4.9599402480756964], "rotation": [-0.0001635233549193367, -9.74675246723104e-12, 0.9999999866300561, 0.0], "non_uniform_scale": [-1.0000000534797733, 0.9999998807907176, 0.999999934270494], "motion_type": "STATIC"}, {"template_name": "224-146", "translation": [-3.877000093460083, 2.000999581217769, 3.808999907493586], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "224-147", "translation": [-3.877000093460083, 2.000999689459803, 1.9930000309944091], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4718-6", "translation": [3.253999948501587, 1.8489995915662973, 4.619380308963031], "rotation": [0.9999999599918824, 5.960464594343458e-08, 0.0002828714018995865, -8.466289809452824e-19], "non_uniform_scale": [-0.9999999812185105, 0.9999998807907176, 0.999999862009244], "motion_type": "STATIC"}]}
scenes/103997541_171030615.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/103997541_171030615"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "a88edd11e8996c7e09faa02c72afd5a613006a18", "translation": [-6.1470746994018555, 0.9999998402276589, 1.6805350374856545], "rotation": [0.7071068022599728, 2.5121478590261966e-15, -0.7071067601131205, -4.2146852279116215e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3060a8d709671e65252774acb499e90084bf3292", "translation": [-16.278690338134766, 0.7599999169397353, 0.4735200277853], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7bdfd5813820529cf356ce265755d62321c64adc", "translation": [-8.744549751281738, 0.9999999870383789, -0.7825399766838501], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_1", "translation": [-15.583660956800767, 1.1126606541978075, -1.3056825768261784], "rotation": [-4.371138761320504e-08, -3.3658517299316043e-16, 0.9999999999999972, 6.094598166050375e-08], "non_uniform_scale": [1.2598425149917651, 1.3483901800644078, 0.9999998807907229], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_2", "translation": [-15.832465703937666, 0.6665081395139226, -1.281700480558474], "rotation": [-4.371138761320504e-08, -3.3658517299316043e-16, 0.9999999999999972, 6.094598166050375e-08], "non_uniform_scale": [1.2598425149917651, 1.3483901800644078, 0.9999998807907229], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_3", "translation": [-16.044427280943875, 0.20387542100347042, -1.3371197853923191], "rotation": [-4.371138761320504e-08, -3.3658517299316043e-16, 0.9999999999999972, 6.094598166050375e-08], "non_uniform_scale": [1.2598425149917651, 1.3483901800644078, 0.9999998807907229], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_4", "translation": [-15.97996077499255, 0.20417958195192393, -1.333412788344966], "rotation": [-4.371138761320504e-08, -3.3658517299316043e-16, 0.9999999999999972, 6.094598166050375e-08], "non_uniform_scale": [1.2598425149917651, 1.3483901800644078, 0.9999998807907229], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_6", "translation": [-15.896099734861657, 0.2038754227637461, -1.3496954381348427], "rotation": [-4.371138761320504e-08, -3.3658517299316043e-16, 0.9999999999999972, 6.094598166050375e-08], "non_uniform_scale": [1.2598425149917651, 1.3483901800644078, 0.9999998807907229], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_7", "translation": [-15.838376837701507, 0.2038754237323834, -1.356615515537592], "rotation": [-4.371138761320504e-08, -3.3658517299316043e-16, 0.9999999999999972, 6.094598166050375e-08], "non_uniform_scale": [1.2598425149917651, 1.3483901800644078, 0.9999998807907229], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_8", "translation": [-15.787945014777137, 0.5411781218844667, -1.3735420930465405], "rotation": [-4.371138761320504e-08, -3.3658517299316043e-16, 0.9999999999999972, 6.094598166050375e-08], "non_uniform_scale": [1.2598425149917651, 1.3483901800644078, 0.9999998807907229], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_5", "translation": [-15.932888715611595, 0.20291230382157052, -1.3408367011257756], "rotation": [-4.371138761320504e-08, -3.3658517299316043e-16, 0.9999999999999972, 6.094598166050375e-08], "non_uniform_scale": [1.2598425149917651, 1.3483901800644078, 0.9999998807907229], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_9", "translation": [-15.691259384155275, -4.2023107732135126e-07, -1.379709891694241], "rotation": [-4.371138761320504e-08, -3.3658517299316043e-16, 0.9999999999999972, 6.094598166050375e-08], "non_uniform_scale": [1.2598425149917651, 1.3483901800644078, 0.9999998807907229], "motion_type": "STATIC"}, {"template_name": "73cae0c00c31e895cbf8c6ac2bcc3ce718d03b21", "translation": [-15.755439758300781, 0.7599999348092084, 0.17372003711938788], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "73cae0c00c31e895cbf8c6ac2bcc3ce718d03b21", "translation": [-14.546270370483398, 0.7499996053922189, 5.870419673894645], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d9a4627fcfad9053c3c9eb5afb6e790f4124a69d", "translation": [-13.040858268737793, 5.098417545923439e-07, -8.553724732772992], "rotation": [0.7071068022599726, 4.1683221334849766e-09, 0.7071067601131202, 4.7342963201189364e-08], "non_uniform_scale": [125.65969862582097, 0.9999998807907186, 1.246571704949634], "motion_type": "STATIC"}, {"template_name": "d9a4627fcfad9053c3c9eb5afb6e790f4124a69d", "translation": [-15.911428451538086, 5.091414436719788e-07, -8.541975465895177], "rotation": [0.7071068022599726, 4.1683221334849766e-09, 0.7071067601131202, 4.7342963201189364e-08], "non_uniform_scale": [125.65969862582097, 0.9999998807907186, 1.246571704949634], "motion_type": "STATIC"}, {"template_name": "e6ccfb8aa1fa974d429195f8edc169aa7ea21306", "translation": [-16.904369354248047, -1.324307987715656e-07, 2.221819983612292], "rotation": [0.7071068022599728, -3.7682226869533796e-15, 0.7071067601131205, 4.214684599874567e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997019767939], "motion_type": "STATIC"}, {"template_name": "7326537f0d974d05bc0f33003fdc1325a56a6b58", "translation": [-16.573110580444336, -3.419709173613228e-07, 5.737319604318145], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "801966d54947b343ea01c1677b9b8d17b71cd5e1", "translation": [-15.46776008605957, 0.7599999301004416, 0.2527200285959239], "rotation": [1.0, -5.778271644562745e-09, 0.0, 0.0], "non_uniform_scale": [1.0, 0.8683381237580556, 0.47036686892904284], "motion_type": "STATIC"}, {"template_name": "20ba326864f55fdc086275e0249c32763a1260e8", "translation": [-17.986459732055664, 3.7536798913606617e-07, -6.297629457853446], "rotation": [1.0, -2.115256312075844e-10, 0.0, 0.0], "non_uniform_scale": [1.2849925756454468, 0.9937649972718883, 0.8822075268974809], "motion_type": "STATIC"}, {"template_name": "20ba326864f55fdc086275e0249c32763a1260e8", "translation": [-9.515890121459961, 3.760683568998502e-07, -6.30937967840552], "rotation": [1.0, -2.115256312075844e-10, 0.0, 0.0], "non_uniform_scale": [2.2252309322357178, 0.9937649972718883, 0.8822075268974809], "motion_type": "STATIC"}, {"template_name": "345d3d2b0045fec71c7d31be7836b8001a56edf1", "translation": [-6.091529369354248, 1.8309996894598086, 0.8830000727176568], "rotation": [0.7071068022599728, 1.2560739295130983e-15, -0.7071067601131205, -4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "39565a25ef3d6f1efb87095ed2bb8c6d8b2d5ed4", "translation": [-6.11916971206665, 0.9999998219114588, 1.987829864750509], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "39565a25ef3d6f1efb87095ed2bb8c6d8b2d5ed4", "translation": [-6.1952900886535645, 1.8299998889637017, 0.752879981822975], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d34c43bbc021b075835eb995bd142fb6fb18930d", "translation": [-17.520740509033203, 2.3084521671989933e-07, -3.872939832631346], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d34c43bbc021b075835eb995bd142fb6fb18930d", "translation": [-16.825239181518555, 3.068226703817345e-07, -5.147629907868492], "rotation": [-4.371138906038827e-08, -4.561602059387801e-16, 0.9999999999999971, 6.241630647384628e-08], "non_uniform_scale": [0.4036327004432694, 0.6216327999075839, 0.4039587492991981], "motion_type": "STATIC"}, {"template_name": "b4ba58ab622b84b76b98a8d4f907116425d68f3b", "translation": [-17.612812042236328, 0.0009997971699774524, 3.4027197717595117], "rotation": [0.7071068022599739, -9.906558060290568e-09, 0.7071067601131196, 3.5408140024165506e-08], "non_uniform_scale": [1.7026105104320937, 2.7816406748722953, 1.8921474282653712], "motion_type": "STATIC"}, {"template_name": "7097cff803bee5431fe6fe26edb423c5499fb28b", "translation": [-15.9977388381958, 0.9599999138855941, 0.12476005913257415], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e726400daa4521c93b85a0e8e8bb239fcb7635e7", "translation": [-16.825380325317383, 0.3000003018617683, -5.16439977500438], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_1", "translation": [-16.410418455371953, 1.8567252637589071, -1.062460801193746], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_1", "translation": [-16.968763454700312, 1.8567255655072359, -1.062462804167321], "rotation": [0.7071068022599584, 0.7071067601130718, -1.4194438465759888e-07, -2.6557648031744536e-07], "non_uniform_scale": [1.0000000000000155, 0.9999998211860972, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_1", "translation": [-16.41041845537174, 1.6192399097650854, -1.062460045240217], "rotation": [0.7071068054440433, 0.7071067569290457, 6.181682882392359e-08, -6.181694067212035e-08], "non_uniform_scale": [1.0000000000000155, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_1", "translation": [-16.96876345470002, 1.6192399104800006, -1.0624620480973588], "rotation": [0.707106802260274, 0.7071067601127563, -1.4194520754269774e-07, -2.655758922907502e-07], "non_uniform_scale": [1.0000000000000155, 0.999999821186097, 0.9999998211860818], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_5", "translation": [-16.328756397133628, 1.6180899781750582, -0.9921253578345024], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_6", "translation": [-16.311277970300196, 1.6422726305894932, -0.9788648888886384], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_7", "translation": [-16.244105212957667, 1.618089966342082, -0.982075040380198], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_8", "translation": [-16.352655542199898, 1.8451323285982488, -0.989855651417217], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_9", "translation": [-16.486702261723863, 1.6101506546818096, -0.9913324175545292], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_10", "translation": [-16.56094162114663, 1.6097342156154888, -0.9890647903812587], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "12fd5c8d6163bc76001fb086875b4b790864d16f", "translation": [-14.969009399414062, -2.6245416506753827e-08, 0.4403249954983579], "rotation": [-4.37113874576931e-08, 8.177797224953914e-17, 0.9999999999999973, 5.965990179928712e-08], "non_uniform_scale": [1.0000001192092933, 0.9409323405107981, 0.9999998807907212], "motion_type": "STATIC"}, {"template_name": "4e476e157b3837870de19ceccd0179841269143b", "translation": [-17.404769897460938, -3.9355276726382726e-07, 6.602719390230192], "rotation": [-4.3711389071578084e-08, -3.9250062727471203e-16, 0.9999999999999972, 6.154071060700043e-08], "non_uniform_scale": [0.6998096704483059, 1.1028420802542978, 0.7705583845903405], "motion_type": "STATIC"}, {"template_name": "53ff9d0f6c6ed5837f471ced4c913598905376e8", "translation": [-6.104669570922852, 1.8309995846205993, 2.6419100278073415], "rotation": [0.9288095602685856, -2.247072941315518e-16, 0.3705574189699568, 2.2086944079841177e-08], "non_uniform_scale": [0.9999998925133745, 0.9999998807907176, 0.9999998297892676], "motion_type": "STATIC"}, {"template_name": "5f4a14a4e5bc2feb7388b5d18d63350c38600f29", "translation": [-2.478369951248169, 1.4513909718516516e-07, -2.4350298383814106], "rotation": [1.0, -1.234848516311629e-10, 0.0, 0.0], "non_uniform_scale": [1.0, 1.0952701455032572, 0.9999998807907179], "motion_type": "STATIC"}, {"template_name": "5f4a14a4e5bc2feb7388b5d18d63350c38600f29", "translation": [-2.554569959640503, 4.938411848343094e-07, -8.285279733819948], "rotation": [1.0, -1.234848516311629e-10, 0.0, 0.0], "non_uniform_scale": [1.0, 1.0952701455032572, 0.9999998807907179], "motion_type": "STATIC"}, {"template_name": "4a8bae7aeae41f78d2b9ab302e3e635418a278d0", "translation": [-18.395723342895508, 2.7246952072346176e-07, -4.571279730124473], "rotation": [0.7071068022599728, -1.4973568076051453e-22, 0.7071067601131205, 4.2146849766967755e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "1b2c8c430ef5ac921643175eef5b8af22ddcd821", "translation": [-14.842578887939453, 0.34999959462165897, 6.351119637422562], "rotation": [1.0, -3.8722851047843926e-09, 0.0, 0.0], "non_uniform_scale": [0.7496252059936523, 0.9999998807907164, 0.6038647170228079], "motion_type": "STATIC"}, {"template_name": "71564343d5e3c7619af14b46dfbea0508b22775f", "translation": [-6.2797698974609375, 1.8309996660745256, 1.2753399941718513], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "71564343d5e3c7619af14b46dfbea0508b22775f", "translation": [-6.2797698974609375, 1.8309996571934306, 1.4243400339281465], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "71564343d5e3c7619af14b46dfbea0508b22775f", "translation": [-6.0897698402404785, 1.8309996571934306, 1.4243400339281465], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "71564343d5e3c7619af14b46dfbea0508b22775f", "translation": [-6.0897698402404785, 1.8309996660745256, 1.2753399941718513], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "71564343d5e3c7619af14b46dfbea0508b22775f", "translation": [-6.209770679473877, 1.8309996571934306, 1.4243400339281465], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "71564343d5e3c7619af14b46dfbea0508b22775f", "translation": [-6.209770679473877, 1.8309996660745256, 1.2753399941718513], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "71564343d5e3c7619af14b46dfbea0508b22775f", "translation": [-9.40414047241211, 0.7600001839578141, -4.0062996884405635], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "71564343d5e3c7619af14b46dfbea0508b22775f", "translation": [-9.40414047241211, 0.7600001750171259, -3.856299840432399], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "997f2cac4a3c15ea009e90673f0870a820df970e", "translation": [-9.294509887695312, 2.3849545982557174e-07, -4.00128960601748], "rotation": [0.7071068022599728, -1.256074079248779e-15, 0.7071067601131205, 4.214684851089383e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "c25b6b75e343e6f6e7ec2322c96455b9a419c9f8", "translation": [-13.406380653381348, 1.8762594563379977, 5.952714677068293], "rotation": [-3.090861748163172e-08, -3.090861932392814e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999999403953591, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "16a340287e719f8d74a688937636a6dfce46d1c8", "translation": [-12.545360565185547, 1.8762594563379977, 5.952714677068293], "rotation": [-3.090861748163172e-08, -3.090861932392814e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999999403953591, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b4d64a725d7cf16445f2b6f32692de41872492ad", "translation": [-14.4871187210083, 3.0000000797891744, -4.338639775595652], "rotation": [0.7071068022599741, -8.155492075043148e-09, -0.7071067601131193, -3.626691397598343e-08], "non_uniform_scale": [0.6741723612444186, 0.999999999999992, 0.7209786342991225], "motion_type": "STATIC"}, {"template_name": "b4d64a725d7cf16445f2b6f32692de41872492ad", "translation": [-14.478899955749512, 3.0000001048952356, -4.759849562653898], "rotation": [0.7071068022599741, -8.155492075043148e-09, -0.7071067601131193, -3.626691397598343e-08], "non_uniform_scale": [0.6741723612444186, 0.999999999999992, 0.7209786342991225], "motion_type": "STATIC"}, {"template_name": "b4d64a725d7cf16445f2b6f32692de41872492ad", "translation": [-14.490350723266602, 3.000000130322576, -5.186449516627192], "rotation": [0.7071068022599741, -8.155492075043148e-09, -0.7071067601131193, -3.626691397598343e-08], "non_uniform_scale": [0.6741723612444186, 0.999999999999992, 0.7209786342991225], "motion_type": "STATIC"}, {"template_name": "b4d64a725d7cf16445f2b6f32692de41872492ad", "translation": [-14.487390518188477, 3.000000158102523, -5.652519664018143], "rotation": [0.7071068022599741, -8.155492075043148e-09, -0.7071067601131193, -3.626691397598343e-08], "non_uniform_scale": [0.6741723612444186, 0.999999999999992, 0.7209786342991225], "motion_type": "STATIC"}, {"template_name": "b4d64a725d7cf16445f2b6f32692de41872492ad", "translation": [-14.500889778137207, 3.000000187613381, -6.147629669449913], "rotation": [0.7071068022599741, -8.155492075043148e-09, -0.7071067601131193, -3.626691397598343e-08], "non_uniform_scale": [0.6741723612444186, 0.999999999999992, 0.7209786342991225], "motion_type": "STATIC"}, {"template_name": "7b4ceffe179f3a3c2d03be09ad8686ff1a15360a", "translation": [-14.687444686889648, -3.3990860970334325e-07, 5.702719825344076], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2b895802055054fdce43bb4936cc4ff1ee7597a3", "translation": [-6.937310218811035, 0.9999997687840505, 2.879159815361504], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2b895802055054fdce43bb4936cc4ff1ee7597a3", "translation": [-7.153409957885742, 0.9999997687840505, 2.879159815361504], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2b895802055054fdce43bb4936cc4ff1ee7597a3", "translation": [-7.153409957885742, 0.9999997753405552, 2.7691599268221836], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2b895802055054fdce43bb4936cc4ff1ee7597a3", "translation": [-6.937310218811035, 0.9999997753405552, 2.7691599268221836], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2b895802055054fdce43bb4936cc4ff1ee7597a3", "translation": [-17.309986114501953, 0.48000020186344905, -4.0467064066704115], "rotation": [-0.3074023850662508, 1.713944342862553e-15, 0.951579620239724, 5.6718567780776075e-08], "non_uniform_scale": [1.0000000678758663, 0.9999998807907176, 0.9999999894679515], "motion_type": "STATIC"}, {"template_name": "b3077223fb8b31b7b672c88ce26dca5fbfe2e70b", "translation": [-15.957579612731934, -1.8081069086406387e-08, 0.30334998349249354], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6bb6bee19a1dd2034abea1ba84107ef7264897ae", "translation": [-15.449629783630371, 1.8999998418855686, 0.3527200846242895], "rotation": [1.0, -1.1051782826659767e-08, 0.0, 0.0], "non_uniform_scale": [1.0049999952316284, 0.3139012975810413, 0.7246376008227285], "motion_type": "STATIC"}, {"template_name": "6bb6bee19a1dd2034abea1ba84107ef7264897ae", "translation": [-13.233790397644043, -2.1023749852133733e-08, 0.35271997137546585], "rotation": [1.0, -3.4344911346984348e-09, 0.0, 0.0], "non_uniform_scale": [1.25, 1.165919164905638, 0.7246376008227315], "motion_type": "STATIC"}, {"template_name": "f68d3d5d97fec3128fb897500b9428d0abe7f6a6", "translation": [-14.307539939880371, 3.499999138550777, 10.952719244198818], "rotation": [-3.0908617045052805e-08, -3.090861930968433e-08, 0.7071068447326806, -0.7071067176404074], "non_uniform_scale": [1.4188421964645441, 0.999999821186085, 0.8389260960905399], "motion_type": "STATIC"}, {"template_name": "f68d3d5d97fec3128fb897500b9428d0abe7f6a6", "translation": [-13.120920181274414, 3.499999138550777, 10.952719244198818], "rotation": [-3.0908617045052805e-08, -3.090861930968433e-08, 0.7071068447326806, -0.7071067176404074], "non_uniform_scale": [1.4188421964645441, 0.999999821186085, 0.8389260960905399], "motion_type": "STATIC"}, {"template_name": "f8ca693890d5ea3f02c7f6e94125217daa7b1216", "translation": [-13.30508041381836, 1.8750000102686855, -4.047279481751936], "rotation": [-3.090861697903607e-08, -3.090861932392811e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000001192092933, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e27eb6626e9ccedc342a14a983e1311a494547b4", "translation": [-8.679630279541016, 0.001000593077971186, -9.950399759328345], "rotation": [-4.371138770704234e-08, -5.748044074949101e-17, 0.9999999999999973, 5.963499928812031e-08], "non_uniform_scale": [0.47719940543174927, 0.5000004172324601, 0.47793829704066404], "motion_type": "STATIC"}, {"template_name": "e905a4e78e08a322c6f3da883651c3ca02cdc306_part_1", "translation": [-3.1003464348436314, 7.887679478059872e-08, 5.590077728385918], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "e905a4e78e08a322c6f3da883651c3ca02cdc306_part_2", "translation": [-3.1053245597438393, -2.1502754372052426e-07, 4.855526407179361], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "e905a4e78e08a322c6f3da883651c3ca02cdc306_part_3", "translation": [-3.4162685894989613, -2.6918472435950716e-07, 5.949829688937714], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "e905a4e78e08a322c6f3da883651c3ca02cdc306_part_3", "translation": [-2.790076553090251, -2.6918471220336665e-07, 5.9498296341942885], "rotation": [-4.371121199571843e-08, -2.683470182173331e-08, 0.999999999999997, 5.9604630504680426e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907177, 0.9999999999999964], "motion_type": "STATIC"}, {"template_name": "e905a4e78e08a322c6f3da883651c3ca02cdc306_part_5", "translation": [-1.9653311862972394, -2.4051397021371354e-07, 5.583455271391237], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "e905a4e78e08a322c6f3da883651c3ca02cdc306_part_5", "translation": [-4.24531375313069, -4.5950464468255854e-07, 5.5834559922542475], "rotation": [0.9999999999999973, 5.960464832810458e-08, 4.3711387457693e-08, -2.6117319231371286e-22], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "94bb57df95029884d9a44b4f4e5be2d946969a45", "translation": [-6.054790019989014, 1.77499976770401, 1.7222800286245317], "rotation": [-0.5000000329251317, -0.49999999120187444, 0.5000000283825038, -0.499999947490485], "non_uniform_scale": [7.6562490668148255, 0.9999999403953583, 0.7142855865614881], "motion_type": "STATIC"}, {"template_name": "94bb57df95029884d9a44b4f4e5be2d946969a45", "translation": [-6.054790019989014, 2.474999892721165, 1.724840089688307], "rotation": [-0.5000000329251317, -0.49999999120187444, 0.5000000283825038, -0.499999947490485], "non_uniform_scale": [7.6562490668148255, 0.9999999403953583, 0.7142855865614881], "motion_type": "STATIC"}, {"template_name": "94bb57df95029884d9a44b4f4e5be2d946969a45", "translation": [-7.921110153198242, 1.7249997452008685, 2.949819968651532], "rotation": [-3.090861903673615e-08, -3.0908619941141825e-08, 0.7071068456110176, -0.7071067167620703], "non_uniform_scale": [3.125000000000012, 0.9999998807907223, 0.7142855865614881], "motion_type": "STATIC"}, {"template_name": "0f4310896f72e51a0479b7cee3e62244d9efa5fa", "translation": [-7.55355978012085, 3.7999997683209195, -0.7130697063761993], "rotation": [-4.371138828673786e-08, -2.186365867369735e-16, 0.9999999999999972, 6.010903851725453e-08], "non_uniform_scale": [1.0000000000000038, 1.2016823051354428, 0.9999998807907222], "motion_type": "STATIC"}, {"template_name": "0f4310896f72e51a0479b7cee3e62244d9efa5fa", "translation": [-8.2881498336792, 3.7999997689390206, -0.7234397218561206], "rotation": [-4.371138828673786e-08, -2.186365867369735e-16, 0.9999999999999972, 6.010903851725453e-08], "non_uniform_scale": [1.0000000000000038, 1.2016823051354428, 0.9999998807907222], "motion_type": "STATIC"}, {"template_name": "0f4310896f72e51a0479b7cee3e62244d9efa5fa", "translation": [-9.107939720153809, 3.79999977019191, -0.7444597158157862], "rotation": [-4.371138828673786e-08, -2.186365867369735e-16, 0.9999999999999972, 6.010903851725453e-08], "non_uniform_scale": [1.0000000000000038, 1.2016823051354428, 0.9999998807907222], "motion_type": "STATIC"}, {"template_name": "0f4310896f72e51a0479b7cee3e62244d9efa5fa", "translation": [-9.831879615783691, 3.799999770810011, -0.7548297312957075], "rotation": [-4.371138828673786e-08, -2.186365867369735e-16, 0.9999999999999972, 6.010903851725453e-08], "non_uniform_scale": [1.0000000000000038, 1.2016823051354428, 0.9999998807907222], "motion_type": "STATIC"}, {"template_name": "95d1e189e93694bb8eee73a64b0d84a8be5a5057", "translation": [-6.426509857177734, 3.2468975064148253e-07, -5.44738975480854], "rotation": [0.707106802259973, -2.6555563494203486e-09, 0.7071067601131203, 3.978848177236821e-08], "non_uniform_scale": [0.9999998807907176, 1.1260143368226996, 0.9999998807907181], "motion_type": "STATIC"}, {"template_name": "bdab4ca579230f7652590bc19fa00a35701857ef", "translation": [-9.047045707702637, -1.5794277885561314e-07, 2.6498399585580756], "rotation": [-4.371138908785004e-08, -1.3161168165889328e-16, 0.9999999999999973, 5.977383843692454e-08], "non_uniform_scale": [0.8748796582222018, 1.1123839482803324, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "bdab4ca579230f7652590bc19fa00a35701857ef", "translation": [-6.946943283081055, -1.5794277885561314e-07, 2.6498399585580756], "rotation": [-4.37113895185208e-08, -1.3161170732887245e-16, 0.9999999999999973, 5.977383843692454e-08], "non_uniform_scale": [1.3748109340667778, 1.1123839482803324, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "bdab4ca579230f7652590bc19fa00a35701857ef", "translation": [-6.354769706726074, -1.102527278362686e-07, 1.8497337192455632], "rotation": [0.7071068022599734, -2.368317359767145e-09, -0.70710676011312, -4.001780321968173e-08], "non_uniform_scale": [1.2498279064996298, 1.1123839482803324, 0.999999880790718], "motion_type": "STATIC"}, {"template_name": "6acafe4f37b17ff0c33d22c8dc3fede1bddc67de", "translation": [-6.354769706726074, -5.660891488901143e-08, 0.9497399360096459], "rotation": [0.707106802259973, -2.2261724958761688e-09, -0.7071067601131203, -4.0133378014940524e-08], "non_uniform_scale": [0.9999998807907176, 1.1056387298537733, 0.999999880790718], "motion_type": "STATIC"}, {"template_name": "0d6acbc9f35c8834a605e284167f44c84582a975", "translation": [-17.435850143432617, 1.7079999152845176, -1.2147098229700362], "rotation": [-3.090861748163172e-08, -3.090861932392814e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999999403953591, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "38ecd839c178436a0e35d035cd07690c175be8d5", "translation": [-12.49048137664795, 3.999999384099567, 6.333094457799518], "rotation": [-4.371138999644959e-08, -1.6152954269778857e-16, 0.9999999999999973, 5.98661829872186e-08], "non_uniform_scale": [1.7381229400634832, 1.9102194416261242, 1.673359909849173], "motion_type": "STATIC"}, {"template_name": "c461ecb62efa4ef74eb34fb8152acf8cc8ac427d", "translation": [-16.320606231689453, 0.7599999336365029, 0.19339476922781795], "rotation": [-0.29363744239983985, 2.1591987148526194e-15, 0.9559168648061803, 5.697708762922547e-08], "non_uniform_scale": [1.0000001275258612, 0.9999998807907177, 1.0000000458858733], "motion_type": "STATIC"}, {"template_name": "c461ecb62efa4ef74eb34fb8152acf8cc8ac427d", "translation": [-17.695571899414062, 0.6095999070155678, 1.0768198688495225], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ad6b4d6a0dfaeea407cbf353b99789bfd5ab0cdc", "translation": [-17.411479949951172, 0.5733000422364469, -1.214709890603423], "rotation": [-3.090861896719794e-08, -3.0908619981055745e-08, 0.7071068446978922, -0.7071067176751958], "non_uniform_scale": [1.575001597404486, 0.9999998807907239, 1.1805909656773779], "motion_type": "STATIC"}, {"template_name": "604d1de95fd7679a9d65621606f7ca00fbfd6353", "translation": [-15.129239082336426, 1.2499997405576693, 3.1027199117708193], "rotation": [0.707106802786237, 0.7071067595868519, 6.181723920498558e-08, -6.18172349172536e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186098, 1.2498497665107453], "motion_type": "STATIC"}, {"template_name": "6e6b15be2a745938a2095b2b1048bb030bd921f9", "translation": [-16.00555992126465, -3.6960611282665923e-07, 6.20096122020712], "rotation": [1.0, -1.2540576822012762e-09, 0.0, 0.0], "non_uniform_scale": [1.1999040842056274, 1.4406729411276533, 1.0789813901208112], "motion_type": "STATIC"}, {"template_name": "2368b54bfa73932d5b8d6dcf2183ab8ab57834ea", "translation": [-3.5312700271606445, -5.680864774149086e-07, 9.530908970182566], "rotation": [-4.3711389538794854e-08, -5.647521347102063e-16, 0.999999999999997, 6.454849637687053e-08], "non_uniform_scale": [0.5049882531166096, 0.9999998807907164, 0.5664758603005579], "motion_type": "STATIC"}, {"template_name": "8d017fc7709614540587256fc11b809c9d7dc570", "translation": [-6.137420177459717, 1.8309996075046087, 2.257980082811102], "rotation": [0.7071068022599728, -2.5121483082332386e-15, -0.7071067601131205, -4.214684725481975e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "ee7b9e4cf5c533737ebd058f7950ca632db5bc62", "translation": [-17.647287368774414, 0.4800002008075541, -4.028991430461902], "rotation": [-4.3711388751004436e-08, -4.640610831596094e-16, 0.9999999999999971, 6.254196372637066e-08], "non_uniform_scale": [0.6455673575401331, 0.9999997615814411, 0.6437697835243001], "motion_type": "STATIC"}, {"template_name": "566f5cb3895ccaf20192b685f64b070658db775b", "translation": [-6.054769992828369, 1.8149997270202647, 1.7248400503492292], "rotation": [-0.5000000218556937, -0.49999999205336915, 0.5000000377489509, -0.49999994834198175], "non_uniform_scale": [3.062499579042217, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "566f5cb3895ccaf20192b685f64b070658db775b", "translation": [-6.054769992828369, 2.5149998521900088, 1.7248400920724904], "rotation": [-0.5000000218556937, -0.49999999205336915, 0.5000000377489509, -0.49999994834198175], "non_uniform_scale": [3.062499579042217, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "0c9ff2144462d68fcab6a79e7737b7307e1a32d5", "translation": [-9.688520431518555, -1.5794515206835058e-07, 2.6498797744584124], "rotation": [-4.3711387905748875e-08, -4.311964088562889e-16, 0.9999999999999971, 6.20450218326801e-08], "non_uniform_scale": [1.0000000000000038, 1.1902634870691813, 0.7962839846272478], "motion_type": "STATIC"}, {"template_name": "b0455337bd2ea887aef88a629c96c7010d20a6f9", "translation": [-17.695220947265625, -7.221221665076882e-08, 1.2115198843765285], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "392798e1dadf0e543fb9fc66d550385b3611ab56", "translation": [-8.919620513916016, 0.9999997676885073, 2.8975399793660586], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "465c339f405bf0f55e0c316820958dee1126dabd", "translation": [-8.683090209960938, 4.8763748594637946e-08, -0.8181198943781887], "rotation": [1.0, -1.711064878749601e-10, 0.0, 0.0], "non_uniform_scale": [2.0056424140930176, 1.113052593105714, 0.999999880790718], "motion_type": "STATIC"}, {"template_name": "f21b19baeb780987ab7a450e89ffaa95f7c9ee96", "translation": [-11.983789443969727, 1.5079996583884991, 2.4952899821227703], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.500000037748951, -0.49999994834198164], "non_uniform_scale": [0.9186350751736703, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-16.404769897460938, 0.0010003395931007589, -5.6976295889240545], "rotation": [1.0, -4.7030047485183126e-09, 0.0, 0.0], "non_uniform_scale": [2.3117568492889404, 3.886681093373136, 2.232000323295547], "motion_type": "STATIC"}, {"template_name": "95dc4f94470d5dcc72487c6a934649b120c84ed3", "translation": [-17.63616943359375, 0.6095998913037697, 1.3404200833547044], "rotation": [-4.371138922581814e-08, 4.3302716547794957e-19, 0.9999999999999973, 5.960464997287386e-08], "non_uniform_scale": [0.6644518375396754, 0.6642310423575543, 0.6644517583308486], "motion_type": "STATIC"}, {"template_name": "b2097790adbb240c19a5bd5e8c3ae39b25690ff6", "translation": [-8.1027250289917, -6.248229738048394e-07, 10.482789368463159], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b2097790adbb240c19a5bd5e8c3ae39b25690ff6", "translation": [-8.070374488830566, -4.5646547164324147e-07, 7.6582193578350655], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b2097790adbb240c19a5bd5e8c3ae39b25690ff6", "translation": [-8.101664543151855, -5.164271783542063e-07, 8.664209803091865], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b2097790adbb240c19a5bd5e8c3ae39b25690ff6", "translation": [-8.124175071716309, -5.716729560845124e-07, 9.591080093915423], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cb40ac8eeef13613222677455fec827b139ac010", "translation": [-16.054771423339844, 1.7200002201169724, -4.932949623289701], "rotation": [-0.5000000304944509, -0.4999999915130089, 0.5000000301909159, -0.49999994780162], "non_uniform_scale": [0.7590131903282875, 0.9999998211860761, 0.7645257992117613], "motion_type": "STATIC"}, {"template_name": "cb40ac8eeef13613222677455fec827b139ac010", "translation": [-16.433069229125977, 1.8749997033047663, 3.1027199490237223], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e9aa737db39d132275f3e6bb4453fd3ffc9ab1bc", "translation": [-17.405860900878906, 4.672646625181187e-08, -0.7839399704968919], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ea233d6e83ef6d189dc92600b820430307b58cea", "translation": [-6.152569770812988, 1.8309996313327659, 1.858209965991371], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fe6abead08c939b4d883a4843aeed17f80dc0107", "translation": [-13.35470962524414, 1.4172792717204175e-08, -0.23777999056696864], "rotation": [-4.3711387263915026e-08, 2.7272326040610677e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.675322532653815, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "6c012b2a87c94cc8b26d014ba8601b4eadf0c17d", "translation": [-14.362090110778809, 0.7499996238815925, 5.560219477998032], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b274bfd325fbb81cd00043f7d6164776f68de85f", "translation": [-0.9577800035476685, -5.02341379160498e-07, 8.427889321572195], "rotation": [0.7071068022599731, 0.0, 0.7071067601131199, 4.2146849766967874e-08], "non_uniform_scale": [1.1736035839555512, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b274bfd325fbb81cd00043f7d6164776f68de85f", "translation": [-0.9577800035476685, -1.7667174745383818e-07, 2.9640598914587457], "rotation": [0.7071068022599731, 0.0, 0.70710676011312, 4.214684976696788e-08], "non_uniform_scale": [1.2162800302338583, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b274bfd325fbb81cd00043f7d6164776f68de85f", "translation": [-5.3842902183532715, -6.618737984354084e-07, 11.10439901921751], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.9204424619674683, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b274bfd325fbb81cd00043f7d6164776f68de85f", "translation": [-20.225830078125, -6.606780971196713e-07, 11.084338481167606], "rotation": [-4.37113891164107e-08, 1.0584170470620547e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9410167932510412, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b274bfd325fbb81cd00043f7d6164776f68de85f", "translation": [-22.357337951660156, -3.670352839435509e-07, 6.157829871307001], "rotation": [0.7071068022599732, 0.0, 0.7071067601131199, 4.2146849766967874e-08], "non_uniform_scale": [2.133824698101002, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b274bfd325fbb81cd00043f7d6164776f68de85f", "translation": [-22.357337951660156, 2.2901117802121007e-07, -3.842169771065116], "rotation": [0.7071068022599732, 0.0, 0.7071067601131199, 4.2146849766967874e-08], "non_uniform_scale": [2.133824698101002, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b274bfd325fbb81cd00043f7d6164776f68de85f", "translation": [-0.9812800884246826, 5.899238431084086e-07, -9.89727914945604], "rotation": [0.7071068022599732, 0.0, 0.7071067601131199, 4.2146849766967874e-08], "non_uniform_scale": [2.133824698101002, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b274bfd325fbb81cd00043f7d6164776f68de85f", "translation": [-22.357337951660156, 8.190405651475885e-07, -13.741219655202599], "rotation": [0.7071068022599732, 0.0, 0.7071067601131199, 4.2146849766967874e-08], "non_uniform_scale": [2.133824698101002, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b274bfd325fbb81cd00043f7d6164776f68de85f", "translation": [-0.9812800884246826, 1.007156356536143e-06, -16.897278732223526], "rotation": [0.7071068022599728, 0.0, 0.7071067601131202, 4.2146849766967894e-08], "non_uniform_scale": [0.8535298792404008, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b274bfd325fbb81cd00043f7d6164776f68de85f", "translation": [-5.907789707183838, 1.1219852922295104e-06, -18.823788474572325], "rotation": [-4.3711387994572125e-08, 1.7270849827277598e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [2.1338250637054523, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b274bfd325fbb81cd00043f7d6164776f68de85f", "translation": [-19.430830001831055, 1.1214441428819555e-06, -18.814709495621287], "rotation": [-4.371138812408053e-08, 1.6498919533690528e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.2802950143814136, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b2b0e3b797bb3175caef3c32f61796aeab414201", "translation": [-6.205018997192383, 0.9999997735602335, 2.7990287662131266], "rotation": [0.9184319847169824, 5.5079157010519916e-17, -0.39557892948035556, -2.357834310556421e-08], "non_uniform_scale": [0.9999999479066765, 0.9999998807907176, 0.9999998916379209], "motion_type": "STATIC"}, {"template_name": "9c5db6e77b1207d689e035d957bff9216d1615e5", "translation": [-6.129769802093506, 0.999999800884126, 2.340609947406648], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d582c45ed97d66f52ed7acbe62b7ab5f953ccdbe", "translation": [-9.238590240478516, 1.9201397094548156e-07, -3.2214596735560974], "rotation": [-4.371138828673788e-08, -1.1127945987065199e-16, 0.9999999999999973, 5.972353719903063e-08], "non_uniform_scale": [1.0000000000000038, 1.093400586438101, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "d582c45ed97d66f52ed7acbe62b7ab5f953ccdbe", "translation": [-8.282649993896484, 1.9367872994280333e-07, -3.249389693177349], "rotation": [-4.371138828673788e-08, -1.1127945987065199e-16, 0.9999999999999973, 5.972353719903063e-08], "non_uniform_scale": [1.0000000000000038, 1.093400586438101, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "d582c45ed97d66f52ed7acbe62b7ab5f953ccdbe", "translation": [-7.828740119934082, 2.376627890043892e-07, -3.9873197086262735], "rotation": [0.707106802259973, -1.9682728818642995e-09, -0.7071067601131203, -4.0346711026475326e-08], "non_uniform_scale": [0.9999998807907176, 1.093400586438101, 0.9999998807907179], "motion_type": "STATIC"}, {"template_name": "d582c45ed97d66f52ed7acbe62b7ab5f953ccdbe", "translation": [-8.294710159301758, 2.749723080341937e-07, -4.613269530935895], "rotation": [1.0, -1.188888709262685e-10, 0.0, 0.0], "non_uniform_scale": [1.0, 1.093400586438101, 0.9999998807907179], "motion_type": "STATIC"}, {"template_name": "d582c45ed97d66f52ed7acbe62b7ab5f953ccdbe", "translation": [-9.22461986541748, 2.7747751119022723e-07, -4.655299862903348], "rotation": [1.0, -1.188888709262685e-10, 0.0, 0.0], "non_uniform_scale": [1.0, 1.093400586438101, 0.9999998807907179], "motion_type": "STATIC"}, {"template_name": "d582c45ed97d66f52ed7acbe62b7ab5f953ccdbe", "translation": [-10.186530113220215, 2.7759850240727246e-07, -4.657329758564828], "rotation": [1.0, -1.188888709262685e-10, 0.0, 0.0], "non_uniform_scale": [1.0, 1.093400586438101, 0.9999998807907179], "motion_type": "STATIC"}, {"template_name": "d582c45ed97d66f52ed7acbe62b7ab5f953ccdbe", "translation": [-10.733509063720703, 2.3421227979270043e-07, -3.9294297737222905], "rotation": [0.707106802259973, -1.9682728818642995e-09, 0.7071067601131203, 4.0346711026475326e-08], "non_uniform_scale": [0.9999998807907176, 1.093400586438101, 0.9999998807907179], "motion_type": "STATIC"}, {"template_name": "d582c45ed97d66f52ed7acbe62b7ab5f953ccdbe", "translation": [-10.20048999786377, 1.93088652622464e-07, -3.2394898391073923], "rotation": [-4.371138828673788e-08, -1.1127945987065199e-16, 0.9999999999999973, 5.972353719903063e-08], "non_uniform_scale": [1.0000000000000038, 1.093400586438101, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "cfeb7e530ff927219de3ec37515bddf33f113755", "translation": [-7.9470601081848145, -1.5794277885561314e-07, 2.6498399585580756], "rotation": [-4.3711388286737876e-08, -1.2289612687285848e-16, 0.9999999999999973, 5.975108259745972e-08], "non_uniform_scale": [1.0000000000000038, 1.1041664953033252, 0.9999998807907219], "motion_type": "STATIC"}, {"template_name": "4bbd3260f4aa37c3122276ae12304884107ba5b6", "translation": [-9.464940071105957, 2.5550002749133256, -6.0472797988486064], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4bbd3260f4aa37c3122276ae12304884107ba5b6", "translation": [-16.49578094482422, 2.5550002749133256, -6.0472797988486064], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4bbd3260f4aa37c3122276ae12304884107ba5b6", "translation": [-7.8612799644470215, 2.5550002749133256, -6.0472797988486064], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4bbd3260f4aa37c3122276ae12304884107ba5b6", "translation": [-4.286660194396973, 2.555000215308681, -5.047279858453251], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4bbd3260f4aa37c3122276ae12304884107ba5b6", "translation": [-11.092350006103516, 2.5550002749133256, -6.0472797988486064], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4bbd3260f4aa37c3122276ae12304884107ba5b6", "translation": [-15.904769897460938, 2.055000241681327, -4.98973947496772], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4bbd3260f4aa37c3122276ae12304884107ba5b6", "translation": [-13.054770469665527, 2.0550002412295356, -4.982159671952715], "rotation": [-0.50000002185569, -0.49999999205336904, 0.5000000377489547, -0.49999994834198175], "non_uniform_scale": [0.9999998807907162, 0.9999997019767943, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "05424dff4ffe89ee53ea1a6c74d6ed24da66433a", "translation": [-19.733470916748047, 1.473438686616646e-07, -2.4720197634685093], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1eb36fba48eb1f378fcbebaf74f30e3dcc5021de", "translation": [-9.104640007019043, 0.7600001774207072, -3.896625241242319], "rotation": [1.0, -8.018188687278018e-10, 0.0, 0.0], "non_uniform_scale": [1.7556182146072388, 1.395651650947127, 1.759117870435955], "motion_type": "STATIC"}, {"template_name": "1eb36fba48eb1f378fcbebaf74f30e3dcc5021de", "translation": [-9.254639625549316, 0.7600001774207072, -3.896625241242319], "rotation": [1.0, -8.018188687278018e-10, 0.0, 0.0], "non_uniform_scale": [1.7556182146072388, 1.395651650947127, 1.759117870435955], "motion_type": "STATIC"}, {"template_name": "3eb172a46f5f044dd6711a26362085f46c12d2c8", "translation": [-7.9401397705078125, 3.249999630466988, 2.949735182539513], "rotation": [-3.090861728961339e-08, -3.090861920045179e-08, 0.7071068472316278, -0.7071067151414598], "non_uniform_scale": [1.0000000000000038, 0.9999998211860887, 1.6688915885816005], "motion_type": "STATIC"}, {"template_name": "3a7374274d06247b399d14b361a9ef364f9006a7", "translation": [-12.550708770751953, 0.7799999396374844, -0.24728494719952465], "rotation": [-4.3711388917592716e-08, -3.0520116538606554e-19, 0.9999999999999973, 5.960464914667926e-08], "non_uniform_scale": [0.9995774030685464, 1.0000582933356341, 0.9998239279003196], "motion_type": "STATIC"}, {"template_name": "3a7374274d06247b399d14b361a9ef364f9006a7", "translation": [-14.156510353088379, 0.7799999389919661, -0.2364549478021276], "rotation": [-4.3711388917592716e-08, -3.0520116538606554e-19, 0.9999999999999973, 5.960464914667926e-08], "non_uniform_scale": [0.9995774030685464, 1.0000582933356341, 0.9998239279003196], "motion_type": "STATIC"}, {"template_name": "a7a0d68a04ca83618e899c167b20d007ab00cb11", "translation": [-12.126420021057129, 1.8734198928856847, -0.07505987891674071], "rotation": [-3.090861815148224e-08, -3.090861932392815e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "a7a0d68a04ca83618e899c167b20d007ab00cb11", "translation": [-14.596500396728516, 1.8734198928856847, -0.07505987891674071], "rotation": [-3.090861815148224e-08, -3.090861932392815e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "a7a0d68a04ca83618e899c167b20d007ab00cb11", "translation": [-17.21925926208496, 1.8734198511111764, 0.6258000283014802], "rotation": [0.7071068022599707, 0.7071067601131183, 6.181723998755824e-08, -6.181723496326137e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "b6f112fb9a8e6397ba718ea19aa5cca40ca8cab9", "translation": [-15.06937026977539, 0.34999959898473243, 6.277919415955557], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "1da7c1174eb92d93ca9e87d36e5be5836d4b9d80", "translation": [-4.845489978790283, 3.589481138988049e-07, -6.022149680724738], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1da7c1174eb92d93ca9e87d36e5be5836d4b9d80", "translation": [-10.344229698181152, 1.0441607400935027e-06, -17.518109231107815], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2dc78f6467719dc4ae5392ede5f7e3635a2924f0_part_1", "translation": [-16.083779793108466, 2.3381381686151386, 8.455240734941508], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2dc78f6467719dc4ae5392ede5f7e3635a2924f0_part_2", "translation": [-15.658953912392674, 2.1461062009601912, 8.455690032642403], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2dc78f6467719dc4ae5392ede5f7e3635a2924f0_part_3", "translation": [-15.855637810910288, 1.7445102741123504, 8.45626811252373], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2dc78f6467719dc4ae5392ede5f7e3635a2924f0_part_4", "translation": [-15.77857879164315, 1.246147371451465, 8.455240560727084], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2dc78f6467719dc4ae5392ede5f7e3635a2924f0_part_5", "translation": [-16.06897785303686, 2.463939158569741, 8.436779941215178], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2dc78f6467719dc4ae5392ede5f7e3635a2924f0_part_6", "translation": [-15.802265493911756, 1.4346071888103737, 8.464012258113078], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2dc78f6467719dc4ae5392ede5f7e3635a2924f0_part_7", "translation": [-15.658678578873067, 2.252412121934633, 8.424961739611836], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2dc78f6467719dc4ae5392ede5f7e3635a2924f0_part_12", "translation": [-15.870316880455958, 1.866433739843499, 8.45116742005918], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2dc78f6467719dc4ae5392ede5f7e3635a2924f0_part_14", "translation": [-15.910744463659588, 1.866295632731185, 8.450008712879294], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2dc78f6467719dc4ae5392ede5f7e3635a2924f0_part_8", "translation": [-15.811354308471836, 1.864281792372303, 8.41533049752764], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2dc78f6467719dc4ae5392ede5f7e3635a2924f0_part_11", "translation": [-15.852769699884169, 1.8635028946173855, 8.452456463753578], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2dc78f6467719dc4ae5392ede5f7e3635a2924f0_part_9", "translation": [-15.826947961645086, 1.8535742861674287, 8.44513641408049], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2dc78f6467719dc4ae5392ede5f7e3635a2924f0_part_10", "translation": [-15.839755437024749, 1.854200296630378, 8.45239604735556], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2dc78f6467719dc4ae5392ede5f7e3635a2924f0_part_13", "translation": [-15.887689964188384, 1.868252535690345, 8.450424776190312], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7a6bf55db9bbb608b77dfced49ce1a2cbb09685c", "translation": [-12.523159980773926, 0.3499995978850112, 6.296369675018189], "rotation": [0.7071068022599734, 1.2560739295130971e-15, 0.7071067601131198, 4.2146851023041945e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "424d7e7d258370736e6cfdbad2b253e521f80c79", "translation": [-8.547089576721191, -1.5794277885561314e-07, 2.6498399585580756], "rotation": [-4.371138828673788e-08, -1.310645729555888e-16, 0.9999999999999973, 5.97723564972302e-08], "non_uniform_scale": [1.0000000000000038, 1.1118645534676763, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "424d7e7d258370736e6cfdbad2b253e521f80c79", "translation": [-6.229769706726074, -1.5794277885561314e-07, 2.6498399585580756], "rotation": [-4.371138753841326e-08, -1.3106452835196263e-16, 0.9999999999999973, 5.97723564972302e-08], "non_uniform_scale": [1.1664333343505904, 1.1118645534676763, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "c139234bf8464898e67b064e1726440a3e84b0b6", "translation": [-8.69025993347168, 0.999999784424304, 2.6167599191212645], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5afe82f6c4d9916fe88f3caa20f72d3077b72f4b", "translation": [-17.36433982849121, -2.9353975605772575e-07, 4.924779598428017], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ef2d675f57b17ed313d8594b9976938dc0cbc38b", "translation": [-6.583489894866943, 0.9999997679632884, 2.892929917995332], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "63740d2a11b7ceaac7877b2cfdc12fb448983dae", "translation": [-9.232270240783691, 3.9999999934512402, -3.8901295727413867], "rotation": [-4.3711388286737816e-08, -6.025186119214845e-16, 0.9999999999999969, 6.553534106614453e-08], "non_uniform_scale": [1.0000000000000038, 1.8605168032029946, 0.9999998807907258], "motion_type": "STATIC"}, {"template_name": "1cc80590ed1037197f74cd8c2b66069a7cd350a0", "translation": [-11.983790397644043, 1.7841993378424803, 8.537759378340255], "rotation": [-0.5000000218556918, -0.49999999205336904, 0.500000037748953, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "1cc80590ed1037197f74cd8c2b66069a7cd350a0", "translation": [-11.983790397644043, 1.784199403720507, 7.432509562473896], "rotation": [-0.5000000218556918, -0.49999999205336904, 0.500000037748953, -0.49999994834198164], "non_uniform_scale": [-0.9999998807907162, 0.9999998211860768, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "2efebdcc1ba9514b0deb0dfb05951341432bd26a", "translation": [-14.963000297546387, 0.7599999251341831, 0.3360400154566765], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f05b5a7549814c8452f11eb553c4663d1b6ad5b7", "translation": [-17.488679885864258, 3.000000055010318, -3.9229195759940154], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-6.502349853515625, 3.9799998784124924, -1.6200998067796135], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-6.5231099128723145, 3.9800000572776923, -4.620959722938522], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-11.738869667053223, 3.9800000992798914, -5.325639646909224], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-11.644430160522461, 3.979999877959486, -1.61249961897731], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-10.831430435180664, 3.979999294055091, 8.183789956343759], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-15.771889686584473, 3.9799998161452983, -0.5754297044616941], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-17.32818031311035, 3.9799998161649697, -0.575759735360144], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-6.656019687652588, 3.979999638936519, 2.3976400841689127], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-9.7539701461792, 3.959999659202097, 2.397640082976821], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-6.65349006652832, 3.9799997491496804, 0.5485701818126465], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-9.849769592285156, 3.9799997483473994, 0.5620302211028338], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-13.399720191955566, 3.9799998304754496, -0.8158497336000181], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-16.24700927734375, 3.4999999051147768, -1.9080897922462157], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-19.45655059814453, 3.499999914016726, -2.057439711246488], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-16.400060653686523, 3.5000001092398065, -5.33273930354477], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-19.40151023864746, 3.5000001092398065, -5.33273930354477], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-10.878780364990234, 3.9799995972943236, 3.0962801506352378], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-12.919739723205566, 3.9799997176516015, 1.0770202221262437], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-12.901240348815918, 3.979999627287981, 2.5930701128798717], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-16.225929260253906, 3.9799996296840874, 2.5528701202350845], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-16.258899688720703, 3.979999720478652, 1.0295901865011459], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-10.832300186157227, 3.97999944567502, 5.640029808281071], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-16.609140396118164, 3.979999449896212, 5.569209957765935], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-12.94849967956543, 3.979999449068913, 5.583089732939612], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-12.933940887451172, 3.9799995440930047, 3.9888501162022294], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-16.7089900970459, 3.9799995560109664, 3.7888999099195075], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-10.830560684204102, 3.9799991811770212, 10.077569598104361], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-17.24258041381836, 3.9799992934358386, 8.194179283727436], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-17.359390258789062, 3.9799993893986993, 6.584189736593373], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-15.563549995422363, 3.9799993904632345, 6.56632980189741], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-15.544890403747559, 3.979999302439097, 8.043129678778058], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-12.570171356201172, 3.9799992383676965, 9.11806934248986], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "f09c80231adac99a5ea0ceebab6465b531f660db", "translation": [-14.55171012878418, 3.9799992365550736, 9.1484801072788], "rotation": [0.9187912112384757, 3.9126592159464484e-16, -0.39474385384820615, -2.3528569498999305e-08], "non_uniform_scale": [1.0000000146878438, 0.9999998807907176, 0.9999999582026651], "motion_type": "STATIC"}, {"template_name": "535dea3c8558c43468a8d42badd2b9db3f0800b2", "translation": [-17.87626075744629, 2.4803520659588685e-07, -4.161339988628612], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "535dea3c8558c43468a8d42badd2b9db3f0800b2", "translation": [-14.724780082702637, -1.1226654095253252e-07, 1.883519894866943], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "535dea3c8558c43468a8d42badd2b9db3f0800b2", "translation": [-15.686429023742676, -2.821397799834813e-07, 4.733519748835562], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "535dea3c8558c43468a8d42badd2b9db3f0800b2", "translation": [-13.7802095413208, -5.251378070170176e-07, 8.810349892953013], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5d17aa915ff1256757bfca9353609ade8f21e6ea", "translation": [-15.458789825439453, -2.1023749852133733e-08, 0.35271997137546585], "rotation": [-4.3711389120471135e-08, -2.0515071292458215e-17, 0.9999999999999973, 5.960840303305712e-08], "non_uniform_scale": [1.5994094610214296, 0.9999999999999929, 0.9842517990765779], "motion_type": "STATIC"}, {"template_name": "bfa3e8528048b38711e77fb062d7184242acb93b", "translation": [-15.055830001831055, 0.7499996213483939, 5.60271949453832], "rotation": [-4.371138812023361e-08, 1.8007106944661537e-16, 0.9999999999999973, 5.985479138160986e-08], "non_uniform_scale": [0.5576208829879782, 0.5692599333214802, 0.6479481282296005], "motion_type": "STATIC"}, {"template_name": "37ab8971067d76a6992c2b230accebcada033eb3", "translation": [-17.438379287719727, 0.4800001855045668, -3.7722499220222137], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx31c3e2eaxb753x40dfx9630xab5afbebd8ba", "translation": [-19.433000564575195, 9.609341589111864e-08, -1.612179898489714], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "36714fe0c2d0cdfcc3c3df68ef63c82f47b53639", "translation": [-16.569400787353516, 0.4799996187436495, 5.7364198412644765], "rotation": [-4.371138724457723e-08, 5.317149032249936e-16, 0.9999999999999972, 6.136757816869238e-08], "non_uniform_scale": [0.7142857313156155, 0.5072463146154478, 0.7142856461661254], "motion_type": "STATIC"}, {"template_name": "17a563b45ad4ccdd0ec9e026cacb949657536e48", "translation": [-13.238788604736328, -2.043080371549877e-07, 3.4277198655772168], "rotation": [1.0, -1.265291395313522e-10, 0.0, 0.0], "non_uniform_scale": [1.0, 1.0964910869012887, 0.9999998807907179], "motion_type": "STATIC"}, {"template_name": "17a563b45ad4ccdd0ec9e026cacb949657536e48", "translation": [-15.215749740600586, -5.798173106086324e-07, 9.727719680802807], "rotation": [0.7071068022599747, -1.647516569376882e-08, 0.7071067601131188, 3.2900479453960076e-08], "non_uniform_scale": [0.9760954990330041, 1.0964910869012876, 0.6153845420250593], "motion_type": "STATIC"}, {"template_name": "6f760170fee0ca8c267fdd5ecab6ec6556847321", "translation": [-14.447210311889648, -3.272795652264904e-07, 5.490839630911353], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7c4abfaad6caa34008cf4aac249adcba013ad51b", "translation": [-15.880279541015625, 0.75999992024839, 0.4180100167983767], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ae0781cd26c84564875fe4a045ececf2420df52c", "translation": [-19.22504997253418, 0.015000186808413807, -3.1547499197870428], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a4d8c0459288b97012538a979e88b0fe2f75f345", "translation": [-8.371789932250977, 3.999999678051779, 1.401394998944113], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f53678c774829a81bbc52b1c82537aa953b3c2bd", "translation": [-19.32761001586914, 1.6005229719988634, -1.2147097101668791], "rotation": [-3.090861613953786e-08, -3.0908619177902135e-08, 0.7071068477475018, -0.7071067146255857], "non_uniform_scale": [0.9186037778854406, 0.9999998211860891, 1.7434886999739652], "motion_type": "STATIC"}, {"template_name": "f53678c774829a81bbc52b1c82537aa953b3c2bd", "translation": [-18.3605899810791, 1.5505069700940552, -5.897279772294347], "rotation": [0.7071068052215195, 0.7071067571515693, 6.181723808823448e-08, -6.181723470435426e-08], "non_uniform_scale": [2.4762361049652477, 0.9999998211861003, 1.6890046967262282], "motion_type": "STATIC"}, {"template_name": "f53678c774829a81bbc52b1c82537aa953b3c2bd", "translation": [-19.904769897460938, 1.5505069102656464, -4.8935256931762225], "rotation": [0.49999996389275275, 0.49999994624785027, 0.500000099900159, -0.49999998995922357], "non_uniform_scale": [1.5975715161817508, 0.9999998211860904, 1.6890046967262282], "motion_type": "STATIC"}, {"template_name": "62b08fe4e989f15d9672478194419f44749f5b19", "translation": [-8.52550983428955, 0.999999766880876, 2.9110897832459273], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "77af27c6a414131f13d2aac55153720028fd4ed5", "translation": [-6.354394912719727, -1.0420084350926118e-08, 0.17481999547362292], "rotation": [0.7071068022599731, -2.873756491001216e-09, -0.7071067601131201, -3.961795530566183e-08], "non_uniform_scale": [1.4999997913837557, 1.136368616060175, 0.9999998807907181], "motion_type": "STATIC"}, {"template_name": "77af27c6a414131f13d2aac55153720028fd4ed5", "translation": [-6.354394912719727, 3.428339923061685e-08, -0.5751799598228935], "rotation": [0.7071068022599731, -2.873756491001216e-09, -0.7071067601131201, -3.961795530566183e-08], "non_uniform_scale": [-1.4999997913837557, 1.136368616060175, 0.9999998807907181], "motion_type": "STATIC"}, {"template_name": "00a843989a32df31a10bc8129fa6801d768855c5", "translation": [-13.722519874572754, 1.5079996311235533, 2.9527198407220823], "rotation": [-3.090861697903607e-08, -3.090861932392811e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000001192092933, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "b87c691a43f5d0f5d35bf759a8ea7cc0a2252af2", "translation": [-14.681790351867676, 1.5079996311235533, 2.9527198407220823], "rotation": [-3.090861697903607e-08, -3.090861932392811e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000001192092933, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3ba33b1a555a948c60df02c8a532a53c20434157", "translation": [-15.464630126953125, 1.6245799227178077, 0.10272009801030269], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723834340471e-08, -6.181723496326153e-08], "non_uniform_scale": [1.6499998569488776, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "fcaebfe141f5a16bffdb8599c50551150353010c", "translation": [-17.254629135131836, -1.1376142694530245e-08, 0.19085999185681324], "rotation": [-4.3711388846586175e-08, 1.2192450090125283e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.8674647212028537, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "6645795d9cf4ca5bc3bf469b82b99a2442fb8bee", "translation": [-12.904769897460938, 2.000000057352203, -4.962209763395187], "rotation": [0.4999999789877877, 0.4999999483360996, 0.5000000806286331, -0.49999999204747], "non_uniform_scale": [0.8589835250983598, 0.9999998211860871, 0.9722895655286778], "motion_type": "STATIC"}, {"template_name": "a9bb13d8f342efded56484a24b16f896d95a749f", "translation": [-13.742480278015137, -4.2633530483726645e-07, 7.152719071345359], "rotation": [1.0, -1.2601461738033427e-10, 0.0, 0.0], "non_uniform_scale": [0.9118541479110718, 0.9999998807907172, 0.9121707782541716], "motion_type": "STATIC"}, {"template_name": "f8566bd61efc1299e3deb8b5185c1fb528bfba86", "translation": [-13.354320526123047, 0.779999931696655, -0.1140599462950247], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "eff1f6c20e8ea2519fcc3c751ef084f0aa0b9f65", "translation": [-5.692869663238525, 0.019999442916484922, 9.318809908699366], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bd3c7acbe2d2d704a6eff8bc13bf32ab43d5d265", "translation": [-9.248092651367188, 2.3539782034731616e-07, -3.949319842498298], "rotation": [-4.37113883468003e-08, 1.0668410921283092e-15, 0.999999999999997, 6.509892134952918e-08], "non_uniform_scale": [1.1537441015243575, 0.9145543677145969, 1.6635243101686987], "motion_type": "STATIC"}, {"template_name": "8637547dcbdad6644369329ff84cbb4209cfa254", "translation": [-12.67803955078125, 2.5999997319853367, 0.29654012939094976], "rotation": [4.3711388286737876e-08, -1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "8637547dcbdad6644369329ff84cbb4209cfa254", "translation": [-13.879541397094727, 2.5999997319853367, 0.29654012939094976], "rotation": [4.3711388286737876e-08, -1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "8637547dcbdad6644369329ff84cbb4209cfa254", "translation": [-15.221929550170898, 2.4999992367094706, 10.305889618045683], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8637547dcbdad6644369329ff84cbb4209cfa254", "translation": [-15.221929550170898, 2.4999993071842255, 9.123519502668387], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6169840e73fb82fbbbfe8c050e0bb5ae916876a3", "translation": [-7.028409957885742, 0.9999997723197822, 2.8198400843238716], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "6eb91b303e11e0271fd6f8d068bf8aaabeae36ce", "translation": [-15.02145004272461, 1.7576499068516487, 0.10272009104073199], "rotation": [0.7071068022599701, 0.707106760113119, 6.181724233245168e-08, -6.181723496326129e-08], "non_uniform_scale": [0.9999998807907258, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6eb91b303e11e0271fd6f8d068bf8aaabeae36ce", "translation": [-16.002710342407227, 1.7576499068516487, 0.10272009104073199], "rotation": [0.7071068022599701, 0.707106760113119, 6.181724233245168e-08, -6.181723496326129e-08], "non_uniform_scale": [0.9999998807907258, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxx565510a2xdf58x42ebxb8b2x610950cea20a", "translation": [-6.164090156555176, 2.530999636072522, 1.8786900432294544], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx565510a2xdf58x42ebxb8b2x610950cea20a", "translation": [-6.164090156555176, 2.5309995925945117, 2.6081299735826207], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx565510a2xdf58x42ebxb8b2x610950cea20a", "translation": [-6.164090156555176, 2.5309996844923575, 1.0663400569355446], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "xxxx565510a2xdf58x42ebxb8b2x610950cea20a", "translation": [-6.164090156555176, 2.529999797954563, 0.37976009549140954], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b24e4d2b6565b4e5bcf337ecf2196d24c0d5bdf7", "translation": [-9.23151969909668, 0.7300002109509762, -3.9491698337095897], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "df7b1008225b105b1cf4e67004b5a00e23cc35b8", "translation": [-12.516010284423828, -3.781330519814219e-07, 6.344019511698491], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "df7b1008225b105b1cf4e67004b5a00e23cc35b8", "translation": [-14.956809997558594, -3.781330519814219e-07, 6.344019511698491], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "37df562f7e34d2635ffacf543f58422b49e1732e", "translation": [-6.054770469665527, 2.100000010955341, -3.883799673092369], "rotation": [-0.5000000075537053, -0.4999999899432368, 0.5000000562711989, -0.49999994623185257], "non_uniform_scale": [1.6666664083798857, 0.9999998211860801, 1.6923073896995209], "motion_type": "STATIC"}, {"template_name": "37df562f7e34d2635ffacf543f58422b49e1732e", "translation": [-19.904769897460938, 1.8499999491077688, -2.596169683565506], "rotation": [0.4999999638423192, 0.4999999462318523, 0.5000000999825884, -0.4999999899432256], "non_uniform_scale": [1.666666408379903, 0.9999998211860905, 1.6923073896995209], "motion_type": "STATIC"}, {"template_name": "208-2", "translation": [-9.979769706726074, 1.2699995919543596, 5.255869627841122], "rotation": [0.7071067910217403, -1.0294328215895812e-22, -0.7071067713513534, -4.21468504368188e-08], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-9.979769706726074, 1.9999994581627902, 7.090519601671701], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-9.979769706726074, 1.9999993685418644, 8.594109142177729], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-9.979769706726074, 1.9999992789208818, 10.097699636358016], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-6.900030136108398, 1.9999997004961898, 3.0248400554156234], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-8.918129920959473, 1.9999997004961898, 3.0248400554156234], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "218-57", "translation": [-19.97977066040039, 1.7500001943331824, -5.010369374730004], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-58", "translation": [-18.54928970336914, 1.7500002516675295, -5.97228004203555], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-19.33785057067871, 1.7000000142878235, -1.1397097802335026], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "208-2", "translation": [-14.482259750366211, 1.2700001419949558, -3.97227971301794], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "201-13", "translation": [-5.979769706726074, 1.2700000034070058, -1.6471598793768862], "rotation": [0.7071067910217403, -1.0294328215895812e-22, -0.7071067713513534, -4.21468504368188e-08], "non_uniform_scale": [0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "218-59", "translation": [-4.981269359588623, 1.5000002069640175, -4.972279639704226], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-7.052289962768555, 2.0000002367663683, -5.9722800271343885], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-11.919329643249512, 2.0000002367663683, -5.9722800271343885], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-8.67903995513916, 2.0000002367663683, -5.9722800271343885], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-10.294320106506348, 2.0000002367663683, -5.9722800271343885], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-60", "translation": [-17.97977066040039, 1.9999999045461436, -0.3985498906046132], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-17.97977066040039, 1.9999997426307061, 2.3179402161872247], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-17.97977066040039, 1.999999809284212, 1.199680018444063], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-17.97977066040039, 1.9999996486210847, 3.8951598468327546], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-17.97977066040039, 1.9999995712632028, 5.193009663044819], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-14.295040130615234, 1.9999992234872934, 11.02772086693517], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-13.11227035522461, 1.9999992234872934, 11.02772086693517], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-10.905949592590332, 1.9999992234872934, 11.02772086693517], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-17.97977066040039, 1.999999337091424, 9.121759943857171], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-56", "translation": [-17.97977066040039, 1.9999994468462603, 7.280379457451119], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}]}
scenes/103997562_171030642.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/103997562_171030642"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "8d00216ecc92ee246a1ec393722bc7373c12f26f", "translation": [-2.927109956741333, 1.0142659903067397e-06, -17.016558586564088], "rotation": [0.7071068022599725, 5.2683537296573125e-09, 0.7071067601131203, 4.917132104364519e-08], "non_uniform_scale": [1.999999761581435, 3.749999552965196, 4.999998748302531], "motion_type": "STATIC"}, {"template_name": "8d00216ecc92ee246a1ec393722bc7373c12f26f", "translation": [-0.17786000669002533, 0.001000035946780227, -0.6032899854010331], "rotation": [0.7071068022597782, 2.0019729635724607e-08, 0.7071067601131776, 4.425418672856402e-07], "non_uniform_scale": [1.999999761581435, 0.24999997019785658, 4.999998748302525], "motion_type": "STATIC"}, {"template_name": "8d00216ecc92ee246a1ec393722bc7373c12f26f", "translation": [-1.0936700105667114, 0.0010000381163869435, -0.6396899437493097], "rotation": [0.7071068022597782, 2.0019729635724607e-08, 0.7071067601131776, 4.425418672856402e-07], "non_uniform_scale": [1.999999761581435, 0.24999997019785658, 4.999998748302525], "motion_type": "STATIC"}, {"template_name": "8d00216ecc92ee246a1ec393722bc7373c12f26f", "translation": [-1.877560019493103, 3.8128494139755276e-08, -0.6396899438089143], "rotation": [0.7071068022597782, 2.0019729635724607e-08, 0.7071067601131776, 4.425418672856402e-07], "non_uniform_scale": [1.999999761581435, 0.24999997019785658, 4.999998748302525], "motion_type": "STATIC"}, {"template_name": "8d00216ecc92ee246a1ec393722bc7373c12f26f", "translation": [-2.771090030670166, 0.0010000381163869435, -0.6396899437493097], "rotation": [0.7071068022597782, 2.0019729635724607e-08, 0.7071067601131776, 4.425418672856402e-07], "non_uniform_scale": [1.999999761581435, 0.24999997019785658, 4.999998748302525], "motion_type": "STATIC"}, {"template_name": "8d00216ecc92ee246a1ec393722bc7373c12f26f", "translation": [-3.274549961090088, 0.0010000381163869435, -0.6396899437493097], "rotation": [0.7071068022597782, 2.0019729635724607e-08, 0.7071067601131776, 4.425418672856402e-07], "non_uniform_scale": [1.999999761581435, 0.24999997019785658, 4.999998748302525], "motion_type": "STATIC"}, {"template_name": "baf333565d33533059499d226da6f9aecf688f57", "translation": [-0.08855000138282776, 1.1000009218210138, -16.165589257145506], "rotation": [0.7071068022599728, 0.0, -0.7071067601131203, -4.21468497669679e-08], "non_uniform_scale": [0.8988763154222777, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c5ff5698a48415c704891bf4b3356c31ac773721", "translation": [-10.630180358886719, 1.0000001737230946, -3.9145895889645885], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5a2d4315640f464391c6a256818c3c11fdd8f4f6", "translation": [-14.109508514404297, 1.0000001724881287, -3.8938703004198914], "rotation": [-0.4068385545775095, 3.681644209058698e-16, 0.9135000769071012, 5.4448850237152766e-08], "non_uniform_scale": [0.9999999111554557, 0.9999998807907177, 0.9999998578076504], "motion_type": "STATIC"}, {"template_name": "4526796791270cc556e4d03be4fb6c09d0518337", "translation": [-13.74962043762207, 7.492947702303354e-07, -12.571079458529937], "rotation": [0.7071068022599738, -1.2200404609316e-08, 0.7071067601131196, 3.441992683238237e-08], "non_uniform_scale": [0.9999998807907176, 1.5789472366634196, 0.9999998807907202], "motion_type": "STATIC"}, {"template_name": "4526796791270cc556e4d03be4fb6c09d0518337", "translation": [-0.7845900058746338, 5.29834039753041e-07, -8.889139599255316], "rotation": [0.9182603368944555, -5.310739588466512e-09, -0.39597721359502575, -1.927503411760363e-08], "non_uniform_scale": [0.49999999616652535, 1.5789472366634194, 0.9999999361675297], "motion_type": "STATIC"}, {"template_name": "4526796791270cc556e4d03be4fb6c09d0518337", "translation": [-3.4180498123168945, 7.768333176727538e-08, -1.303309958975909], "rotation": [0.9182603368944555, -5.310739588466512e-09, -0.39597721359502575, -1.927503411760363e-08], "non_uniform_scale": [0.49999999616652535, 1.5789472366634194, 0.9999999361675297], "motion_type": "STATIC"}, {"template_name": "318e0620ea1a7571d0d97004a710d929a74bcd1c", "translation": [-5.981873035430908, 3.839671762762009e-07, -6.441899869328722], "rotation": [0.7071068022599752, -2.1502720251065728e-08, 0.7071067601131182, 3.150389547446039e-08], "non_uniform_scale": [1.7391301548999454, 1.1856640355987407, 0.5868544824806197], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_1", "translation": [-13.84864730561937, 1.1126615108070594, -15.677200168762662], "rotation": [0.7071068022599739, -7.341777352548507e-09, 0.7071067601131196, 3.670200382369061e-08], "non_uniform_scale": [1.2598423206900167, 1.3483901800644078, 0.999999880790719], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_2", "translation": [-13.87262939189872, 0.6665090123825381, -15.92600490764594], "rotation": [0.7071068022599739, -7.341777352548507e-09, 0.7071067601131196, 3.670200382369061e-08], "non_uniform_scale": [1.2598423206900167, 1.3483901800644078, 0.999999880790719], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_3", "translation": [-13.817210083475773, 0.2038763032027321, -16.13796647138885], "rotation": [0.7071068022599739, -7.341777352548507e-09, 0.7071067601131196, 3.670200382369061e-08], "non_uniform_scale": [1.2598423206900167, 1.3483901800644078, 0.999999880790719], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_4", "translation": [-13.82091708998334, 0.20418046052963706, -16.073499975906905], "rotation": [0.7071068022599739, -7.341777352548507e-09, 0.7071067601131196, 3.670200382369061e-08], "non_uniform_scale": [1.2598423206900167, 1.3483901800644078, 0.999999880790719], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_6", "translation": [-13.804634452541466, 0.20387629537243046, -15.989638946333784], "rotation": [0.7071068022599739, -7.341777352548507e-09, 0.7071067601131196, 3.670200382369061e-08], "non_uniform_scale": [1.2598423206900167, 1.3483901800644078, 0.999999880790719], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_7", "translation": [-13.797714383625564, 0.20387629248804645, -15.931916057058622], "rotation": [0.7071068022599739, -7.341777352548507e-09, 0.7071067601131196, 3.670200382369061e-08], "non_uniform_scale": [1.2598423206900167, 1.3483901800644078, 0.999999880790719], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_8", "translation": [-13.780787793426667, 0.5411789866252551, -15.88148421931872], "rotation": [0.7071068022599739, -7.341777352548507e-09, 0.7071067601131196, 3.670200382369061e-08], "non_uniform_scale": [1.2598423206900167, 1.3483901800644078, 0.999999880790719], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_5", "translation": [-13.813493184198949, 0.2029131791510708, -16.02642792276975], "rotation": [0.7071068022599739, -7.341777352548507e-09, 0.7071067601131196, 3.670200382369061e-08], "non_uniform_scale": [1.2598423206900167, 1.3483901800644078, 0.999999880790719], "motion_type": "STATIC"}, {"template_name": "779895eff1c006ddbd9e4af9420d75425d090b68_part_9", "translation": [-13.774620041251161, 4.3837917135604124e-07, -15.784798634958321], "rotation": [0.7071068022599739, -7.341777352548507e-09, 0.7071067601131196, 3.670200382369061e-08], "non_uniform_scale": [1.2598423206900167, 1.3483901800644078, 0.999999880790719], "motion_type": "STATIC"}, {"template_name": "2170257242a4feec96eadcf210a3d403104daa72", "translation": [-13.032340049743652, 2.500000146560069, -4.958869489498738], "rotation": [-4.371138740250175e-08, 2.0799864485728904e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [3.5294117927551407, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "6432fc5ea07278c7008f2bf5718d3ca7e3eea6b3", "translation": [-0.549049973487854, 1.8500003995514192, -10.153359651365264], "rotation": [-0.500000025430695, -0.49999999195246597, 0.5000000343757565, -0.49999994824107796], "non_uniform_scale": [0.5387183702755939, 0.9999998211860764, 0.8901999723672855], "motion_type": "STATIC"}, {"template_name": "6432fc5ea07278c7008f2bf5718d3ca7e3eea6b3", "translation": [-0.5457000136375427, 1.850000341210972, -9.174569426502586], "rotation": [-0.500000025430695, -0.49999999195246597, 0.5000000343757565, -0.49999994824107796], "non_uniform_scale": [0.5387183702755939, 0.9999998211860764, 0.8901999723672855], "motion_type": "STATIC"}, {"template_name": "6432fc5ea07278c7008f2bf5718d3ca7e3eea6b3", "translation": [-0.5653218626976013, 1.8250002038007977, -4.444209678816193], "rotation": [0.5021769125264307, 0.5021768868642261, -0.49781362860060535, 0.4978135333679416], "non_uniform_scale": [0.538718379169885, 0.9999998110050712, 0.8266142813427074], "motion_type": "STATIC"}, {"template_name": "6432fc5ea07278c7008f2bf5718d3ca7e3eea6b3", "translation": [-0.5522618293762207, 1.825000285682691, -5.81795980674265], "rotation": [0.5021769125264307, 0.5021768868642261, -0.49781362860060535, 0.4978135333679416], "non_uniform_scale": [0.538718379169885, 0.9999998110050712, 0.8266142813427074], "motion_type": "STATIC"}, {"template_name": "45bb13120a95abbc073fa7f8d7ad6572fb8bbd48", "translation": [-2.4971299171447754, 1.6500006079011555, -12.248888140983048], "rotation": [-3.090861628229016e-08, -3.090861909364074e-08, 0.7071068496751768, -0.7071067126979103], "non_uniform_scale": [1.7500000000000067, 0.9999998211860909, 1.9999996423721607], "motion_type": "STATIC"}, {"template_name": "6f12433d677e5a2227389fd4a53d30ca5ca65881", "translation": [-2.5613298416137695, 6.243884627110674e-07, -10.47549948242306], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2d1ab5502d369b889e1121b26cc50cad703dfd6f", "translation": [-1.897196650505066, 5.377494858294085e-07, -9.02193873989944], "rotation": [-4.371138837666472e-08, -3.644260045277308e-16, 0.9999999999999972, 6.122371303077302e-08], "non_uniform_scale": [1.3323562145233205, 0.9999998807907168, 0.7202533816989193], "motion_type": "STATIC"}, {"template_name": "43f7c491395382a203a5120c926a50d0b9a8b18b", "translation": [-2.4063799381256104, 8.60511079281423e-07, -14.43697938698648], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_1", "translation": [-15.93737001087089, 1.4842258906597592, -10.247611338602262], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_1", "translation": [-15.937372029376599, 1.4842261591280153, -9.689266405833852], "rotation": [-0.5000001222254881, -0.4999998042623915, -0.4999999373791228, 0.5000001361329218], "non_uniform_scale": [0.9999998807907268, 0.9999998211860874, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_1", "translation": [-15.937369240762129, 1.2467405366659832, -10.247611352757685], "rotation": [0.49999998039607657, 0.49999994609071224, 0.500000083711534, -0.49999998980166654], "non_uniform_scale": [0.9999998807907269, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_1", "translation": [-15.937371259151389, 1.246740504100826, -9.689266419989371], "rotation": [-0.5000001222262931, -0.4999998042625841, -0.49999993737876397, 0.5000001361322829], "non_uniform_scale": [0.9999998807907268, 0.9999998211860872, 0.9999998211860818], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_5", "translation": [-15.867034551016188, 1.245590614135668, -10.329273399372884], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_6", "translation": [-15.853774083025506, 1.2697732683822838, -10.346751822312443], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_7", "translation": [-15.856984231207045, 1.2455906079473409, -10.413924573178056], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_8", "translation": [-15.864764858796512, 1.4726329632696429, -10.305374243559696], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_9", "translation": [-15.866241614656754, 1.2376512812753757, -10.171327554062422], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1babc21347ad1d49accb8c6df726aa9f85bdde93_part_10", "translation": [-15.863973989523862, 1.2372348379192057, -10.097088203451419], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "da2ef1fcd5473bc2b967f50c63e80390190c5833", "translation": [-2.5675880908966064, 2.500000626590463, -13.012442617866782], "rotation": [0.7071068022599751, -1.5987155454974932e-08, -0.7071067601131182, -3.305621699767514e-08], "non_uniform_scale": [0.6290824038337228, 0.9492437900014095, 0.5397599613809629], "motion_type": "STATIC"}, {"template_name": "22c07b0c753865794301311456c00269dcd16b06", "translation": [-11.50039005279541, 8.273124763036321e-07, -13.879999287128442], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_1", "translation": [-11.600579827979177, 7.569167337063776e-07, -9.444909486500329], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_2", "translation": [-10.967415382717515, 6.007067860016538e-07, -9.445397819407212], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_2", "translation": [-10.967415316819043, 5.622971519306759e-07, -8.800991026218973], "rotation": [0.7071068006680561, -9.488563409478556e-17, 0.7071067617050373, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_2", "translation": [-11.59905788739519, 4.991422647505142e-07, -8.373070449835424], "rotation": [0.9999999999999923, 2.9802325858373314e-08, -1.1645663313049083e-07, 2.9802320693373902e-08], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_2", "translation": [-12.22873556997613, 4.871165522752161e-07, -8.800990192333469], "rotation": [-0.7071067192178883, -4.2146849766967835e-08, 0.7071068431552001, 2.4375457169953482e-15], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_2", "translation": [-12.228735531566482, 5.255261987806908e-07, -9.445397089829816], "rotation": [-0.7071067192178883, -4.2146849766967835e-08, 0.7071068431552001, 2.4375457169953482e-15], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_2", "translation": [-12.228735493271927, 5.638207515806872e-07, -10.08787303548421], "rotation": [-0.7071067192178883, -4.2146849766967835e-08, 0.7071068431552001, 2.4375457169953482e-15], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_2", "translation": [-11.59905856426431, 6.270310281798072e-07, -10.51868853473075], "rotation": [2.980232505223077e-08, -2.980232327587372e-08, 0.9999999999999987, 2.980232327587372e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_2", "translation": [-10.96741544873107, 6.390013388016506e-07, -10.087873869369727], "rotation": [0.7071068022599704, -1.4037720071298283e-22, 0.7071067601131228, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f17320c869ef6f1af609b1ef0313a47de89b8bd6", "translation": [-4.779590129852295, 8.790665901869943e-07, -14.748289182884093], "rotation": [0.7071068022599729, 5.015474350929211e-09, -0.7071067601131198, -4.8728837463639515e-08], "non_uniform_scale": [1.0252622946940486, 0.9999998807907189, 1.3123357705869803], "motion_type": "STATIC"}, {"template_name": "5f4a14a4e5bc2feb7388b5d18d63350c38600f29", "translation": [-18.137189865112305, 5.542618168874469e-07, -9.298969668211328], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5f4a14a4e5bc2feb7388b5d18d63350c38600f29", "translation": [-18.09796905517578, 8.852077257870405e-07, -14.851320335190223], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2e764d82da3614e6aac849354b768932771b0a1a", "translation": [-1.3097715377807617, 2.5000006970908544, -14.19524284033514], "rotation": [-4.37113887783009e-08, 3.537925023003828e-16, 0.9999999999999972, 6.046898392375694e-08], "non_uniform_scale": [0.6155109405517601, 0.5025588270951685, 0.6390455795472144], "motion_type": "STATIC"}, {"template_name": "3fc8d4939b7b1bada6f6e700f5f283dedee9bd2e", "translation": [-13.725390434265137, 7.100653647285071e-07, -11.91291928810358], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2e1ad662823a47cc345a21da6a953dd5bf4f33e0", "translation": [-9.089620590209961, 1.3000004277700015, -9.27678903479638], "rotation": [-0.5000000339497257, -0.49999999105425186, 0.5000000276531552, -0.4999999473428624], "non_uniform_scale": [0.9139481238157663, 0.9999998211860759, 0.6947660213987779], "motion_type": "STATIC"}, {"template_name": "deae2fd69a0752bc5da79083dad3a4b9f7317da6", "translation": [-13.689803123474121, 0.050000601665158184, -10.131765712394337], "rotation": [0.7071068022599666, 1.4945754335411066e-08, -0.7071067601131215, -9.354622753607308e-08], "non_uniform_scale": [1.904689198452878, 0.16424676308074637, 0.5648547074285315], "motion_type": "STATIC"}, {"template_name": "d7b8594541014144aca68b4bf28d747263b549e4", "translation": [-3.3021700382232666, 9.539919574308442e-07, -16.00532817808812], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d7b8594541014144aca68b4bf28d747263b549e4", "translation": [-3.3021700382232666, 8.19362981019367e-07, -13.74662889560284], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d7b8594541014144aca68b4bf28d747263b549e4", "translation": [-0.8094900250434875, 3.751891881620395e-07, -6.2946296754699915], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d7b8594541014144aca68b4bf28d747263b549e4", "translation": [-0.8145899772644043, 2.326160739585248e-07, -3.9026498852580715], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b4d64a725d7cf16445f2b6f32692de41872492ad", "translation": [-7.547460556030273, 2.8000003415804855, -9.330768815829188], "rotation": [0.7071068022599738, -6.888905961332619e-09, -0.7071067601131195, -3.695512065018544e-08], "non_uniform_scale": [0.6741723612444186, 0.9999999999999921, 0.7536361960389507], "motion_type": "STATIC"}, {"template_name": "b4d64a725d7cf16445f2b6f32692de41872492ad", "translation": [-7.553120136260986, 2.80000037561895, -9.901839452872267], "rotation": [0.7071068022599738, -6.888905961332619e-09, -0.7071067601131195, -3.695512065018544e-08], "non_uniform_scale": [0.6741723612444186, 0.9999999999999921, 0.7536361960389507], "motion_type": "STATIC"}, {"template_name": "b4d64a725d7cf16445f2b6f32692de41872492ad", "translation": [-7.559359550476074, 2.8000004131061047, -10.530769507243022], "rotation": [0.7071068022599738, -6.888905961332619e-09, -0.7071067601131195, -3.695512065018544e-08], "non_uniform_scale": [0.6741723612444186, 0.9999999999999921, 0.7536361960389507], "motion_type": "STATIC"}, {"template_name": "b4d64a725d7cf16445f2b6f32692de41872492ad", "translation": [-7.556009292602539, 2.8000004530632765, -11.201139569214561], "rotation": [0.7071068022599738, -6.888905961332619e-09, -0.7071067601131195, -3.695512065018544e-08], "non_uniform_scale": [0.6741723612444186, 0.9999999999999921, 0.7536361960389507], "motion_type": "STATIC"}, {"template_name": "b4d64a725d7cf16445f2b6f32692de41872492ad", "translation": [-7.572770595550537, 2.800000493682049, -11.882609445893152], "rotation": [0.7071068022599738, -6.888905961332619e-09, -0.7071067601131195, -3.695512065018544e-08], "non_uniform_scale": [0.6741723612444186, 0.9999999999999921, 0.7536361960389507], "motion_type": "STATIC"}, {"template_name": "b4d64a725d7cf16445f2b6f32692de41872492ad", "translation": [-7.57466983795166, 2.800000534708502, -12.570919074361328], "rotation": [0.7071068022599738, -6.888905961332619e-09, -0.7071067601131195, -3.695512065018544e-08], "non_uniform_scale": [0.6741723612444186, 0.9999999999999921, 0.7536361960389507], "motion_type": "STATIC"}, {"template_name": "30fb1238adb1b209e1132ba66124c7b2770613ed", "translation": [-12.540209770202637, 1.0000001690143279, -3.8355895974880525], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "3238886494f286496572f06446b15fb020cbd141", "translation": [-3.8891799449920654, 1.3149999541926363, -1.5864797293257809], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3238886494f286496572f06446b15fb020cbd141", "translation": [-3.8891799449920654, 1.71500006433606, -2.2343797713887668], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "fd0c0ff8a8550172efb5d3487c1c8aacb4a6f5d3", "translation": [-9.862189292907715, 0.5000008327519936, -14.471259178444143], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998211860763, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fd0c0ff8a8550172efb5d3487c1c8aacb4a6f5d3", "translation": [-10.977629661560059, 0.4700009081513077, -15.726249683126769], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4c4631892d5ee989bf8ffc392b89ae5f4e8fff96", "translation": [-14.139805793762207, 9.496086477156496e-07, -15.931788448584712], "rotation": [0.7071068022599858, -1.1969003705057905e-07, -0.7071067601130979, -2.4228286428153617e-08], "non_uniform_scale": [0.9999998807907176, 0.6666666070620231, 0.09980536402432715], "motion_type": "STATIC"}, {"template_name": "4c4631892d5ee989bf8ffc392b89ae5f4e8fff96", "translation": [-14.139805793762207, 8.509331905770523e-07, -14.27628908894718], "rotation": [0.7071068022599858, -1.1969003705057905e-07, -0.7071067601130979, -2.4228286428153617e-08], "non_uniform_scale": [0.9999998807907176, 0.6666666070620231, 0.09980536402432715], "motion_type": "STATIC"}, {"template_name": "4c4631892d5ee989bf8ffc392b89ae5f4e8fff96", "translation": [-14.139805793762207, 7.522576765950362e-07, -12.62078877563539], "rotation": [0.7071068022599858, -1.1969003705057905e-07, -0.7071067601130979, -2.4228286428153617e-08], "non_uniform_scale": [0.9999998807907176, 0.6666666070620231, 0.09980536402432715], "motion_type": "STATIC"}, {"template_name": "924c97c4257c0bc594577391d0c32aa36adfff2f", "translation": [-5.5753397941589355, 2.6000004961884713, -12.524660162647905], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9a8afdac2da85b781e7e2cf35e663009b27d4ffe", "translation": [-13.939623832702637, 1.7000005550271382, -12.211809282791016], "rotation": [0.49999998239118515, 0.4999999482012163, 0.5000000774950033, -0.49999999191258615], "non_uniform_scale": [0.9999998807907267, 0.9999998211860868, 0.8716684136785926], "motion_type": "STATIC"}, {"template_name": "9a8afdac2da85b781e7e2cf35e663009b27d4ffe", "translation": [-3.0471351146698, 1.9588902512067534, -6.823679400529272], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a6be616224f4dce468b234d0717a4e95def9ca4a", "translation": [-11.596920013427734, 2.1002701291632775, -3.7155898919188814], "rotation": [-3.090861764571779e-08, -3.090861932392815e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.8940763473510777, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7860ebefd88e4fc63ea3b158b9e6f330f2546f49", "translation": [-6.271890640258789, 0.6000003946742751, -6.821535144952797], "rotation": [0.7071068022599744, -1.6235680430489088e-08, -0.7071067601131191, -3.297639672042412e-08], "non_uniform_scale": [1.6103058093603961, 1.770433691688321, 0.9999998807907213], "motion_type": "STATIC"}, {"template_name": "cac04279e6d51203058f8f64ebad61e4f4a376dd", "translation": [-11.629510879516602, 2.3934782689138956e-07, -4.015589951539624], "rotation": [-4.3711388216610926e-08, -9.062243494651138e-17, 0.9999999999999973, 5.968215117088083e-08], "non_uniform_scale": [1.1160714626312298, 1.0747661501447896, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "bb70aa6fc38b24127bbdf01f8b3b6ebda9a57016", "translation": [-5.974669933319092, 1.2500006907886885, -14.839509958653998], "rotation": [0.49999997558351916, 0.49999994828459027, 0.5000000841359188, -0.49999999199596135], "non_uniform_scale": [1.167882968909574, 0.9999998211860875, 1.0917028079387117], "motion_type": "STATIC"}, {"template_name": "bb70aa6fc38b24127bbdf01f8b3b6ebda9a57016", "translation": [0.1614500731229782, 1.2500006668448762, -14.437799472343904], "rotation": [-0.5000000192949079, -0.4999999919959766, 0.5000000404245208, -0.49999994828458966], "non_uniform_scale": [1.1678829689095618, 0.9999998211860771, 1.0917028079387117], "motion_type": "STATIC"}, {"template_name": "bb70aa6fc38b24127bbdf01f8b3b6ebda9a57016", "translation": [-1.29899001121521, 1.2500007936710134, -16.565588842893256], "rotation": [0.7071068023411354, 0.7071067600319537, 6.181724127044374e-08, -6.18172349561656e-08], "non_uniform_scale": [1.1678831577301203, 0.9999998211860973, 1.0917028079387114], "motion_type": "STATIC"}, {"template_name": "bb70aa6fc38b24127bbdf01f8b3b6ebda9a57016", "translation": [-4.506040096282959, 1.2500007936710134, -16.565588842893256], "rotation": [0.7071068023411354, 0.7071067600319537, 6.181724127044374e-08, -6.18172349561656e-08], "non_uniform_scale": [1.1678831577301203, 0.9999998211860973, 1.0917028079387114], "motion_type": "STATIC"}, {"template_name": "bb70aa6fc38b24127bbdf01f8b3b6ebda9a57016", "translation": [-5.955827713012695, 1.2500004244238383, -10.370649598798146], "rotation": [0.49781357569804036, 0.4978135485264096, 0.5021769651057556, -0.5021768717010454], "non_uniform_scale": [1.1678830933806499, 0.9999999307299607, 1.0917028079387117], "motion_type": "STATIC"}, {"template_name": "e27eb6626e9ccedc342a14a983e1311a494547b4", "translation": [-12.323080062866211, 0.0010011185388193525, -18.766169383098454], "rotation": [-4.371138724245391e-08, -3.0652454244527886e-16, 0.9999999999999972, 6.068352099129356e-08], "non_uniform_scale": [0.3817595243453994, 0.5000004172324598, 0.38235063763253163], "motion_type": "STATIC"}, {"template_name": "b2a3170effd0ed0a47d335793daaf91d0599c295", "translation": [0.10989999771118164, 1.908850606469059e-07, -3.2025197027611796], "rotation": [1.0, -4.764560328305439e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998211860799, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "a19b47699883e5841599452274d671a1bb2c775e", "translation": [-18.539615631103516, 2.3934782689138956e-07, -4.015589951539624], "rotation": [0.7071068022599767, -4.092693984142415e-08, 0.707106760113116, 2.823611227010386e-08], "non_uniform_scale": [-0.7083490068704482, 2.7826315423689194, 0.9457940491560798], "motion_type": "STATIC"}, {"template_name": "94bb57df95029884d9a44b4f4e5be2d946969a45", "translation": [-1.7050199508666992, 0.035000057746769286, -1.0638299525481454], "rotation": [-3.090861885281428e-08, -3.090861999377889e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [13.656250000000052, 0.9999998807907232, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7a228d91daf6b9eacf22f3c701295564d9b1898f", "translation": [-1.7890100479125977, 2.0027998786818983, -0.1722198620426667], "rotation": [-3.090861844943398e-08, -3.09086193239282e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.6462137699127262, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "6acafe4f37b17ff0c33d22c8dc3fede1bddc67de", "translation": [-11.226982116699219, 1.201385231297536e-07, -2.015589832330349], "rotation": [-4.371138806632787e-08, -1.5065004772965677e-16, 0.9999999999999973, 5.982999090559768e-08], "non_uniform_scale": [1.7499562501907415, 1.1307668530026764, 0.9999998807907219], "motion_type": "STATIC"}, {"template_name": "d291be0a1ac8b87e4fb7cf444849fa3619b0041f", "translation": [-5.88023042678833, 1.020978402266337e-06, -17.129174165178824], "rotation": [0.970033936393063, 2.1535842494844486e-16, 0.24296946772337175, 1.4482110537918438e-08], "non_uniform_scale": [1.0000001062731458, 0.9999997615814422, 0.9999998803210316], "motion_type": "STATIC"}, {"template_name": "d291be0a1ac8b87e4fb7cf444849fa3619b0041f", "translation": [-9.081864356994629, 1.0236996104140417e-06, -17.174828459332616], "rotation": [0.9823217828943233, 1.1539068058059067e-16, -0.18720019992328532, -1.1158002688884822e-08], "non_uniform_scale": [1.0000000950141048, 0.9999997615814422, 0.9999998701145559], "motion_type": "STATIC"}, {"template_name": "0d6acbc9f35c8834a605e284167f44c84582a975", "translation": [-13.939620971679688, 1.5080006385493618, -13.949079545910337], "rotation": [0.49999997814430686, 0.4999999483419849, 0.5000000814603432, -0.4999999920533554], "non_uniform_scale": [0.9999998211860854, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "135c021765c37200857cac559329a50ab66e6a1e", "translation": [-14.089620590209961, 1.5625004457294835, -9.040599191004048], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "48ae5ecd105a390458b1f328240c129832ea4734", "translation": [-1.3282400369644165, 1.606520179133419, -3.6601998050975695], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "c461ecb62efa4ef74eb34fb8152acf8cc8ac427d", "translation": [-14.998963356018066, 1.000000169527027, -3.8441912624721795], "rotation": [0.21428147661463404, -2.7901752310502253e-09, 0.9767719533134888, 5.96347466256802e-08], "non_uniform_scale": [1.3339261337754722, 1.1503066837421971, 1.6528925312188034], "motion_type": "STATIC"}, {"template_name": "e3d8c7485b594d0ddf81302c96585d585089df27", "translation": [-3.7296700477600098, 1.3350000396221873, -1.359749871805306], "rotation": [-4.371138662864822e-08, 3.105881150761225e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "25a4b0330a2067f60b6a246d342c4720e8755d7c", "translation": [-11.481359481811523, 2.7000007165539017, -13.921778641833086], "rotation": [-4.371138828673792e-08, 6.928155995333814e-16, 0.9999999999999971, 6.235605749144256e-08], "non_uniform_scale": [1.0000000000000038, 0.6528138932211496, 0.9999998807907203], "motion_type": "STATIC"}, {"template_name": "cae4c60830bba615ff533dc23ffee6e6e5c7d14e", "translation": [-16.489513397216797, 2.3338733967648295e-07, -3.915589576030385], "rotation": [-4.371138819108543e-08, -4.981671393962759e-16, 0.9999999999999971, 6.313307848690479e-08], "non_uniform_scale": [1.3395398855209402, 0.9999998807907164, 0.6175888636602324], "motion_type": "STATIC"}, {"template_name": "6e6b15be2a745938a2095b2b1048bb030bd921f9", "translation": [-1.4556699991226196, 4.0478886376149603e-07, -6.791229796932328], "rotation": [-4.3711388286737876e-08, -1.7241228119590964e-16, 0.9999999999999973, 5.990547975787205e-08], "non_uniform_scale": [1.0000000000000038, 1.152538281376558, 0.999999880790722], "motion_type": "STATIC"}, {"template_name": "3d4eb392115d407784780d01df061c6eab804bf9", "translation": [-9.459630012512207, 7.130193466764467e-07, -11.962478878350282], "rotation": [-0.33499330933836186, -3.009923502114586e-09, 0.9422205064094759, 5.928879420512377e-08], "non_uniform_scale": [0.9999999544818267, 1.4316133938296447, 0.9999998827784351], "motion_type": "STATIC"}, {"template_name": "e24449e3c2ce454a904c6a7011488632a6b1c875", "translation": [-9.089620590209961, 1.3000005193805606, -10.813759081735626], "rotation": [-0.5000000339497257, -0.49999999105425186, 0.5000000276531552, -0.4999999473428624], "non_uniform_scale": [0.9139481238157663, 0.9999998211860759, 0.6947660213987779], "motion_type": "STATIC"}, {"template_name": "5308f862dcc5bd45f62aececd538135a03ff93d2", "translation": [-6.089625358581543, 1.6771803323948262, -6.384719368106133], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5308f862dcc5bd45f62aececd538135a03ff93d2", "translation": [-3.0471346378326416, 1.7571807594645321, -14.909759481731626], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5308f862dcc5bd45f62aececd538135a03ff93d2", "translation": [-2.897135019302368, 1.6000005666058712, -12.706068139906591], "rotation": [0.49999999241665766, 0.4999999469999131, 0.5000000698721406, -0.4999999907112809], "non_uniform_scale": [0.656196674335207, 0.9999998211860862, 0.6561966352228342], "motion_type": "STATIC"}, {"template_name": "e8540f75ac3b5ae5897fedf516a04071ecdad299", "translation": [-13.735795021057129, 0.39000057390810383, -10.258579573119867], "rotation": [0.7127548718582448, 1.3215253056424137e-16, 0.7014132110548924, 4.180748791190281e-08], "non_uniform_scale": [0.9999998872455629, 0.9999998807907177, 0.9999998872148963], "motion_type": "STATIC"}, {"template_name": "e014a107c1f020ae48c970064f75606724f946b7", "translation": [-6.10561990737915, 2.78129590469689e-07, -4.666239937171923], "rotation": [0.707106802259973, -2.3414926446231957e-09, -0.7071067601131203, -4.003950637424628e-08], "non_uniform_scale": [1.999999761581435, 1.1111110316382526, 0.999999880790718], "motion_type": "STATIC"}, {"template_name": "6fe25297682d06a3593f40cb06736314a98e7ccf", "translation": [-5.97467041015625, 0.9000007216751911, -13.407699685829847], "rotation": [0.4999999729288994, 0.49999994809362985, 0.5000000871724584, -0.4999999918050013], "non_uniform_scale": [1.230769084050125, 0.999999821186088, 1.1999997854232973], "motion_type": "STATIC"}, {"template_name": "0760a3dd43bd9dd9c0ec1ea4e033c6e121d92df5", "translation": [-5.124670028686523, 7.479721375602821e-07, -12.548889365858429], "rotation": [-4.3711387800709113e-08, -3.827631797183933e-16, 0.9999999999999972, 6.142635084214723e-08], "non_uniform_scale": [0.7302279472351102, 1.2953881865276964, 0.9147735935719484], "motion_type": "STATIC"}, {"template_name": "0760a3dd43bd9dd9c0ec1ea4e033c6e121d92df5", "translation": [-1.992129921913147, 4.887366458206088e-07, -8.199639785311206], "rotation": [1.0, -1.8217025140429032e-09, 0.0, 0.0], "non_uniform_scale": [0.7774779796600342, 1.2953881865276964, 0.9147735935719449], "motion_type": "STATIC"}, {"template_name": "0c9ff2144462d68fcab6a79e7737b7307e1a32d5", "translation": [-15.532342910766602, 2.439194872749795e-07, -4.092289680702095], "rotation": [-4.371138791983874e-08, -8.662949497843977e-17, 0.9999999999999973, 5.967523938046993e-08], "non_uniform_scale": [1.3477089405059866, 1.0712371979669018, 0.9999998807907217], "motion_type": "STATIC"}, {"template_name": "1c19a987e1bd8c206353d18066b117cc0b21e841", "translation": [-10.227740287780762, 1.2229347134962154e-07, -2.0517438619289408], "rotation": [-4.37113880546053e-08, 1.5646670093878414e-17, 0.9999999999999973, 5.960677245991674e-08], "non_uniform_scale": [1.0000000000000038, 1.266835419316829, 1.282051172011947], "motion_type": "STATIC"}, {"template_name": "4b4d4be212c38c5f5cd8286a2eee481ac8c5df5a", "translation": [-5.649129867553711, 2.0000008771176, -16.715590315127884], "rotation": [-3.0908613759218575e-08, -3.090861740486646e-08, 0.7071068883097943, -0.7071066740632832], "non_uniform_scale": [4.61538505554201, 0.9999998211861477, 5.999999284744305], "motion_type": "STATIC"}, {"template_name": "6ece1a15f0f508aab2371808d58eefa8420cf725", "translation": [-3.3772096633911133, 0.3000000723153313, -1.3132498494833733], "rotation": [0.9125568983194239, -2.2207979647002715e-09, -0.408949761376177, -2.1689462790932858e-08], "non_uniform_scale": [0.7114399243106136, 0.9999998807907169, 0.7796257546158026], "motion_type": "STATIC"}, {"template_name": "6ece1a15f0f508aab2371808d58eefa8420cf725", "translation": [-0.7506399750709534, 0.3000005222737734, -8.862299373012785], "rotation": [0.9276186960922276, -1.9885038664809578e-09, -0.373528519205904, -1.9810826465791126e-08], "non_uniform_scale": [0.5691519595464459, 0.9999998807907169, 0.7796257104014218], "motion_type": "STATIC"}, {"template_name": "6ece1a15f0f508aab2371808d58eefa8420cf725", "translation": [-13.816149711608887, 0.3000007428413589, -12.562809177469614], "rotation": [0.999992708240076, -1.0277047562805228e-09, -0.0038188305380186796, -2.616920847552893e-10], "non_uniform_scale": [0.7114399752584397, 0.9999998807907189, 1.2993762038999477], "motion_type": "STATIC"}, {"template_name": "45480ab679105abf520ce464964cf2d3c9a888f6", "translation": [-3.0471303462982178, 1.7500993071362672, -15.84737291351125], "rotation": [-0.5000000487259693, -0.4999999881438114, 0.5000000186977944, -0.4999999444324191], "non_uniform_scale": [0.6559096183830718, 0.9999997019767929, 0.49193218446586323], "motion_type": "STATIC"}, {"template_name": "2c4bc5b4afebaf03548b211cd5f637c262ae96d1", "translation": [-1.9373500347137451, 1.562500116091968, -3.51019972129464], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a756e51292c1fa19b9c35b83a0d19f1320bf2b34", "translation": [-9.600959777832031, 1.9999928280671, -11.674924035375291], "rotation": [-3.090861872847907e-08, -3.090861929203854e-08, 0.7071068451363718, -0.7071067172367163], "non_uniform_scale": [0.6153751611709618, 0.9999998211860848, 0.7692187703587059], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-16.581010818481445, 3.5002111076209985e-07, -5.872379429794563], "rotation": [-4.371138762018085e-08, -5.332258165173178e-16, 0.999999999999997, 6.383136859425516e-08], "non_uniform_scale": [2.3117568492889493, 2.159267406550937, 1.2754287391389918], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-18.464319229125977, 0.0010003498755352183, -5.870140202573505], "rotation": [-4.371138762018085e-08, -5.332258165173178e-16, 0.999999999999997, 6.383136859425516e-08], "non_uniform_scale": [2.3117568492889493, 2.159267406550937, 1.2754287391389918], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-17.529050827026367, 0.00100034968834984, -5.866999753236764], "rotation": [-4.371138762018085e-08, -5.332258165173178e-16, 0.999999999999997, 6.383136859425516e-08], "non_uniform_scale": [2.3117568492889493, 2.159267406550937, 1.2754287391389918], "motion_type": "STATIC"}, {"template_name": "f8a9c7497f063378e4cef9d413f2012f3fa1d344", "translation": [-3.8091001510620117, 1.7350000447094445, -2.245099784129856], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9de6d6bd6ccf9600b7aac7093ad8c0b432683294", "translation": [0.22234001755714417, 1.1109172959322677e-07, -1.8638098321074281], "rotation": [0.7071068022599734, -3.1972985304628754e-09, -0.70710676011312, -3.9370746546216813e-08], "non_uniform_scale": [-0.6666721304254454, 1.1517216978404794, 0.9999998807907181], "motion_type": "STATIC"}, {"template_name": "8ea1b6b2e278493d262074ecfed9c8588079ddb1", "translation": [-0.18385377526283264, 7.507665600314795e-07, -12.595771992458538], "rotation": [-0.3281057350935075, -1.2951168646448047e-09, 0.9446410040850153, 5.707380122964059e-08], "non_uniform_scale": [0.999999961704383, 1.1526684579052293, 0.9999998883020438], "motion_type": "STATIC"}, {"template_name": "2ae7b21ff41782f7591b042d1252c487340c80e4", "translation": [-13.739620208740234, 5.967408469587099e-07, -10.011649488708372], "rotation": [0.7071068022599746, -1.3718800451825692e-08, 0.7071067601131188, 3.383746126569823e-08], "non_uniform_scale": [1.640419743036047, 0.9999998807907164, 0.6056934234086637], "motion_type": "STATIC"}, {"template_name": "2ae7b21ff41782f7591b042d1252c487340c80e4", "translation": [-6.2896199226379395, 3.829616730399721e-07, -6.425030325351315], "rotation": [0.7071068022599764, -3.1950036054139014e-08, 0.7071067601131167, 2.9448759539651818e-08], "non_uniform_scale": [1.1646979353011886, 1.5240029664035943, 0.6056934234086676], "motion_type": "STATIC"}, {"template_name": "e9aa737db39d132275f3e6bb4453fd3ffc9ab1bc", "translation": [-15.020238876342773, 0.2000006636869669, -11.284818918417717], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "39443cc1873a0b4954ce7a2c357f296e98bf86a7", "translation": [-13.076789855957031, 3.793293217313476e-07, -6.364089586490991], "rotation": [-4.3711389026169766e-08, -2.5903718516797534e-16, 0.9999999999999972, 6.03400752461338e-08], "non_uniform_scale": [1.4532347917556818, 0.9999998807907169, 0.8011535643156077], "motion_type": "STATIC"}, {"template_name": "b950b390d7d5c099fb9730dcadd080a5c48fc83c", "translation": [-13.856121063232422, 0.6000008027756039, -13.66833887884976], "rotation": [0.707106802259972, 5.109311081433261e-09, 0.7071067601131208, 4.8891395427254014e-08], "non_uniform_scale": [0.9999998807907176, 0.7575469902101722, 0.9999997615814343], "motion_type": "STATIC"}, {"template_name": "75a47e132a99a8576b16f0a6d84ed7533cffe954", "translation": [-17.35713005065918, 2.5000001317530973, -4.710449742647995], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "75a47e132a99a8576b16f0a6d84ed7533cffe954", "translation": [-10.489599227905273, 2.500000024051076, -2.903509771614665], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "75a47e132a99a8576b16f0a6d84ed7533cffe954", "translation": [-15.035109519958496, 2.5000004469079045, -9.997869700320337], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "75a47e132a99a8576b16f0a6d84ed7533cffe954", "translation": [-1.8434300422668457, 2.4999999847608763, -2.2443296465677065], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "75a47e132a99a8576b16f0a6d84ed7533cffe954", "translation": [-1.4813499450683594, 2.500000290613741, -7.375688917893797], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "75a47e132a99a8576b16f0a6d84ed7533cffe954", "translation": [-1.8395600318908691, 2.500000430220382, -9.717899547940476], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "75a47e132a99a8576b16f0a6d84ed7533cffe954", "translation": [-1.545989990234375, 2.500000532913191, -11.44079888219835], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "75a47e132a99a8576b16f0a6d84ed7533cffe954", "translation": [-4.4612298011779785, 2.500000422397875, -9.586659664710737], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9c5db6e77b1207d689e035d957bff9216d1615e5", "translation": [-13.627189636230469, 1.0000001663321143, -3.7905895238763208], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9f4ddfa2353e1db1588938fbc3dc0a66cb898da7", "translation": [-9.423439979553223, 1.2227833678934985e-07, -2.051489946157332], "rotation": [-4.3711388286737876e-08, -8.899488339522287e-17, 0.9999999999999973, 5.96792920817876e-08], "non_uniform_scale": [1.0000000000000038, 1.0733249100059299, 0.9999998807907217], "motion_type": "STATIC"}, {"template_name": "823948f298dbec640dd5f7e301427bf0857065db", "translation": [-11.481889724731445, 8.408159146711114e-07, -14.10654937585889], "rotation": [1.0, -1.7742541891359025e-09, 0.0, 0.0], "non_uniform_scale": [1.5330369472503662, 0.9999999999999946, 1.4096947420007186], "motion_type": "STATIC"}, {"template_name": "9d0a7c6b380f48cc4cc5112f346a4d65af4e4533", "translation": [-13.939624786376953, 1.5604005108571073, -9.97755935561895], "rotation": [0.49999997814430686, 0.4999999483419849, 0.5000000814603432, -0.4999999920533554], "non_uniform_scale": [0.9999998211860854, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "76076bd3b200a8cb0669a6df5edf19b2ff9b3e84", "translation": [-0.7877500057220459, 0.6100002101600168, -3.8958997424900517], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "76076bd3b200a8cb0669a6df5edf19b2ff9b3e84", "translation": [-0.7826499938964844, 0.6100003527331026, -6.287879055864842], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "56ae1c60ba3ee3b807c2e667141ad59afbbc6afe", "translation": [-3.047489881515503, 1.2500004209685471, -8.312679674465642], "rotation": [-0.5000000166274938, -0.4999999918037464, 0.5000000434763949, -0.49999994809236004], "non_uniform_scale": [1.2005568027164442, 0.9999997019767951, 1.2005567311576855], "motion_type": "STATIC"}, {"template_name": "5f4166444c858ace2ff8cafd7907d68bce88e88b", "translation": [-11.656760215759277, 1.9566773801216186e-07, -3.282759709193712], "rotation": [0.9239241250122068, -4.058127410808905e-09, 0.38257575879873496, 1.909775938198045e-08], "non_uniform_scale": [2.272727158891091, 2.7777773406770794, 1.8749999670901676], "motion_type": "STATIC"}, {"template_name": "88c184b452fd6a7ef052b4c15cb6a8ab68546e79", "translation": [-1.8216099739074707, 0.0010000301549971738, -0.5061199958848938], "rotation": [-4.3711388286737896e-08, 3.188362356175259e-16, 0.9999999999999972, 6.032175441014895e-08], "non_uniform_scale": [1.0000000000000038, 0.8033740754873614, 0.9999998807907208], "motion_type": "STATIC"}, {"template_name": "b29dc41dae06d64a3a406c75f4379dfcf56be556", "translation": [-2.238720178604126, 1.6065001519799225, -3.6602997024774524], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "48aa94a564f7543c258707a6a3780d1fb49c0ee7", "translation": [-2.5055301189422607, 7.747942163405241e-07, -12.998889148301487], "rotation": [-4.371138751764913e-08, 4.261962741141711e-17, 0.9999999999999973, 5.962009257359371e-08], "non_uniform_scale": [1.0000000000000038, 0.999999999999993, 1.032716270361388], "motion_type": "STATIC"}, {"template_name": "f589182a989168ab691b31d2513eb5218ec3ba52", "translation": [-4.7527899742126465, 3.000000699801433, -14.74071873779775], "rotation": [-4.3711388286737896e-08, 1.9601763240910664e-16, 0.9999999999999973, 5.98979029700869e-08], "non_uniform_scale": [1.0000000000000038, 0.8692098415839804, 0.999999880790721], "motion_type": "STATIC"}, {"template_name": "5430399b6e003bc654ac3feaebb75a80be1b590b", "translation": [-10.623299598693848, 1.8000000664943485, -3.715589671397808], "rotation": [-3.090861809416694e-08, -3.0908619277904366e-08, 0.7071068454597231, -0.7071067169133648], "non_uniform_scale": [0.8791208863258395, 0.9999998211860847, 0.729926856764927], "motion_type": "STATIC"}, {"template_name": "0fabdc71189a458edf4c16a6e595f7fe8685d447", "translation": [-1.1578400135040283, 1.562500116091968, -3.51019972129464], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "73246c5ca00947d7a5751e23adeaba9a8496361a", "translation": [-12.075610160827637, 2.500000231689228, -6.387099690014111], "rotation": [-4.3711388286737916e-08, 4.898484120042051e-16, 0.9999999999999972, 6.113583240376938e-08], "non_uniform_scale": [1.0000000000000038, 0.7267308560930622, 0.9999998807907206], "motion_type": "STATIC"}, {"template_name": "73246c5ca00947d7a5751e23adeaba9a8496361a", "translation": [-12.975259780883789, 2.500000230600847, -6.368839688966261], "rotation": [-4.3711388286737916e-08, 4.898484120042051e-16, 0.9999999999999972, 6.113583240376938e-08], "non_uniform_scale": [1.0000000000000038, 0.7267308560930622, 0.9999998807907206], "motion_type": "STATIC"}, {"template_name": "73246c5ca00947d7a5751e23adeaba9a8496361a", "translation": [-13.883379936218262, 2.50000023195264, -6.391519016532925], "rotation": [-4.3711388286737916e-08, 4.898484120042051e-16, 0.9999999999999972, 6.113583240376938e-08], "non_uniform_scale": [1.0000000000000038, 0.7267308560930622, 0.9999998807907206], "motion_type": "STATIC"}, {"template_name": "0e3f31820718c4195b9884dbdf9015035f66dae0", "translation": [-9.342989921569824, 9.74723093349894e-07, -16.353138902596243], "rotation": [0.9536983696912263, -3.0720322824751316e-09, -0.30076472474061305, -1.5139536637863706e-08], "non_uniform_scale": [1.5164644763054926, 1.8131267055121865, 1.2492859347321879], "motion_type": "STATIC"}, {"template_name": "c2ac43a89929751cab26f71f04dd1a84554d1476", "translation": [-1.334380030632019, 8.483150963911612e-07, -14.232364759900236], "rotation": [0.7071068022599724, 4.980151129397949e-09, -0.7071067601131203, -4.8668136427685775e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907189, 1.309455316695253], "motion_type": "STATIC"}, {"template_name": "f4516669f6211ba19ad3b565caac0f471f781918", "translation": [-5.7225799560546875, 1.400000854632232, -16.138348487713962], "rotation": [0.8891416515524148, 3.6579444743461695e-16, 0.45763208309147585, 2.7277000087034035e-08], "non_uniform_scale": [0.7874015460604792, 0.9999998807907177, 0.9999999329011868], "motion_type": "STATIC"}, {"template_name": "f4516669f6211ba19ad3b565caac0f471f781918", "translation": [-5.913660049438477, 1.2000002766644826, -5.0416594599688125], "rotation": [0.7071068022599731, 0.0, 0.7071067601131199, 4.2146849766967874e-08], "non_uniform_scale": [1.1811022054492113, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f5e9460870ed5da0fe1df653542b4b19a1a7bf6e", "translation": [-12.905010223388672, 1.0000001801729184, -4.0227996693372745], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "57d0d75e00c2983b5341e67ca833b8218c0487f0", "translation": [-13.06332015991211, 0.9000003075784448, -6.460309543591144], "rotation": [-0.1915555693629484, 9.128843781092226e-16, 0.9814817694924513, 5.8500875409802016e-08], "non_uniform_scale": [1.000000040698952, 0.9999998807907176, 0.9999999383444841], "motion_type": "STATIC"}, {"template_name": "57d0d75e00c2983b5341e67ca833b8218c0487f0", "translation": [-13.769669532775879, 0.3900005486613267, -9.835008965432074], "rotation": [0.6938785804453612, 6.265256375589095e-09, 0.7200920188414309, 5.16831841671657e-08], "non_uniform_scale": [0.7205129635531814, 0.9999998807907167, 0.6970260069236365], "motion_type": "STATIC"}, {"template_name": "c239a1de3dedf0865d3521d4a8189d6044386cf8", "translation": [-6.190199375152588, 0.6000003702705996, -6.41210943388284], "rotation": [0.7071068022599758, -3.454395864570232e-08, 0.7071067601131172, 2.9058144802167896e-08], "non_uniform_scale": [0.9999998807907176, 2.6392187310196253, 0.9999998807907282], "motion_type": "STATIC"}, {"template_name": "c239a1de3dedf0865d3521d4a8189d6044386cf8", "translation": [-13.738590240478516, 0.39000051360070387, -9.246789357853537], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b97baaca3cef8348a6d7c057c8c0753bb95425ec", "translation": [-11.464095115661621, 0.4700008017027404, -13.940339183191059], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ec5a7b51f7301d831b35da3e857ce1e189e34cce", "translation": [-5.546710014343262, 7.001763719927112e-07, -11.747009530841694], "rotation": [0.9413859278635532, -1.7401802533523517e-08, 0.3373314910002865, 1.3962920171319231e-08], "non_uniform_scale": [1.8431291433376402, 2.5713915143738153, 0.9999999045004876], "motion_type": "STATIC"}, {"template_name": "6273fa1285d1deb24ede0d0f238ab7f12504588e", "translation": [-11.225069999694824, 0.3265005404633108, -9.417969122858661], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755902e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "6273fa1285d1deb24ede0d0f238ab7f12504588e", "translation": [-9.595343589782715, 1.8265005170380846, -11.524958768399983], "rotation": [0.7071068022599728, 0.7071067601131217, 0.0, 0.0], "non_uniform_scale": [0.7920007705688477, 0.9999998211860817, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "d1f85a83cd9d47209bad6f29f8c567afa0f19478", "translation": [-13.831666946411133, 0.39000059856024194, -10.672173794378374], "rotation": [0.8789312767307133, 1.9018399696991866e-16, 0.4769484361904518, 2.842834416024662e-08], "non_uniform_scale": [0.9999999408608518, 0.9999998807907176, 0.9999999054474684], "motion_type": "STATIC"}, {"template_name": "9c2594f4917e8d2eb0bfc84c72ce43d27fc8ec31", "translation": [-3.378230094909668, 2.5000001492345234, -5.00373938657404], "rotation": [-4.3711389174039385e-08, 5.678081928591037e-16, 0.9999999999999972, 6.157624744416062e-08], "non_uniform_scale": [0.6666371226310756, 0.46427402326178036, 0.6666370431617419], "motion_type": "STATIC"}, {"template_name": "ee21a6317ae6406c1ec070dd4c8b62739f852786", "translation": [-4.458330154418945, 5.45896909898147e-07, -9.15862982519684], "rotation": [0.7071068022599728, 4.214684059762717e-09, 0.7071067601131199, 4.7415205045783256e-08], "non_uniform_scale": [1.3043476757796004, 0.9999998807907186, 1.2499998062849151], "motion_type": "STATIC"}, {"template_name": "0236208ddb9dd0050851db2b974f088fd9a9fa98", "translation": [-10.9839506149292, 8.694809139342397e-07, -14.587468231471235], "rotation": [1.0, -2.522972103532678e-10, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 1.1388612820075328, 0.9999998807907181], "motion_type": "STATIC"}, {"template_name": "b6bc2fe5ca3bfb2a389e771f6cca1dbba6a17c8d", "translation": [-11.584439277648926, 2.5000004087293064, -9.357339152256259], "rotation": [-4.371138745769301e-08, 3.21718611902978e-16, 0.9999999999999972, 6.033348344182516e-08], "non_uniform_scale": [1.0000000000000038, 0.8019486305774842, 0.999999999999996], "motion_type": "STATIC"}, {"template_name": "126fe05d3f516e671156b15b372704fb6300e6ad", "translation": [-12.123790740966797, 4.155820647611108e-07, -6.97230965064108], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "126fe05d3f516e671156b15b372704fb6300e6ad", "translation": [-14.069219589233398, 4.155820647611108e-07, -6.97230965064108], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "126fe05d3f516e671156b15b372704fb6300e6ad", "translation": [-12.793649673461914, 4.155820647611108e-07, -6.97230965064108], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "126fe05d3f516e671156b15b372704fb6300e6ad", "translation": [-13.477280616760254, 4.155820647611108e-07, -6.97230965064108], "rotation": [-4.3711388286737876e-08, 1.4199496293978252e-29, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "26a38271fb04e01cc4ae5f6cabad71f37a69231b", "translation": [-6.238640308380127, 0.6000003449142, -5.98669966538548], "rotation": [0.7071068022599707, 9.69826690002192e-09, -0.7071067601131209, -6.011369832619271e-08], "non_uniform_scale": [0.9999997615814351, 0.5397867512957139, 0.9999998807907163], "motion_type": "STATIC"}, {"template_name": "cb9e2a48a7f525b4f8ccf3bb5cda46b500f307d3", "translation": [-3.03587007522583, 1.8000072462926893, -0.17262487276599803], "rotation": [-3.0908616691402196e-08, -3.090861925293765e-08, 0.7071068460308911, -0.7071067163421968], "non_uniform_scale": [1.4798371791839657, 0.9999998211860875, 1.477159204821672], "motion_type": "STATIC"}, {"template_name": "cb9e2a48a7f525b4f8ccf3bb5cda46b500f307d3", "translation": [0.48063501715660095, 1.8000072676618508, -0.5311398904831783], "rotation": [-0.5000000110804069, -0.4999999909049762, 0.5000000508210202, -0.4999999471935911], "non_uniform_scale": [1.4798369717695112, 0.9999998211860789, 1.477159204821672], "motion_type": "STATIC"}, {"template_name": "cb9e2a48a7f525b4f8ccf3bb5cda46b500f307d3", "translation": [-0.32624998688697815, 1.8000072462926893, -0.17262487276599803], "rotation": [-3.0908616691402196e-08, -3.090861925293765e-08, 0.7071068460308911, -0.7071067163421968], "non_uniform_scale": [1.4798371791839657, 0.9999998211860875, 1.477159204821672], "motion_type": "STATIC"}, {"template_name": "cb9e2a48a7f525b4f8ccf3bb5cda46b500f307d3", "translation": [-3.8887648582458496, 1.800007267224352, -0.5237998769398118], "rotation": [0.4999999673690197, 0.4999999471935907, 0.5000000945324135, -0.49999999090496333], "non_uniform_scale": [1.4798369717695268, 0.9999998211860893, 1.477159204821672], "motion_type": "STATIC"}, {"template_name": "19ff8cf0a77b67a87ba9959cfc39212a9c9dfc72", "translation": [-4.767464637756348, 1.4986505866193411, -12.098888540414613], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7fb3100902d859575057623870a2ee4159a9428e", "translation": [-13.839950561523438, 0.621000819661635, -14.508639387509806], "rotation": [0.7071068022599737, 5.0242954934488644e-15, -0.7071067601131195, -4.214685479126484e-08], "non_uniform_scale": [0.6435005877315647, 0.9999997019768045, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "3c163391afeb4130eadacb6ef9b6e5930329a32b", "translation": [-13.842309951782227, 0.6000008274027309, -14.081513483434058], "rotation": [0.7071068022599709, 9.295297085772426e-09, 0.7071067601131209, 5.8777997403272e-08], "non_uniform_scale": [0.9999998807907176, 0.5589089323390785, 0.9999998807907163], "motion_type": "STATIC"}, {"template_name": "3c163391afeb4130eadacb6ef9b6e5930329a32b", "translation": [-3.756465196609497, 1.3350000557023307, -1.629529895512455], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "af1f4e3160e9cc4a10a17b6cb5596ebd3ef69fca", "translation": [-3.7777700424194336, 3.0687124308315106e-07, -5.148444822523288], "rotation": [-4.3711388642127007e-08, 7.764702689548599e-23, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999997615814461], "motion_type": "STATIC"}, {"template_name": "61007b6969cbb58fbff8f8af738c834c40e67de0", "translation": [-2.642129898071289, 9.426826181879733e-07, -15.815588962102538], "rotation": [0.7071068022599738, -7.873586508149338e-09, 0.7071067601131197, 3.641487844738303e-08], "non_uniform_scale": [1.4999997913837557, 1.3736261876074936, 0.9999998807907191], "motion_type": "STATIC"}, {"template_name": "61007b6969cbb58fbff8f8af738c834c40e67de0", "translation": [-0.09354999661445618, 9.620541732147103e-07, -16.140589705670436], "rotation": [0.7071068022599714, 8.336738195279376e-09, -0.7071067601131208, -5.594036287586034e-08], "non_uniform_scale": [0.8499999135732702, 0.6043955559258966, 0.9999998807907164], "motion_type": "STATIC"}, {"template_name": "69930e5f83e7d839142b15ca089f2a2ea90f6e1f", "translation": [-11.590328216552734, 0.7600005067187823, -9.421329845110748], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b38d9c64c47cea5b7b4eeb58164062ad4f0ae3a0", "translation": [-18.157970428466797, 0.10000119065878144, -20.050938358846928], "rotation": [1.0, -1.2582647151063301e-09, 0.0, 0.0], "non_uniform_scale": [1.2342301607131958, 1.3358581857850225, 0.999999880790719], "motion_type": "STATIC"}, {"template_name": "b38d9c64c47cea5b7b4eeb58164062ad4f0ae3a0", "translation": [-7.710840225219727, 0.1000011906176268, -20.050247898683004], "rotation": [1.0, -1.2582647151063301e-09, 0.0, 0.0], "non_uniform_scale": [1.0007271766662598, 1.3358581857850225, 0.999999880790719], "motion_type": "STATIC"}, {"template_name": "aa2b2a2a6f377ff82c551d21f177eef2ff7a48af", "translation": [-9.127140045166016, 1.7000001184111895, -4.886609638535383], "rotation": [-0.499999989949076, -0.4999999806805391, 0.5000000924012091, -0.49999993696916295], "non_uniform_scale": [3.215433644328492, 0.9999998211860933, 3.215433452673717], "motion_type": "STATIC"}, {"template_name": "c204122db9b173abf43744c12923aefaf9434a9b", "translation": [-15.939620018005371, 1.7932003364229274, -7.168639602551451], "rotation": [0.4999999781443061, 0.49999994834198414, 0.5000000814603456, -0.4999999920533546], "non_uniform_scale": [1.5715360896864026, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "c204122db9b173abf43744c12923aefaf9434a9b", "translation": [-13.982199668884277, 1.7932001306051006, -3.715589671803116], "rotation": [-3.0908617113416503e-08, -3.090861932392812e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [2.2001507282257164, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1ebc3227c86ae9bab5102b1d9e6fcc431d040d42", "translation": [-8.93964958190918, 1.8000004990166332, -10.972109033339635], "rotation": [0.4999999268635922, 0.4999999213799296, 0.5000001866651053, -0.4999999650913255], "non_uniform_scale": [12.499998301267839, 0.9999998211861378, 5.434781380321777], "motion_type": "STATIC"}, {"template_name": "1ebc3227c86ae9bab5102b1d9e6fcc431d040d42", "translation": [-6.124639987945557, 1.8000005875760081, -12.457888707048326], "rotation": [-0.4999999705749752, -0.4999999650913121, 0.5000001429537292, -0.49999992137995475], "non_uniform_scale": [12.49999830126771, 0.9999998211861274, 5.434781380321777], "motion_type": "STATIC"}, {"template_name": "1ebc3227c86ae9bab5102b1d9e6fcc431d040d42", "translation": [-6.124639987945557, 1.8000008067428581, -16.134898070401007], "rotation": [-0.4999999705749752, -0.4999999650913121, 0.5000001429537292, -0.49999992137995475], "non_uniform_scale": [12.49999830126771, 0.9999998211861274, 5.434781380321777], "motion_type": "STATIC"}, {"template_name": "1ebc3227c86ae9bab5102b1d9e6fcc431d040d42", "translation": [-8.93964958190918, 1.8000008116936925, -16.21795928371189], "rotation": [0.4999999268635922, 0.4999999213799296, 0.5000001866651053, -0.4999999650913255], "non_uniform_scale": [12.499998301267839, 0.9999998211861378, 5.434781380321777], "motion_type": "STATIC"}, {"template_name": "f6729ecc234cbae90a9e82e469a83e8551847cc0", "translation": [-7.498354434967041, 2.500000275617907, -7.124100588315656], "rotation": [-4.37113885129059e-08, 7.091925118657106e-16, 0.9999999999999971, 6.246420418968418e-08], "non_uniform_scale": [1.5864622592926085, 0.9999998807907201, 1.5444013423441174], "motion_type": "STATIC"}, {"template_name": "98087523238f271012465102f1841fcabb304738", "translation": [-11.568655014038086, 1.2671835004334042, -16.565588841869086], "rotation": [0.7071068194997948, 0.7071067428732928, 6.181723598132124e-08, -6.181723345610686e-08], "non_uniform_scale": [6.831534862518415, 0.999999821186115, 3.336446602768088], "motion_type": "STATIC"}, {"template_name": "98087523238f271012465102f1841fcabb304738", "translation": [-9.089619636535645, 1.2671833558753036, -14.140306508094667], "rotation": [-0.49999998879533003, -0.4999999798629622, 0.5000000951901069, -0.4999999361515869], "non_uniform_scale": [3.552397754645477, 0.9999998211860948, 3.336446602768088], "motion_type": "STATIC"}, {"template_name": "6955369a923016cfd0f7652c39cf9d57393227d2", "translation": [-3.8098599910736084, 1.7350000621348656, -2.5374498204916662], "rotation": [0.8174340042041001, 5.456700622292349e-16, 0.576022264127742, 3.433360525685378e-08], "non_uniform_scale": [0.9999998171016102, 0.9999998807907176, 0.9999999258987741], "motion_type": "STATIC"}, {"template_name": "5bbfd9e1325ca8d3c59e23b35401eeec71424256", "translation": [-10.646920204162598, 2.3934782689138956e-07, -4.015589951539624], "rotation": [-4.3711388128997035e-08, -1.3231513373281566e-16, 0.9999999999999973, 5.977575481597932e-08], "non_uniform_scale": [0.6016927361488366, 1.113052593105714, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "5bbfd9e1325ca8d3c59e23b35401eeec71424256", "translation": [-14.391729354858398, 2.3934782689138956e-07, -4.015589951539624], "rotation": [-4.371138828673788e-08, -1.3231514313490307e-16, 0.9999999999999973, 5.977575481597932e-08], "non_uniform_scale": [1.0000000000000038, 1.113052593105714, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "5bbfd9e1325ca8d3c59e23b35401eeec71424256", "translation": [-12.895949363708496, 2.3934782689138956e-07, -4.015589951539624], "rotation": [-4.371138828673788e-08, -1.3231514313490307e-16, 0.9999999999999973, 5.977575481597932e-08], "non_uniform_scale": [1.0000000000000038, 1.113052593105714, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "5bbfd9e1325ca8d3c59e23b35401eeec71424256", "translation": [-9.827139854431152, 1.201385231297536e-07, -2.015589832330349], "rotation": [-4.371138760882667e-08, -1.323151027282437e-16, 0.9999999999999973, 5.977575481597932e-08], "non_uniform_scale": [0.9359664916992223, 1.113052593105714, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "77af27c6a414131f13d2aac55153720028fd4ed5", "translation": [-18.638721466064453, 2.9448210625560023e-07, -4.94058961030305], "rotation": [0.7071068022599741, -2.7727770763555558e-09, 0.7071067601131193, 3.9696484201181306e-08], "non_uniform_scale": [-2.499999612569832, 1.136368616060175, 1.004234492526383], "motion_type": "STATIC"}, {"template_name": "77af27c6a414131f13d2aac55153720028fd4ed5", "translation": [-17.514619827270508, 2.3342305155438225e-07, -3.9161887218839553], "rotation": [-4.371138964367882e-08, -5.352168434010963e-16, 0.999999999999997, 6.38740378290897e-08], "non_uniform_scale": [2.5000000000000098, 1.136368616060174, 0.6694896019113539], "motion_type": "STATIC"}, {"template_name": "69c471e7b513adeb1df7953eab4fd58362452d0f", "translation": [-3.380000114440918, 0.6100009353804481, -16.063078840191373], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "69c471e7b513adeb1df7953eab4fd58362452d0f", "translation": [-3.380000114440918, 0.6100007938670515, -13.688878160781918], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "6658331ac77af9c8347f9a006e84d69bd79ef3f4", "translation": [-2.897130012512207, 1.5770507071512867, -13.93387892777146], "rotation": [0.4999999781443053, 0.49999994834198336, 0.5000000814603476, -0.4999999920533538], "non_uniform_scale": [1.9736839548537937, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5bf43afca1520ee67529f9edc1565c871f6b43f0", "translation": [-13.939620018005371, 0.3100008218670176, -14.058639623603792], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5bf43afca1520ee67529f9edc1565c871f6b43f0", "translation": [-13.939620018005371, 0.6100008162253872, -14.063988764644286], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5bf43afca1520ee67529f9edc1565c871f6b43f0", "translation": [-9.089619636535645, 1.41000061600743, -12.304888861483953], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.500000037748951, -0.49999994834198164], "non_uniform_scale": [0.7499998360872356, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5bf43afca1520ee67529f9edc1565c871f6b43f0", "translation": [-9.089619636535645, 1.8100005685579674, -12.308818929265755], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.500000037748951, -0.49999994834198164], "non_uniform_scale": [0.7499998360872356, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3ba33b1a555a948c60df02c8a532a53c20434157", "translation": [-5.939620018005371, 0.9245802232891336, -5.040029647075535], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3ba33b1a555a948c60df02c8a532a53c20434157", "translation": [-5.939620018005371, 0.524580270972848, -5.0400296709173915], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "fcaebfe141f5a16bffdb8599c50551150353010c", "translation": [-14.346779823303223, 5.947500198999478e-07, -9.978248955115703], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fcaebfe141f5a16bffdb8599c50551150353010c", "translation": [-1.2999299764633179, 6.256008191485307e-07, -10.495839447031017], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0009208917617798, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "76eb8317661751dd4897b39db29df5db517e2d5c", "translation": [-13.53320026397705, 6.695991601191054e-07, -11.234009073137656], "rotation": [-0.23101327025992135, -2.855399918170295e-09, 0.9729505994467615, 6.317170744237079e-08], "non_uniform_scale": [1.2277467562769167, 1.708653127115578, 0.999999743958555], "motion_type": "STATIC"}, {"template_name": "76eb8317661751dd4897b39db29df5db517e2d5c", "translation": [-9.469550132751465, 6.774848770874087e-07, -11.36630944214403], "rotation": [-0.23101327025992135, -2.855399918170295e-09, 0.9729505994467615, 6.317170744237079e-08], "non_uniform_scale": [1.2277467562769167, 1.708653127115578, 0.999999743958555], "motion_type": "STATIC"}, {"template_name": "28a42afbf637250648a77cdcdf85ee43ec65430e", "translation": [0.14145001769065857, 1.8000008038759034, -16.086798555445696], "rotation": [-0.5000000305398397, -0.499999991507737, 0.5000000301560706, -0.4999999477963481], "non_uniform_scale": [0.5047317442457822, 0.9999998211860761, 0.7635335012038318], "motion_type": "STATIC"}, {"template_name": "33fea23cefb0bd6fe3a8c94cc19c048cea102c32", "translation": [-0.13854999840259552, 1.8000008324140282, -16.565588810110697], "rotation": [0.707106803031612, 0.707106759341477, 6.181724220225274e-08, -6.181723489580241e-08], "non_uniform_scale": [0.5047318339347916, 0.9999998211860962, 0.7635335012038317], "motion_type": "STATIC"}, {"template_name": "d61cec3ebf7dbeed1589b832ffd425f6493a81cc", "translation": [-3.0471303462982178, 1.750099192086779, -13.917162915035348], "rotation": [-0.5000000487259693, -0.4999999881438114, 0.5000000186977944, -0.4999999444324191], "non_uniform_scale": [0.6559096183830718, 0.9999997019767929, 0.49193218446586323], "motion_type": "STATIC"}, {"template_name": "652f0506537d208d45b7a71bfeb1c18b3f50c69b", "translation": [-14.258130073547363, 6.712061235703004e-07, -11.260969444455498], "rotation": [-0.43798046317802575, -2.45897209405374e-09, 0.8989844903413846, 5.550644860551148e-08], "non_uniform_scale": [1.210979551939573, 1.7545910174141965, 1.4240504657613302], "motion_type": "STATIC"}, {"template_name": "499ffdb8a280a0f0a3e6b6ac2b41ae3d191f8059", "translation": [-2.399480104446411, 1.4245005445778531, -10.752999533563838], "rotation": [0.7071068022599707, 0.7071067601131183, 6.181723998755867e-08, -6.181723630296284e-08], "non_uniform_scale": [1.0000000000000153, 0.9999998807907347, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "499ffdb8a280a0f0a3e6b6ac2b41ae3d191f8059", "translation": [-1.573429822921753, 1.424500419207817, -8.649639482847448], "rotation": [-3.0908618151482465e-08, -3.090861999377885e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998807907232, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "499ffdb8a280a0f0a3e6b6ac2b41ae3d191f8059", "translation": [-0.8190200328826904, 1.8245003715241026, -8.649639459005591], "rotation": [-3.0908618151482465e-08, -3.090861999377885e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998807907232, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "40ff65d577d2c019a32f4d06ee2f2dca913fabf2", "translation": [-1.838729977607727, 9.29278130001876e-08, -1.5590698981839424], "rotation": [-4.371138828673785e-08, -3.0593327660900574e-16, 0.9999999999999972, 6.067872513516293e-08], "non_uniform_scale": [1.0000000000000038, 1.30692537940437, 0.9999998807907227], "motion_type": "STATIC"}, {"template_name": "520de4b3746c77f8a45b98277fb678d06edc314b", "translation": [-4.046046733856201, 8.866775260685245e-07, -14.87597949051974], "rotation": [0.7071068022599724, 3.4908822634602148e-09, -0.7071067601131206, -4.633082093909691e-08], "non_uniform_scale": [0.9999998807907176, 0.8216926072010218, 0.9848335394362481], "motion_type": "STATIC"}, {"template_name": "520de4b3746c77f8a45b98277fb678d06edc314b", "translation": [-1.5533666610717773, 3.045511220989283e-07, -5.109519653944972], "rotation": [0.7071068022599729, 3.4908822634602123e-09, -0.70710676011312, -4.633082093909687e-08], "non_uniform_scale": [1.0062609311186712, 0.8216926072010218, 0.9848335394362481], "motion_type": "STATIC"}, {"template_name": "acd4efdfa7d6fab996ea544348d92629c7c14705", "translation": [-3.703240156173706, 1.7350000296437713, -1.9923397465145598], "rotation": [0.7071068022599728, -2.5121478590261966e-15, -0.7071067601131205, -4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "de81f09f7ef720bf28aea2fdcc64c0fc8462abc1", "translation": [0.08696000277996063, 2.625942130407566e-08, -0.4405599569940577], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "de81f09f7ef720bf28aea2fdcc64c0fc8462abc1", "translation": [-0.7512199878692627, 2.625942130407566e-08, -0.4405599569940577], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "de81f09f7ef720bf28aea2fdcc64c0fc8462abc1", "translation": [-2.701470136642456, 2.625942130407566e-08, -0.4405599569940577], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "de81f09f7ef720bf28aea2fdcc64c0fc8462abc1", "translation": [-3.484149694442749, 2.625942130407566e-08, -0.4405599569940577], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cc5e73d30c7094c1106bc01dd75198ea6d42add0", "translation": [-1.765529990196228, 1.390445163451659e-07, -2.3327797452938626], "rotation": [-4.371138781308187e-08, 4.9414930256588236e-23, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "6eb91b303e11e0271fd6f8d068bf8aaabeae36ce", "translation": [-6.191459655761719, 0.18765035379827477, -6.45579966047704], "rotation": [-0.5000000218556935, -0.4999999920533689, 0.5000000377489512, -0.4999999483419815], "non_uniform_scale": [0.9999997615814338, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "51a22c69abd300c67c0b53c7045d1e7f2db52cfb", "translation": [-9.397589683532715, 0.8000006842207874, -12.079319186251166], "rotation": [-0.2292003637772623, 4.719774295188002e-17, 0.9733792648522811, 5.8017928588682506e-08], "non_uniform_scale": [0.999999887700363, 0.9999998807907176, 0.9999997922247575], "motion_type": "STATIC"}, {"template_name": "f564f2a2e73741e74899b75e16df4d8555a0cae3", "translation": [-13.789617538452148, 0.3000008364896978, -14.133967492939927], "rotation": [0.7071068022599748, -1.2345869415847594e-08, -0.7071067601131188, -3.4361833255488136e-08], "non_uniform_scale": [0.5498029261944934, 0.9999998807907166, 0.6305765133752533], "motion_type": "STATIC"}, {"template_name": "xxxx565510a2xdf58x42ebxb8b2x610950cea20a", "translation": [-5.698659896850586, 2.409016985893686e-07, -4.041659591099034], "rotation": [0.1840146448620324, 8.592471440112065e-10, 0.9829235018435039, 5.918897680016241e-08], "non_uniform_scale": [2.1272973004400835, 2.7117418394396293, 2.2868639276255855], "motion_type": "STATIC"}, {"template_name": "218-4", "translation": [-9.640780448913574, 1.850000011360045, -1.6405897444134965], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "218-4", "translation": [-11.483670234680176, 1.850000011360045, -1.6405897444134965], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "218-4", "translation": [-10.562230110168457, 1.850000011360045, -1.6405897444134965], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "220-37", "translation": [-11.526080131530762, 1.2700008970851115, -16.640589600170216], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-4", "translation": [-14.597220420837402, 1.8500006074064785, -11.640588909948484], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-4", "translation": [-15.499489784240723, 1.8500006074064785, -11.640588909948484], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-61", "translation": [-14.012940406799316, 1.7000001633518877, -3.640589634144902], "rotation": [0.9999999999999897, 5.96046483281039e-08, 1.31134154557458e-07, -4.658822785187639e-22], "non_uniform_scale": [-1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "218-4", "translation": [-9.052140235900879, 1.8500000684809592, -2.5989196032929485], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "220-38", "translation": [-9.014619827270508, 1.2700007473862058, -14.129058873709454], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "208-3", "translation": [-7.475980758666992, 1.2700004202478965, -8.640589123333115], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-62", "translation": [-8.635459899902344, 1.2700004202478965, -8.640589123333115], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-63", "translation": [-6.349740028381348, 1.2700004202478965, -8.640589123333115], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "219-27", "translation": [0.23645000159740448, 1.2700007658851007, -14.439418810044543], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "219-28", "translation": [-0.19960691034793854, 1.2700005908048695, -11.502060128923603], "rotation": [0.7064992796231847, 4.211064078699524e-08, 0.7077137612706984, -3.187540351318893e-16], "non_uniform_scale": [-0.999999865640347, 0.9999998807907176, 0.999999865639879], "motion_type": "STATIC"}, {"template_name": "219-27", "translation": [-6.031343460083008, 1.2700005207330207, -10.326449656698088], "rotation": [0.7106052180019643, 4.235537231449847e-08, -0.7035909494503033, 1.7979535845422943e-15], "non_uniform_scale": [-0.9999999665355678, 0.9999998807907177, 0.9999999665175336], "motion_type": "STATIC"}, {"template_name": "219-27", "translation": [-6.049670219421387, 1.2700007880490887, -14.811268801613465], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "219-27", "translation": [-1.2752798795700073, 1.2700008970851115, -16.640589600170216], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "219-27", "translation": [-4.5207600593566895, 1.2700008970851115, -16.640589600170216], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-4", "translation": [-0.4728177785873413, 1.8500005186921484, -10.152209520208224], "rotation": [0.705865363145826, 4.207285829402825e-08, 0.7083460235725259, 1.5507728310826047e-15], "non_uniform_scale": [-0.9999999547939606, 0.9999998807907176, 0.9999999547920444], "motion_type": "STATIC"}, {"template_name": "218-4", "translation": [-0.46937108039855957, 1.850000460168097, -9.170338927487158], "rotation": [0.705865363145826, 4.207285829402825e-08, 0.7083460235725259, 1.5507728310826047e-15], "non_uniform_scale": [-0.9999999547939606, 0.9999998807907176, 0.9999999547920444], "motion_type": "STATIC"}, {"template_name": "218-64", "translation": [-16.014619827270508, 1.7000003741901963, -7.177869267590651], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-4", "translation": [-18.494199752807617, 1.8500002497786383, -5.640589744413482], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-4", "translation": [-16.62095069885254, 1.8500002497786383, -5.640589744413482], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "218-4", "translation": [-17.554040908813477, 1.8500002497786383, -5.640589744413482], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "4373-1", "translation": [-1.7268500328063965, 1.2699999641662814, -0.9888098085635946], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "219-27", "translation": [-0.982717752456665, 1.2700003577798782, -7.592549749460801], "rotation": [0.7055558998639037, 4.205441136159828e-08, 0.7086542684322414, 6.975380367772051e-17], "non_uniform_scale": [-0.9999998843317461, 0.9999998807907176, 0.9999998843279858], "motion_type": "STATIC"}, {"template_name": "218-4", "translation": [-0.4786202609539032, 1.8500002612197122, -5.832539100495602], "rotation": [0.7053202065246905, 4.204036495072982e-08, 0.7088888532541376, 2.068156700679989e-15], "non_uniform_scale": [-0.9999999798479337, 0.9999998807907176, 0.9999999798433087], "motion_type": "STATIC"}, {"template_name": "218-4", "translation": [-0.4715925455093384, 1.8500001782077433, -4.4398294514519066], "rotation": [0.7053202065246905, 4.204036495072982e-08, 0.7088888532541376, 2.068156700679989e-15], "non_uniform_scale": [-0.9999999798479337, 0.9999998807907176, 0.9999999798433087], "motion_type": "STATIC"}, {"template_name": "208-3", "translation": [-7.501500129699707, 1.2700002414176481, -5.6403155976345545], "rotation": [-9.192277296378249e-05, 3.728719560736127e-19, 0.9999999957751001, 5.96046480762808e-08], "non_uniform_scale": [1.000000016899591, 0.9999998807907176, 0.9999998976903098], "motion_type": "STATIC"}, {"template_name": "218-63", "translation": [-6.361569404602051, 1.270000241430182, -5.640525882808788], "rotation": [0.9999999957751001, 5.96046480762808e-08, 9.192277296378249e-05, -3.728719560736127e-19], "non_uniform_scale": [-1.000000016899591, 0.9999998807907176, 0.9999998976903098], "motion_type": "STATIC"}, {"template_name": "218-62", "translation": [-8.693499565124512, 1.2700002414045741, -5.640096252554855], "rotation": [0.9999999957751001, 5.96046480762808e-08, 9.192277296378249e-05, -3.728719560736127e-19], "non_uniform_scale": [-1.000000016899591, 0.9999998807907176, 0.9999998976903098], "motion_type": "STATIC"}]}
scenes/103997586_171030666.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/103997586_171030666"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "639bae33279d2b744e90f3522b3971e2908a2e31", "translation": [-4.63238000869751, -4.1926622884602693e-07, 7.034119663588996], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "639bae33279d2b744e90f3522b3971e2908a2e31", "translation": [-1.7878799438476562, -4.243266573666915e-07, 7.119019560872317], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "639bae33279d2b744e90f3522b3971e2908a2e31", "translation": [-0.22429999709129333, -1.479363476164508e-07, 2.4819599102759327], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "639bae33279d2b744e90f3522b3971e2908a2e31", "translation": [-0.21484999358654022, 3.5667419240326126e-08, -0.5983999610900881], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "639bae33279d2b744e90f3522b3971e2908a2e31", "translation": [-7.5948100090026855, -4.1701795794324426e-07, 6.996399939274767], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "639bae33279d2b744e90f3522b3971e2908a2e31", "translation": [-17.70532989501953, -1.5880763726272562e-07, 2.664349873998759], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "639bae33279d2b744e90f3522b3971e2908a2e31", "translation": [3.6682703495025635, -3.5581589230559985e-08, 0.5969599725627894], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "639bae33279d2b744e90f3522b3971e2908a2e31", "translation": [-17.83909034729004, 2.8141140973048095e-08, -0.4721299724501371], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999999403953552, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e5dc7a8a5601d4d26ece19878d8d7b6407129c63", "translation": [-5.060180187225342, 1.2300002375656334, -4.895689599174858], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e5dc7a8a5601d4d26ece19878d8d7b6407129c63", "translation": [-5.131999969482422, 1.2637501735651497, -4.895689597163205], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e5dc7a8a5601d4d26ece19878d8d7b6407129c63", "translation": [-4.413670063018799, 1.1000002168840055, -4.338709507065424], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e5dc7a8a5601d4d26ece19878d8d7b6407129c63", "translation": [-4.413670063018799, 1.1000002211648265, -4.410529761878841], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d8dfd3e5683d86a7d9db8a8f7d3260b87ea8213f", "translation": [-11.180659294128418, 1.562715169711737e-06, -26.2180083860153], "rotation": [0.9999999999999992, -3.91494148897129e-08, 0.0, 0.0], "non_uniform_scale": [1.0, 0.22727270695297022, 0.9999998807907159], "motion_type": "STATIC"}, {"template_name": "d8dfd3e5683d86a7d9db8a8f7d3260b87ea8213f", "translation": [-11.161409378051758, 1.525463403595495e-06, -25.593027496753393], "rotation": [0.9999999999999992, -3.91494148897129e-08, 0.0, 0.0], "non_uniform_scale": [1.0, 0.22727270695297022, 0.9999998807907159], "motion_type": "STATIC"}, {"template_name": "d8dfd3e5683d86a7d9db8a8f7d3260b87ea8213f", "translation": [-11.180299758911133, 1.4840638868918177e-06, -24.898458904119707], "rotation": [0.9999999999999992, -3.91494148897129e-08, 0.0, 0.0], "non_uniform_scale": [1.0, 0.22727270695297022, 0.9999998807907159], "motion_type": "STATIC"}, {"template_name": "d8dfd3e5683d86a7d9db8a8f7d3260b87ea8213f", "translation": [-10.54727554321289, 1.4442987321672263e-06, -24.23131035379697], "rotation": [0.9999999999999992, -3.91494148897129e-08, 0.0, 0.0], "non_uniform_scale": [1.9700549840927124, 0.22727270695297022, 0.9999998807907159], "motion_type": "STATIC"}, {"template_name": "d8dfd3e5683d86a7d9db8a8f7d3260b87ea8213f", "translation": [-9.946929931640625, 1.4057368389330804e-06, -23.58434918020066], "rotation": [0.9999999999999992, -3.91494148897129e-08, 0.0, 0.0], "non_uniform_scale": [1.0, 0.22727270695297022, 0.9999998807907159], "motion_type": "STATIC"}, {"template_name": "d8dfd3e5683d86a7d9db8a8f7d3260b87ea8213f", "translation": [-9.932419776916504, 1.3691801541426685e-06, -22.97102981978469], "rotation": [0.9999999999999992, -3.91494148897129e-08, 0.0, 0.0], "non_uniform_scale": [1.0, 0.22727270695297022, 0.9999998807907159], "motion_type": "STATIC"}, {"template_name": "d8dfd3e5683d86a7d9db8a8f7d3260b87ea8213f", "translation": [-9.917900085449219, 1.3350720564631047e-06, -22.398790931773647], "rotation": [0.9999999999999992, -3.91494148897129e-08, 0.0, 0.0], "non_uniform_scale": [1.0, 0.22727270695297022, 0.9999998807907159], "motion_type": "STATIC"}, {"template_name": "d8dfd3e5683d86a7d9db8a8f7d3260b87ea8213f", "translation": [-9.94374942779541, 1.2996763416595059e-06, -21.804949414434986], "rotation": [0.9999999999999992, -3.91494148897129e-08, 0.0, 0.0], "non_uniform_scale": [1.0, 0.22727270695297022, 0.9999998807907159], "motion_type": "STATIC"}, {"template_name": "de016d31ad24004bf75eeb8c0107e966c626133f", "translation": [-13.995259284973145, 0.3000011147933712, -18.80312805753176], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cb99e067e7b29c10b0dd4af17b50969a94e1796c", "translation": [-7.225419998168945, 0.8000001644140546, -3.3584098721498172], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "cb99e067e7b29c10b0dd4af17b50969a94e1796c", "translation": [-7.225419998168945, 0.8000001679903299, -3.418409811353083], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "cb99e067e7b29c10b0dd4af17b50969a94e1796c", "translation": [-7.165420055389404, 0.8000001679903299, -3.418409811353083], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "cb99e067e7b29c10b0dd4af17b50969a94e1796c", "translation": [-7.225419998168945, 0.8000001715666052, -3.4784097505563487], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "cb99e067e7b29c10b0dd4af17b50969a94e1796c", "translation": [-7.165420055389404, 0.8000001715666052, -3.4784097505563487], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "cb99e067e7b29c10b0dd4af17b50969a94e1796c", "translation": [-7.165420055389404, 0.8000001644140546, -3.3584098721498172], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "cb99e067e7b29c10b0dd4af17b50969a94e1796c", "translation": [-10.722359657287598, 0.6000000027281045, -0.2457699718612405], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "cb99e067e7b29c10b0dd4af17b50969a94e1796c", "translation": [-10.722359657287598, 0.6000000063043824, -0.30576995576798716], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "cb99e067e7b29c10b0dd4af17b50969a94e1796c", "translation": [-10.636919975280762, 0.6000000027281045, -0.2457699718612405], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c0708291eba7d5d0080df6a748a728930225be91", "translation": [-4.869830131530762, 1.2637501736223626, -4.896649470305455], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c0708291eba7d5d0080df6a748a728930225be91", "translation": [-4.799829959869385, 1.2637501736223626, -4.896649470305455], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c0708291eba7d5d0080df6a748a728930225be91", "translation": [-4.412710189819336, 1.1000002021360373, -4.091279674096107], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c0708291eba7d5d0080df6a748a728930225be91", "translation": [-4.412710189819336, 1.1000002063083727, -4.161279841585149], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2170257242a4feec96eadcf210a3d403104daa72", "translation": [-2.7133500576019287, 1.9900004041576125, -8.610638940296198], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [1.999999761581435, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cf407c13f7dcb63c55edb4d371e25f5bc88e1761", "translation": [-15.946341514587402, 0.9980330039976266, -18.281227870031536], "rotation": [0.499999976329171, 0.49999994831349825, 0.5000000833324516, -0.49999999202486917], "non_uniform_scale": [1.2011455773624542, 0.9999998211860874, 1.0637730284007694], "motion_type": "STATIC"}, {"template_name": "e285909f3131c0e700c1482c269b814f9bf67972", "translation": [-1.0963399410247803, 1.1484002689249948, -6.514612217961989], "rotation": [-0.5000000218556936, -0.49999999205336915, 0.5000000377489509, -0.49999994834198175], "non_uniform_scale": [1.0509455769690514, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e285909f3131c0e700c1482c269b814f9bf67972", "translation": [-1.0963399410247803, 1.1484005180849621, -10.694822559164571], "rotation": [-0.5000000218556936, -0.49999999205336915, 0.5000000377489509, -0.49999994834198175], "non_uniform_scale": [1.0509455769690514, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "345d3d2b0045fec71c7d31be7836b8001a56edf1", "translation": [-1.164180040359497, 1.2310004485082686, -9.651719398336411], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "5f4a14a4e5bc2feb7388b5d18d63350c38600f29", "translation": [-3.8991799354553223, 9.237110702997597e-07, -15.497299224299184], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5f4a14a4e5bc2feb7388b5d18d63350c38600f29", "translation": [-3.7165000438690186, 1.2480825262173312e-06, -20.939348880091302], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "46ea54546696de71b5723a553ea2ffc1d8dc9b5f", "translation": [-2.8374199867248535, -4.706621581362924e-08, 0.7896400219416577], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "46ea54546696de71b5723a553ea2ffc1d8dc9b5f", "translation": [-3.831559658050537, -4.706621581362924e-08, 0.7896400219416577], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "42c2fce42ed600de5f0c6919ba47fe97e60ab673", "translation": [-1.396340012550354, 3.714734475579462e-07, -6.232289896470888], "rotation": [0.7071068022599734, 2.6163741811288597e-09, 0.7071067601131196, 4.513410758764352e-08], "non_uniform_scale": [1.1952188494671077, 0.8904420864054995, 1.016666470964761], "motion_type": "STATIC"}, {"template_name": "42c2fce42ed600de5f0c6919ba47fe97e60ab673", "translation": [-1.396340012550354, 6.519395014947804e-07, -10.937729183570752], "rotation": [0.7071068022599728, 2.308758071058235e-09, 0.7071067601131202, 4.473967190063069e-08], "non_uniform_scale": [1.215139197400856, 0.8904420864054994, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "d9a4627fcfad9053c3c9eb5afb6e790f4124a69d", "translation": [-5.41442346572876, 1.1999346725133364e-06, -20.131561986710835], "rotation": [-4.3711388226722455e-08, 5.192941006019102e-15, 0.9999999999999933, 1.0709223191192714e-07], "non_uniform_scale": [5.026388645172138, 0.99999988079076, 4.986286999429797], "motion_type": "STATIC"}, {"template_name": "d9a4627fcfad9053c3c9eb5afb6e790f4124a69d", "translation": [-2.043583631515503, 1.2002803941868478e-06, -20.137362233557496], "rotation": [-4.3711388226722455e-08, 5.192941006019102e-15, 0.9999999999999933, 1.0709223191192714e-07], "non_uniform_scale": [5.026388645172138, 0.99999988079076, 4.986286999429797], "motion_type": "STATIC"}, {"template_name": "d9a4627fcfad9053c3c9eb5afb6e790f4124a69d", "translation": [-5.464513778686523, 1.0839929700523498e-06, -18.186383117056835], "rotation": [-4.3711388226722455e-08, 5.192941006019102e-15, 0.9999999999999933, 1.0709223191192714e-07], "non_uniform_scale": [5.026388645172138, 0.99999988079076, 4.986286999429797], "motion_type": "STATIC"}, {"template_name": "d9a4627fcfad9053c3c9eb5afb6e790f4124a69d", "translation": [-2.0565237998962402, 1.0895660125243012e-06, -18.279883248812894], "rotation": [-4.3711388226722455e-08, 5.192941006019102e-15, 0.9999999999999933, 1.0709223191192714e-07], "non_uniform_scale": [5.026388645172138, 0.99999988079076, 4.986286999429797], "motion_type": "STATIC"}, {"template_name": "d9a4627fcfad9053c3c9eb5afb6e790f4124a69d", "translation": [-5.48884391784668, 9.616263696443639e-07, -16.133412353192966], "rotation": [-4.3711388226722455e-08, 5.192941006019102e-15, 0.9999999999999933, 1.0709223191192714e-07], "non_uniform_scale": [5.026388645172138, 0.99999988079076, 4.986286999429797], "motion_type": "STATIC"}, {"template_name": "d9a4627fcfad9053c3c9eb5afb6e790f4124a69d", "translation": [-2.077653646469116, 9.622242487239419e-07, -16.143443099055048], "rotation": [-4.3711388226722455e-08, 5.192941006019102e-15, 0.9999999999999933, 1.0709223191192714e-07], "non_uniform_scale": [5.026388645172138, 0.99999988079076, 4.986286999429797], "motion_type": "STATIC"}, {"template_name": "2c11f248d7a633af0888652b13ba205b025f1982", "translation": [-8.958999633789062, 0.7500005902111297, -10.652098929756903], "rotation": [-4.3711388286737876e-08, 2.3294109863304354e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "504fa026c9ae864bdae060bdd2d7722cb7a65ddf", "translation": [-12.201369285583496, 9.895491075440077e-07, -16.60187813032394], "rotation": [0.7071068022599728, -2.5121478590261966e-15, 0.7071067601131205, 4.2146847254820195e-08], "non_uniform_scale": [0.9999998807907176, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_1", "translation": [-9.48075008388916, 7.17489867501944e-07, -8.858185260614801], "rotation": [-4.3711389239229065e-08, 8.613288807934596e-17, 0.9999999999999973, 5.966575117723938e-08], "non_uniform_scale": [1.2480565309524585, 0.9770288494790905, 1.0416285942043513], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_2", "translation": [-9.481359655793876, 6.041503784709766e-07, -9.51770753017046], "rotation": [-4.3711389239229065e-08, 8.613288807934596e-17, 0.9999999999999973, 5.966575117723938e-08], "non_uniform_scale": [1.2480565309524585, 0.9770288494790905, 1.0416285942043513], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_2", "translation": [-8.677103453090377, 6.041503952122944e-07, -9.517707709131097], "rotation": [-4.599959682176907e-08, -2.2388127753968407e-17, 0.9999999999999972, 5.966575117723938e-08], "non_uniform_scale": [1.2480565309524583, 0.9770288494790905, 1.0416285942043513], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_2", "translation": [-8.143034214833389, 5.28150294495141e-07, -8.859770741127695], "rotation": [0.7071068125560087, 4.354019779432929e-08, 0.7071067498170823, 4.083991508715764e-08], "non_uniform_scale": [1.0416285942043582, 0.9770288494790905, 1.2480565309524527], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_2", "translation": [-8.677102203665966, 4.523866001663472e-07, -8.203880310373346], "rotation": [0.9999999999999981, 5.966575117723922e-08, -1.5071066422644057e-08, -2.8739620388429034e-15], "non_uniform_scale": [1.2480565309524558, 0.9770288494790905, 1.0416285942043546], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_2", "translation": [-9.481358536551914, 4.523865959755254e-07, -8.203880240063027], "rotation": [0.9999999999999981, 5.966575117723922e-08, -1.5071066422644057e-08, -2.8739620388429034e-15], "non_uniform_scale": [1.2480565309524558, 0.9770288494790905, 1.0416285942043546], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_2", "translation": [-10.283204932093268, 4.5238659179726125e-07, -8.203880169963393], "rotation": [0.9999999999999981, 5.966575117723922e-08, -1.5071066422644057e-08, -2.8739620388429034e-15], "non_uniform_scale": [1.2480565309524558, 0.9770288494790905, 1.0416285942043546], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_2", "translation": [-10.820887197841504, 5.281501837117882e-07, -8.859769668763382], "rotation": [0.7071068120951652, 4.3540195600073455e-08, -0.707106750277926, -4.083991904198979e-08], "non_uniform_scale": [1.0416285942043513, 0.9770288494790905, 1.2480565309524585], "motion_type": "STATIC"}, {"template_name": "8b6b15d5222cc51a287af92bf82e6b6e42ca235e_part_2", "translation": [-10.28320618151766, 6.041503617422153e-07, -9.517707351420484], "rotation": [-4.3711392638888404e-08, 8.61327268463846e-17, 0.9999999999999973, 5.966575117723938e-08], "non_uniform_scale": [1.2480565309524585, 0.9770288494790905, 1.0416285942043513], "motion_type": "STATIC"}, {"template_name": "53ff9d0f6c6ed5837f471ced4c913598905376e8", "translation": [-1.2357200384140015, 1.5000006034981652, -11.625018291174229], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "8fc336b703074e5e521a305e77df4ee62bb63d60", "translation": [-8.56824016571045, 8.452749398202286e-07, -14.181359399476037], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "8fc336b703074e5e521a305e77df4ee62bb63d60", "translation": [-13.812740325927734, 9.94367042039812e-07, -16.682709653215966], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "2e1ad662823a47cc345a21da6a953dd5bf4f33e0", "translation": [-6.596339225769043, 1.0500007860809575, -15.038249010548], "rotation": [-0.5000000223306532, -0.49999999205149176, 0.5000000372777461, -0.49999994834010425], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9842517990765759], "motion_type": "STATIC"}, {"template_name": "f2f57cdf70b24f088e53c421cef1dfc1a606367e", "translation": [-15.946340560913086, 1.3900008406680726, -15.734068803544652], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4589a832b430a438497532cf949c0fca4422e5fa", "translation": [-14.47134017944336, 7.797914918228344e-07, -13.082729513482434], "rotation": [0.7071068022599729, 5.7727819946145536e-09, 0.7071067601131197, 5.009764649953152e-08], "non_uniform_scale": [1.0101007813155185, 0.8301885926498614, 1.1434106145256382], "motion_type": "STATIC"}, {"template_name": "6cd03ee5aaba5138a4dfaeb1183bd4293d5c323a", "translation": [-10.839799880981445, 6.403315069292148e-07, -10.742979363025427], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.9999998807907104, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8a643866e25ff2687ae34a7285e1927fed1205d3", "translation": [-4.377710342407227, 1.300000040629513, -2.781649823090433], "rotation": [-0.500000027022462, -0.499999991848269, 0.5000000329923835, -0.4999999481368807], "non_uniform_scale": [0.879839010248242, 0.9999998211860762, 0.8472779575254928], "motion_type": "STATIC"}, {"template_name": "9bffa4820132a4933b3296739b9f1437857ddb7e", "translation": [-6.859990119934082, 1.2637501732194565, -4.889889827153674], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9bffa4820132a4933b3296739b9f1437857ddb7e", "translation": [-6.77603006362915, 1.2300002372199401, -4.889889829165327], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3db8975f3cc3a6fec983098c49a07157a788195b", "translation": [-1.1963399648666382, 1.2310003382277444, -7.8015193323779215], "rotation": [-4.371138963033303e-08, -5.314611887978127e-16, 0.999999999999997, 6.379383130728666e-08], "non_uniform_scale": [0.5920312404632591, 0.9999998807907164, 0.5920311698876417], "motion_type": "STATIC"}, {"template_name": "3db8975f3cc3a6fec983098c49a07157a788195b", "translation": [-1.1963399648666382, 1.2310004324585293, -9.382449471148846], "rotation": [-4.371138963033303e-08, -5.314611887978127e-16, 0.999999999999997, 6.379383130728666e-08], "non_uniform_scale": [0.5920312404632591, 0.9999998807907164, 0.5920311698876417], "motion_type": "STATIC"}, {"template_name": "3238886494f286496572f06446b15fb020cbd141", "translation": [-5.016670227050781, 1.2437501959740942, -4.931649316823503], "rotation": [0.7071068022599701, 0.707106760113119, 6.18172427280832e-08, -6.181723496326128e-08], "non_uniform_scale": [1.375000000000021, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3238886494f286496572f06446b15fb020cbd141", "translation": [-7.284050464630127, 1.2437501959740942, -4.931649316823503], "rotation": [0.7071068022599701, 0.707106760113119, 6.18172427280832e-08, -6.181723496326128e-08], "non_uniform_scale": [1.375000000000021, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3238886494f286496572f06446b15fb020cbd141", "translation": [-4.377710342407227, 1.1150001980757764, -4.2781597737574515], "rotation": [-0.5000000218556937, -0.49999999205336915, 0.5000000377489506, -0.49999994834198175], "non_uniform_scale": [1.3749997988343339, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "34170a3abede075d1e15942197394d95ee063bf7", "translation": [-1.2630399465560913, -2.783340278256219e-07, 4.669669826646441], "rotation": [-0.17334815139721266, 6.20213839732047e-10, 0.9848606086178722, 5.878779749815869e-08], "non_uniform_scale": [0.9999999069438732, 0.8928150066357783, 0.9999998016327825], "motion_type": "STATIC"}, {"template_name": "d60ba70ec8b1b5faedcf3998713fb94ebb9c4bb2", "translation": [-4.531889915466309, 1.2637501734131504, -4.893139472193134], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "d60ba70ec8b1b5faedcf3998713fb94ebb9c4bb2", "translation": [-4.645770072937012, 1.230000237413634, -4.893139474204787], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "d60ba70ec8b1b5faedcf3998713fb94ebb9c4bb2", "translation": [-4.416220188140869, 1.1000001838862872, -3.7850996920406814], "rotation": [0.7071068022599734, -2.5121483082332363e-15, -0.7071067601131198, -4.214684725481971e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "d60ba70ec8b1b5faedcf3998713fb94ebb9c4bb2", "translation": [-4.416220188140869, 1.1000001906740593, -3.8989796043050333], "rotation": [0.7071068022599734, -2.5121483082332363e-15, -0.7071067601131198, -4.214684725481971e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "ab303194565753b8420cdcb724b9c6ea3139780c", "translation": [-11.09570026397705, 1.4157485566101968e-06, -23.752317920188943], "rotation": [-4.371138875927811e-08, -6.734963680889497e-16, 0.9999999999999968, 6.785085484327294e-08], "non_uniform_scale": [2.291475772857675, 2.070393315506761, 0.9999998807907273], "motion_type": "STATIC"}, {"template_name": "ab303194565753b8420cdcb724b9c6ea3139780c", "translation": [-11.787610054016113, 1.4179677236825228e-06, -23.789549363282276], "rotation": [-4.371138875927811e-08, -6.734963680889497e-16, 0.9999999999999968, 6.785085484327294e-08], "non_uniform_scale": [2.291475772857675, 2.070393315506761, 0.9999998807907273], "motion_type": "STATIC"}, {"template_name": "c57ead736b5283dd715db70a50b140b2fea1e296", "translation": [-8.09634017944336, 0.9500009351402738, -17.839049173054086], "rotation": [-0.499999992053376, -0.4999999821192545, 0.5000000874194805, -0.4999999384078771], "non_uniform_scale": [2.9999993443489426, 0.999999821186091, 2.9999991655350517], "motion_type": "STATIC"}, {"template_name": "953e934baed9dd759e1624584a12365581cd6812", "translation": [-11.490897178649902, 0.9753189746338826, -7.081649300040699], "rotation": [-3.090861777227152e-08, -3.0908619322238064e-08, 0.707106844445485, -0.7071067179276029], "non_uniform_scale": [2.316478967666635, 0.9999998211860858, 1.0624383613540636], "motion_type": "STATIC"}, {"template_name": "953e934baed9dd759e1624584a12365581cd6812", "translation": [-12.946341514587402, 0.9753190695481244, -8.674045941271476], "rotation": [0.49999997636551025, 0.49999994831464345, 0.500000083293822, -0.49999999202601436], "non_uniform_scale": [2.3164785911751844, 0.9999998211860874, 1.0624383613540636], "motion_type": "STATIC"}, {"template_name": "94bb57df95029884d9a44b4f4e5be2d946969a45", "translation": [-15.946320533752441, 0.05000077383102752, -13.082729510502201], "rotation": [0.4999999682456824, 0.49999994738405207, 0.5000000932748303, -0.4999999910954228], "non_uniform_scale": [6.249999150633919, 0.9999999403953714, 1.4285711731229724], "motion_type": "STATIC"}, {"template_name": "94bb57df95029884d9a44b4f4e5be2d946969a45", "translation": [-5.0147199630737305, 1.3450001231807605, -4.931629760466215], "rotation": [0.7071068022599707, 0.7071067601131183, 6.18172403895023e-08, -6.181723630296281e-08], "non_uniform_scale": [3.125000000000048, 0.9999998807907347, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "94bb57df95029884d9a44b4f4e5be2d946969a45", "translation": [-7.283559799194336, 1.3450001231807605, -4.931629760466215], "rotation": [0.7071068022599707, 0.7071067601131183, 6.18172403895023e-08, -6.181723630296281e-08], "non_uniform_scale": [3.125000000000048, 0.9999998807907347, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "94bb57df95029884d9a44b4f4e5be2d946969a45", "translation": [-4.377729892730713, 1.2450001829201014, -4.2338897300428115], "rotation": [-0.5000000218556974, -0.49999999205336926, 0.5000000377489472, -0.49999994834198175], "non_uniform_scale": [3.1249995753169273, 0.9999999403953592, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "89b54bb9d4bac30e06521f4d5ad23da90e576ffa", "translation": [-10.948160171508789, 1.149925613230117, 2.4529799638358227], "rotation": [0.49999996727546697, 0.49999994717214274, 0.5000000946688617, -0.49999999088351527], "non_uniform_scale": [1.4783177686740432, 0.9999998211860893, 1.4824573418548799], "motion_type": "STATIC"}, {"template_name": "021a0ba1300490e2e288221a21f4387ce626d1de", "translation": [-7.641260147094727, 1.2300002371579524, -4.8888498473852735], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "048843fa0d4d6d5d53639874af6194a0eaa44f27", "translation": [-2.8843300342559814, 1.9899997589755003, 2.213720069901939], "rotation": [-4.3711388286737955e-08, 1.289674127196225e-15, 0.9999999999999969, 6.694365735199214e-08], "non_uniform_scale": [1.0000000000000038, 0.5025125142917011, 0.9999998807907201], "motion_type": "STATIC"}, {"template_name": "048843fa0d4d6d5d53639874af6194a0eaa44f27", "translation": [-6.3348798751831055, 1.9899999143648142, -0.3932798574399943], "rotation": [-4.3711388286737955e-08, 1.289674127196225e-15, 0.9999999999999969, 6.694365735199214e-08], "non_uniform_scale": [1.0000000000000038, 0.5025125142917011, 0.9999998807907201], "motion_type": "STATIC"}, {"template_name": "048843fa0d4d6d5d53639874af6194a0eaa44f27", "translation": [-9.338839530944824, 1.9900001695740315, -4.674979766310443], "rotation": [-4.3711388286737955e-08, 1.289674127196225e-15, 0.9999999999999969, 6.694365735199214e-08], "non_uniform_scale": [1.0000000000000038, 0.5025125142917011, 0.9999998807907201], "motion_type": "STATIC"}, {"template_name": "c461ecb62efa4ef74eb34fb8152acf8cc8ac427d", "translation": [-1.2659399509429932, 1.231000458554604, -9.820268925948767], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c461ecb62efa4ef74eb34fb8152acf8cc8ac427d", "translation": [-1.2659399509429932, 1.2310003101158316, -7.329879727311123], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c461ecb62efa4ef74eb34fb8152acf8cc8ac427d", "translation": [-1.304175853729248, 1.3890002868952465, -5.226303183120272], "rotation": [0.9141998756378573, 4.1860485026289737e-16, 0.4052636023426304, 2.4155595442108736e-08], "non_uniform_scale": [1.000000012731699, 0.9999998807907176, 0.9999999589751164], "motion_type": "STATIC"}, {"template_name": "c461ecb62efa4ef74eb34fb8152acf8cc8ac427d", "translation": [-10.120699882507324, 0.7500005932927252, -10.703799518716323], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "fa58c13910355dac154c515fa953d665c81372e0", "translation": [-15.61803913116455, 1.1062913927162299e-06, -18.560488548249623], "rotation": [-0.307216625264347, 1.6688938952695092e-09, 0.9516396088652377, 5.6623420324796436e-08], "non_uniform_scale": [0.9999998503888751, 0.8458247368544599, 0.9999997719368184], "motion_type": "STATIC"}, {"template_name": "bdab4ca579230f7652590bc19fa00a35701857ef", "translation": [-2.1964848041534424, 1.4195740050126915e-07, -2.3816498290509003], "rotation": [1.0, -2.0295156798543426e-10, 0.0, 0.0], "non_uniform_scale": [1.0, 0.8899071943870491, 0.9999998807907171], "motion_type": "STATIC"}, {"template_name": "bdab4ca579230f7652590bc19fa00a35701857ef", "translation": [-1.4013400077819824, 4.1319461274724745e-07, -6.932254854902311], "rotation": [0.7071068022599725, 2.3200300783256775e-09, 0.7071067601131207, 4.475389685208183e-08], "non_uniform_scale": [0.9999998807907176, 0.8899071943870491, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "bdab4ca579230f7652590bc19fa00a35701857ef", "translation": [-1.396340012550354, 5.622193270937714e-07, -9.432474527807528], "rotation": [0.7071068022599725, 2.3200300783256775e-09, 0.7071067601131207, 4.475389685208183e-08], "non_uniform_scale": [0.9999998807907176, 0.8899071943870491, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "bdab4ca579230f7652590bc19fa00a35701857ef", "translation": [-1.396340012550354, 6.099095912759367e-07, -10.232584343398514], "rotation": [0.7071068022599725, 2.3200300783256775e-09, 0.7071067601131207, 4.475389685208183e-08], "non_uniform_scale": [0.9999998807907176, 0.8899071943870491, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "bdab4ca579230f7652590bc19fa00a35701857ef", "translation": [-1.396340012550354, 4.608848769294127e-07, -7.732364670493297], "rotation": [0.7071068022599725, 2.3200300783256775e-09, 0.7071067601131207, 4.475389685208183e-08], "non_uniform_scale": [0.9999998807907176, 0.8899071943870491, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "bdab4ca579230f7652590bc19fa00a35701857ef", "translation": [-7.362337589263916, -2.7769684152190166e-07, 4.658979615033871], "rotation": [1.0, -2.0295156798543426e-10, 0.0, 0.0], "non_uniform_scale": [1.4997938871383667, 0.8899071943870491, 0.9999998807907171], "motion_type": "STATIC"}, {"template_name": "6acafe4f37b17ff0c33d22c8dc3fede1bddc67de", "translation": [-1.396340012550354, 3.2826577012201597e-07, -5.507385402477638], "rotation": [0.707106802259973, 2.363143559199652e-09, -0.7071067601131201, -4.480846298303861e-08], "non_uniform_scale": [1.062473233790801, 0.8878613248036653, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "6acafe4f37b17ff0c33d22c8dc3fede1bddc67de", "translation": [-3.0213546752929688, 1.4195740050126915e-07, -2.3816498290509003], "rotation": [-4.37113886236434e-08, 1.6453372795179615e-16, 0.9999999999999973, 5.981569814056749e-08], "non_uniform_scale": [1.0624734163284342, 0.8878613248036653, 0.9999998807907211], "motion_type": "STATIC"}, {"template_name": "6acafe4f37b17ff0c33d22c8dc3fede1bddc67de", "translation": [-8.48209285736084, -2.7769684152190166e-07, 4.658979615033871], "rotation": [-4.37113881938506e-08, 1.6453375356944465e-16, 0.9999999999999973, 5.981569814056749e-08], "non_uniform_scale": [1.2999675273895313, 0.8878613248036653, 0.9999998807907211], "motion_type": "STATIC"}, {"template_name": "d291be0a1ac8b87e4fb7cf444849fa3619b0041f", "translation": [-9.773980140686035, 1.556500819788198e-06, -26.113748901262852], "rotation": [-4.3711387457693096e-08, 3.60003068209677e-22, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000001192092933, 0.9999997615814422, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d291be0a1ac8b87e4fb7cf444849fa3619b0041f", "translation": [-9.77418041229248, 1.5008341733846464e-06, -25.17981760622149], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d291be0a1ac8b87e4fb7cf444849fa3619b0041f", "translation": [-8.630439758300781, 1.3813906889481586e-06, -23.17588858748138], "rotation": [0.7071068022599734, 2.5121478590261942e-15, -0.7071067601131198, -4.2146852279116175e-08], "non_uniform_scale": [0.9999999403953588, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0d6acbc9f35c8834a605e284167f44c84582a975", "translation": [-14.0237398147583, 1.2080010011631117, -18.9327285205883], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723864785713e-08, -6.181723496326152e-08], "non_uniform_scale": [0.9999999403953705, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "8d017fc7709614540587256fc11b809c9d7dc570", "translation": [-1.415869951248169, 1.5000006097954497, -11.730669186671378], "rotation": [-4.3711389944827945e-08, -4.141519752410324e-30, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999997615814461], "motion_type": "STATIC"}, {"template_name": "2368b54bfa73932d5b8d6dcf2183ab8ab57834ea", "translation": [-15.103501319885254, 1.1608898375925492e-07, -1.947649839660528], "rotation": [0.7071068022599734, -2.6718441042327918e-09, 0.70710676011312, 3.977564442482875e-08], "non_uniform_scale": [0.7069834645400367, 0.9999998807907172, 0.887478775532319], "motion_type": "STATIC"}, {"template_name": "e24449e3c2ce454a904c6a7011488632a6b1c875", "translation": [-6.596339225769043, 1.0500006667334247, -13.035929793958033], "rotation": [-0.5000000223306532, -0.49999999205149176, 0.5000000372777461, -0.49999994834010425], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9842517990765759], "motion_type": "STATIC"}, {"template_name": "c33165b9d06aab9e2e162cd54b047883a80d5f00", "translation": [-9.53240966796875, 6.393694889084145e-07, -10.726839379856585], "rotation": [-4.371138862188961e-08, -3.2006211013095553e-16, 0.9999999999999972, 6.079712602748579e-08], "non_uniform_scale": [0.9797774553298988, 0.9213192556715827, 0.6949592000294672], "motion_type": "STATIC"}, {"template_name": "22c78acc789ce802af372af9dca938a1c08c5f16", "translation": [-7.7266998291015625, 1.2300002371737264, -4.889114491992302], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ee7b9e4cf5c533737ebd058f7950ca632db5bc62", "translation": [-13.914714813232422, 0.4000009635256898, -16.46527762023934], "rotation": [-4.371138781308187e-08, 2.0470900179693056e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "ee7b9e4cf5c533737ebd058f7950ca632db5bc62", "translation": [-13.914714813232422, 0.4000009635256898, -16.46527762023934], "rotation": [-4.371138781308187e-08, 2.0470900179693056e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999997615814422, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "b5d1b894bdc9d22be934ea4efeae007d9048add2", "translation": [-7.454329967498779, 0.7999996850019606, 4.684789902878396], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5308f862dcc5bd45f62aececd538135a03ff93d2", "translation": [-9.508899688720703, 1.2865705073716995, -10.587973840561837], "rotation": [-3.0908618879071306e-08, -3.090861932023385e-08, 0.7071068444913375, -0.7071067178817506], "non_uniform_scale": [1.0936611890792889, 0.9999998211860859, 1.0936609394954453], "motion_type": "STATIC"}, {"template_name": "5c72cba593fbb040aced61ed5cdd339c1cc2a8db", "translation": [-13.902959823608398, 1.9900008721279931, -16.461878630406872], "rotation": [-4.371138828673819e-08, 4.125675915249814e-15, 0.9999999999999946, 9.547169182742382e-08], "non_uniform_scale": [1.0000000000000038, 0.23997981965782936, 0.9999998807907197], "motion_type": "STATIC"}, {"template_name": "0f0595dab4955a64bc89828b756a534bca9382ac", "translation": [-9.483719825744629, 2.0000004100030537, -8.878709144669187], "rotation": [-4.371138870523e-08, 2.87297388453391e-15, 0.9999999999999957, 8.221524255656633e-08], "non_uniform_scale": [1.1798875331878707, 0.2399798196578263, 0.7692306912862392], "motion_type": "STATIC"}, {"template_name": "91cc6516c824c4b89831693083b3a94fb57aeaf4", "translation": [-7.380070209503174, 0.7499998332172595, 2.048149985185262], "rotation": [-4.371138994482799e-08, 9.32082516302556e-16, 0.999999999999997, 6.405145751141444e-08], "non_uniform_scale": [0.9999998807907143, 0.5829203626012349, 0.9999997615814449], "motion_type": "STATIC"}, {"template_name": "c03338f63524b422e6445dc7415b809f6232b267", "translation": [-9.257829666137695, 0.7500005914270673, -10.672498975843212], "rotation": [-4.371138911578287e-08, 1.0587912688704258e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "cfeb7e530ff927219de3ec37515bddf33f113755", "translation": [-1.396340012550354, 5.115574595038197e-07, -8.582509482949376], "rotation": [0.7071068022599725, 2.4146626866571317e-09, -0.7071067601131207, -4.487399833546593e-08], "non_uniform_scale": [0.9999998807907176, 0.8854165809849941, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "392798e1dadf0e543fb9fc66d550385b3611ab56", "translation": [-1.1486400365829468, 0.8000005223393138, -9.363398899829416], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "392798e1dadf0e543fb9fc66d550385b3611ab56", "translation": [-7.454309463500977, 0.7999996728688465, 4.8883497662335635], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "465c339f405bf0f55e0c316820958dee1126dabd", "translation": [-4.15516996383667, 5.586779252553242e-07, -9.373059667762504], "rotation": [0.7071068022599727, 2.3087580710582354e-09, 0.7071067601131203, 4.47396719006307e-08], "non_uniform_scale": [1.3370948232951865, 0.8904420864054994, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "465c339f405bf0f55e0c316820958dee1126dabd", "translation": [-4.15516996383667, 4.483974009872327e-07, -7.522859601804015], "rotation": [0.7071068022599727, 2.3087580710582354e-09, 0.7071067601131203, 4.47396719006307e-08], "non_uniform_scale": [1.3370948232951865, 0.8904420864054994, 0.9999998807907172], "motion_type": "STATIC"}, {"template_name": "465c339f405bf0f55e0c316820958dee1126dabd", "translation": [-6.162710189819336, 2.0433427039279195e-07, -3.428159986248005], "rotation": [-4.371138869991508e-08, -3.2420469026937526e-16, 0.9999999999999972, 6.083337502608124e-08], "non_uniform_scale": [2.3867144584655855, 0.8904420864054984, 0.6688366331056781], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-10.614398956298828, 0.001001161249145295, -19.48272970415766], "rotation": [-4.371138733028789e-08, 4.606793008514872e-16, 0.9999999999999972, 6.098130800183052e-08], "non_uniform_scale": [3.6327607631683487, 2.5911208878611314, 3.5074289432252566], "motion_type": "STATIC"}, {"template_name": "ea0200d78c2699f025cc8ec86930842e214bd6d2", "translation": [-15.79281997680664, 1.1000007352822863, -13.03598891878189], "rotation": [-4.3711388354391344e-08, -2.767341465168118e-16, 0.9999999999999972, 6.045847178183311e-08], "non_uniform_scale": [0.9907529950141944, 3.2389009906171324, 2.5508574782779783], "motion_type": "STATIC"}, {"template_name": "48580ea166ccb93e88b8294ab2f4f37756cea10e", "translation": [-2.412480115890503, -1.502400692743322e-07, 2.5206099438303653], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f38789e88b2f8b182f9f5ee8211f1a5b987703cb", "translation": [-1.0963399410247803, 1.3690001897573438, -5.256599508190163], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "566f5cb3895ccaf20192b685f64b070658db775b", "translation": [-1.0963400602340698, 1.2150005326151998, -9.590799641263466], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.500000037748951, -0.49999994834198164], "non_uniform_scale": [1.1249998137354946, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "566f5cb3895ccaf20192b685f64b070658db775b", "translation": [-1.0963400602340698, 1.2150004115837376, -7.560228778408209], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.500000037748951, -0.49999994834198164], "non_uniform_scale": [1.1249998137354946, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4bbd3260f4aa37c3122276ae12304884107ba5b6", "translation": [-1.0751800537109375, 1.1000008826071266, -15.50768943979201], "rotation": [-0.5000000057014771, -0.4999999893101964, 0.5000000593895074, -0.4999999455988127], "non_uniform_scale": [1.8181816447864958, 0.9999997019767984, 1.8181815364144283], "motion_type": "STATIC"}, {"template_name": "4bbd3260f4aa37c3122276ae12304884107ba5b6", "translation": [-1.0968799591064453, 1.1000010062050691, -17.58131869546653], "rotation": [-0.5000000057014771, -0.4999999893101964, 0.5000000593895074, -0.4999999455988127], "non_uniform_scale": [1.8181816447864958, 0.9999997019767984, 1.8181815364144283], "motion_type": "STATIC"}, {"template_name": "4bbd3260f4aa37c3122276ae12304884107ba5b6", "translation": [-1.0968799591064453, 1.100001122996808, -19.54075880999803], "rotation": [-0.5000000057014771, -0.4999999893101964, 0.5000000593895074, -0.4999999455988127], "non_uniform_scale": [1.8181816447864958, 0.9999997019767984, 1.8181815364144283], "motion_type": "STATIC"}, {"template_name": "4bbd3260f4aa37c3122276ae12304884107ba5b6", "translation": [-1.0963399410247803, 1.100000765231833, -13.538458905311835], "rotation": [-0.5000000057014771, -0.4999999893101964, 0.5000000593895074, -0.4999999455988127], "non_uniform_scale": [1.8181816447864958, 0.9999997019767984, 1.8181815364144283], "motion_type": "STATIC"}, {"template_name": "4bbd3260f4aa37c3122276ae12304884107ba5b6", "translation": [-7.968319892883301, 1.299999699271332, 4.945389530337472], "rotation": [-3.090861824144292e-08, -3.090862032679955e-08, 0.7071068482862485, -0.7071067140868389], "non_uniform_scale": [1.8181818723678658, 0.9999997019768143, 1.8181815364144283], "motion_type": "STATIC"}, {"template_name": "4bbd3260f4aa37c3122276ae12304884107ba5b6", "translation": [-7.131810188293457, 1.299999699271332, 4.945389530337472], "rotation": [-3.090861824144292e-08, -3.090862032679955e-08, 0.7071068482862485, -0.7071067140868389], "non_uniform_scale": [1.8181818723678658, 0.9999997019768143, 1.8181815364144283], "motion_type": "STATIC"}, {"template_name": "4bbd3260f4aa37c3122276ae12304884107ba5b6", "translation": [-1.6913399696350098, 1.299999700569522, 4.923609517597576], "rotation": [-3.090861824144292e-08, -3.090862032679955e-08, 0.7071068482862485, -0.7071067140868389], "non_uniform_scale": [1.8181818723678658, 0.9999997019768143, 1.8181815364144283], "motion_type": "STATIC"}, {"template_name": "4bbd3260f4aa37c3122276ae12304884107ba5b6", "translation": [-0.9906700253486633, 1.2999997521638775, 4.057999923348426], "rotation": [-0.5000000057014771, -0.4999999893101964, 0.5000000593895074, -0.4999999455988127], "non_uniform_scale": [1.8181816447864958, 0.9999997019767984, 1.8181815364144283], "motion_type": "STATIC"}, {"template_name": "4b4d4be212c38c5f5cd8286a2eee481ac8c5df5a", "translation": [-7.559269905090332, 1.3500011702019705, -20.582729939655586], "rotation": [-3.090861659057226e-08, -3.09086187098285e-08, 0.7071068584557726, -0.7071067039173128], "non_uniform_scale": [3.8461537361145166, 0.9999998211860998, 2.999999642372153], "motion_type": "STATIC"}, {"template_name": "b2b0e3b797bb3175caef3c32f61796aeab414201", "translation": [-1.2417112588882446, 0.8000006254993757, -11.094137436500898], "rotation": [0.9752851287797322, 2.147111245517136e-17, 0.2209500341278568, 1.316964917704823e-08], "non_uniform_scale": [0.9999999922506516, 0.9999998807907176, 0.9999998951836019], "motion_type": "STATIC"}, {"template_name": "9c5db6e77b1207d689e035d957bff9216d1615e5", "translation": [-1.2676399946212769, 0.8000005773336163, -10.286050135728669], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a63cb49060e3a034ebc86fea841e5e1521a85629", "translation": [-7.351910591125488, 1.2300002371227663, -4.888259523018604], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "a63cb49060e3a034ebc86fea841e5e1521a85629", "translation": [-7.439169883728027, 1.2637501731222827, -4.888259521006951], "rotation": [1.0, -2.1175827467889854e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999997615814422], "motion_type": "STATIC"}, {"template_name": "1c19a987e1bd8c206353d18066b117cc0b21e841", "translation": [-3.827709913253784, 1.4351424226788367e-07, -2.407769298090372], "rotation": [-4.371138808471627e-08, 3.1757402181834186e-16, 0.9999999999999972, 6.031664213711454e-08], "non_uniform_scale": [1.3360053300857595, 0.9999998807907186, 1.2437809415124677], "motion_type": "STATIC"}, {"template_name": "0c9ff2144462d68fcab6a79e7737b7307e1a32d5", "translation": [-1.396300196647644, 6.90764068167482e-07, -11.589097285920502], "rotation": [0.7071068022599737, -2.551559807642182e-09, -0.7071067601131197, -3.9870864948560424e-08], "non_uniform_scale": [1.1792451632472776, 0.8926976451042056, 0.7962839724848291], "motion_type": "STATIC"}, {"template_name": "60ccfe2f58e641a94863384fca667734dac62dec", "translation": [-6.181029796600342, 1.990000138996848, -4.161979785443535], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "b2097790adbb240c19a5bd5e8c3ae39b25690ff6", "translation": [-11.253894805908203, 2.0925045873809722e-07, -3.510639935097686], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b2097790adbb240c19a5bd5e8c3ae39b25690ff6", "translation": [-11.24344539642334, 1.375454701246781e-07, -2.3076299245578014], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b2097790adbb240c19a5bd5e8c3ae39b25690ff6", "translation": [-11.219295501708984, 6.747484349034494e-08, -1.1320399563288674], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ea233d6e83ef6d189dc92600b820430307b58cea", "translation": [-1.4138799905776978, 1.5000005928158657, -11.445799055945884], "rotation": [-4.371138911578287e-08, 1.0587912688704258e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "a8292b780623daf11fa459a857bd52c8738f6a99", "translation": [-8.480685234069824, 1.2436605211660208, -10.43793417921097], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a8292b780623daf11fa459a857bd52c8738f6a99", "translation": [-10.481094360351562, 1.2436605211660208, -10.43793417921097], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [-1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e3e90be72788cf5f13a14d46f0f5fea24b27b8f1", "translation": [-1.0963449478149414, 1.7005203291118178, -8.57441936284662], "rotation": [-0.5000000218556937, -0.49999999205336915, 0.5000000377489509, -0.49999994834198175], "non_uniform_scale": [0.8750131204716479, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "8d3067d3a6cbdc578ec0b9369b2fa06f9a85f228", "translation": [-9.455439567565918, 5.364769890547905e-07, -9.000589787924866], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2fdd58d5bfd0f569ce072266cf1fccc55ea21150", "translation": [-9.474630355834961, 0.750000483948611, -8.869309805672742], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2fdd58d5bfd0f569ce072266cf1fccc55ea21150", "translation": [-7.6066999435424805, 0.8000001676583217, -3.4128396384215414], "rotation": [0.28452107049955533, -1.112188141297524e-15, 0.9586697869661814, 5.71411749333868e-08], "non_uniform_scale": [1.0000000119544172, 0.9999998807907176, 0.9999999282213258], "motion_type": "STATIC"}, {"template_name": "2fdd58d5bfd0f569ce072266cf1fccc55ea21150", "translation": [-7.191450119018555, 0.8000001687890226, -3.4318096499556354], "rotation": [0.28452107049955533, -1.112188141297524e-15, 0.9586697869661814, 5.71411749333868e-08], "non_uniform_scale": [1.0000000119544172, 0.9999998807907176, 0.9999999282213258], "motion_type": "STATIC"}, {"template_name": "2fdd58d5bfd0f569ce072266cf1fccc55ea21150", "translation": [-10.677800178527832, 0.6000000007832034, -0.213139947465657], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "296da6d9a274d903161dce9e1d1b6338bb2acf73", "translation": [-9.76424503326416, 0.7500005925742244, -10.691745076075449], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "054a4edb60cf2145e98274ad3fcbfc212e6e2445", "translation": [-13.492155075073242, 0.3000011160078877, -18.82350426176158], "rotation": [-4.3711387813081896e-08, -4.2780687827212864e-16, 0.9999999999999971, 6.199750038860386e-08], "non_uniform_scale": [0.9999999403953591, 1.488981427075681, 0.9999998807907235], "motion_type": "STATIC"}, {"template_name": "054a4edb60cf2145e98274ad3fcbfc212e6e2445", "translation": [-14.50528621673584, 0.3000011160078877, -18.82350426176158], "rotation": [-4.3711387813081896e-08, -4.2780687827212864e-16, 0.9999999999999971, 6.199750038860386e-08], "non_uniform_scale": [0.9999999403953591, 1.488981427075681, 0.9999998807907235], "motion_type": "STATIC"}, {"template_name": "4b4f5834c4163706bcc3029862f8f0ec73d92684", "translation": [-5.534060001373291, 1.2300002377152452, -4.8981996698260275], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4b4f5834c4163706bcc3029862f8f0ec73d92684", "translation": [-4.411159992218018, 1.100000238000142, -4.692979467333565], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "05424dff4ffe89ee53ea1a6c74d6ed24da66433a", "translation": [-10.50036907196045, 6.391734359567636e-07, -10.723550157335353], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1eb36fba48eb1f378fcbebaf74f30e3dcc5021de", "translation": [-7.671002388000488, 0.8000001607968947, -3.297724002735361], "rotation": [0.8843504369978962, 4.0262020051077746e-16, 0.46682363327238424, 2.782485925517206e-08], "non_uniform_scale": [1.0000001056079786, 0.9999998807907176, 0.9999999356138871], "motion_type": "STATIC"}, {"template_name": "1eb36fba48eb1f378fcbebaf74f30e3dcc5021de", "translation": [-7.6787824630737305, 0.8000001668741952, -3.399684178848002], "rotation": [0.8843504369978962, 4.0262020051077746e-16, 0.46682363327238424, 2.782485925517206e-08], "non_uniform_scale": [1.0000001056079786, 0.9999998807907176, 0.9999999356138871], "motion_type": "STATIC"}, {"template_name": "1eb36fba48eb1f378fcbebaf74f30e3dcc5021de", "translation": [-7.598382472991943, 0.8000001640072121, -3.351584187055561], "rotation": [0.8843504369978962, 4.0262020051077746e-16, 0.46682363327238424, 2.782485925517206e-08], "non_uniform_scale": [1.0000001056079786, 0.9999998807907176, 0.9999999356138871], "motion_type": "STATIC"}, {"template_name": "1eb36fba48eb1f378fcbebaf74f30e3dcc5021de", "translation": [-7.495102405548096, 0.8000001640072121, -3.351584187055561], "rotation": [0.8843504369978962, 4.0262020051077746e-16, 0.46682363327238424, 2.782485925517206e-08], "non_uniform_scale": [1.0000001056079786, 0.9999998807907176, 0.9999999356138871], "motion_type": "STATIC"}, {"template_name": "1eb36fba48eb1f378fcbebaf74f30e3dcc5021de", "translation": [-7.550172805786133, 0.8000001682117208, -3.4221241341755153], "rotation": [0.8843504369978962, 4.0262020051077746e-16, 0.46682363327238424, 2.782485925517206e-08], "non_uniform_scale": [1.0000001056079786, 0.9999998807907176, 0.9999999356138871], "motion_type": "STATIC"}, {"template_name": "1eb36fba48eb1f378fcbebaf74f30e3dcc5021de", "translation": [-10.649640083312988, 0.5999999983873945, -0.17294494670957228], "rotation": [-4.3711387457693096e-08, 2.047089840475602e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "1f3435d180b25eb789cf1fc375b0e4097b56f36e", "translation": [-2.981125593185425, -1.322938487646752e-07, 2.2195223439024403], "rotation": [-4.3711387887037864e-08, 4.3126682963365544e-16, 0.9999999999999972, 6.083159641395869e-08], "non_uniform_scale": [1.3213531970977834, 0.9999998807907189, 1.331055601709408], "motion_type": "STATIC"}, {"template_name": "a9d615bcd75af8e73df80fe7df1c64c938fa21ae", "translation": [-9.458709716796875, 0.760000472093239, -8.840409660314904], "rotation": [-4.371138893141121e-08, 1.1686853417915598e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.8250825405120881, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "20a1cd5c761a6757e05ba80b71ef833941188ce2", "translation": [-10.669339179992676, 1.2588500020171978e-08, -0.2111999713659296], "rotation": [-4.371138828673794e-08, 1.0686491228061477e-15, 0.999999999999997, 6.511335768520318e-08], "non_uniform_scale": [1.0000000000000038, 0.5493498981773959, 0.9999998807907201], "motion_type": "STATIC"}, {"template_name": "d56888c13b7c25e4c3e4c4dd7cedec7c30c82750", "translation": [-9.49862003326416, 1.2437505239790667, -10.434659261798267], "rotation": [0.7071068022599701, 0.707106760113119, 6.18172419972766e-08, -6.181723496326132e-08], "non_uniform_scale": [1.250000000000019, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "0f10a95add8f9ca871fca2393c758f449ae4b302", "translation": [-9.474849700927734, 0.7400004916614051, -8.82870903201642], "rotation": [-4.371138709689529e-08, -6.616077983355718e-16, 0.9999999999999968, 6.741473300621503e-08], "non_uniform_scale": [1.2029745578765916, 0.9999998807907162, 0.49212595914292934], "motion_type": "STATIC"}, {"template_name": "4ab3688ea6ebab2db7f52e3fce3ba9c096f974c4", "translation": [-15.516340255737305, 1.0134118610949372e-06, -17.002228677139897], "rotation": [0.7071068022599728, 0.0, 0.7071067601131202, 4.2146849766967894e-08], "non_uniform_scale": [0.8163131584934499, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "4ab3688ea6ebab2db7f52e3fce3ba9c096f974c4", "translation": [-15.516340255737305, 9.44845112371695e-07, -15.851869591959087], "rotation": [0.7071068022599728, 0.0, 0.7071067601131202, 4.2146849766967894e-08], "non_uniform_scale": [0.8163131584934499, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "57d0d75e00c2983b5341e67ca833b8218c0487f0", "translation": [-4.178420066833496, 0.8000004734808037, -8.543689170855895], "rotation": [0.521394645039158, -1.241523629198451e-15, 0.8533156649941965, 5.086157884979196e-08], "non_uniform_scale": [0.999999960689147, 0.9999998807907176, 0.9999999358691359], "motion_type": "STATIC"}, {"template_name": "c139234bf8464898e67b064e1726440a3e84b0b6", "translation": [-1.505519986152649, 0.8000005339664078, -9.558469154925955], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cb9e2a48a7f525b4f8ccf3bb5cda46b500f307d3", "translation": [-11.635808944702148, 1.3354014252051627, -23.49277348350435], "rotation": [-3.090861815148224e-08, -3.090861932392815e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "126fe05d3f516e671156b15b372704fb6300e6ad", "translation": [-4.80866003036499, 1.858240352703433e-07, -3.1176097918981327], "rotation": [1.0, -3.7321394276665153e-10, 0.0, 0.0], "non_uniform_scale": [1.0, 0.8537690217770257, 0.9999998807907171], "motion_type": "STATIC"}, {"template_name": "126fe05d3f516e671156b15b372704fb6300e6ad", "translation": [-5.531290054321289, 1.8621862807322032e-07, -3.124229960189453], "rotation": [1.0, -3.7321394276665153e-10, 0.0, 0.0], "non_uniform_scale": [1.0, 0.8537690217770257, 0.9999998807907171], "motion_type": "STATIC"}, {"template_name": "126fe05d3f516e671156b15b372704fb6300e6ad", "translation": [-6.2246198654174805, 1.8592655237625877e-07, -3.1193297434252543], "rotation": [1.0, -3.7321394276665153e-10, 0.0, 0.0], "non_uniform_scale": [1.0, 0.8537690217770257, 0.9999998807907171], "motion_type": "STATIC"}, {"template_name": "126fe05d3f516e671156b15b372704fb6300e6ad", "translation": [-7.618599891662598, 1.866841330411262e-07, -3.132039837119578], "rotation": [1.0, -3.7321394276665153e-10, 0.0, 0.0], "non_uniform_scale": [1.0, 0.8537690217770257, 0.9999998807907171], "motion_type": "STATIC"}, {"template_name": "126fe05d3f516e671156b15b372704fb6300e6ad", "translation": [-6.932600021362305, 1.859778109292165e-07, -3.120189719188815], "rotation": [1.0, -3.7321394276665153e-10, 0.0, 0.0], "non_uniform_scale": [1.0, 0.8537690217770257, 0.9999998807907171], "motion_type": "STATIC"}, {"template_name": "126fe05d3f516e671156b15b372704fb6300e6ad", "translation": [-4.596670150756836, 4.144871184053045e-07, -6.953939500216251], "rotation": [0.7071068022599725, 3.0815851752895596e-09, 0.7071067601131207, 4.5756239361191395e-08], "non_uniform_scale": [0.9999998807907176, 0.8537690217770256, 0.9999998807907171], "motion_type": "STATIC"}, {"template_name": "126fe05d3f516e671156b15b372704fb6300e6ad", "translation": [-4.611790180206299, 4.6672164444316877e-07, -7.830289373976598], "rotation": [0.7071068022599725, 3.0815851752895596e-09, 0.7071067601131207, 4.5756239361191395e-08], "non_uniform_scale": [0.9999998807907176, 0.8537690217770256, 0.9999998807907171], "motion_type": "STATIC"}, {"template_name": "126fe05d3f516e671156b15b372704fb6300e6ad", "translation": [-4.600800037384033, 5.30202385107259e-07, -8.895319408457283], "rotation": [0.7071068022599725, 3.0815851752895596e-09, 0.7071067601131207, 4.5756239361191395e-08], "non_uniform_scale": [0.9999998807907176, 0.8537690217770256, 0.9999998807907171], "motion_type": "STATIC"}, {"template_name": "126fe05d3f516e671156b15b372704fb6300e6ad", "translation": [-4.6354899406433105, 5.906039746150782e-07, -9.908689861971709], "rotation": [0.7071068022599725, 3.0815851752895596e-09, 0.7071067601131207, 4.5756239361191395e-08], "non_uniform_scale": [0.9999998807907176, 0.8537690217770256, 0.9999998807907171], "motion_type": "STATIC"}, {"template_name": "717527b75b1d48c6df7e0b807188991505f1ef56", "translation": [-7.523900032043457, 1.9900005965804866, -11.83895886963846], "rotation": [-4.3711388359419914e-08, 6.238016649028264e-16, 0.9999999999999971, 6.191510927263002e-08], "non_uniform_scale": [1.4788523912429867, 0.9999998807907198, 1.478852214950053], "motion_type": "STATIC"}, {"template_name": "717527b75b1d48c6df7e0b807188991505f1ef56", "translation": [-7.4618000984191895, 1.9900008244281793, -15.66160859754028], "rotation": [-4.3711388359419914e-08, 6.238016649028264e-16, 0.9999999999999971, 6.191510927263002e-08], "non_uniform_scale": [1.4788523912429867, 0.9999998807907198, 1.478852214950053], "motion_type": "STATIC"}, {"template_name": "717527b75b1d48c6df7e0b807188991505f1ef56", "translation": [-11.136619567871094, 1.9900008261121087, -15.689860243805569], "rotation": [-4.3711388359419914e-08, 6.238016649028264e-16, 0.9999999999999971, 6.191510927263002e-08], "non_uniform_scale": [1.4788523912429867, 0.9999998807907198, 1.478852214950053], "motion_type": "STATIC"}, {"template_name": "717527b75b1d48c6df7e0b807188991505f1ef56", "translation": [-11.092940330505371, 1.990000591959344, -11.76142896703304], "rotation": [-4.3711388359419914e-08, 6.238016649028264e-16, 0.9999999999999971, 6.191510927263002e-08], "non_uniform_scale": [1.4788523912429867, 0.9999998807907198, 1.478852214950053], "motion_type": "STATIC"}, {"template_name": "5241c215a33586533ab0b748cd900c8d3468df22", "translation": [-1.4429477453231812, 1.448602802156529e-07, -2.430352066138255], "rotation": [-4.3711389070893146e-08, 1.9350723384183302e-16, 0.9999999999999973, 5.989091914447665e-08], "non_uniform_scale": [1.169786095619206, 0.9038525338348647, 1.0381134703024029], "motion_type": "STATIC"}, {"template_name": "8bf603bc0582781cb6a94d8ce05f601171e523c1", "translation": [-4.176840305328369, 1.9900003034698983, -6.921379511870143], "rotation": [-4.371138745769305e-08, 8.682506475332868e-16, 0.9999999999999971, 6.35767046031206e-08], "non_uniform_scale": [1.0000000000000038, 0.6000599145817834, 0.9999999999999956], "motion_type": "STATIC"}, {"template_name": "8bf603bc0582781cb6a94d8ce05f601171e523c1", "translation": [-4.178309917449951, 1.9900003551208982, -7.787939442518947], "rotation": [-4.371138745769305e-08, 8.682506475332868e-16, 0.9999999999999971, 6.35767046031206e-08], "non_uniform_scale": [1.0000000000000038, 0.6000599145817834, 0.9999999999999956], "motion_type": "STATIC"}, {"template_name": "8bf603bc0582781cb6a94d8ce05f601171e523c1", "translation": [-4.166329860687256, 1.9900004239129743, -8.942078892464664], "rotation": [-4.371138745769305e-08, 8.682506475332868e-16, 0.9999999999999971, 6.35767046031206e-08], "non_uniform_scale": [1.0000000000000038, 0.6000599145817834, 0.9999999999999956], "motion_type": "STATIC"}, {"template_name": "8bf603bc0582781cb6a94d8ce05f601171e523c1", "translation": [-4.17257022857666, 1.9900004815465167, -9.909009224235419], "rotation": [-4.371138745769305e-08, 8.682506475332868e-16, 0.9999999999999971, 6.35767046031206e-08], "non_uniform_scale": [1.0000000000000038, 0.6000599145817834, 0.9999999999999956], "motion_type": "STATIC"}, {"template_name": "49e444157676c90fb1cfa5696f50dc1f82c9f052", "translation": [-5.311220169067383, 1.230000238059148, -4.903969399096383], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "49e444157676c90fb1cfa5696f50dc1f82c9f052", "translation": [-5.366879940032959, 1.230000238059148, -4.903969399096383], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "49e444157676c90fb1cfa5696f50dc1f82c9f052", "translation": [-4.405389785766602, 1.1000002310800525, -4.576879639811516], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "49e444157676c90fb1cfa5696f50dc1f82c9f052", "translation": [-4.405389785766602, 1.1000002343976618, -4.632539884296641], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "2f3cdc387d8c8e6e4ec9ce174e5f3dbe090933dd", "translation": [-7.073200225830078, 1.2300002375423844, -4.895299546402697], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2f3cdc387d8c8e6e4ec9ce174e5f3dbe090933dd", "translation": [-7.146120071411133, 1.2637501735419008, -4.895299544391044], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "edf025908e9c5059076723f5edfa3d14a3bb7714", "translation": [-1.306339979171753, 1.2310003277969486, -7.626519628911012], "rotation": [0.707106802259971, 1.0536711185667841e-08, 0.7071067601131206, 6.32202746504516e-08], "non_uniform_scale": [2.1428569470133216, 0.9999998807907229, 1.9999997615814324], "motion_type": "STATIC"}, {"template_name": "2ce041a8820c00f66ea8350c535cc2c5727ad7ac", "translation": [-1.2457900047302246, 0.8000003630065855, -6.6902394598579455], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6d081c66892c3b79c5915d8bf3600ee7e3cd1690", "translation": [-14.48781967163086, 8.390999255425413e-07, -14.077759857311207], "rotation": [-4.371138861637109e-08, -7.105626341723905e-17, 0.9999999999999973, 5.965154006789405e-08], "non_uniform_scale": [1.5156250000000058, 1.057692163265678, 0.9999998807907216], "motion_type": "STATIC"}, {"template_name": "bf330e41e4f3bac3abcf00e44781b24d76b8ea13", "translation": [-5.912209987640381, -2.739787134942162e-07, 4.596599781715867], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "33c0e727dec2050f926408631716d7a9c691af1f", "translation": [-15.938019752502441, -3.4153461569985666e-07, 5.729999677538871], "rotation": [1.0, 0.0, 0.0, -0.0], "non_uniform_scale": [-1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "62b08fe4e989f15d9672478194419f44749f5b19", "translation": [-1.1350899934768677, 0.8000004384499668, -7.955969288589369], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "77af27c6a414131f13d2aac55153720028fd4ed5", "translation": [-3.4227099418640137, 2.7609019070951035e-07, -4.632024488924458], "rotation": [1.0, -4.484759748093097e-10, 0.0, 0.0], "non_uniform_scale": [1.059999942779541, 0.840912778268716, 0.9999998807907171], "motion_type": "STATIC"}, {"template_name": "77af27c6a414131f13d2aac55153720028fd4ed5", "translation": [-1.9091399908065796, 2.7609019070951035e-07, -4.632024488924458], "rotation": [1.0, -4.484759748093097e-10, 0.0, -0.0], "non_uniform_scale": [-1.059999942779541, 0.840912778268716, 0.9999998807907171], "motion_type": "STATIC"}, {"template_name": "77af27c6a414131f13d2aac55153720028fd4ed5", "translation": [-3.957710027694702, 2.7609019070951035e-07, -4.632024488924458], "rotation": [1.0, -4.484759748093097e-10, 0.0, -0.0], "non_uniform_scale": [-1.0800000429153442, 0.840912778268716, 0.9999998807907171], "motion_type": "STATIC"}, {"template_name": "77af27c6a414131f13d2aac55153720028fd4ed5", "translation": [-1.3741400241851807, 2.7609019070951035e-07, -4.632024488924458], "rotation": [1.0, -4.484759748093097e-10, 0.0, 0.0], "non_uniform_scale": [1.0800000429153442, 0.840912778268716, 0.9999998807907171], "motion_type": "STATIC"}, {"template_name": "f0d3570a14bff4ab4fcde493390106905dea9c9a", "translation": [-12.253759384155273, 1.4848887985863257e-06, -24.912298624974483], "rotation": [0.7071068022599731, 0.0, -0.70710676011312, -4.214684976696788e-08], "non_uniform_scale": [1.2171371449746402, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f0d3570a14bff4ab4fcde493390106905dea9c9a", "translation": [-10.932539939880371, 1.3505890592568903e-06, -22.65912302380059], "rotation": [0.707106802259973, 0.0, -0.7071067601131201, -4.214684976696789e-08], "non_uniform_scale": [0.6491398424422835, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fa2f278eaa6a4d90d1d5f75387190d170eb10f3d", "translation": [-13.529540061950684, 8.894717780094652e-07, -14.92285925609707], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "994be037ff9c0b6edfa1435ae83344da18b1a34c_part_1", "translation": [-7.374629974365234, -1.3843377947741358e-07, 1.9997199028897246], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "994be037ff9c0b6edfa1435ae83344da18b1a34c_part_5", "translation": [-6.359800230704637, -3.787272789850779e-05, 1.9984996955862853], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "994be037ff9c0b6edfa1435ae83344da18b1a34c_part_5", "translation": [-7.786040794316829, -3.8100418050964456e-05, 2.6063162296835003], "rotation": [-0.7071067632561941, 0.0, 0.7071067991169006, 0.0], "non_uniform_scale": [0.9999998807907174, 0.9999998807907176, 0.9999999999999998], "motion_type": "STATIC"}, {"template_name": "994be037ff9c0b6edfa1435ae83344da18b1a34c_part_5", "translation": [-8.389458287514357, -3.80699008693791e-05, 1.9984996955862822], "rotation": [0.9999999999999966, 0.0, -8.391420142127191e-08, -0.0], "non_uniform_scale": [-1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "994be037ff9c0b6edfa1435ae83344da18b1a34c_part_5", "translation": [-7.786040704909863, -3.8116667081369295e-05, 1.3931235015901513], "rotation": [0.7071068108513215, 0.0, -0.7071067515217722, -0.0], "non_uniform_scale": [-0.9999998807907173, 0.9999998807907176, 0.9999999999999997], "motion_type": "STATIC"}, {"template_name": "994be037ff9c0b6edfa1435ae83344da18b1a34c_part_5", "translation": [-6.96321925872177, -3.8177095721140836e-05, 2.606316110474223], "rotation": [0.7071068108546973, 0.0, 0.7071067515183965, -0.0], "non_uniform_scale": [-0.9999998807907173, 0.9999998807907176, 0.9999999999999997], "motion_type": "STATIC"}, {"template_name": "994be037ff9c0b6edfa1435ae83344da18b1a34c_part_5", "translation": [-6.963218595934528, -3.766687254677295e-05, 1.3931233372167906], "rotation": [0.7071087618033052, -1.5317678827157408e-07, 0.7071048005639681, 6.034616003734335e-07], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 1.0000000000000002], "motion_type": "STATIC"}, {"template_name": "859fce00e8f962182f2703ab30a4ca8357537cbb", "translation": [-13.998180389404297, 1.1195379556738771e-06, -18.782728983001107], "rotation": [-4.371138763651556e-08, -3.2567507651541787e-16, 0.9999999999999972, 6.084641130854615e-08], "non_uniform_scale": [1.4763778448104916, 0.656167905787474, 0.4921259591429272], "motion_type": "STATIC"}, {"template_name": "859fce00e8f962182f2703ab30a4ca8357537cbb", "translation": [-13.9285306930542, 9.821385447139619e-07, -16.477549524453252], "rotation": [-4.3711388302575824e-08, 1.8628642567110697e-16, 0.9999999999999973, 5.98712396949261e-08], "non_uniform_scale": [1.4763778448104916, 0.8748905211817539, 0.999999880790721], "motion_type": "STATIC"}, {"template_name": "de81f09f7ef720bf28aea2fdcc64c0fc8462abc1", "translation": [-1.955430030822754, 7.582700618513627e-07, -12.72165985574361], "rotation": [-4.371138828673788e-08, -9.334649999001375e-17, 0.9999999999999973, 5.968706580539357e-08], "non_uniform_scale": [1.0000000000000038, 1.0771870521083928, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "de81f09f7ef720bf28aea2fdcc64c0fc8462abc1", "translation": [-3.7436399459838867, 7.56461645323725e-07, -12.691319662849878], "rotation": [-4.371138828673788e-08, -9.334649999001375e-17, 0.9999999999999973, 5.968706580539357e-08], "non_uniform_scale": [1.0000000000000038, 1.0771870521083928, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "de81f09f7ef720bf28aea2fdcc64c0fc8462abc1", "translation": [-5.572879791259766, 7.56461645323725e-07, -12.691319662849878], "rotation": [-4.371138828673788e-08, -9.334649999001375e-17, 0.9999999999999973, 5.968706580539357e-08], "non_uniform_scale": [1.0000000000000038, 1.0771870521083928, 0.9999998807907218], "motion_type": "STATIC"}, {"template_name": "0d50de8750f308418225c3ab76799eb6b2fe0142", "translation": [-5.170310020446777, 0.8000001687979754, -3.4319598536515166], "rotation": [0.9546237918063993, 9.34747365972819e-17, -0.29781439877408883, -1.7751122805602396e-08], "non_uniform_scale": [0.9999999952173799, 0.9999998807907176, 0.9999999145493604], "motion_type": "STATIC"}, {"template_name": "xxxx565510a2xdf58x42ebxb8b2x610950cea20a", "translation": [-13.654680252075195, 8.059978426899761e-07, -13.522399096345907], "rotation": [-4.3711388713601863e-08, 2.792730266644436e-16, 0.9999999999999972, 6.016858889267406e-08], "non_uniform_scale": [2.5527572631836035, 2.259784667517568, 2.7442368573859994], "motion_type": "STATIC"}, {"template_name": "xxxx565510a2xdf58x42ebxb8b2x610950cea20a", "translation": [-8.40075969696045, 6.414747417693434e-07, -10.762159659733754], "rotation": [-0.5799963780078367, 3.7056082255617585e-09, 0.8146190529921261, 4.6609020562384545e-08], "non_uniform_scale": [2.552757128789978, 2.2597846675175686, 2.7442370645122374], "motion_type": "STATIC"}, {"template_name": "224-31", "translation": [-16.021339416503906, 0.9800010534072214, -18.333239357874362], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "208-4", "translation": [-8.998129844665527, 1.0200010530788006, -19.00772929026303], "rotation": [-1.31134154557458e-07, 4.658822785187639e-22, 0.9999999999999897, 5.96046483281039e-08], "non_uniform_scale": [1.0000000000000344, 0.9999998807907176, 0.999999880790752], "motion_type": "STATIC"}, {"template_name": "3753-3", "translation": [-6.5213398933410645, 1.400000951804465, -17.768627931557354], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "3753-3", "translation": [-6.5213398933410645, 1.4000010155695932, -18.838429198358632], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "3753-3", "translation": [-6.5213398933410645, 1.4000010789990043, -19.902598064982932], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "224-32", "translation": [-3.797560214996338, 1.0100006459790194, -12.007728754417329], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "224-33", "translation": [-1.021340012550354, 1.4000005293989162, -10.681839222798352], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "224-33", "translation": [-1.021340012550354, 1.4000002788538168, -6.4783902240758735], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "3753-3", "translation": [-3.6716699600219727, 1.4000000123172995, -2.006649767956141], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3753-3", "translation": [-2.659600019454956, 1.4000000123172995, -2.006649767956141], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3753-3", "translation": [-1.6417100429534912, 1.4000000123172995, -2.006649767956141], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "224-34", "translation": [-14.529870986938477, 1.0200006358462304, -12.007728753821283], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "224-35", "translation": [-13.021340370178223, 0.970000478468549, -8.51736965850769], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "208-5", "translation": [-9.098199844360352, 1.0200003377586597, -7.006649492582682], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "224-35", "translation": [-11.5418701171875, 0.9700003884226049, -7.006649495562911], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "224-36", "translation": [-8.021340370178223, 1.300000077717911, -3.403889852530355], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "224-37", "translation": [-8.021340370178223, 1.0200002799397794, -6.036609705888623], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}]}
scenes/103997586_171030669.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/103997613_171030702.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/103997643_171030747.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/103997643_171030747"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "bf7a2fdc9c345ac33db72429f5bad9b30852611f", "translation": [-5.595190048217773, 0.7650003729206603, -7.261569975222919], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "ca1d9e341342fd9a6fe8c74f1bebda2a06610339", "translation": [-0.44839999079704285, 1.981249911531215, -1.6969897938823735], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ca1d9e341342fd9a6fe8c74f1bebda2a06610339", "translation": [-0.10028000175952911, 1.7899999563092024, -1.6969898052817598], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "115e795ad1493bd23ae7974184818cd51b937001", "translation": [-5.729579925537109, 0.7650004192751894, -8.039269876225568], "rotation": [1.0, -7.239100502914127e-10, 0.0, 0.0], "non_uniform_scale": [0.8384242057800293, 0.999999880790717, 0.8025453922098358], "motion_type": "STATIC"}, {"template_name": "e1d30ae83996db2ab653f342d27a5b316b762979", "translation": [-6.258810043334961, 1.2769102397669485e-07, -2.1422997628271645], "rotation": [0.09213980813191246, -5.208807613434359e-16, 0.9957460799608556, 5.935109483217389e-08], "non_uniform_scale": [1.000000151686296, 0.9999998807907177, 0.9999999165713908], "motion_type": "STATIC"}, {"template_name": "d6624608fa15c1bfe4e424eba4c5dd455bc84050", "translation": [-2.594902753829956, 0.06554995763708682, 0.6363817113142165], "rotation": [0.4369591821963648, 8.333398696484034e-10, 0.8994813356008456, 5.409057554007734e-08], "non_uniform_scale": [0.7485250334232485, 0.9999998807907173, 0.9360070473690026], "motion_type": "STATIC"}, {"template_name": "34582c45760b7519bea143e2a47b0544b276653b", "translation": [-2.68179988861084, 4.3483257172738377e-07, -7.295279544873239], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7f320769e548eb6ddc0d2526af162732a13201f0", "translation": [-5.29718017578125, 1.9812504569435276, -8.847489665225723], "rotation": [0.49999997814430586, 0.4999999483419839, 0.500000081460346, -0.4999999920533544], "non_uniform_scale": [0.5028934775058388, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7f320769e548eb6ddc0d2526af162732a13201f0", "translation": [-5.29718017578125, 1.981250376426587, -7.496639640457019], "rotation": [0.49999997814430586, 0.4999999483419839, 0.500000081460346, -0.4999999920533544], "non_uniform_scale": [0.5028934775058388, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "807b4b90e8db3613e508a745cd0b821b780bd8cb", "translation": [-1.5688396692276, 1.9812500307399716, -1.6969809723954654], "rotation": [0.7070877762427721, 0.7070877302411746, -0.005187409333517443, 0.005187409261079507], "non_uniform_scale": [1.474886025070477, 0.6544799555514906, 0.9999998211860807], "motion_type": "STATIC"}, {"template_name": "79431fb55870504f86c5f3e2e4c47f4ba88f63e0", "translation": [-1.2800525426864624, 1.9812496840082403, 2.120212069811693], "rotation": [0.28482739747810054, 0.28482739695628223, 0.6472043265617546, -0.6472041928701531], "non_uniform_scale": [0.9999999714900268, 0.9999998328828862, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9f760d35bc37926ed620c4bcc9051e1cc6d1f0d4", "translation": [-3.4345200061798096, 3.170000268569595, -6.395849611410483], "rotation": [0.9940563377449485, 4.525654124522273e-17, -0.10886687921080979, -6.488972463175258e-09], "non_uniform_scale": [1.0000001217813468, 0.9999998807907176, 1.0000000081565412], "motion_type": "STATIC"}, {"template_name": "abd34aacf398e2d12913c0051c3e26ecb01afdb7", "translation": [-2.3991000652313232, 2.3621500133685913e-07, -3.963029863653773], "rotation": [-4.371138754386769e-08, -4.733362526973437e-16, 0.9999999999999971, 6.269472777103154e-08], "non_uniform_scale": [0.5780500173568748, 0.9999998807907166, 0.6366499499499852], "motion_type": "STATIC"}, {"template_name": "709745fbd3cc41050840793cdf67e73995e27270", "translation": [-0.5131199955940247, 3.441339799792331e-07, -5.7736097709172896], "rotation": [-4.3711389030933314e-08, 1.1093655438232068e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.1279999017715499, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0b522ff4a86b7059622cf0ae289d9f08b09864b9", "translation": [-0.7071400284767151, 1.7802655349896668e-07, -2.9867897637611662], "rotation": [0.707106802259973, -2.5760443565454747e-09, -0.7071067601131203, -3.985140375664106e-08], "non_uniform_scale": [0.9999998807907176, 1.1222412440489156, 0.999999880790718], "motion_type": "STATIC"}, {"template_name": "ab2c0b0f83e55076e8f5e511b34a5bd8c1f1be54", "translation": [0.21945405006408691, 0.2600001888172869, -3.5878281684024103], "rotation": [0.7071068022599765, -3.4631479858252764e-08, -0.7071067601131166, -2.904559954482341e-08], "non_uniform_scale": [0.8908709948735836, 2.993381381823826, 1.1324101011508765], "motion_type": "STATIC"}, {"template_name": "cb00ebb224822113239b0ad246940f7f208570b3", "translation": [-3.061800003051758, 1.9812504145544807, -8.136319511081567], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e8a51eed69104c79ccc952d96f590e5f51034e38", "translation": [-2.1839399337768555, 0.8100002871078367, -5.58686981219827], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9466d3a66c069769eed26dfc3cedc33969a001ca", "translation": [-4.9363250732421875, 1.9497297448223883, 0.9797600489836888], "rotation": [-0.5000000113238509, -0.4999999909597695, 0.5000000504679899, -0.4999999472483844], "non_uniform_scale": [1.7254136964432158, 0.6833049247679176, 0.9999998211860808], "motion_type": "STATIC"}, {"template_name": "84f3e455116910537b312718620493db2c6c5149", "translation": [-5.606329917907715, 5.179077220418549e-07, -8.689049202856438], "rotation": [0.7071068022599735, -4.597354559644158e-09, -0.7071067601131199, -3.8372830747345806e-08], "non_uniform_scale": [0.859184511948555, 0.999999880790717, 0.8209108817034442], "motion_type": "STATIC"}, {"template_name": "0b0e6df6479ffd5c48f58de1330e7f2ab1248620", "translation": [-2.4758999347686768, 1.9812500171995282, -5.469809564884912], "rotation": [-3.090861868902699e-08, -3.0908619323928206e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.1962838172912642, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "316d7bc87db3c6ee1fdc26601bcda7d18c5110fb", "translation": [-4.490914821624756, 5.154103064342053e-07, -8.647149524262545], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "316d7bc87db3c6ee1fdc26601bcda7d18c5110fb", "translation": [-4.465199947357178, -1.0387599225225586e-08, 0.17427498553544307], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e726400daa4521c93b85a0e8e8bb239fcb7635e7", "translation": [-8.167449951171875, 0.75999995697856, -0.19821994255662023], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3a980d14b78db306cf27d014a6eb3dc98b6b8d4c", "translation": [-3.446739912033081, -2.8002262730808525e-09, 0.046979998232126174], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e56819a302075d53ac8e2e72c9957b2b3b72439e", "translation": [0.5755000114440918, 4.92244964789279e-07, -8.258499606937164], "rotation": [0.7071068022599739, -3.9143765687921725e-09, -0.7071067601131193, -3.8845666017664106e-08], "non_uniform_scale": [-0.9999999403953588, 0.9999998807907171, 0.8433483932406675], "motion_type": "STATIC"}, {"template_name": "e56819a302075d53ac8e2e72c9957b2b3b72439e", "translation": [0.5755000114440918, 3.6961435512239404e-07, -6.201099502974756], "rotation": [0.7071068022599739, -3.9143765687921725e-09, -0.7071067601131193, -3.8845666017664106e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907171, 0.8433483932406675], "motion_type": "STATIC"}, {"template_name": "e56819a302075d53ac8e2e72c9957b2b3b72439e", "translation": [0.5755000114440918, -8.606135537547743e-08, 1.4438698623257906], "rotation": [0.7071068022599739, -3.9143765687921725e-09, -0.7071067601131193, -3.8845666017664106e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907171, 0.8433483932406675], "motion_type": "STATIC"}, {"template_name": "31f80ef0ceba074486af4881ed8efa403340229f", "translation": [-0.9890749454498291, 4.706501783857675e-07, -7.896199232566374], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a50a4618218d207822655304b02711b63bd4e2f4", "translation": [-7.270349502563477, 1.9812504641431445, -8.968279185919172], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755813e-08, -6.181723730815494e-08], "non_uniform_scale": [1.0000000000000153, 0.9999997019768216, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "d564a9dfddaed66661ac318ff1e3c7b62b99f0ee", "translation": [-2.4270598888397217, 3.170000121017111, -3.9203298634093784], "rotation": [-4.371138781308187e-08, -1.0587910420729154e-22, 0.9999999999999973, 5.960464832810483e-08], "non_uniform_scale": [1.0000000000000038, 0.9999999999999929, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "571e64a27135494960e739c85eb0027caa16a7be", "translation": [-3.606760025024414, 2.7749501880919922, -5.469809517576692], "rotation": [-3.0908618027704283e-08, -3.090862029218625e-08, 0.7071068444559929, -0.7071067179170951], "non_uniform_scale": [1.0000000000000038, 0.9339796979451528, 0.9999998211860814], "motion_type": "STATIC"}, {"template_name": "571e64a27135494960e739c85eb0027caa16a7be", "translation": [-1.971869945526123, 2.7749497266745635, 2.271489888635884], "rotation": [-3.0908618027704283e-08, -3.090862029218625e-08, 0.7071068444559929, -0.7071067179170951], "non_uniform_scale": [1.0000000000000038, 0.9339796979451528, 0.9999998211860814], "motion_type": "STATIC"}, {"template_name": "571e64a27135494960e739c85eb0027caa16a7be", "translation": [-5.7507500648498535, 2.7749499632144037, -1.6969898657834435], "rotation": [0.7071068023091424, 0.7071067600639467, 6.181723974000232e-08, -6.18172368997777e-08], "non_uniform_scale": [1.0000000000000153, 0.9339796979451636, 0.9999998211860814], "motion_type": "STATIC"}, {"template_name": "a59e34f65be7226af0d42d41d8da31674415eeee", "translation": [-4.311039924621582, 3.1700001036918195, -3.629659724255788], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1e304e0bf4394d239b133ed2875760ccfa110295", "translation": [-4.786330223083496, 1.981249684787393, 2.107140056735865], "rotation": [0.4999999781443052, 0.49999994834198325, 0.500000081460348, -0.4999999920533537], "non_uniform_scale": [0.5570847060033904, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "bda57c84292f03bcbb5c8150e4f53633e02346eb", "translation": [0.18275000154972076, 1.9812500396814912, -1.8469947678896759], "rotation": [-3.090861815148224e-08, -3.090861932392815e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "c43cfcfcf9b8cb403e4145b10d6e2377abb39822", "translation": [-1.754889965057373, -1.2285708805848117e-07, 2.061199780631071], "rotation": [-0.6946796576990952, -1.7262788366006981e-15, 0.7193192428811188, 4.2874772102997326e-08], "non_uniform_scale": [0.8145713857583741, 0.9999998807907176, 0.9999997972830039], "motion_type": "STATIC"}, {"template_name": "9e644adad704ea8bfa75c422b9e6e0144d6ccd04", "translation": [-3.5241549015045166, 0.39100026659993503, -5.319804328036032], "rotation": [0.7071068022599701, 0.707106760113119, 6.181724233245168e-08, -6.181723496326129e-08], "non_uniform_scale": [0.9999998807907258, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxxed8471c7x236cx488bxb738xb43e206f618e", "translation": [-1.7574900388717651, 1.9812498012626278, -1.8469897610998274], "rotation": [-3.090861697903642e-08, -3.090861932392811e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000001192092933, 0.9999998211860855, 0.9999996423721687], "motion_type": "STATIC"}, {"template_name": "96db5eb0e7224668340616b68979e577dc819954", "translation": [-3.429409980773926, 4.040277019612404e-07, -6.7784596217596516], "rotation": [1.0, -7.274668452234727e-09, 0.0, 0.0], "non_uniform_scale": [0.5450384020805359, 0.9999998807907162, 0.5039768810299767], "motion_type": "STATIC"}, {"template_name": "2283c0dd73a902965482b346a929a60326caa96c", "translation": [-4.984399795532227, 1.981249865813858, -0.9299798660737295], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "325dcc499225fa8565cc8204bd18127cdbb1b727", "translation": [-4.027860164642334, 1.2584804123524194, -8.968284951045185], "rotation": [0.7071068045157589, 0.7071067578573299, 6.181723597001563e-08, -6.181723646079024e-08], "non_uniform_scale": [0.8147273063659792, 0.6321263155786694, 0.9999998211860807], "motion_type": "STATIC"}, {"template_name": "76ccae3a9f9d6013809496549a91b74c579015ce", "translation": [-4.02918004989624, 1.406350467320074, -8.968279220185885], "rotation": [0.7071068032535752, 0.7071067591195136, 6.181723928257606e-08, -6.181723834034575e-08], "non_uniform_scale": [1.2074146270752137, 1.3578300049507737, 0.9999998211860832], "motion_type": "STATIC"}, {"template_name": "391b8235ecdb4220e93279c89d7b3c9f4daf2c7b", "translation": [-6.607877731323242, 2.3176121999313182e-07, -3.888307816487071], "rotation": [1.0, -9.297530546090762e-11, 0.0, 0.0], "non_uniform_scale": [0.8533985018730164, 0.9999998807907173, 0.924067744723821], "motion_type": "STATIC"}, {"template_name": "391b8235ecdb4220e93279c89d7b3c9f4daf2c7b", "translation": [-6.0984978675842285, 2.3176121999313182e-07, -3.888307816487071], "rotation": [1.0, -9.297530546090762e-11, 0.0, 0.0], "non_uniform_scale": [0.8533985018730164, 0.9999998807907173, 0.924067744723821], "motion_type": "STATIC"}, {"template_name": "44a3ee33a175f1fdc6fb1cfab6d8c71588e7f24b", "translation": [-8.023659706115723, 1.3108790142268845e-07, -2.19928990606725], "rotation": [-4.3711388286737876e-08, 2.3294109863304354e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "44bcf7e3e018a3ff3f9c3ba850da016a8f332998", "translation": [-2.9954099655151367, 1.9812498711544322, -1.019579827736024], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3c27194087623f99e782a195b0dc6e29dd070e9e", "translation": [-8.227970123291016, 2.3580551555824059e-07, -3.9561598327064473], "rotation": [0.8134282904267157, 1.0412168638046536e-15, 0.5816652098359241, 3.466995173305071e-08], "non_uniform_scale": [0.9999999772502908, 0.9999998807907176, 0.9999999647877892], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-2.371999979019165, 3.1700004170912734, -8.8876297439557], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [0.5985599756240845, 3.1700004170912734, -8.8876297439557], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-5.172540187835693, 3.1700003106212478, -7.101359231987004], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-3.994070053100586, 3.169999879302974, 0.13496017664909843], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [0.5985599756240845, 3.170000218181002, -5.55046935555518], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-0.595300018787384, 3.170000199624866, -5.23914906924071], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-8.38776969909668, 3.170000298880325, -6.904379244185691], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [0.5985599756240845, 3.169999983687987, -1.6163296230834732], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [0.5985599756240845, 3.1699997567635734, 2.1908300506573966], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-2.8311400413513184, 3.1699998496448956, 0.6325401388084941], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-5.061069965362549, 3.1699997567635734, 2.1908300506573966], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-8.38776969909668, 3.1699997567635734, 2.1908300506573966], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-8.38776969909668, 3.1699999825096086, -1.5965597172641708], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-5.215060234069824, 3.169999983687987, -1.6163296230834732], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-3.9773800373077393, 3.169999950585364, -1.0609598022127074], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-4.626560211181641, 3.1700002078687817, -5.377459016593718], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-5.43966007232666, 3.170000260967015, -6.268299493890993], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-0.595300018787384, 3.170000002244109, -1.9276496709793776], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-0.3308599889278412, 3.1700000299519218, -2.3925096057349435], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-0.3308599889278412, 3.1700001724547064, -4.783309462469219], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "03ec07ddbb7262844606d7a97d7b6b35d7f6ec00", "translation": [-4.272819995880127, 3.170000218181002, -5.55046935555518], "rotation": [-4.3711388296284917e-08, -6.02195126543089e-16, 0.9999999999999969, 6.552623897751635e-08], "non_uniform_scale": [0.5376999974250815, 0.9999998807907163, 0.5377332523187104], "motion_type": "STATIC"}, {"template_name": "051e7613c71593d5d91bac3b3d03a36e51dd0c23", "translation": [-8.070050239562988, 3.170000363759385, -7.992869188614492], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "588ddc58a77c05c0a8d92232d30b6b197663dbdf", "translation": [-0.6938899755477905, 0.7599998239892756, 2.0329698757547163], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "956d2f2dca8dff1c11d0819016b49769d2bbbcc7", "translation": [-5.717060089111328, 1.9812502346653105, -9.118279749183046], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "8349e0f89d78757c18840cba6413f1fff9995bba", "translation": [-4.941036701202393, 1.9780301991894618, -5.88435412273499], "rotation": [0.6472229950080473, 0.6472229384735338, -0.2847849032857597, 0.28478486881682813], "non_uniform_scale": [0.9999998803447998, 0.9999997417215799, 0.9999998211860818], "motion_type": "STATIC"}, {"template_name": "d013183b915887390add467c73cfc20e61d4dd24", "translation": [-3.511589765548706, 1.5449997158056163, 0.5029907847648332], "rotation": [0.7071048753027125, 0.7071048279871184, 0.0016519020410265387, -0.0016519019613598627], "non_uniform_scale": [0.8222968926064413, 0.9999997690526239, 1.6327825030347596], "motion_type": "STATIC"}, {"template_name": "d013183b915887390add467c73cfc20e61d4dd24", "translation": [-4.587338924407959, 1.5449997165477125, 0.49054047789927857], "rotation": [0.7071057287243895, 0.7071056814092034, 0.0012336377418331284, -0.0012336376688914191], "non_uniform_scale": [0.33036379457675785, 0.9999997097507255, 1.6327825030347596], "motion_type": "STATIC"}, {"template_name": "e8bf2263502ed710b6025d0edb003dceb7399e2b", "translation": [-2.4721601009368896, 2.3815989891318168e-07, -3.9956598284447153], "rotation": [1.0, -4.939599724517467e-11, 0.0, 0.0], "non_uniform_scale": [1.78554368019104, 0.9999998807907178, 1.0592564273766885], "motion_type": "STATIC"}, {"template_name": "feb130d3499f00724fa2263e3552d1c70dac6582", "translation": [-2.5813100337982178, -5.432963412488334e-09, 0.09114999525845047], "rotation": [0.7620101168348177, 1.1838112915849322e-15, 0.6475651178386511, 3.859789251134822e-08], "non_uniform_scale": [0.9999999560745362, 0.9999998807907176, 0.9999999529722616], "motion_type": "STATIC"}, {"template_name": "a93cadff07a074a9bd121bf6ef22e74572d08fd6", "translation": [-6.311180591583252, 1.2864589393757342e-07, -2.158319821457866], "rotation": [-4.371138747094034e-08, -1.4421207800058931e-16, 0.9999999999999973, 5.980999518133686e-08], "non_uniform_scale": [0.8703629374504123, 1.1244829744716829, 0.9999998807907219], "motion_type": "STATIC"}, {"template_name": "54ff94b631874019138af5091e41c386e6183749", "translation": [-0.5479000210762024, 5.323588680994362e-08, -0.8931499187260883], "rotation": [0.7071068022599735, -4.56583929820749e-09, 0.7071067601131198, 3.8394094825433405e-08], "non_uniform_scale": [0.786099923485522, 0.999999880790717, 0.8219199286747029], "motion_type": "STATIC"}, {"template_name": "df62d7e394181a9529004fe07e714eb42312bd17", "translation": [-6.704929828643799, -5.955875082008788e-08, 0.9992299676400407], "rotation": [1.0, -6.9770077486373095e-09, 0.0, 0.0], "non_uniform_scale": [2.028841018676758, 0.9999999999999979, 1.9573150924068414], "motion_type": "STATIC"}, {"template_name": "0edf3065ba2b0299d7eafd6fcf2e659176e54160", "translation": [-7.448155403137207, 1.606265167084743, -7.267721124053807], "rotation": [0.4999999634529402, 0.499999946106127, 0.5000001006234193, -0.4999999898174992], "non_uniform_scale": [0.15387631035588462, 0.14724407212471743, 0.25296959245567247], "motion_type": "STATIC"}, {"template_name": "021a0ba1300490e2e288221a21f4387ce626d1de", "translation": [-8.227540016174316, 1.767339962080726, -2.056599865916965], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "474626239ff5c30ed30604f849caf0b4fd891784", "translation": [-2.3025600910186768, 0.8100002853494992, -5.557369806327213], "rotation": [-4.371138911578287e-08, 1.0587912688704258e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "474626239ff5c30ed30604f849caf0b4fd891784", "translation": [-4.1740899085998535, 1.4137004270219862, -8.837139472315307], "rotation": [-4.371138911578287e-08, 1.0587912688704258e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9c3f0936e883d4862f7f0a70e83cf6bad2fe23bd", "translation": [-4.0684099197387695, 1.4137004291176893, -8.87229953491687], "rotation": [0.9625585432330924, -2.2477363800040908e-09, 0.2710738844835236, 1.3932023307090668e-08], "non_uniform_scale": [0.7561079110769856, 0.9999998807907168, 0.724552264030044], "motion_type": "STATIC"}, {"template_name": "9a37b2d598955fe08ff635f76b5aa8d7bb8ca351", "translation": [-5.1157331466674805, 1.2237202863983114, -6.792205809597597], "rotation": [0.5245429525712039, -2.2889009705873255e-15, 0.8513839855834036, 5.074644112634118e-08], "non_uniform_scale": [1.0000000272091545, 0.9999998807907177, 1.000000003100443], "motion_type": "STATIC"}, {"template_name": "709a782aac7df3698f3d2c28eb8364fb942ffc9a", "translation": [-6.668731689453125, -1.252559087561167e-07, 2.1014453112217524], "rotation": [0.7071068022599739, -7.677727097765729e-09, 0.7071067601131196, 3.6519387933191556e-08], "non_uniform_scale": [0.8130126110903853, 0.9999998807907168, 0.7329592267895216], "motion_type": "STATIC"}, {"template_name": "77cb5f32d1a0768d6352866a2f03fcde8ce0d34e", "translation": [0.10578499734401703, 0.5000004931416697, -8.773543758777123], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c12f57b775a79bd595c6b6b60060f4dbb3c718b5", "translation": [-2.4375948905944824, 1.624739098815553e-07, -2.725859717973478], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "09a04e103739132685f10b4822fabe04dc231bf6", "translation": [-0.8177499175071716, 0.7500002860206507, -5.548629862151728], "rotation": [0.029374979102133422, -9.182435086654325e-17, 0.9995684621889316, 5.957892666287538e-08], "non_uniform_scale": [0.9999999856797648, 0.9999998807907176, 0.9999998668815867], "motion_type": "STATIC"}, {"template_name": "35be91b930f2e20fc86c0fda15f386171818f6bb", "translation": [-4.5318498611450195, 4.845231842409703e-07, -8.12894963449537], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "35be91b930f2e20fc86c0fda15f386171818f6bb", "translation": [-4.300680160522461, -8.208572666035252e-08, 1.3771698846119662], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "615d7946331a8b3444253965d4cd36a338d08ad7", "translation": [-6.528069972991943, 5.256176223156217e-07, -8.818399857377983], "rotation": [0.9999999999999998, -2.437324779458283e-08, 0.0, 0.0], "non_uniform_scale": [0.4370751678943634, 0.999999880790716, 0.2997699618613798], "motion_type": "STATIC"}, {"template_name": "bae5f0cfa7da0c12f0ffe456946f5a92347f46a8", "translation": [-1.001729965209961, 4.47480658749555e-07, -7.5074792201829155], "rotation": [0.7071068022599665, 1.487126416148152e-08, 0.7071067601131218, 9.267580216365195e-08], "non_uniform_scale": [3.3843567738320366, 0.9999998807907363, 3.3977566124345837], "motion_type": "STATIC"}, {"template_name": "7085b4004190c7be381525d7341f0390b20add51", "translation": [-3.4427900314331055, 4.1651725268820883e-07, -6.9879994995594075], "rotation": [1.0, -1.4178068137418443e-09, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907168, 0.7354668098131604], "motion_type": "STATIC"}, {"template_name": "0408927888d894832d62589d945d600dad793e90", "translation": [-4.936240196228027, 0.8749999512958526, -0.057879943675994916], "rotation": [-0.5000000039601638, -0.49999998863461176, 0.5000000624819886, -0.4999999449232287], "non_uniform_scale": [1.327548067119831, 0.9999998211860817, 1.9446170396069111], "motion_type": "STATIC"}, {"template_name": "0408927888d894832d62589d945d600dad793e90", "translation": [-2.2126801013946533, 0.874999812449218, 2.271579897607566], "rotation": [-3.090861676730292e-08, -3.090861911259002e-08, 0.7071068492416687, -0.7071067131314185], "non_uniform_scale": [1.3275482654571584, 0.9999998211860905, 1.9446170396069111], "motion_type": "STATIC"}, {"template_name": "0491b9ede319cf663bcf2690efb55817be7f2bb6", "translation": [-3.421990156173706, 4.870205998486199e-07, -8.170849313089263], "rotation": [0.7071068022599735, -4.08491725563371e-09, -0.7071067601131199, -3.8725193440575224e-08], "non_uniform_scale": [0.749083951170209, 0.999999880790717, 0.837631592891718], "motion_type": "STATIC"}, {"template_name": "00ff4e2d38b8c28bd0e02607b698ae80ddb497ef", "translation": [-6.991430282592773, -1.2531936022242007e-07, 2.1025098501139894], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "00ff4e2d38b8c28bd0e02607b698ae80ddb497ef", "translation": [-6.399310111999512, -1.1692046086864138e-07, 1.9615997098922833], "rotation": [0.5521242686583899, -8.998165742239733e-17, 0.8337618316752305, 4.969608019980936e-08], "non_uniform_scale": [0.999999886259202, 0.9999998807907177, 0.9999998680979293], "motion_type": "STATIC"}, {"template_name": "00ff4e2d38b8c28bd0e02607b698ae80ddb497ef", "translation": [0.5484300255775452, 1.5344619797019732e-08, -0.2574399854278564], "rotation": [-0.2635306915423003, -1.8108439073969724e-17, 0.9646510118251231, 5.749768410388801e-08], "non_uniform_scale": [0.9999998784850342, 0.9999998807907176, 0.9999997900915236], "motion_type": "STATIC"}, {"template_name": "fa5562e2e06d5c189107ed10f1c3e05552cb1bb2", "translation": [-6.229119777679443, 2.0730554695091996e-07, -3.4780097318881786], "rotation": [1.0, -6.802436205503234e-10, 0.0, 0.0], "non_uniform_scale": [0.9268720746040344, 0.999999880790717, 0.8079498639166467], "motion_type": "STATIC"}, {"template_name": "fa5562e2e06d5c189107ed10f1c3e05552cb1bb2", "translation": [-7.341820240020752, 2.0730554695091996e-07, -3.4780097318881786], "rotation": [1.0, -6.802436205503234e-10, 0.0, 0.0], "non_uniform_scale": [0.9268720746040344, 0.999999880790717, 0.8079498639166467], "motion_type": "STATIC"}, {"template_name": "eae23b6121e974982ec521d9118e0034134c37f8", "translation": [-2.451900005340576, 3.0432045150519116e-07, -5.105649643799666], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.2740874290466309, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "c3e45e226f51e328829dcf0afc2b3baf5de0ac0c", "translation": [0.5680800080299377, 1.9807701899111194, -5.303269428966054], "rotation": [0.7071068022599707, 0.7071067601131183, 6.181723998755793e-08, -6.181723730815488e-08], "non_uniform_scale": [1.0000000000000153, 0.9999997019768216, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "9711bd0b0b601929c42018b07894ddc739e09e94", "translation": [-2.671990156173706, 0.8100002907705424, -5.648319813113201], "rotation": [-0.4696337916931276, 9.331723956353005e-16, 0.8828613150999048, 5.2622637216587265e-08], "non_uniform_scale": [0.9999999474640815, 0.9999998807907176, 0.9999999102283444], "motion_type": "STATIC"}, {"template_name": "9a83f86ed492c9283fed9baa9a97e1cfdc5140f3", "translation": [-3.929680109024048, 1.413700429509852, -8.878878933633594], "rotation": [-4.3711387457693e-08, 2.6117319231371286e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "11f6ff3dbfc997ba5c70d59905246f7fa5b5c7fb", "translation": [-5.447175025939941, 1.9812502629631794, -7.593039418799286], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "dbdfb654815d60d03a61ac7af859360fa3210900", "translation": [-7.792609691619873, 3.3195615145587e-08, -0.5569299723547694], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dbdfb654815d60d03a61ac7af859360fa3210900", "translation": [-0.647589921951294, 3.537833492828213e-07, -5.935499314337989], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dbdfb654815d60d03a61ac7af859360fa3210900", "translation": [-0.6899200677871704, -1.0300576747113155e-07, 1.7281499071031803], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "75837d57167448213b092af97562cf08a590a417", "translation": [-5.275609970092773, 2.5157398778948235, -1.846994736031597], "rotation": [-3.090861678029646e-08, -3.090861854204729e-08, 0.7071068448160207, -0.7071067175570672], "non_uniform_scale": [0.9414399862289464, 0.8213957165007923, 0.9999998211860811], "motion_type": "STATIC"}, {"template_name": "75837d57167448213b092af97562cf08a590a417", "translation": [-5.743249893188477, 2.5150000650873707, -1.846984722495968], "rotation": [-3.090861678029646e-08, -3.090861854204729e-08, 0.7071068448160207, -0.7071067175570672], "non_uniform_scale": [0.9414399862289464, 0.8213957165007923, 0.9999998211860811], "motion_type": "STATIC"}, {"template_name": "75837d57167448213b092af97562cf08a590a417", "translation": [-6.206409931182861, 2.5133800109395352, -1.846994736172256], "rotation": [-3.090861678029646e-08, -3.090861854204729e-08, 0.7071068448160207, -0.7071067175570672], "non_uniform_scale": [0.9414399862289464, 0.8213957165007923, 0.9999998211860811], "motion_type": "STATIC"}, {"template_name": "d37560d3af2a7c1b45cf7d77ee4cbe2d24ba050f", "translation": [-7.514580249786377, 3.366935175108665e-07, -5.648779532386072], "rotation": [0.7071068022599734, -2.906679437744776e-09, -0.70710676011312, -3.959249500725941e-08], "non_uniform_scale": [0.7266525193063903, 0.9999998807907172, 0.8787877631909993], "motion_type": "STATIC"}, {"template_name": "074f67e54078e7d67afcc490f00e4004bdc73514", "translation": [-1.6869111061096191, 0.4500002600050159, -5.012159975638372], "rotation": [0.07191128526140725, -1.8984754061301835e-16, 0.9974110321487571, 5.9450333780416794e-08], "non_uniform_scale": [0.9999998654983425, 0.9999998807907176, 0.9999998688560924], "motion_type": "STATIC"}, {"template_name": "bf87bea088e8fa4b89eabcaa6b925094cfe910ab", "translation": [-7.515079975128174, 3.170000226646067, -5.692489572615017], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "18fdedbda00326005b6dc1690e05a523d8a191ec", "translation": [-7.5981550216674805, 1.4410004181930844, -8.713115086906214], "rotation": [-0.5000000218556935, -0.4999999920533689, 0.5000000377489512, -0.4999999483419815], "non_uniform_scale": [0.9999997615814338, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "18fdedbda00326005b6dc1690e05a523d8a191ec", "translation": [-5.083502769470215, 1.4409999284904185, -0.4972681737978295], "rotation": [0.6395464322702263, 0.6395463650663303, -0.3016295956756207, 0.3016295657150181], "non_uniform_scale": [0.9999998998506886, 0.9999998976115265, 0.9999998211860816], "motion_type": "STATIC"}, {"template_name": "c1141602bbec5838900a52cf21c42599326b355e", "translation": [-7.52815580368042, 1.4410003171661288, -7.018164130499088], "rotation": [0.7071068022599701, 0.707106760113119, 6.181724233245168e-08, -6.181723496326129e-08], "non_uniform_scale": [0.9999998807907258, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "10fe98d6dff038606af0875ee5b18f90f5aa9d04", "translation": [-1.68305504322052, 1.4410002248791045, -5.469844883033915], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "10fe98d6dff038606af0875ee5b18f90f5aa9d04", "translation": [-4.9843549728393555, 1.4409999976095662, -1.6568949760261091], "rotation": [0.49999997814430575, 0.4999999483419838, 0.5000000814603465, -0.49999999205335427], "non_uniform_scale": [0.9999997615814442, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "10fe98d6dff038606af0875ee5b18f90f5aa9d04", "translation": [-2.5848560333251953, 1.44099999764925, -1.6575607598685664], "rotation": [0.6838047467149225, 0.6838046973732851, 0.18003084506378822, -0.18003082804339077], "non_uniform_scale": [0.999999797745616, 0.9999997739949554, 0.9999998211860818], "motion_type": "STATIC"}, {"template_name": "10fe98d6dff038606af0875ee5b18f90f5aa9d04", "translation": [-5.025207996368408, 1.4391699425229767, -0.425585456803109], "rotation": [0.6395464322702263, 0.6395463650663303, -0.3016295956756207, 0.3016295657150181], "non_uniform_scale": [0.9999998998506886, 0.9999998976115265, 0.9999998211860816], "motion_type": "STATIC"}, {"template_name": "xxxx4dfde049x5c39x476cxb431x101bdf23c481", "translation": [-0.85794997215271, 3.010773639289255e-07, -5.0512396662688275], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "6ac0179bc4fa54d842212a4f46c6df06e43f0385", "translation": [-8.047760009765625, 3.374021844138042e-07, -5.660668989380042], "rotation": [0.7071068022599746, -1.2664541509554746e-08, 0.7071067601131189, 3.423631754097105e-08], "non_uniform_scale": [0.7193536329654674, 0.9999998807907164, 0.624620400391795], "motion_type": "STATIC"}, {"template_name": "6ac0179bc4fa54d842212a4f46c6df06e43f0385", "translation": [-7.550230026245117, 2.876651308270084e-07, -4.826219747887848], "rotation": [-4.3711387812842894e-08, -4.890070789351864e-16, 0.9999999999999971, 6.296624044277148e-08], "non_uniform_scale": [0.7193537354469327, 0.9999998807907164, 0.6246204227661579], "motion_type": "STATIC"}, {"template_name": "6ac0179bc4fa54d842212a4f46c6df06e43f0385", "translation": [-6.927000045776367, 3.308445286620554e-07, -5.5506497889369655], "rotation": [0.7071068022599746, -1.2664541509554746e-08, -0.7071067601131189, -3.423631754097105e-08], "non_uniform_scale": [0.7193536329654674, 0.9999998807907164, 0.624620400391795], "motion_type": "STATIC"}, {"template_name": "6ac0179bc4fa54d842212a4f46c6df06e43f0385", "translation": [-7.513909816741943, 3.9164723375506583e-07, -6.570749844863997], "rotation": [1.0, -3.3615921146671907e-09, 0.0, 0.0], "non_uniform_scale": [0.7193537354469299, 0.9999998807907166, 0.6246204227661556], "motion_type": "STATIC"}, {"template_name": "75a47e132a99a8576b16f0a6d84ed7533cffe954", "translation": [-4.2352800369262695, 3.1700003722917813, -8.136019032834781], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "75a47e132a99a8576b16f0a6d84ed7533cffe954", "translation": [-3.971560001373291, 3.169999805281151, 1.3768402214741684], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9a2b70dcc3e51aac58a2ed970ce2d2318ce138de", "translation": [-8.468430519104004, 1.6049999494355944, -4.436669466395998], "rotation": [0.49999997091965487, 0.49999994785065627, 0.5000000896676509, -0.4999999915620264], "non_uniform_scale": [1.4018590806806763, 0.9999999403953709, 1.2918775925782136], "motion_type": "STATIC"}, {"template_name": "9a2b70dcc3e51aac58a2ed970ce2d2318ce138de", "translation": [-8.468430519104004, 1.6848297707325273, 1.3283599827569716], "rotation": [0.49999997814431085, 0.49999994834198525, 0.5000000814603398, -0.49999999205335416], "non_uniform_scale": [0.49371916093116486, 0.9999999403953697, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9a2b70dcc3e51aac58a2ed970ce2d2318ce138de", "translation": [-8.468430519104004, 1.6962098404586357, -0.5709098418283531], "rotation": [0.4999999781443105, 0.499999948341985, 0.5000000814603407, -0.49999999205335394], "non_uniform_scale": [0.49251875325926076, 0.9999999403953697, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9a2b70dcc3e51aac58a2ed970ce2d2318ce138de", "translation": [-0.7471100091934204, 1.6872797036904075, 2.2714900622242595], "rotation": [-3.090861770743432e-08, -3.090861999377881e-08, 0.7071068444068213, -0.7071067179662667], "non_uniform_scale": [0.567970097064974, 0.9999998807907232, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "dbff59126e53774521d09fcab51d422c2a847252", "translation": [0.1617816686630249, 0.35000025882626495, -4.792383841134063], "rotation": [0.9231517735568802, -8.382037840580049e-10, 0.38443569420487755, 2.1537457404791162e-08], "non_uniform_scale": [0.8553802589646465, 0.9999998211860796, 0.8798385779377154], "motion_type": "STATIC"}, {"template_name": "df0b84e7d00c96fe62e3bb814df31567796c61cb", "translation": [-7.500260353088379, 0.7400003009659173, -5.629369832910882], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d0a90cf190c1fc60f0446c1855ab5e4dcfa51125", "translation": [-8.258720397949219, 4.3683351691470307e-07, -7.32884983248411], "rotation": [-4.371138771544926e-08, -5.684602581225522e-16, 0.999999999999997, 6.463892983086098e-08], "non_uniform_scale": [0.5709142684936546, 0.9999998807907163, 0.5636293216193534], "motion_type": "STATIC"}, {"template_name": "d98d5dd004c3547e4765d56d731f6d97aeb33de6", "translation": [-4.984400272369385, 1.9756599189007318, -1.1775998381817345], "rotation": [0.4999999781443115, 0.49999994834198425, 0.5000000814603399, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999996423721687], "motion_type": "STATIC"}, {"template_name": "56f36105d7bf84f7f796bd6272391e16a2e11c5c", "translation": [0.0706000030040741, 5.226123107604508e-07, -8.767979099274896], "rotation": [-4.371138911578296e-08, 4.9414930256588236e-23, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999997615814461], "motion_type": "STATIC"}, {"template_name": "93f75b708ee955f966c9494a82cab08592246f67", "translation": [-2.165649890899658, 0.8100002908575412, -5.6497794115674616], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "95c48a9ba1e1531fe26ca7068d11f3e3ebdf178c", "translation": [-2.682229995727539, 4.915464160148986e-07, -8.246779903961396], "rotation": [0.707106802259974, -9.907455698787757e-09, 0.7071067601131195, 3.5407724690834003e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907167, 0.680207331168216], "motion_type": "STATIC"}, {"template_name": "95c48a9ba1e1531fe26ca7068d11f3e3ebdf178c", "translation": [-6.971419811248779, 8.746505386625358e-08, -1.4674200137007176], "rotation": [1.0, -2.2403480892695338e-09, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907167, 0.6802073502293373], "motion_type": "STATIC"}, {"template_name": "95c48a9ba1e1531fe26ca7068d11f3e3ebdf178c", "translation": [-2.682229995727539, -9.238660680921384e-08, 1.5499899655586447], "rotation": [0.707106802259974, -9.907455698787757e-09, 0.7071067601131195, 3.5407724690834003e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907167, 0.680207331168216], "motion_type": "STATIC"}, {"template_name": "81da9279eae235c3faced51d516e970acdac5e84", "translation": [-7.681680202484131, 0.9000001292592188, -3.468609549486054], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "81ef70dbef87705b4e0e5051197da71c5e1bd4b4", "translation": [-2.723629951477051, 1.2850002071148126, -5.319809519957907], "rotation": [0.7071068036280288, 0.7071067587450601, 6.18172391920071e-08, -6.181723484366172e-08], "non_uniform_scale": [1.134233117103594, 0.9999998211860989, 1.4310491763294637], "motion_type": "STATIC"}, {"template_name": "8354d745b26f2906eb3d17c6f655890818c163d3", "translation": [-1.6927800178527832, 1.7596198282998898, -1.696889790504585], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "cb143444f831ecf796490c5c9572cdfec841d7dd", "translation": [0.4438199996948242, -4.811465714738006e-08, 0.8072299476128819], "rotation": [0.7117035269481421, 3.802880921292978e-16, -0.702479956816971, -4.187107116889889e-08], "non_uniform_scale": [0.9999999588259372, 0.9999998807907176, 0.9999998991939364], "motion_type": "STATIC"}, {"template_name": "de8991d1328cb1a9e7e3042a7a281672586f0131", "translation": [-8.29343032836914, 4.095810766102659e-07, -6.871629782221902], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9bfd01b7a7f4fb8e1388551d237763778d4b3862", "translation": [-5.687049388885498, 4.537749305200123e-07, -7.613079570944308], "rotation": [0.707106802259974, -9.936550003343923e-09, -0.7071067601131196, -3.539427590566749e-08], "non_uniform_scale": [0.9841278800888132, 0.9999998807907167, 0.6795691442746448], "motion_type": "STATIC"}, {"template_name": "141dd97fde5601e6c4fb47e9e08b4b489686a500", "translation": [-7.723150253295898, 5.271005534268625e-07, -8.843279311461458], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3e02e844975990aa6f86ffefa25e68936e460d82", "translation": [-5.929920196533203, 9.07176698206058e-08, -1.521989850879315], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "99665804218804022bc87b9e8edf35221a0bb8ee", "translation": [-4.784675121307373, 0.3810099842488768, -0.18490996563911466], "rotation": [0.4999999781443101, 0.4999999483419846, 0.500000081460342, -0.4999999920533535], "non_uniform_scale": [0.9999998807907267, 0.9999999403953697, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "99665804218804022bc87b9e8edf35221a0bb8ee", "translation": [-4.818809986114502, 0.4710104760894325, -8.966624651096154], "rotation": [0.7071068022599707, 0.7071067601131183, 6.181723998755867e-08, -6.181723630296284e-08], "non_uniform_scale": [1.0000000000000153, 0.9999998807907347, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9ffac3243f57a60cc08fd960e5a2824fcf9a101f", "translation": [-8.318429946899414, 8.111597082915978e-08, -1.3609000825345419], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9ffac3243f57a60cc08fd960e5a2824fcf9a101f", "translation": [0.21509000658988953, -1.2615262789950066e-07, 2.116489761084921], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9ffac3243f57a60cc08fd960e5a2824fcf9a101f", "translation": [-4.662049770355225, -4.530131647584312e-08, 0.7600299262982624], "rotation": [0.7071068022599736, -4.361191551541626e-09, -0.7071067601131197, -3.8533457500600126e-08], "non_uniform_scale": [0.7455805691730637, 0.999999880790717, 0.8285331232230001], "motion_type": "STATIC"}, {"template_name": "9ffac3243f57a60cc08fd960e5a2824fcf9a101f", "translation": [-1.4249399900436401, 3.3526481502121896e-07, -5.62480988354622], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e1b703e78962df6a81b81acab566c6a202b17197", "translation": [-8.317540168762207, 1.7673399567162988, -1.9665997186935016], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0000001192092896, 0.9999999999999929, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "799ef1fe60ed2801de60a3e00ab5e11489f312b1", "translation": [-2.132970094680786, 0.45000026515304015, -5.09852948495568], "rotation": [-0.5530469359868406, -8.4228798918777e-16, 0.8331500984789983, 4.9659618677067184e-08], "non_uniform_scale": [0.9999998296874777, 0.9999998807907177, 0.9999998117154956], "motion_type": "STATIC"}, {"template_name": "09b1df19e95ab47e50c8aac06137ef2f51144d34", "translation": [-0.07128999382257462, 1.9808498572638698, -1.89973474260659], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a7a0d68a04ca83618e899c167b20d007ab00cb11", "translation": [-0.19124998152256012, 1.9796698030889104, -1.8747696963286558], "rotation": [-3.090861815148224e-08, -3.090861932392815e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "35164b6db5fd27255e62e3c3a887b90b6a5aeba9", "translation": [-0.40195998549461365, 6.031154953234363e-08, -1.0118598334872786], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2281225b42551fd15d106a76c717d23a3406f63a", "translation": [-6.751550197601318, 3.1700000566139863, -2.839824795137332], "rotation": [-4.371138781308187e-08, 4.9414930256588236e-23, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998211860838], "motion_type": "STATIC"}, {"template_name": "9bbe665ffd8ae57251265df4b5ecc078f98afec6", "translation": [-6.6663899421691895, 1.9812495557820995, 2.2714898413276643], "rotation": [-3.090861697903607e-08, -3.090861932392811e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000001192092933, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f719e6f9cc9fa51fdcf651e9e1664b45b33e61f5", "translation": [-8.169340133666992, 5.178195010557829e-07, -8.687569100405597], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "469e0161dadae2828e2c667345aee977dcaa931a", "translation": [-7.180219650268555, 0.9000001304644272, -3.48882958955587], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2efebdcc1ba9514b0deb0dfb05951341432bd26a", "translation": [-0.2837199866771698, 0.7500002952295404, -5.7031293837350745], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "ec5a7b51f7301d831b35da3e857ce1e189e34cce", "translation": [-0.7587899565696716, 1.2676358096541662e-07, -2.1267398520267022], "rotation": [-4.371138781308193e-08, 1.8352615792404833e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999999403953591, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "96b45aaaa0eda36505a39bf6679406ce2303f564", "translation": [-6.649279594421387, 2.4100000326153577, -1.5171947522643165], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "db275b633e6f8388587c94ec3f70110ca397afce", "translation": [-2.663559913635254, 0.45000026946364713, -5.170849465081108], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "78218988eaa22d4e96fbf13517ec92f8897c5a2d", "translation": [-5.181775093078613, 1.4410002789530267, -6.377054702159455], "rotation": [0.2847849004172329, 0.28478489893780623, 0.6472230270663051, -0.6472228944239065], "non_uniform_scale": [0.999999840076481, 0.9999997856667294, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "78218988eaa22d4e96fbf13517ec92f8897c5a2d", "translation": [-0.5146350264549255, 1.4410001734188427, -4.606485006363073], "rotation": [-0.5000000218556935, -0.4999999920533689, 0.5000000377489512, -0.4999999483419815], "non_uniform_scale": [0.9999997615814338, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "78218988eaa22d4e96fbf13517ec92f8897c5a2d", "translation": [-2.6858060359954834, 1.4409999942438816, -1.6004281615359588], "rotation": [0.6838047467149225, 0.6838046973732851, 0.18003084506378822, -0.18003082804339077], "non_uniform_scale": [0.999999797745616, 0.9999997739949554, 0.9999998211860818], "motion_type": "STATIC"}, {"template_name": "78218988eaa22d4e96fbf13517ec92f8897c5a2d", "translation": [-3.2111499309539795, 1.440999879777781, 0.3199942184094091], "rotation": [0.6092638525378878, 0.6092637970661403, -0.3588838405494401, 0.35888378699479295], "non_uniform_scale": [0.9999997761392235, 0.9999998147000798, 0.9999998211860818], "motion_type": "STATIC"}, {"template_name": "78218988eaa22d4e96fbf13517ec92f8897c5a2d", "translation": [-4.980404853820801, 1.441000338486134, -7.375854443499151], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "78218988eaa22d4e96fbf13517ec92f8897c5a2d", "translation": [-4.496974945068359, 1.443820235799251, -5.404994556378426], "rotation": [0.6472229942227176, 0.6472229387353104, -0.28478490436044046, 0.2847848689320125], "non_uniform_scale": [0.9999997961313339, 0.9999997417215799, 0.9999998211860818], "motion_type": "STATIC"}, {"template_name": "78218988eaa22d4e96fbf13517ec92f8897c5a2d", "translation": [-8.468425750732422, 1.3762100473067136, -2.6012446893778502], "rotation": [0.49999997814430575, 0.4999999483419838, 0.5000000814603465, -0.49999999205335427], "non_uniform_scale": [0.9999997615814442, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "222c9b3e52f81bb06d523720bd0ec8a5d7b899d6", "translation": [-4.786334991455078, 0.7432698089027348, 2.12649003367304], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "222c9b3e52f81bb06d523720bd0ec8a5d7b899d6", "translation": [-5.152180194854736, 0.7432703752866381, -7.3758544850871], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33d882aa224a49f9f0971862e71d46b452111fd1", "translation": [-1.7838749885559082, 0.33600048019198425, -8.968284052355017], "rotation": [0.7071068022599701, 0.707106760113119, 6.181724233245168e-08, -6.181723496326129e-08], "non_uniform_scale": [0.9999998807907258, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33d882aa224a49f9f0971862e71d46b452111fd1", "translation": [-1.2552950382232666, 0.33600027166636437, -5.469804894578147], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33d882aa224a49f9f0971862e71d46b452111fd1", "translation": [-8.468424797058105, 0.3360003209593856, -6.296804509591766], "rotation": [0.49999997814430575, 0.4999999483419838, 0.5000000814603465, -0.49999999205335427], "non_uniform_scale": [0.9999997615814442, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33d882aa224a49f9f0971862e71d46b452111fd1", "translation": [-2.267704963684082, 0.33600005573004665, -1.8469948659542226], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33d882aa224a49f9f0971862e71d46b452111fd1", "translation": [0.6792150139808655, 0.3359999290582554, 0.27820501075952997], "rotation": [-0.5000000218556935, -0.4999999920533689, 0.5000000377489512, -0.4999999483419815], "non_uniform_scale": [0.9999997615814338, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33d882aa224a49f9f0971862e71d46b452111fd1", "translation": [-1.5165950059890747, 0.3359998102495041, 2.271484974891834], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33d882aa224a49f9f0971862e71d46b452111fd1", "translation": [-6.326904773712158, 0.3359998102495041, 2.271484974891834], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33d882aa224a49f9f0971862e71d46b452111fd1", "translation": [-7.020045280456543, 0.3359998102495041, 2.271484974891834], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33d882aa224a49f9f0971862e71d46b452111fd1", "translation": [-8.468424797058105, 0.3360000234106195, -1.304764888240996], "rotation": [0.49999997814430575, 0.4999999483419838, 0.5000000814603465, -0.49999999205335427], "non_uniform_scale": [0.9999997615814442, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33d882aa224a49f9f0971862e71d46b452111fd1", "translation": [-7.254924774169922, 1.215999998509588, -1.8469948135021355], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33d882aa224a49f9f0971862e71d46b452111fd1", "translation": [-1.3518251180648804, 0.33600026272566197, -5.319804808151417], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5059d366671fec33cd939234c9f97a8d2e4a41b6", "translation": [-1.5517427921295166, 1.3505603056695819, -5.319804270841793], "rotation": [0.7071068095771316, 0.7071067527959569, 6.181723756496846e-08, -6.181723432357427e-08], "non_uniform_scale": [1.4200360774994114, 0.9999998211861042, 2.2499994933605647], "motion_type": "STATIC"}, {"template_name": "d5b3e2ccb2818e45e382bb381f8aa26b92dfc661", "translation": [-5.29718017578125, 1.003510356658694, -7.015409468476776], "rotation": [0.49999997814430575, 0.4999999483419838, 0.5000000814603465, -0.49999999205335427], "non_uniform_scale": [0.9999997615814442, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxx1d3141f1xa14ex4f1bxa180x6a76dcc05a5c", "translation": [-0.31869998574256897, 1.4900002319133279, -5.220859604426622], "rotation": [-0.3826834518343969, -6.175484926348631e-16, 0.9238795244468339, 5.506751400977983e-08], "non_uniform_scale": [0.9999999109365595, 0.9999998807907176, 0.9999997670382375], "motion_type": "STATIC"}, {"template_name": "xxxx230ea233x3f7fx40a1x848cxd6d1b0d9713b", "translation": [-8.468429565429688, 1.9812502783036265, -7.850409398576026], "rotation": [0.49999997814430686, 0.4999999483419849, 0.5000000814603432, -0.4999999920533554], "non_uniform_scale": [0.9999998211860854, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxx112ab20axb6b2x4762x941axa03de965f252", "translation": [-7.260560512542725, 0.9000000441247309, -2.0402899420088474], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7c1ae5f6bae2af8398c69fed363bc7fc1fb4baf6", "translation": [-0.9451150298118591, 3.5100001890909738, -6.842419484113449], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "da563ad88ad4606e27514b55efb1032ccd9fa5b2", "translation": [-3.061800003051758, 1.9812502855951024, -7.972740056872929], "rotation": [-0.5000000218556971, -0.49999999205336904, 0.5000000377489476, -0.4999999483419815], "non_uniform_scale": [0.9999998807907162, 0.9999999403953592, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "31f11762cd2a9b156589cce98a562016cf75a8be", "translation": [-2.0265400409698486, 0.8100002876836037, -5.5965295787733815], "rotation": [0.7071068022599739, 1.256073929513096e-15, -0.7071067601131191, -4.2146851023041906e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "3897af564168953eedff5c040579e9756218d3a0", "translation": [-3.099940061569214, 1.9812496951472873, -0.06666987848759831], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "0fcfa9056db7aaf2e1dd5445f949e2515a5ffa10", "translation": [-2.64119029045105, 0.3700002192014509, -3.967589835072154], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "558e1c5b5fb4816be067d3254e803fffed07dbe0", "translation": [-6.1924662590026855, 0.9000000415623148, -1.9972997368991443], "rotation": [-4.371138832577442e-08, -3.55590933162389e-16, 0.9999999999999972, 6.11317817876971e-08], "non_uniform_scale": [3.2064685821533323, 2.3735091240991015, 1.725625309273561], "motion_type": "STATIC"}, {"template_name": "4c5bc843ec5845f24a0c5d5fa572189a4de797f9", "translation": [-3.990149736404419, 2.531805389336615, -0.41866982278373754], "rotation": [-3.090861797116644e-08, -3.090862008995506e-08, 0.7071068451452074, -0.7071067172278805], "non_uniform_scale": [2.0714285373687824, 2.697142517907313, 2.071428290435271], "motion_type": "STATIC"}, {"template_name": "6c034939bb050ad41f1eaa313a5769ddb2dedcaf", "translation": [0.4274500012397766, 3.416711251702509e-07, -5.732289926273211], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "61d9ae3206c84ca47cf0f4df598e6f1339bd1879", "translation": [-5.143980026245117, 1.8400003325813898, -6.859789329779751], "rotation": [0.5863649982392491, -1.0115102456685871e-15, 0.8100469670580114, 4.828256351636396e-08], "non_uniform_scale": [1.0000000641617521, 0.9999998807907176, 0.999999929977601], "motion_type": "STATIC"}, {"template_name": "651fc361885a72d4c83553e3c0e85bb24026b4af", "translation": [-3.9511802196502686, 2.992492795783619e-07, -5.020569502081287], "rotation": [0.7071068022599734, -2.577797526493521e-09, -0.7071067601131199, -3.985001182056931e-08], "non_uniform_scale": [0.6789027047811327, 0.9999999999999925, 0.8910078471298313], "motion_type": "STATIC"}, {"template_name": "b96c6f86f7bedaa223209216b6d0900ceeceea66", "translation": [0.6792149543762207, 1.9899999501669399, -0.993939817909002], "rotation": [-0.5000000035268876, -0.4999999884545259, 0.5000000632754356, -0.4999999447431435], "non_uniform_scale": [1.5397213971780876, 0.6804998707473393, 1.3455413168023358], "motion_type": "STATIC"}, {"template_name": "a3adcc07e1656ec5f67c332587ad30ce080a3e89", "translation": [-7.819109916687012, 4.357314082881203e-07, -7.310359519102576], "rotation": [-4.371138900592903e-08, -2.44535464949461e-16, 0.9999999999999972, 6.025105515943487e-08], "non_uniform_scale": [0.5523999929428122, 0.999999880790717, 0.8122856244700384], "motion_type": "STATIC"}, {"template_name": "29f906f9ff2940fd709048c221cd6c5ca4de64ab", "translation": [0.7230200171470642, 2.369999857477552, -1.8988697368580176], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "29f906f9ff2940fd709048c221cd6c5ca4de64ab", "translation": [0.7479299902915955, 2.3519300776654433, -5.281819365397112], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cc22182ec83fb0d00a1fbd5e1b6b550d1beae125", "translation": [-0.4710400104522705, 1.9829401664060384, -5.469809564784171], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "a03950b825727e90b3d5708ad1b67aff723d3a2e", "translation": [-7.516880035400391, 3.41119147151403e-07, -5.723029272375726], "rotation": [0.7071068022599772, -3.998171025136582e-08, 0.7071067601131156, 2.8347001943893738e-08], "non_uniform_scale": [0.5236665890415556, 0.999999880790716, 0.3451539668349093], "motion_type": "STATIC"}, {"template_name": "912037e0b7a5d5a8d895cb22d8f15347eb1c699b", "translation": [-5.627029895782471, 0.7650004136115385, -7.944249587699765], "rotation": [0.9999999999999999, -1.4237139279416335e-08, 0.0, 0.0], "non_uniform_scale": [0.45211321115493774, 0.999999880790716, 0.3897605371760693], "motion_type": "STATIC"}, {"template_name": "912037e0b7a5d5a8d895cb22d8f15347eb1c699b", "translation": [-2.059720039367676, 0.8100002945124878, -5.711099235945962], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e4698d6fea992077792db1dfa7483575829d1f80", "translation": [-5.29717493057251, 1.0681002054947797, -6.925329685602783], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "0ec347ace227bceb95f066f6ef949bed13981ce7", "translation": [0.1787683069705963, -6.09422770025958e-08, 1.0224416838621053], "rotation": [0.7101853760809251, 2.2626324830625065e-15, -0.7040147239943163, -4.1962552323953375e-08], "non_uniform_scale": [0.9999999895855732, 0.9999998807907176, 0.999999989576495], "motion_type": "STATIC"}, {"template_name": "2ce041a8820c00f66ea8350c535cc2c5727ad7ac", "translation": [-8.032540321350098, 1.7673399690783071, -2.1739997898733634], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "f4791ce40dbb8b07724e9024efbd8db267edf1ac", "translation": [-5.02603006362915, 5.288118245516671e-07, -8.871989675045597], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "a3fa19dee8b4fc9ad8005d9e9d6d458e31888041", "translation": [-5.599329948425293, -7.349163411163318e-08, 1.2329849461922038], "rotation": [-4.371138911578287e-08, 1.0587912688704258e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.9999998807907143, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "a32ed32cc5693cb1ccd4792b7c3f0340cc8eda91", "translation": [-0.6700699329376221, -1.1904087671155139e-07, 1.9971743823781907], "rotation": [-4.371138793022088e-08, -2.0317907366319103e-16, 0.9999999999999973, 6.003411528771418e-08], "non_uniform_scale": [0.9802133440971412, 0.9999998807907171, 0.844032306190452], "motion_type": "STATIC"}, {"template_name": "a32ed32cc5693cb1ccd4792b7c3f0340cc8eda91", "translation": [-8.152889251708984, 3.5039782630974514e-08, -0.5878699667531251], "rotation": [0.7071068022599738, -7.062492390358795e-09, 0.7071067601131197, 3.6857137460583004e-08], "non_uniform_scale": [0.824039886949069, 0.9999998807907168, 0.7489864975818109], "motion_type": "STATIC"}, {"template_name": "fcaebfe141f5a16bffdb8599c50551150353010c", "translation": [-5.088329792022705, 4.868131782131968e-07, -8.167369355716119], "rotation": [0.7071068022599738, -6.691932888181078e-09, 0.7071067601131195, 3.706778862011749e-08], "non_uniform_scale": [0.7202491926998381, 0.9999998807907168, 0.7589825535427012], "motion_type": "STATIC"}, {"template_name": "fcaebfe141f5a16bffdb8599c50551150353010c", "translation": [-4.563720226287842, -8.344173352270445e-08, 1.39991990328312], "rotation": [0.7071068022599734, -3.270684934888546e-09, 0.70710676011312, 3.9315588452192695e-08], "non_uniform_scale": [0.8159973134996108, 0.9999998807907171, 0.8656476816148952], "motion_type": "STATIC"}, {"template_name": "4cbbd13374f324d6d910ae87a3dfa9e713af63e6", "translation": [0.018185662105679512, 0.35000012068554476, -2.4747672781486845], "rotation": [0.24895158038730184, 8.160149821706347e-10, 0.9685159320437953, 5.814691734784568e-08], "non_uniform_scale": [0.9441182260708327, 0.9999998807907172, 0.8900148865063133], "motion_type": "STATIC"}, {"template_name": "4cbbd13374f324d6d910ae87a3dfa9e713af63e6", "translation": [0.3536243438720703, 0.35000015737787216, -3.0903623437665377], "rotation": [0.9685159342274541, -4.1886589386743954e-10, -0.24895157189204828, -1.402265559736464e-08], "non_uniform_scale": [0.9441182926587446, 0.9999998807907172, 0.8900149387227306], "motion_type": "STATIC"}, {"template_name": "23ec75b0ef2ac85d6830b065b810e12f05cd083d", "translation": [0.20681999623775482, 0.35000013654976136, -2.7409246509716017], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "93c69372708aca0d01ac13f43b030f9cb85e42c7", "translation": [-4.2877302169799805, 3.1700000684714382, -3.0387598151707493], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "173e5601f4ccf2f9db8cfd5829f9df5313525492", "translation": [-6.571720123291016, 3.170000339866874, -7.592019393323653], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2c0d3b1f712185ebacd6cb5e39e1551e13e6ee60", "translation": [-3.4203996658325195, -8.769511339323799e-08, 1.4712797718477333], "rotation": [0.7071068022599735, -5.044094095779007e-09, -0.7071067601131199, -3.807692481575638e-08], "non_uniform_scale": [-0.9999997615814351, 0.999999880790717, 0.8068692203242059], "motion_type": "STATIC"}, {"template_name": "8d9054ad97c768ff4bb422135502208920a8512e", "translation": [-7.798419952392578, -7.033288795810222e-08, 1.179989982843992], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0463153d9be9a8603ecd0e9af7e7763f42ee6c92", "translation": [-2.4710800647735596, 3.383380260402191e-07, -5.676369805552355], "rotation": [-4.371138754493755e-08, -1.5748732336465176e-16, 0.9999999999999973, 5.985237953710223e-08], "non_uniform_scale": [0.7290161252021817, 0.9999998807907172, 0.8791068936458928], "motion_type": "STATIC"}, {"template_name": "6eb91b303e11e0271fd6f8d068bf8aaabeae36ce", "translation": [-1.3578799962997437, 2.1227700456514924, -1.6969947922369784], "rotation": [0.7071068033672936, 0.7071067590057952, 6.181724121919997e-08, -6.181723627462575e-08], "non_uniform_scale": [0.9999998807907258, 0.7241360277967503, 0.9999998211860809], "motion_type": "STATIC"}, {"template_name": "746400710ee007aee9a33267a77c33b16c321960", "translation": [-5.29718017578125, 1.64654035238798, -6.791268799435535], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "xxxxec2c16dax7880x4711xb2aexd12b5ae0e1d5", "translation": [0.6612899899482727, 0.26000009565710513, -2.0248597690546575], "rotation": [0.7071068022599728, -2.5121483082332386e-15, 0.7071067601131205, 4.214684725481975e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999997615814351], "motion_type": "STATIC"}, {"template_name": "xxxx5ae6c084xa11bx48a9xbcf2xc6a3faff10ea", "translation": [-0.9700499773025513, 1.981250344933862, -8.96827918591918], "rotation": [0.7071068022599707, 0.7071067601131183, 6.181723998755824e-08, -6.181723496326137e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "219-31", "translation": [-0.7296799421310425, 1.6649997227495987, 2.346489865691069], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3758-8", "translation": [-4.466929912567139, 1.4499998213952807, 2.3464898528760756], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "219-32", "translation": [0.7542199492454529, 1.6650002444457925, -6.406119342379583], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "219-33", "translation": [0.7542199492454529, 1.665000338220608, -7.979399583077424], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "201-2", "translation": [-6.513360023498535, 1.1200004770326402, -9.043279042048475], "rotation": [-4.371138781308187e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "208-7", "translation": [-0.43963995575904846, 1.3950001100009644, -3.560509624748832], "rotation": [0.7071067292045052, -1.9184883258843258e-22, 0.7071068331685849, 4.214685412141269e-08], "non_uniform_scale": [0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "219-31", "translation": [0.7542199492454529, 1.6649997822100033, 1.3489098737293546], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "219-31", "translation": [-8.54343032836914, 1.6649997822117797, 1.3488800714087432], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "219-31", "translation": [-8.54343032836914, 1.6649998966521053, -0.5711098768645542], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "4373-2", "translation": [-8.54343032836914, 1.5800002127152695, -4.428769707157009], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}]}
scenes/103997718_171030855.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/103997781_171030978.scene_instance.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"stage_instance": {"template_name": "stages/103997781_171030978"}, "translation_origin": "asset_local", "object_instances": [{"template_name": "12279170351af560f40ced884359cc539984e111", "translation": [-3.4852302074432373, 2.1926163995544812e-08, -0.36785996747851435], "rotation": [-4.3711387457693003e-08, 1.2375691179099881e-16, 0.9999999999999973, 5.972746424403791e-08], "non_uniform_scale": [1.0000000000000038, 0.9132418735931008, 0.9999999999999964], "motion_type": "STATIC"}, {"template_name": "4a9fa1555457f6add89906b8d8e0172127820e3c", "translation": [-11.924489974975586, 0.7600001461499915, -3.3719897191530492], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "4efb32a00a08f03b8c7ef314332cdb6b6a1cbc8c", "translation": [-15.038690567016602, 1.9564687647743995e-07, -3.2824097107404526], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "484f6f970698c89eaa034a7681cbdb97e26683a6", "translation": [-9.370140075683594, 1.2404504840594583, -8.948819506807915], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2bc8cec2c84a5902fdc2d14e4da9fd20f5fde6fb", "translation": [0.06057000160217285, 1.163587501561807, -8.012189318193379], "rotation": [0.4999999829577474, 0.4999999481628967, 0.5000000770050808, -0.49999999187426647], "non_uniform_scale": [0.9999998807907267, 0.9999998211860868, 0.8565151266437577], "motion_type": "STATIC"}, {"template_name": "2f2777ac33641e3971d97994ca54ef35fa1a1ed3", "translation": [0.059770017862319946, 1.745550220253456, -4.829589451841123], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2f2777ac33641e3971d97994ca54ef35fa1a1ed3", "translation": [0.059770017862319946, 1.745550057871931, -2.1052796929579998], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2f2777ac33641e3971d97994ca54ef35fa1a1ed3", "translation": [0.059770017862319946, 1.7455503671222985, -7.293639597941031], "rotation": [0.4999999781443062, 0.49999994834198425, 0.5000000814603452, -0.4999999920533547], "non_uniform_scale": [0.9999998807907267, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "5f971b1e3995a8cd07a1b3605fc9d5944b23d5b3", "translation": [-4.620969772338867, 1.405590808190027e-07, -2.3581899191027844], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7780955e33426d044edb321784737be3f926f0f9", "translation": [-6.6042399406433105, 0.05000041333734084, -6.972149430385241], "rotation": [0.7071068022599729, -1.9034085855759137e-09, -0.7071067601131202, -4.040112009904643e-08], "non_uniform_scale": [0.9754018202184546, 0.9820759913830694, 0.9007204830217076], "motion_type": "STATIC"}, {"template_name": "98b1673ce85ee3b9fceda4a1e3724b64b9e2a6bf", "translation": [-0.6644200086593628, 5.075556259726e-07, -8.515369861401894], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b757eead6a70f933af11bc064cfa0c35d8cae4b8", "translation": [-15.298179626464844, 1.6068503316974798, -6.701409798368196], "rotation": [-3.090861815148224e-08, -3.090861932392815e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "b82b789f20f789411bda89064544d7f3a0cc2b79", "translation": [-7.0131402015686035, 0.0010000783775395775, -1.3151599576377848], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b82b789f20f789411bda89064544d7f3a0cc2b79", "translation": [-7.7982401847839355, 0.0010000254360963481, -0.42694998216927005], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b82b789f20f789411bda89064544d7f3a0cc2b79", "translation": [-8.98367977142334, 0.0010000380770477449, -0.639029941557051], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "cb47ce31bd4309c8b3c99a1d53db43f7046cb489", "translation": [-14.463689804077148, 5.186510065868788e-07, -8.701519447474482], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "c3d47f88d3e4ef29a5444fa63a962549a96776ef", "translation": [-14.482390403747559, 0.8100001819169727, -3.822060070511082], "rotation": [0.7071068022599728, 2.5121478590261966e-15, -0.7071067601131205, -4.2146852279116215e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d575d5f3dad22b89787f1d6635ca32c1885cee28", "translation": [-6.001550197601318, -0.08999985271453603, -2.441039898929594], "rotation": [0.7071068022599728, 1.2560739295130983e-15, 0.7071067601131205, 4.2146851023041985e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "7cd700e57775489f97ebe3d976a5951df8eea6b3", "translation": [-4.791470050811768, 5.175643877919356e-07, -8.683289010328679], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fea8e9ef588c762c08dcf93005a250674219c48c", "translation": [-0.21816003322601318, 1.4012003867399798, -8.948819497226474], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723864785713e-08, -6.181723496326152e-08], "non_uniform_scale": [0.9999999403953705, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "9f95bdd6ed4208eabe16f3c6125519a757aea56f", "translation": [-1.404229998588562, 3.8799644386244836e-08, -0.6509499757915727], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "2145eaf562c16b125babed75ec4c07a0ff5b9b0c", "translation": [-3.940230131149292, 1.233800249526496, -6.520959391906274], "rotation": [0.4999999781443051, 0.4999999483419849, 0.5000000814603477, -0.4999999920533527], "non_uniform_scale": [0.9999998807907267, 0.999999761581446, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2145eaf562c16b125babed75ec4c07a0ff5b9b0c", "translation": [-7.490429878234863, 1.3111804507756304, -8.94881950259208], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755813e-08, -6.181723362355981e-08], "non_uniform_scale": [1.0000000000000153, 0.9999997615814593, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "efb8d9f40f02f756ddcd767fb4bfa081cc9ac520", "translation": [-15.263689994812012, 2.588278107396036e-07, -4.3424098287576385], "rotation": [0.7071068022599731, -2.7125783932140945e-09, -0.7071067601131201, -3.9743616276272566e-08], "non_uniform_scale": [0.9999781250966713, 0.9201523160752804, 0.81521726755993], "motion_type": "STATIC"}, {"template_name": "be3f2eea019eb0db989072f9172c048ee8c10734", "translation": [-5.153470039367676, 1.2905602685922446, -5.6777496952825715], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "c5bbf890c455acf8a8289a564179f5ee49701d2f", "translation": [0.2933799922466278, 3.7224293691906496e-07, -6.24519978492259], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "27f0b692509a0755ac62042e4927e441dbbefcd5", "translation": [-14.508689880371094, 4.1352393509441754e-07, -6.937779966725088], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "fc0ff877237969033d32f3ce1012b4221011e2c2", "translation": [-3.2660300731658936, 5.191972718421312e-07, -8.71068425710888], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e70cce397f9d6cb12542e6de70baeff0fc7e17e3", "translation": [2.237410068511963, 5.166780852050579e-07, -8.668419321273575], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "467413f215daba3f0a88b154b17ccd1fb7ecb48d", "translation": [-0.6979399919509888, 5.226063990448893e-07, -8.767879917151902], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9b9c4b470cabf92fb3c722c02ac899dfc0a3433d", "translation": [-10.745770454406738, 0.8100003966128746, -7.424059377070673], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "bc03a329fe43d8064b02991c58807515a1bb67e7", "translation": [-2.8711299896240234, 2.299999832233789, -0.2853498407989772], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "b21f6587e294f0975c5ed7d0947fa9c95e9b8537", "translation": [-14.585419654846191, 5.623102339313846e-08, -0.9433999691367134], "rotation": [0.7071068022599734, 0.0, 0.7071067601131198, 4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "45a35bb581b8132eb57cc8ed646a68f14da6f82d", "translation": [-10.789429664611816, 4.7680674697403447e-07, -7.999489307433976], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d9e51bfaf58b88c3024ddbc4fa8c6a7433d52092", "translation": [-0.09022996574640274, 1.1788003703468988, -7.612989378464825], "rotation": [-0.5000000218556938, -0.49999999205336926, 0.5000000377489504, -0.49999994834198186], "non_uniform_scale": [0.9999999403953574, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "d9e51bfaf58b88c3024ddbc4fa8c6a7433d52092", "translation": [-9.599729537963867, 1.249389936293369, -2.078809778201588], "rotation": [-3.090861697903607e-08, -3.090861932392811e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000001192092933, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "edcaad6754e1873c7a77a00913cc17f8bbdedd5d", "translation": [-8.94102954864502, 1.7952203246116767, -8.948819473741054], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723764266633e-08, -6.181723496326157e-08], "non_uniform_scale": [1.0000001192093049, 0.999999821186097, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "02169c44fd8c796b2be3a5d9e5f01db7a29a4b3d", "translation": [-13.594579696655273, 8.724153133243817e-08, -1.4636699280935517], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "1537b12fde24e7159d2cb7eb5aa71848229a2ba6", "translation": [-10.823249816894531, 0.810000454572414, -8.39645903072002], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "3024a2ac938ec92f5f6e5e62714c5dfd4a73d10c", "translation": [-15.396020889282227, 0.8500002371364914, -4.4284898472732195], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "62c1924b0efa5d4b5f7c44d31a50e70480fe0056", "translation": [-4.5252299308776855, 4.112422047342079e-08, -0.6899498885899824], "rotation": [1.0, -1.1288770408207232e-10, 0.0, 0.0], "non_uniform_scale": [0.7666666507720947, 0.9999998807907172, 0.9166665176550662], "motion_type": "STATIC"}, {"template_name": "a32b93f33cc3fe878420109402d59027bda7c8f2", "translation": [-0.5507199764251709, 1.7201000711250245, -2.1549797132563597], "rotation": [-3.0908618151482465e-08, -3.090861999377885e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998807907232, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "59c873844cdde864900a994ec6d142aaaba06fda", "translation": [-2.769850254058838, 0.9576000688898532, -2.154979758704904], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "55cdd89c54340c91ae14f798ac91e0e17e12acec", "translation": [-6.054625034332275, 1.5109101633334276, -5.6777496821486935], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755813e-08, -6.181723362355981e-08], "non_uniform_scale": [1.0000000000000153, 0.9999997615814593, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "2826b4d2df3ab0d3fe515de79f8c3fb8b81a1a60", "translation": [2.263460159301758, 0.4000004872959604, -8.475469060214186], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d7cff6be2c6d625f006c525c88cec4ec25c8a2c3", "translation": [-17.0202693939209, 4.1695952290865534e-07, -6.995419562135936], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f8ca693890d5ea3f02c7f6e94125217daa7b1216", "translation": [-6.4242401123046875, 1.74999979696811, -0.3436898831313915], "rotation": [-0.5000000218556938, -0.49999999205336926, 0.5000000377489504, -0.49999994834198186], "non_uniform_scale": [0.9999999403953574, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f8ca693890d5ea3f02c7f6e94125217daa7b1216", "translation": [-9.511699676513672, 1.7499998914486312, -1.928809900354743], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723764266575e-08, -6.181723496326157e-08], "non_uniform_scale": [1.0000001192093049, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f8ca693890d5ea3f02c7f6e94125217daa7b1216", "translation": [-14.797989845275879, 1.7499998914486312, -1.928809900354743], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723764266575e-08, -6.181723496326157e-08], "non_uniform_scale": [1.0000001192093049, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "324b496651ab5251243db9237caa60054d6f46ef", "translation": [-4.0902299880981445, 1.799890232003328, -6.998499345875395], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "324b496651ab5251243db9237caa60054d6f46ef", "translation": [-4.0902299880981445, 1.8143505252510295, -8.476199490395175], "rotation": [-0.5000000218556936, -0.49999999205336904, 0.5000000377489512, -0.49999994834198164], "non_uniform_scale": [0.9999998807907162, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "fa48e5340c1537045e720bb6ffa9b66cfc5744ba", "translation": [-16.110841751098633, 0.9388202194332962, -6.545419246897723], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "021a0ba1300490e2e288221a21f4387ce626d1de", "translation": [-14.59058952331543, 0.8100002118170231, -4.323699645179513], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6b59e9769869659e26953408a982735c78400a94", "translation": [-10.795430183410645, 3.8797318779870693e-07, -6.509109585934283], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "610b5d8f4086a0a5c8e67b08a99932042a62a62e", "translation": [-11.272390365600586, 0.7600001431185035, -3.3211297940534337], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "610b5d8f4086a0a5c8e67b08a99932042a62a62e", "translation": [-11.651789665222168, 0.7600001548940014, -3.518689854223126], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "610b5d8f4086a0a5c8e67b08a99932042a62a62e", "translation": [-11.58178997039795, 0.7600001323038299, -3.1396896898931317], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "610b5d8f4086a0a5c8e67b08a99932042a62a62e", "translation": [-12.586681365966797, 0.7600001419007896, -3.300699945646514], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "610b5d8f4086a0a5c8e67b08a99932042a62a62e", "translation": [-12.227280616760254, 0.7600001541292727, -3.5058598359906625], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "610b5d8f4086a0a5c8e67b08a99932042a62a62e", "translation": [-12.137280464172363, 0.7600001325774315, -3.1442799625229725], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "15007a0a6debdb7175ff55d33f245764a58a5b79", "translation": [-4.760419845581055, 4.776024979946669e-07, -8.012839793393596], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "dc1d8cd55b0eb4be8519a83cce15fa61353266c7", "translation": [-8.635334968566895, 1.1285004508686143, -8.948819513480657], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723864785713e-08, -6.181723496326152e-08], "non_uniform_scale": [0.9999999403953705, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "df62d7e394181a9529004fe07e714eb42312bd17", "translation": [-8.32511043548584, 4.128629029764852e-07, -6.926689688760632], "rotation": [0.7071068022599722, 7.375696399975783e-09, -0.7071067601131201, -5.3494074685539584e-08], "non_uniform_scale": [1.0588234031901715, 0.9999999999999953, 1.538461355062641], "motion_type": "STATIC"}, {"template_name": "547142a35640f2c4bad3dd5ecfc3a41891587b13", "translation": [-4.61961030960083, -0.04999982516170287, -2.8957997056365086], "rotation": [1.0, -2.117582241918006e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999999999999929, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f18c53ad86be2137f4da154a29abf295c699a550", "translation": [-5.957190036773682, 5.156409770279424e-07, -8.651019534407851], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f8f59a88b68db4e184b05c80edf949eae38ea082", "translation": [1.614799976348877, 4.5717357011199056e-08, -0.767009927808644], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "084c10a6e8faf36d5dd8b20c9eab56664690fb77_part_1", "translation": [-0.48980457165069946, 1.1586696763419862e-07, -3.139610236649198], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "084c10a6e8faf36d5dd8b20c9eab56664690fb77_part_2", "translation": [-1.0075191798966734, -0.00043111981340960995, -3.1341030530704677], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "084c10a6e8faf36d5dd8b20c9eab56664690fb77_part_3", "translation": [-0.8301987687423553, 0.6871415777733878, -3.156364001845041], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1fe080580f257f74b05b3995b8cfa052834362b7", "translation": [0.3052099943161011, 3.525435943174671e-08, -0.5914699678736923], "rotation": [0.7071068022599729, 1.0307294813932536e-09, 0.7071067601131201, 4.3230586325191756e-08], "non_uniform_scale": [0.4950935843531141, 0.6489751161366518, 0.6823497603923224], "motion_type": "STATIC"}, {"template_name": "0c903eb1943c2df8a175aed4bdec3895af2d1975", "translation": [-14.186755180358887, 1.251000514496262, -9.098814347397386], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "32620999debf3d3afebd7749200375c457fd79ac", "translation": [-6.424339771270752, 1.7460504928952645, -8.012259855371084], "rotation": [-0.5000000218556971, -0.49999999205336904, 0.5000000377489476, -0.4999999483419815], "non_uniform_scale": [0.9999998807907162, 0.9999999403953592, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "e965778391dc6e1e46d7bc3bb48b58030e1e1c9a", "translation": [-15.236538887023926, 1.0338402695405335, -6.545419241234086], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "ef99d4c3836c69227f283a986815683d31b4caca", "translation": [-0.7191900014877319, 2.3000000019437152, -3.1326097588175514], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998211860763, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e9a399f27e2392d2419029a0ebc82a73c318a526", "translation": [-4.428679943084717, 0.10000000138044296, -0.09815997939348264], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "04e86791944c981fd6a14d6efe54e67735590e91", "translation": [2.570010185241699, 3.608327858728444e-07, -6.053769227637673], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "04e86791944c981fd6a14d6efe54e67735590e91", "translation": [2.570010185241699, 9.185640692521702e-08, -1.5410946881118548], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.4979004265129312, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "04e86791944c981fd6a14d6efe54e67735590e91", "translation": [1.3452305793762207, 3.949999882735256e-09, -0.06626999728262417], "rotation": [-4.3711388158451824e-08, 1.6294050660553685e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [0.4149170815944687, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c5e3284569580394e2ef6085b001f5b4a875ea70", "translation": [-10.876626014709473, 0.8100004782907853, -8.794387244916688], "rotation": [1.0, -8.391454910901825e-09, 0.0, 0.0], "non_uniform_scale": [0.3696646988391876, 0.9999998807907162, 0.4800575399330205], "motion_type": "STATIC"}, {"template_name": "caf8285d2c660bcbdb8801b046f766c18b6e1c79", "translation": [-8.33860969543457, 2.3000002275633875, -6.917879508860111], "rotation": [0.7071068022599725, 7.526222151863427e-09, 0.7071067601131199, 5.3854307254012815e-08], "non_uniform_scale": [2.2222219573127058, 1.4285712923322502, 2.2222219573127036], "motion_type": "STATIC"}, {"template_name": "d0e0f0b5305ab8742ec51197e1dac1b4d208e5df", "translation": [-0.6521199941635132, 0.7300001417061708, -2.7874348451235846], "rotation": [0.7071068022599728, 2.5121478590261966e-15, -0.7071067601131205, -4.2146852279116215e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "11f6ff3dbfc997ba5c70d59905246f7fa5b5c7fb", "translation": [-1.715019941329956, 0.9632200713011585, -2.1549747515800632], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "62a760c87eede6f17cd28daa5e0ff4ed7510e02f", "translation": [-15.112384796142578, 4.124003680772148e-07, -6.918929641310569], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "c3e45e226f51e328829dcf0afc2b3baf5de0ac0c", "translation": [-0.5817400217056274, 1.169200003285411, -2.1715197956132926], "rotation": [-3.090861815148208e-08, -3.090862049637482e-08, 0.7071068444068213, -0.7071067179662667], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "eea253691e1c55a8a14e5aef339ed29668935733", "translation": [-5.624239921569824, 3.6737322517410576e-08, -0.6163499583989385], "rotation": [-4.371138634313219e-08, -8.514689526071717e-17, 0.9999999999999973, 5.967276073428276e-08], "non_uniform_scale": [0.8125000000000031, 0.8380753590970742, 0.7832971473578015], "motion_type": "STATIC"}, {"template_name": "75a47e132a99a8576b16f0a6d84ed7533cffe954", "translation": [-16.120399475097656, 2.3000002798098222, -7.794429177377836], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "9c7b272f14314dd28cea748e68eb3e1d10e257d3", "translation": [-0.6605899930000305, 2.800000293906308, -8.530928890053659], "rotation": [-4.371138662864822e-08, 3.105881150761225e-22, 0.9999999999999973, 5.960464832810458e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999999999999967], "motion_type": "STATIC"}, {"template_name": "d32a2d363c1302cc6742d8b91b446fbd6e18158e", "translation": [-2.8442599773406982, 1.7261599557885674, -2.1549749445238646], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "7ef0d819a193b395f60d35131c6f8a400036f045", "translation": [-3.667623519897461, 0.46000012477003516, -2.4132936672393175], "rotation": [0.39874908240481, -1.6731166578439361e-15, 0.9170600685240411, 5.466104171175395e-08], "non_uniform_scale": [1.0000001030812535, 0.9999998807907176, 0.9999999633920778], "motion_type": "STATIC"}, {"template_name": "8ea1b6b2e278493d262074ecfed9c8588079ddb1", "translation": [-9.543089866638184, 1.5291750798951398e-07, -2.5655299088042938], "rotation": [-4.3711388286737876e-08, 2.3294109863304354e-22, 0.9999999999999973, 5.960464832810441e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998211860799, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "dd47ac72bfbf13e5802cc437a2874730a1672d0a", "translation": [-0.1153699979186058, 6.125986828919849e-07, -10.277699811595653], "rotation": [0.7071068022599734, 0.0, -0.7071067601131198, -4.214684976696787e-08], "non_uniform_scale": [0.9999999403953588, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "af59e299ef373a1247cf6f67ba1114c3631da76d", "translation": [-4.090310096740723, 1.180030078888528, -2.7000396323162406], "rotation": [-0.5000000218557007, -0.49999999205336904, 0.5000000377489441, -0.4999999483419815], "non_uniform_scale": [0.9999998807907162, 0.9999999403953592, 0.9999997019768063], "motion_type": "STATIC"}, {"template_name": "e30bb09fbbcc21a9047e05f1fe05fe4229907612", "translation": [-0.3474999964237213, 2.4693935074537876e-07, -4.14295457941563], "rotation": [0.7071068022599734, 1.2560739295130971e-15, -0.7071067601131198, -4.2146851023041945e-08], "non_uniform_scale": [0.9999997615814351, 0.9999998807907176, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "a11aaa7a13d113a8c1a2671fd83160b90bde04a0", "translation": [-8.325519561767578, 5.064874812887865e-07, -8.497449368390448], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "95ec520a184d4ce5396b1d1c0bb64a4f92446cd1", "translation": [-2.1401100158691406, 2.300000216523401, -6.7326592783534664], "rotation": [0.7071068022599707, 9.955500753688028e-09, 0.707106760113121, 6.10169679461728e-08], "non_uniform_scale": [0.9999998807907176, 0.5275801983380068, 0.9999998807907163], "motion_type": "STATIC"}, {"template_name": "c8a3103e82a4747aeb53755609800642087a9c33", "translation": [-3.6279900074005127, 1.4705777573453815e-07, -2.4672199209201295], "rotation": [0.39742476024810336, -2.153534801153558e-15, 0.9176347639130367, 5.469529604565565e-08], "non_uniform_scale": [1.000000062612872, 0.9999998807907176, 1.0000000068226185], "motion_type": "STATIC"}, {"template_name": "18fdedbda00326005b6dc1690e05a523d8a191ec", "translation": [-4.0902252197265625, 1.1536103489348335, -7.157524567178783], "rotation": [-0.5000000218556935, -0.4999999920533689, 0.5000000377489512, -0.4999999483419815], "non_uniform_scale": [0.9999997615814338, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "18fdedbda00326005b6dc1690e05a523d8a191ec", "translation": [-0.09022500365972519, 0.9765103844801004, -8.623175048846868], "rotation": [-0.5000000218556935, -0.4999999920533689, 0.5000000377489512, -0.4999999483419815], "non_uniform_scale": [0.9999997615814338, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "18fdedbda00326005b6dc1690e05a523d8a191ec", "translation": [-3.940225124359131, 1.2510001605483936, -3.160554861333658], "rotation": [0.49999997814430575, 0.4999999483419838, 0.5000000814603465, -0.49999999205335427], "non_uniform_scale": [0.9999997615814442, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "18fdedbda00326005b6dc1690e05a523d8a191ec", "translation": [-3.940225124359131, 1.2146199692902009, -0.7973149411717024], "rotation": [0.49999997814430575, 0.4999999483419838, 0.5000000814603465, -0.49999999205335427], "non_uniform_scale": [0.9999997615814442, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "18fdedbda00326005b6dc1690e05a523d8a191ec", "translation": [-5.0026750564575195, 1.2510001608464094, -3.165554737057981], "rotation": [0.7071068022599701, 0.707106760113119, 6.181724233245168e-08, -6.181723496326129e-08], "non_uniform_scale": [0.9999998807907258, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "18fdedbda00326005b6dc1690e05a523d8a191ec", "translation": [-14.888694763183594, 1.2510002905133533, -5.341004932403244], "rotation": [-0.5000000218556935, -0.4999999920533689, 0.5000000377489512, -0.4999999483419815], "non_uniform_scale": [0.9999997615814338, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "18fdedbda00326005b6dc1690e05a523d8a191ec", "translation": [-9.122064590454102, 1.2510000960710599, -2.0788047713157525], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "18fdedbda00326005b6dc1690e05a523d8a191ec", "translation": [-3.940225124359131, 1.2048203079822386, -5.753024163374626], "rotation": [0.49999997814430575, 0.4999999483419838, 0.5000000814603465, -0.49999999205335427], "non_uniform_scale": [0.9999997615814442, 0.9999998211860872, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "10fe98d6dff038606af0875ee5b18f90f5aa9d04", "translation": [-2.5454349517822266, 0.4694702385023408, -4.5663949825844], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "390b09e0e9a7b3d5908896a6971ad61ee0cb5d8e", "translation": [-3.2517850399017334, 0.2510000916704591, -2.0049749460235198], "rotation": [0.7071068022599701, 0.707106760113119, 6.181724233245168e-08, -6.181723496326129e-08], "non_uniform_scale": [0.9999998807907258, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "390b09e0e9a7b3d5908896a6971ad61ee0cb5d8e", "translation": [-3.141784906387329, 0.2510000916704591, -2.0049749460235198], "rotation": [0.7071068022599701, 0.707106760113119, 6.181724233245168e-08, -6.181723496326129e-08], "non_uniform_scale": [0.9999998807907258, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "15fad5341bfbead54df27ce800a09727afcee8d7", "translation": [-16.08868980407715, 2.2400001356649426, -4.356079662079807], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "2d84f0102a05a257a741c901a160c257e65183be", "translation": [-2.2586400508880615, 1.7606199022746125, -2.1549797108411894], "rotation": [-3.090861815148234e-08, -3.090861932392818e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000000000000038, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4f668d1731a26bf955da38a259b09910a676ac27", "translation": [-16.19828987121582, 2.5794625457820075e-07, -4.327619771503208], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "0c22fc3147a2787e85cedfbf231aa45cdc08e25e", "translation": [-16.09749984741211, 5.58257120530925e-08, -0.9365999736428243], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "0c4421a67ac3ee2cdb911b8292b919bbaa2c912b", "translation": [-17.084840774536133, 5.146157491253689e-07, -8.633819065462376], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "74da20ef257e10a06164a588ce1e2f80c43f543c", "translation": [-0.9902300238609314, 2.9005707347096177e-07, -4.866349883893122], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "1e8dfeea0abd21d8f597a616bff386bcd098bbaa", "translation": [-11.76239013671875, 2.1247004851174154, -9.098819063692105], "rotation": [-3.0908618151482465e-08, -3.090861999377885e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998807907232, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "1e8dfeea0abd21d8f597a616bff386bcd098bbaa", "translation": [-14.190520286560059, 2.1247004851174154, -9.098819063692105], "rotation": [-3.0908618151482465e-08, -3.090861999377885e-08, 0.7071068444068213, -0.7071067179662669], "non_uniform_scale": [1.0000000000000038, 0.9999998807907232, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "0f9f42c15c91ca11cfbf7c6f81ea00607098778a", "translation": [-2.1251800060272217, 1.9904911141566117e-07, -3.339489737779502], "rotation": [1.0, -7.450581041012954e-09, 0.0, 0.0], "non_uniform_scale": [0.6666666865348816, 0.9999998807907162, 0.49999994039536144], "motion_type": "STATIC"}, {"template_name": "cec4a471d2b81de397da664faee9fe1cc428d29b", "translation": [-10.525529861450195, 4.2312265691180073e-07, -7.098819786380517], "rotation": [0.7071068022599702, 1.1967622760248286e-08, -0.7071067601131206, -6.984335320182555e-08], "non_uniform_scale": [2.055555221107291, 0.43209869478956553, 0.9999998807907161], "motion_type": "STATIC"}, {"template_name": "0da92a74866b0bb0459528ad790edb7353a209a2", "translation": [-17.045440673828125, 2.5445700657655834e-07, -4.269079907591333], "rotation": [0.7071068022599722, 3.863237449248362e-09, 0.7071067601131207, 4.687728351619e-08], "non_uniform_scale": [0.9999998807907176, 0.8166771749642827, 0.999999880790717], "motion_type": "STATIC"}, {"template_name": "fe430ff3c329c920340521a6e6a95154ba7def23", "translation": [-16.245309829711914, 1.8527702505975796, -6.545419192422052], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "fe50d2ba4cbf24dda5f3d6aaed50a3860b102a3d", "translation": [-15.153519630432129, 0.8500002729886873, -5.029989845753299], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "298f83e6c0df3341a2ed0916031e44bae196cc04", "translation": [-10.809009552001953, 3.4041880780932843e-07, -5.711279528660782], "rotation": [0.7071068022599728, 2.5121478590261966e-15, -0.7071067601131205, -4.2146852279116215e-08], "non_uniform_scale": [0.9999998807907176, 0.9999997615814422, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "35f0ae254da01b15ebcd5f5d7b52410aa7367e6f", "translation": [-14.490909576416016, 2.595949126771302e-07, -4.355279662890439], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f4f03ec5e18d0e2a2f395ac608ef76fd6bd525a3", "translation": [2.5027201175689697, 0.5000702544107973, -6.173494418050961], "rotation": [-0.5000000218556938, -0.49999999205336926, 0.5000000377489504, -0.49999994834198186], "non_uniform_scale": [0.9999999403953574, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "0c6381ba9b96c37419f407728b5510b3bf63daaa", "translation": [1.4857299327850342, 1.2018203676689154e-07, -2.0163198699760443], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "9d61131fedcfc6282b42f5e831574d0813eb67f6", "translation": [-2.67976975440979, 3.4772216395140276e-07, -5.833809504877934], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "78218988eaa22d4e96fbf13517ec92f8897c5a2d", "translation": [-9.826615333557129, 0.914250435505803, -8.948824294622252], "rotation": [0.7071068022599701, 0.707106760113119, 6.181724233245168e-08, -6.181723496326129e-08], "non_uniform_scale": [0.9999998807907258, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "78218988eaa22d4e96fbf13517ec92f8897c5a2d", "translation": [-14.117454528808594, 1.2060504998424832, -8.948814740487016], "rotation": [0.7071068022599701, 0.707106760113119, 6.181724233245168e-08, -6.181723496326129e-08], "non_uniform_scale": [0.9999998807907258, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "222c9b3e52f81bb06d523720bd0ec8a5d7b899d6", "translation": [-6.4242448806762695, 0.25327048391046425, -8.368259869722701], "rotation": [-0.50000002185569, -0.49999999205336904, 0.5000000377489547, -0.49999994834198175], "non_uniform_scale": [0.9999998807907162, 0.9999997019767943, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "222c9b3e52f81bb06d523720bd0ec8a5d7b899d6", "translation": [-6.4242448806762695, 0.25327049658000966, -8.580819557065363], "rotation": [-0.50000002185569, -0.49999999205336904, 0.5000000377489547, -0.49999994834198175], "non_uniform_scale": [0.9999998807907162, 0.9999997019767943, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "222c9b3e52f81bb06d523720bd0ec8a5d7b899d6", "translation": [-0.09023500978946686, 0.4858505159687816, -8.535969196449532], "rotation": [-0.50000002185569, -0.49999999205336904, 0.5000000377489547, -0.49999994834198175], "non_uniform_scale": [0.9999998807907162, 0.9999997019767943, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "222c9b3e52f81bb06d523720bd0ec8a5d7b899d6", "translation": [-0.09022501111030579, 0.2532701222127631, -2.299979772970085], "rotation": [-0.50000002185569, -0.49999999205336904, 0.5000000377489547, -0.49999994834198175], "non_uniform_scale": [0.9999998807907162, 0.9999997019767943, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "222c9b3e52f81bb06d523720bd0ec8a5d7b899d6", "translation": [-3.1930599212646484, 0.25327011356980655, -2.1549750323149457], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "222c9b3e52f81bb06d523720bd0ec8a5d7b899d6", "translation": [-3.940225124359131, 0.25327015715121526, -2.8861496961462567], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "222c9b3e52f81bb06d523720bd0ec8a5d7b899d6", "translation": [-14.888694763183594, 1.2532701560944233, -3.3684196101611903], "rotation": [-0.50000002185569, -0.49999999205336904, 0.5000000377489547, -0.49999994834198175], "non_uniform_scale": [0.9999998807907162, 0.9999997019767943, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33d882aa224a49f9f0971862e71d46b452111fd1", "translation": [-16.436676025390625, 0.4020203526857813, -6.695425087365777], "rotation": [-3.090861932392889e-08, -3.0908619323928246e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [0.9999998807907143, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33d882aa224a49f9f0971862e71d46b452111fd1", "translation": [-3.531785249710083, 0.2860004998930936, -8.948813841652013], "rotation": [0.7071068022599701, 0.707106760113119, 6.181724233245168e-08, -6.181723496326129e-08], "non_uniform_scale": [0.9999998807907258, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "33d882aa224a49f9f0971862e71d46b452111fd1", "translation": [-0.09022501111030579, 0.6401704470411076, -8.506994655897309], "rotation": [-0.5000000218556935, -0.4999999920533689, 0.5000000377489512, -0.4999999483419815], "non_uniform_scale": [0.9999997615814338, 0.9999998211860768, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "dc7a121a993b06d55804753af69ebc241069c9c2", "translation": [1.3451679944992065, 5.418997943706927e-07, -9.091569358612901], "rotation": [-4.3711388732718914e-08, -2.6582528138221354e-23, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [0.4197729825973527, 0.9999999999999929, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "d65acf3bee65ebddd5d56459d696698eca2e101c", "translation": [-5.185800075531006, 3.7448702983056137e-07, -6.282849414178742], "rotation": [-4.3711388286737896e-08, 2.6099639017508917e-16, 0.9999999999999972, 6.010294866796235e-08], "non_uniform_scale": [1.0000000000000038, 0.8330902060162724, 0.9999998807907208], "motion_type": "STATIC"}, {"template_name": "e1f70b4c0af191879fbc3e1a268831c9a9474fd6", "translation": [-0.43522998690605164, 2.2600002270036867, -6.228489369840034], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "30b659612c0a6358b5d81da95a6c7599d085e981", "translation": [-0.24405498802661896, 1.5400001223117101, -4.232049597975617], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d00a38c8b13c60edf0621a91c94fe1b383e32922", "translation": [-6.274244785308838, 1.057540282884247, -6.812189586774707], "rotation": [0.4999999781443083, 0.4999999483419846, 0.5000000814603438, -0.4999999920533535], "non_uniform_scale": [0.9999998807907267, 0.9999999403953697, 0.9999998807907193], "motion_type": "STATIC"}, {"template_name": "bea1b3b9578d9e11486a9728976f34474ef3e671", "translation": [-14.506099700927734, 0.8100002427601929, -4.8428398577666165], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "8bf603bc0582781cb6a94d8ce05f601171e523c1", "translation": [-15.403509140014648, 2.3000000492376103, -3.9260696037966056], "rotation": [0.7071068022599734, 2.5121477841583537e-15, -0.7071067601131198, -4.21468522791161e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "8bf603bc0582781cb6a94d8ce05f601171e523c1", "translation": [-15.407700538635254, 2.3000000988447624, -4.758339461187134], "rotation": [0.7071068022599734, 2.5121477841583537e-15, -0.7071067601131198, -4.21468522791161e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998211860799, 0.9999999403953588], "motion_type": "STATIC"}, {"template_name": "485faac7ab84aa46fd40e259b7a9ae7ca36d9cef", "translation": [-1.3634400367736816, 1.75000002414167, -2.1550297793728106], "rotation": [-3.090861697903607e-08, -3.090861932392811e-08, 0.7071068444068206, -0.7071067179662675], "non_uniform_scale": [1.0000001192092933, 0.9999998211860855, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "4fb0ae3cb1d2b21f35fb48310e44e4bd88545167", "translation": [-0.2583799958229065, 0.7300001915619987, -3.6238767889811356], "rotation": [0.7071068022599717, 6.922773490943561e-09, -0.7071067601131208, -5.2456379864527634e-08], "non_uniform_scale": [0.8920605843031058, 0.624063834659593, 0.9293680233139968], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_1", "translation": [-1.4710442837294075, 1.5303192194753368, -4.285787258006676], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_2", "translation": [-2.049469820170401, 1.5265348205158777, -4.283336169374333], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_3", "translation": [-2.376134342193896, 1.481032951959953, -4.199789113308403], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_4", "translation": [-2.776995021477733, 1.5381004684476787, -4.285787030158086], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_5", "translation": [-1.6190200796885659, 1.1948887191390827, -4.199789227627666], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_6", "translation": [-3.1435449267380333, 1.538100468447675, -4.285786966068468], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_7", "translation": [-2.000720561216133, 1.196721655954349, -4.199789161004715], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_8", "translation": [-2.3968403680343155, 1.2546009916723453, -4.285787078734553], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_9", "translation": [-2.5666726253685397, 1.2410123186467994, -4.283336060924171], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_10", "translation": [-3.1271364878281407, 1.195653772740453, -4.199788963988512], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_10", "translation": [-1.5011545261791934, 0.9152078000377181, -4.199789230585045], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_12", "translation": [-1.6773272703931075, 0.9497646060396796, -4.283336198041367], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_12", "translation": [-1.8025325226316793, 0.9540958255873014, -4.283336176423133], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_14", "translation": [-2.241914448202343, 0.9156528013664198, -4.199789101094556], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_15", "translation": [-2.605177070121679, 0.9683352107001882, -4.285787024241345], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_16", "translation": [-3.012603564076792, 0.9189290961455978, -4.199788966549766], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_17", "translation": [-3.181619039260302, 0.9598342656821223, -4.283335935658155], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_18", "translation": [-1.4909933321014095, 0.6341992553258992, -4.199789214627009], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_19", "translation": [-2.011110731139484, 0.682183712969751, -4.285787110051946], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_20", "translation": [-2.4364675260413566, 0.6717608323659641, -4.283336047764032], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_20", "translation": [-1.6725573431896903, 0.3901360479343129, -4.283336163556758], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_22", "translation": [-2.757934202055248, 0.6589437737307504, -4.234276995929014], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_23", "translation": [-1.8611988244525777, 0.34614758155513536, -4.199789131719054], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_24", "translation": [-2.054617878117905, 0.38705432950200097, -4.283336096560685], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_25", "translation": [-2.433198573973452, 0.41823609714794013, -4.283336032335443], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_26", "translation": [-2.7798754345267858, 0.39667348303217376, -4.285786957618081], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_27", "translation": [-3.1796449140785916, 0.4001972303829589, -4.283335900684177], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_28", "translation": [-1.6390451197817595, 0.12524115694032045, -4.285787139956867], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_28", "translation": [-1.8439468392841367, 0.12521188444315334, -4.285787104128867], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_30", "translation": [-2.1885080304642486, 0.14502159669141967, -4.283336057875707], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_31", "translation": [-2.567325278339223, 0.11845061325517292, -4.283335989964282], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_32", "translation": [-3.1331500003640462, 0.07329745332172355, -4.199788892104264], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_33", "translation": [-1.9489664792054042, 1.5237363416402738, -4.28333618677028], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_33", "translation": [-2.6755992581196515, 1.2379843321347672, -4.283336041687735], "rotation": [0.6540746052311676, 0.6524873872145744, -0.2713904151230877, -0.26980337821626404], "non_uniform_scale": [0.94722619410567, 0.9999998211860968, 0.9472261862427034], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_33", "translation": [-1.620762540697088, 0.6733779971011787, -4.283336190488477], "rotation": [0.6540746052311676, 0.6524873872145744, -0.2713904151230877, -0.26980337821626404], "non_uniform_scale": [0.94722619410567, 0.9999998211860968, 0.9472261862427034], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_33", "translation": [-2.371683954518562, 0.9548302061766847, -4.283336076955887], "rotation": [0.6540745948473352, 0.6524873766826536, -0.27139044032201515, -0.2698034035124577], "non_uniform_scale": [0.9472261936762341, 0.9999998211860968, 0.9472261866721394], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_33", "translation": [-2.3372605425911934, 0.674977432976616, -4.283336065312933], "rotation": [0.7071068022944015, 0.7071067600786868, 8.419504151129608e-08, -3.9700408451271344e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_33", "translation": [-1.5733514869192249, 0.39335301093285063, -4.2833361811054855], "rotation": [0.7071068022944049, 0.707106760078684, 4.880372961819666e-08, -7.467898118294955e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_33", "translation": [-2.2967026865217353, 0.11488891030925741, -4.283336037056656], "rotation": [0.6540745921611021, 0.6524873739581109, -0.27139044684082125, -0.26980341005642594], "non_uniform_scale": [0.9472261935651417, 0.9999998211860968, 0.9472261867832318], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_33", "translation": [-3.0787106259493404, 0.39144440189772983, -4.283335917779691], "rotation": [0.7071068022944058, 0.7071067600786819, 3.139388578615345e-08, -9.188578862104894e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_33", "translation": [-3.0523951666705242, 0.39144451448425743, -4.2833359223808385], "rotation": [0.7071068022944058, 0.7071067600786819, 3.139388578615345e-08, -9.188578862104894e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50152a9e4ba444f105771a970b49ac6c098a8881_part_42", "translation": [-2.3103199002679986, 0.8500000891357714, -4.414950548296129], "rotation": [0.7071068022944038, 0.7071067600786853, 6.181724150586645e-08, -6.18172349602511e-08], "non_uniform_scale": [0.9499999880790856, 0.9999998211860968, 0.944444245762314], "motion_type": "STATIC"}, {"template_name": "50a3cbd747c3f347410af1e021a2b0e19af00816", "translation": [-2.164719820022583, 1.407830035516625, -2.0049798838609405], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3f7d305aab2206b1d60e2f5d972b28a657106cd0", "translation": [-10.773059844970703, 1.2032204714775148, -8.948819509026997], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755844e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3b77de9ed9f6fba82a19c0be99544db712156a73", "translation": [-4.0902299880981445, 1.7500000315046265, -2.278559683051114], "rotation": [-0.50000002185569, -0.49999999205336904, 0.5000000377489547, -0.49999994834198175], "non_uniform_scale": [0.9999998807907162, 0.9999997019767943, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3b77de9ed9f6fba82a19c0be99544db712156a73", "translation": [-6.274240016937256, 1.7499999989032773, -1.731599838638303], "rotation": [0.4999999781443022, 0.4999999483419838, 0.5000000814603484, -0.49999999205335593], "non_uniform_scale": [0.9999998807907267, 0.9999997019768048, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "3b77de9ed9f6fba82a19c0be99544db712156a73", "translation": [-4.8475799560546875, 1.9914399430102083, -0.06634989036380823], "rotation": [-3.090861815148218e-08, -3.0908620496374853e-08, 0.7071068444068206, -0.7071067179662673], "non_uniform_scale": [1.0000000000000038, 0.9999997019768102, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "f6ee4bdfdf655563a4c4bf0332c85745013ae1ff", "translation": [-9.450119972229004, -1.2737512156135722e-09, 0.021369998000860257], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f6ee4bdfdf655563a4c4bf0332c85745013ae1ff", "translation": [-14.962760925292969, -1.2737512156135722e-09, 0.021369998000860257], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [0.8298341631889343, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f6ee4bdfdf655563a4c4bf0332c85745013ae1ff", "translation": [-17.437519073486328, 5.6853636465348245e-08, -0.9538456825109876], "rotation": [0.707106802259973, 0.0, -0.7071067601131201, -4.214684976696789e-08], "non_uniform_scale": [0.31533692387718415, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "6fe48e077f59c07bb45b23d166a689a48f1ae655", "translation": [-14.576290130615234, 0.8100001987636141, -4.1046997955620235], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "d27d5642dce5d77ad7c0c8d8b9fa341aae6d065a", "translation": [-4.3975300788879395, 2.6741147962638934e-07, -4.486419887160054], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "f7619f8821e941ea89e588b73280c17ae308adfd", "translation": [-2.148355007171631, 4.733609841878206e-07, -7.941679004330666], "rotation": [1.0, -8.470329977413983e-22, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999997615814422, 0.9999999999999929], "motion_type": "STATIC"}, {"template_name": "85fa82aa1eb80313fb5b07f2660d8be0994312e4", "translation": [-0.09022997319698334, 0.711125365781708, -1.5759239025682596], "rotation": [-0.49999999936582334, -0.49999998649022953, 0.5000000713650901, -0.4999999427788483], "non_uniform_scale": [1.420567904676918, 0.9999998211860845, 2.314637861891032], "motion_type": "STATIC"}, {"template_name": "79e9cc908dc9849e841aab094993849f50b468b9", "translation": [-2.5417098999023438, 1.0000002146571774, -4.6013494967609745], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "831bfc38f44f5f9a4632fe55c88eb47a646204da", "translation": [-9.140474319458008, 0.450000473850924, -8.599898752576156], "rotation": [0.9192226899692564, -3.9222048678413733e-16, 0.39373804267010293, 2.3468616651068166e-08], "non_uniform_scale": [0.9999999437715643, 0.9999998807907176, 0.9999998027563477], "motion_type": "STATIC"}, {"template_name": "831bfc38f44f5f9a4632fe55c88eb47a646204da", "translation": [-7.475729465484619, 0.4500004725971287, -8.578863559432978], "rotation": [0.9284034607773424, -1.5833615310591016e-16, -0.37157369930695183, -2.2147519279549582e-08], "non_uniform_scale": [0.9999999917983008, 0.9999998807907176, 0.9999998450653559], "motion_type": "STATIC"}, {"template_name": "323e91a7be4f48ea6f7f451d5f1d22edb030930c", "translation": [-15.820209503173828, 5.199903512220772e-07, -8.723989920378301], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "fbf471c28742c0448154c4030d1ec088fe6c3ac5", "translation": [-1.0100899934768677, 1.5667300485315963, -2.0046348827263643], "rotation": [0.7071068022599701, 0.707106760113119, 6.181723998755858e-08, -6.181723496326144e-08], "non_uniform_scale": [1.0000000000000153, 0.999999821186097, 0.999999761581444], "motion_type": "STATIC"}, {"template_name": "f1f46be55d510394bf5afcf3fcfdd4767ec84ab4", "translation": [-12.824529647827148, 3.890985453836038e-07, -6.527989952087978], "rotation": [0.7071068022599728, 0.0, 0.7071067601131205, 4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "e7ba564ec743c9317f5be11402d3689a7954eb7f", "translation": [-3.223710060119629, 1.6636728616958862e-07, -2.791179729033715], "rotation": [0.9304175736386495, 3.375050231951701e-16, 0.36650121236411737, 2.1845176731593832e-08], "non_uniform_scale": [1.000000022996722, 0.9999998807907176, 0.9999999592342644], "motion_type": "STATIC"}, {"template_name": "e1bfc46d8a3d14c3d5ea2bd1d3541fca34ae2d9b", "translation": [1.9248100519180298, 2.2061169602238806e-07, -3.7012498556822493], "rotation": [-4.3711388286737876e-08, 1.5529406128515055e-22, 0.9999999999999973, 5.960464832810436e-08], "non_uniform_scale": [1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "5ebb5b6681fd5e30859f09ad5eda9f5cb2401ba0_part_1", "translation": [-11.032449237211555, 2.1991318208043924e-07, -3.341759739090479], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "5ebb5b6681fd5e30859f09ad5eda9f5cb2401ba0_part_1", "translation": [-12.19664749735353, 2.1034122310808652e-07, -3.870519317030164], "rotation": [0.7071066989796116, 0.0, 0.7071068633934738, 0.0], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999999999999], "motion_type": "STATIC"}, {"template_name": "5ebb5b6681fd5e30859f09ad5eda9f5cb2401ba0_part_1", "translation": [-12.82433018912476, 3.006297907364007e-07, -3.3417598517927636], "rotation": [-2.4216942585571793e-07, 0.0, 0.9999999999999707, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907177], "motion_type": "STATIC"}, {"template_name": "5ebb5b6681fd5e30859f09ad5eda9f5cb2401ba0_part_1", "translation": [-11.660130709881512, 3.7936247282824517e-07, -2.8130000503357135], "rotation": [-0.7071067242484254, 0.0, 0.7071068381246652, 0.0], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 1.0], "motion_type": "STATIC"}, {"template_name": "5ebb5b6681fd5e30859f09ad5eda9f5cb2401ba0_part_1", "translation": [-11.6601311289644, 3.39122699004868e-07, -3.8705192350737874], "rotation": [0.7071066989796116, 0.0, 0.7071068633934738, 0.0], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999999999999999], "motion_type": "STATIC"}, {"template_name": "5ebb5b6681fd5e30859f09ad5eda9f5cb2401ba0_part_1", "translation": [-12.19663797676789, 4.124072537207625e-08, -2.8129943125569237], "rotation": [0.7071185304693235, 3.201982364103052e-06, -0.7070950315955594, 1.2228108732330613e-05], "non_uniform_scale": [0.9999998807907177, 0.9999998807907176, 0.9999999999999999], "motion_type": "STATIC"}, {"template_name": "5ebb5b6681fd5e30859f09ad5eda9f5cb2401ba0_part_7", "translation": [-11.928389459848404, 3.3853939144997924e-07, -3.3417597209358263], "rotation": [1.0, 0.0, 0.0, 0.0], "non_uniform_scale": [1.0, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "1e179268a601a3271acfe11d8d2e18d1431771ec", "translation": [-3.3312900066375732, 5.250614663054876e-07, -8.80906910842242], "rotation": [-4.371138828673818e-08, 9.882985301899787e-23, 0.9999999999999973, 5.960464832810457e-08], "non_uniform_scale": [1.0000001192092933, 0.9999998807907176, 0.9999997615814461], "motion_type": "STATIC"}, {"template_name": "905e1dae1e14e6d1f5417b9af3fd9acc3bb95380", "translation": [-10.780858993530273, 0.8100004306042443, -7.994339894989704], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "853bb03e8a81249e4aa6c372b716f61c0fc95235", "translation": [-10.03396987915039, 4.099002524071693e-07, -6.876984663189347], "rotation": [0.7071068022599728, -1.256074079248779e-15, 0.7071067601131205, 4.214684851089383e-08], "non_uniform_scale": [0.9999998807907176, 0.9999998807907176, 0.9999998211860763], "motion_type": "STATIC"}, {"template_name": "9a0e617b83c901d346ce9fb020b49bf91442273c", "translation": [-6.833189964294434, 1.603692965090886e-07, -2.690550166931729], "rotation": [0.7071068022599728, 0.0, -0.7071067601131205, -4.214684976696791e-08], "non_uniform_scale": [0.9369751252546832, 0.9999998807907176, 0.9999998807907176], "motion_type": "STATIC"}, {"template_name": "724e22df3ff437c7a22926040ed4747f1f6fc372", "translation": [-6.424339771270752, 1.7500002473872769, -5.900469323964728], "rotation": [-0.5000000218556971, -0.49999999205336904, 0.5000000377489476, -0.4999999483419815], "non_uniform_scale": [0.9999998807907162, 0.9999999403953592, 0.9999998211860817], "motion_type": "STATIC"}, {"template_name": "218-67", "translation": [-0.015230000019073486, 0.9500000251251457, -1.5715298341792838], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "218-23", "translation": [-15.935020446777344, 1.150000027049181, -2.003809740912324], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "211-11", "translation": [-8.148630142211914, 1.069999989200241, -2.008809859823586], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "218-68", "translation": [-12.151880264282227, 1.1000000777131262, -2.0038097438925533], "rotation": [0.9999999999999973, 5.960464832810436e-08, 4.371138781308187e-08, -1.5529406128515055e-22], "non_uniform_scale": [-1.0000000000000038, 0.9999998807907176, 0.9999998807907214], "motion_type": "STATIC"}, {"template_name": "218-69", "translation": [-14.813690185546875, 1.5500001184469596, -4.337209827470176], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "218-70", "translation": [-0.015230000019073486, 1.00000013635578, -3.2876701183515564], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "211-12", "translation": [-0.0202300027012825, 1.0200002875637892, -6.164519358603968], "rotation": [0.7071067713513534, 4.21468504368188e-08, 0.7071067910217403, -1.0294328215895812e-22], "non_uniform_scale": [-0.9999998807907162, 0.9999998807907176, 0.9999998807907127], "motion_type": "STATIC"}, {"template_name": "3752-8", "translation": [-17.429840087890625, 1.4500004302817473, -7.868929307524567], "rotation": [0.7071068331685849, 4.214685412141269e-08, -0.7071067292045052, 1.9184883258843258e-22], "non_uniform_scale": [-0.9999998807907267, 0.9999998807907176, 0.9999998807907231], "motion_type": "STATIC"}, {"template_name": "3752-8", "translation": [-16.052980422973633, 1.450000499118559, -9.02381929911256], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3767-1", "translation": [-12.981030464172363, 1.070000407327413, -9.023819321762332], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}, {"template_name": "3752-9", "translation": [-5.839779853820801, 1.600000466336006, -9.023819290171865], "rotation": [-8.742277562616284e-08, -5.210803853528463e-15, 0.9999999999999962, 0.0], "non_uniform_scale": [-1.0000000000000153, 0.9999998807907176, 0.9999998807907329], "motion_type": "STATIC"}]}
scenes/103997799_171031002.scene_instance.json ADDED
The diff for this file is too large to render. See raw diff