diff --git a/.gitignore b/.gitignore index dca894e61..f280af749 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,8 @@ Thumbs.db # Crashpad CrashReportClient/ + +# Run artifacts / rendered videos / backups — keep out of asset history +output/ +*.bak +*.codex-backup-* diff --git a/Config/DefaultEditorPerProjectUserSettings.ini b/Config/DefaultEditorPerProjectUserSettings.ini index d65e4d5f6..50f233fdf 100644 --- a/Config/DefaultEditorPerProjectUserSettings.ini +++ b/Config/DefaultEditorPerProjectUserSettings.ini @@ -2,4 +2,4 @@ bAutoloadCheckedOutPackages=True [SourceControl.SourceControlSettings] -Provider=Perforce +Provider=None diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 1044c8ff7..75d600497 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -110,6 +110,10 @@ r.RayTracing=True r.Lumen.HardwareRayTracing=True r.Lumen.HardwareRayTracing.LightingMode=2 r.Lumen.TranslucencyReflections.FrontLayer.EnableForProject=True +r.GPUSkin.Support16BitBoneIndex=True +r.GPUSkin.UnlimitedBoneInfluences=True +r.SkinCache.DefaultBehavior=0 +SkeletalMesh.UseExperimentalChunking=1 [/Script/Engine.CollisionProfile] +Profiles=(Name="WaterBodyCollision",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap))) @@ -128,3 +132,29 @@ ConnectionType=USBOnly bUseManualIPAddress=False ManualIPAddress= +; ── Runtime navigation (added for PIE walking) ────────────────────────── +; UE5.7 RecastNavMesh lives in the NavigationSystem module, NOT Engine — +; [/Script/Engine.RecastNavMesh-Default] is the UE4 path and is silently +; ignored in 5.7. Engine default RuntimeGeneration=Static means the navmesh +; never rebuilds as actors stream into a PIE/runtime world; Dynamic is what +; lets a freshly-built open-data city become walkable in PIE. +[/Script/NavigationSystem.NavigationSystemV1] +bAutoCreateNavigationData=True +bSpawnNavDataInNavBoundsLevel=True +bAllowClientSideNavigation=True +bShouldDiscardSubLevelNavData=False ++SupportedAgents=(Name="Default",NavDataConfigClass="/Script/NavigationSystem.RecastNavMesh",AgentRadius=35.000000,AgentHeight=144.000000,AgentStepHeight=35.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData="/Script/NavigationSystem.RecastNavMesh") + +[/Script/NavigationSystem.RecastNavMesh-Default] +RuntimeGeneration=Dynamic +bRebuildAtRuntimeEnabled=True +AgentRadius=35.000000 +AgentHeight=144.000000 +AgentMaxStepHeight=35.000000 +AgentMaxSlope=44.000000 +TileSizeUU=1000.000000 +CellSize=19.000000 +CellHeight=10.000000 +MergeRegionSize=400.000000 +MinRegionArea=0.000000 +MaxSimplificationError=1.300000 diff --git a/Content/Cathedral/Cinematics/BP_CameraShakeBlueprint.uasset b/Content/Cathedral/Cinematics/BP_CameraShakeBlueprint.uasset new file mode 100644 index 000000000..89758748f --- /dev/null +++ b/Content/Cathedral/Cinematics/BP_CameraShakeBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a342b604296a5c71a61011b5e7bd1fe1364ac55fd7e34f5c969568f81b66e008 +size 5956 diff --git a/Content/Cathedral/Cinematics/LS_1.uasset b/Content/Cathedral/Cinematics/LS_1.uasset new file mode 100644 index 000000000..1155d20e0 --- /dev/null +++ b/Content/Cathedral/Cinematics/LS_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11d232e81ecd5448a5afb2314c3998764483bf4249dbfb1381e53928501603c +size 21717 diff --git a/Content/Cathedral/Cinematics/LS_10.uasset b/Content/Cathedral/Cinematics/LS_10.uasset new file mode 100644 index 000000000..06da764c2 --- /dev/null +++ b/Content/Cathedral/Cinematics/LS_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45eb180ca8d21b4ea64aa91348b9ed8dac06c7823c16f2b9eafd37631a7c1458 +size 19453 diff --git a/Content/Cathedral/Cinematics/LS_11.uasset b/Content/Cathedral/Cinematics/LS_11.uasset new file mode 100644 index 000000000..039696151 --- /dev/null +++ b/Content/Cathedral/Cinematics/LS_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80b4e35c2c719d30fdb63c1006cef52cf05fa6eaee6176d1c1dbd4a26ec7fda +size 19389 diff --git a/Content/Cathedral/Cinematics/LS_12.uasset b/Content/Cathedral/Cinematics/LS_12.uasset new file mode 100644 index 000000000..3c838bf85 --- /dev/null +++ b/Content/Cathedral/Cinematics/LS_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5701206c2d77e2162f92071c09e398dc2a37df9675b7cd8c422d4dd835671c +size 19389 diff --git a/Content/Cathedral/Cinematics/LS_2.uasset b/Content/Cathedral/Cinematics/LS_2.uasset new file mode 100644 index 000000000..32a796a6c --- /dev/null +++ b/Content/Cathedral/Cinematics/LS_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e86816a0a564edbe7d6931a4502fe30a7e913c255df92e9a1bd31aa2cc8761 +size 30399 diff --git a/Content/Cathedral/Cinematics/LS_3.uasset b/Content/Cathedral/Cinematics/LS_3.uasset new file mode 100644 index 000000000..d3952e559 --- /dev/null +++ b/Content/Cathedral/Cinematics/LS_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e70c899cfee256457a300470f36c85dbf364541d58975de08bce587de954ff +size 22413 diff --git a/Content/Cathedral/Cinematics/LS_4.uasset b/Content/Cathedral/Cinematics/LS_4.uasset new file mode 100644 index 000000000..288c9db1d --- /dev/null +++ b/Content/Cathedral/Cinematics/LS_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4a5ec593e0f6bb8225c05bcf642dadb81965ce15a55f688abdc8c533c38eb2 +size 19447 diff --git a/Content/Cathedral/Cinematics/LS_5.uasset b/Content/Cathedral/Cinematics/LS_5.uasset new file mode 100644 index 000000000..0071bb9a8 --- /dev/null +++ b/Content/Cathedral/Cinematics/LS_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb18b57801750e42c8addc042f228f9251c275beb5fd31346fb99199886ad2e +size 19383 diff --git a/Content/Cathedral/Cinematics/LS_6.uasset b/Content/Cathedral/Cinematics/LS_6.uasset new file mode 100644 index 000000000..0998a9746 --- /dev/null +++ b/Content/Cathedral/Cinematics/LS_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a960bf3c74f9a6481007941b8d709b631ac6c47909863dcb381c9f80381031b9 +size 19383 diff --git a/Content/Cathedral/Cinematics/LS_7.uasset b/Content/Cathedral/Cinematics/LS_7.uasset new file mode 100644 index 000000000..74b015c23 --- /dev/null +++ b/Content/Cathedral/Cinematics/LS_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f179ca70689ecec4ea308221c9a731ce92b8bf93e7d57abe45e15cfdf119f9 +size 19574 diff --git a/Content/Cathedral/Cinematics/LS_8.uasset b/Content/Cathedral/Cinematics/LS_8.uasset new file mode 100644 index 000000000..ef91677c8 --- /dev/null +++ b/Content/Cathedral/Cinematics/LS_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480a455d2db186a20e95f85673a023d175d30a07bec3685da05962db523cd162 +size 19447 diff --git a/Content/Cathedral/Cinematics/LS_9.uasset b/Content/Cathedral/Cinematics/LS_9.uasset new file mode 100644 index 000000000..02183ba55 --- /dev/null +++ b/Content/Cathedral/Cinematics/LS_9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78d67ee0497a902054b9a0c60ab5b6607c0d1549efba9b4f64d4e3d2c2f4387 +size 19383 diff --git a/Content/Cathedral/Cinematics/LS_SequenceMaster.uasset b/Content/Cathedral/Cinematics/LS_SequenceMaster.uasset new file mode 100644 index 000000000..f182a589c --- /dev/null +++ b/Content/Cathedral/Cinematics/LS_SequenceMaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bae4b0886ac4649c6f4b07df7f6a80679e46dc1f563beae61a47259e1c5131f +size 16106 diff --git a/Content/Cathedral/ImportData/ID_ImportData01.uasset b/Content/Cathedral/ImportData/ID_ImportData01.uasset new file mode 100644 index 000000000..8244147f9 --- /dev/null +++ b/Content/Cathedral/ImportData/ID_ImportData01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1841aa5a9ef8b09fdf0df7c0612afb3e1dc24d682720346897e7d0c4a800f8 +size 5066 diff --git a/Content/Cathedral/ImportData/ID_ImportData02.uasset b/Content/Cathedral/ImportData/ID_ImportData02.uasset new file mode 100644 index 000000000..71c70726e --- /dev/null +++ b/Content/Cathedral/ImportData/ID_ImportData02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1697efb8afcfb0bf4a94c38788f4765185bd9ccdda4c0518ab65ea04715b63c +size 934042 diff --git a/Content/Cathedral/ImportData/ID_ImportData03.uasset b/Content/Cathedral/ImportData/ID_ImportData03.uasset new file mode 100644 index 000000000..798859c22 --- /dev/null +++ b/Content/Cathedral/ImportData/ID_ImportData03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0581c0de7f6c65de8b1e56ce367fc1288887f08819f4c2a541e2c80aa06440 +size 990515 diff --git a/Content/Cathedral/ImportData/ID_ImportData04.uasset b/Content/Cathedral/ImportData/ID_ImportData04.uasset new file mode 100644 index 000000000..fe81a0cb6 --- /dev/null +++ b/Content/Cathedral/ImportData/ID_ImportData04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34bd13c5ac76fa9c7ade2fe6382ce090c9d0727fbd5d69ab43072aa4d7671cc3 +size 16627 diff --git a/Content/Cathedral/ImportData/ID_ImportData05.uasset b/Content/Cathedral/ImportData/ID_ImportData05.uasset new file mode 100644 index 000000000..954fffafe --- /dev/null +++ b/Content/Cathedral/ImportData/ID_ImportData05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125e743c7e9f2bd66d1923197d7d58f1cd2f61a4efd8c3df3373a73a883ee1c6 +size 12268 diff --git a/Content/Cathedral/ImportData/ID_ImportData06.uasset b/Content/Cathedral/ImportData/ID_ImportData06.uasset new file mode 100644 index 000000000..bc8a4eac4 --- /dev/null +++ b/Content/Cathedral/ImportData/ID_ImportData06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d29dd64f665fd7ce77dd255936728f0ffc9e7f49467bd5f7f4a802a2f40bc6b +size 234600 diff --git a/Content/Cathedral/Levels/Overview.umap b/Content/Cathedral/Levels/Overview.umap new file mode 100644 index 000000000..67dd4db42 --- /dev/null +++ b/Content/Cathedral/Levels/Overview.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7b1d261e88db47b4b6e93e75798644d382a74ae43a0e3c2b69072056fd791a +size 657707 diff --git a/Content/Cathedral/Levels/Overview_BuiltData.uasset b/Content/Cathedral/Levels/Overview_BuiltData.uasset new file mode 100644 index 000000000..e5760ff44 --- /dev/null +++ b/Content/Cathedral/Levels/Overview_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7351b774122aaf4314fb96a05e3d7260f552b6f9fd41e927c1526b0d671aa773 +size 58189042 diff --git a/Content/Cathedral/Levels/SampleView.umap b/Content/Cathedral/Levels/SampleView.umap new file mode 100644 index 000000000..f72ae9c4e --- /dev/null +++ b/Content/Cathedral/Levels/SampleView.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8faae34363c58e8221c412dfe4e40bc811c523d9de87795dc78a6633c751891d +size 55782915 diff --git a/Content/Cathedral/Levels/SampleView_BuiltData.uasset b/Content/Cathedral/Levels/SampleView_BuiltData.uasset new file mode 100644 index 000000000..c53567450 --- /dev/null +++ b/Content/Cathedral/Levels/SampleView_BuiltData.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1f936a36b04c1bbd1bf34ea3dbfec327a89b9697c3864ef78d85d17bbac662 +size 2478521327 diff --git a/Content/Cathedral/Materials/MI_Angel_Statue_Brown.uasset b/Content/Cathedral/Materials/MI_Angel_Statue_Brown.uasset new file mode 100644 index 000000000..816a49357 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Angel_Statue_Brown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e26d111b002bb8a61deb4aa1817668d3f8b313a7deccfe2f8dacb110a59a24 +size 161212 diff --git a/Content/Cathedral/Materials/MI_Black_Marble.uasset b/Content/Cathedral/Materials/MI_Black_Marble.uasset new file mode 100644 index 000000000..00f2d963d --- /dev/null +++ b/Content/Cathedral/Materials/MI_Black_Marble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34012f6dff3bba0c16c25a2d5eb0ecc7e7de9addac6d9f9053ca8c3893b66bd7 +size 160312 diff --git a/Content/Cathedral/Materials/MI_Chandelier_Glass.uasset b/Content/Cathedral/Materials/MI_Chandelier_Glass.uasset new file mode 100644 index 000000000..0806b55c5 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Chandelier_Glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27933d3ae4dd84a9961118ce933808c7353972369b528d25d44e512e07e0b51 +size 114733 diff --git a/Content/Cathedral/Materials/MI_Fabric.uasset b/Content/Cathedral/Materials/MI_Fabric.uasset new file mode 100644 index 000000000..ae0cf3598 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Fabric.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e9437f444ec649fad548592924baefbc14a5e883910c95d45b5f07a0de2005 +size 115850 diff --git a/Content/Cathedral/Materials/MI_Floor_Pattern_Big_Circles.uasset b/Content/Cathedral/Materials/MI_Floor_Pattern_Big_Circles.uasset new file mode 100644 index 000000000..0633dab8d --- /dev/null +++ b/Content/Cathedral/Materials/MI_Floor_Pattern_Big_Circles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3fa245a49f2ea030b35b3f0b8ebc871a873262c3d8fd02e9c7354c0f8b71d92 +size 150684 diff --git a/Content/Cathedral/Materials/MI_Floor_Pattern_Big_Hex.uasset b/Content/Cathedral/Materials/MI_Floor_Pattern_Big_Hex.uasset new file mode 100644 index 000000000..e365a151e --- /dev/null +++ b/Content/Cathedral/Materials/MI_Floor_Pattern_Big_Hex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b24477050738a627e0715f181f205e57c266a2438f7ae85fd48c98c2ea70a5 +size 151510 diff --git a/Content/Cathedral/Materials/MI_Floor_Pattern_Big_Radius.uasset b/Content/Cathedral/Materials/MI_Floor_Pattern_Big_Radius.uasset new file mode 100644 index 000000000..0e84948a6 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Floor_Pattern_Big_Radius.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ff0ac040fbab9b28928c2b38f267401ad9609773060f1dfa0600966bfee1b8 +size 143048 diff --git a/Content/Cathedral/Materials/MI_Floor_Pattern_Little_Squares.uasset b/Content/Cathedral/Materials/MI_Floor_Pattern_Little_Squares.uasset new file mode 100644 index 000000000..8e78db51a --- /dev/null +++ b/Content/Cathedral/Materials/MI_Floor_Pattern_Little_Squares.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caab507fca735df258878154d2e5fc1a042f43a1b3ab33e13ca5d0b55d944a9e +size 166209 diff --git a/Content/Cathedral/Materials/MI_Floor_Pattern_Middle_Squares.uasset b/Content/Cathedral/Materials/MI_Floor_Pattern_Middle_Squares.uasset new file mode 100644 index 000000000..9ef949485 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Floor_Pattern_Middle_Squares.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae8f4fa3f5e6753114de76e128b1fe0f698569b3c1632af652b08ee3eecbf4d +size 158347 diff --git a/Content/Cathedral/Materials/MI_Floor_Pattern_trim.uasset b/Content/Cathedral/Materials/MI_Floor_Pattern_trim.uasset new file mode 100644 index 000000000..05e4db2b2 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Floor_Pattern_trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102e2235dc4587a9ae6911040b5164aecc8f2970e536f3b3eda68aea77dfcec9 +size 157292 diff --git a/Content/Cathedral/Materials/MI_Floor_Patterns.uasset b/Content/Cathedral/Materials/MI_Floor_Patterns.uasset new file mode 100644 index 000000000..e359d5f8b --- /dev/null +++ b/Content/Cathedral/Materials/MI_Floor_Patterns.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e140dcffae0be972eeca2bfe5eb0cd8274d7180f95382ed11647762e6e05340 +size 153174 diff --git a/Content/Cathedral/Materials/MI_Interior_Dark_Bricks.uasset b/Content/Cathedral/Materials/MI_Interior_Dark_Bricks.uasset new file mode 100644 index 000000000..2e3cf1bed --- /dev/null +++ b/Content/Cathedral/Materials/MI_Interior_Dark_Bricks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d678b3efdd49b9f1135f91fe6ef7a4a5ec131d6e1c2ec86699567ac1517938d +size 143992 diff --git a/Content/Cathedral/Materials/MI_Interior_Trim.uasset b/Content/Cathedral/Materials/MI_Interior_Trim.uasset new file mode 100644 index 000000000..47cb8e389 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Interior_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc6fef22ba08eb19cf9901d089f0155b3fef272dfe0abde8db087837086a1ff +size 164965 diff --git a/Content/Cathedral/Materials/MI_Interior_metal_trim.uasset b/Content/Cathedral/Materials/MI_Interior_metal_trim.uasset new file mode 100644 index 000000000..eb1e10479 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Interior_metal_trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f51e44415383bd9034cb6bb43974ac33fce18b82fc86ef8648e1688e7282ed +size 149327 diff --git a/Content/Cathedral/Materials/MI_Interior_white_wall.uasset b/Content/Cathedral/Materials/MI_Interior_white_wall.uasset new file mode 100644 index 000000000..c5b129f3d --- /dev/null +++ b/Content/Cathedral/Materials/MI_Interior_white_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7442fc20dcede03a993d7db1d766de982e1976f155fddb45fc03b5fb498e1e0e +size 129652 diff --git a/Content/Cathedral/Materials/MI_Little_Marble_House.uasset b/Content/Cathedral/Materials/MI_Little_Marble_House.uasset new file mode 100644 index 000000000..ffc4dc823 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Little_Marble_House.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a797749cf69fce72c5ce54f5e9f65206b8d9c67a0d6a03f3694a4957ab22da +size 166698 diff --git a/Content/Cathedral/Materials/MI_Metal_Chandeliers.uasset b/Content/Cathedral/Materials/MI_Metal_Chandeliers.uasset new file mode 100644 index 000000000..6547ec4e3 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Metal_Chandeliers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f490d782210fad4eeba8c5dd89188af5a93bff72e211bfb3e29473d8d850d9 +size 158510 diff --git a/Content/Cathedral/Materials/MI_Metal_Columns.uasset b/Content/Cathedral/Materials/MI_Metal_Columns.uasset new file mode 100644 index 000000000..1e75a7d42 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Metal_Columns.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92d94f34e3b84d05fc0c28c08f63666675cc211b199261bfe1247de11dfcb87 +size 176177 diff --git a/Content/Cathedral/Materials/MI_Metal_Trim_Sheet.uasset b/Content/Cathedral/Materials/MI_Metal_Trim_Sheet.uasset new file mode 100644 index 000000000..d940bf255 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Metal_Trim_Sheet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab576bebe0ee036b187fbabf338db3fcfe865e1d256e3cacfc6e4dd307df948 +size 170117 diff --git a/Content/Cathedral/Materials/MI_Pop_Statue_Brown.uasset b/Content/Cathedral/Materials/MI_Pop_Statue_Brown.uasset new file mode 100644 index 000000000..0fb4c4684 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Pop_Statue_Brown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7076654aec0b8c9a9ba9f89907bcc122f4c37e8ed91ab2986317337dc0c5dc5 +size 151093 diff --git a/Content/Cathedral/Materials/MI_Red_Fabric.uasset b/Content/Cathedral/Materials/MI_Red_Fabric.uasset new file mode 100644 index 000000000..152d2a1bf --- /dev/null +++ b/Content/Cathedral/Materials/MI_Red_Fabric.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc922849095631b8086fba0fb1eef9c93c9c5d51883bab1db3d4dbf1850b7625 +size 168660 diff --git a/Content/Cathedral/Materials/MI_Red_Marble.uasset b/Content/Cathedral/Materials/MI_Red_Marble.uasset new file mode 100644 index 000000000..aa6ff4113 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Red_Marble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628c1b548a1e72a073452c9ea73889396ed6c90733c276a8ef6b2c15d7d3f7f6 +size 164107 diff --git a/Content/Cathedral/Materials/MI_Saint_Statue_Brown.uasset b/Content/Cathedral/Materials/MI_Saint_Statue_Brown.uasset new file mode 100644 index 000000000..755e6fd5b --- /dev/null +++ b/Content/Cathedral/Materials/MI_Saint_Statue_Brown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5c526eee15dc1c8eeb67d51297ba28a1216e13727d5262a42315a7be20bddc +size 157247 diff --git a/Content/Cathedral/Materials/MI_Statues_Marble.uasset b/Content/Cathedral/Materials/MI_Statues_Marble.uasset new file mode 100644 index 000000000..c772b349a --- /dev/null +++ b/Content/Cathedral/Materials/MI_Statues_Marble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec6cfd653991bb21c0a27e67b570f9af2afbd792a51dbb7bcf1adc66158aab8 +size 169572 diff --git a/Content/Cathedral/Materials/MI_Virgin_Statue_Brown.uasset b/Content/Cathedral/Materials/MI_Virgin_Statue_Brown.uasset new file mode 100644 index 000000000..e470a9414 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Virgin_Statue_Brown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35151bec2beb1d75e93d3db1a312d078d7e9b2cc4db3792c693b299266bfc7ae +size 158029 diff --git a/Content/Cathedral/Materials/MI_White_Stone.uasset b/Content/Cathedral/Materials/MI_White_Stone.uasset new file mode 100644 index 000000000..f3c3ca7bb --- /dev/null +++ b/Content/Cathedral/Materials/MI_White_Stone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afed2ff08809e35b1b049d4911aa7b870e637a49d5ebb71096b9603b6021716d +size 118623 diff --git a/Content/Cathedral/Materials/MI_White_Stone_Trim.uasset b/Content/Cathedral/Materials/MI_White_Stone_Trim.uasset new file mode 100644 index 000000000..5af61f644 --- /dev/null +++ b/Content/Cathedral/Materials/MI_White_Stone_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e226bb2f3ca7cb2451ea7a43a104255fade7e9d2f4acdd9033a16730c38e92 +size 130843 diff --git a/Content/Cathedral/Materials/MI_White_fabric.uasset b/Content/Cathedral/Materials/MI_White_fabric.uasset new file mode 100644 index 000000000..19cb88356 --- /dev/null +++ b/Content/Cathedral/Materials/MI_White_fabric.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990330098bdacdc12deec1b194b25741fc8b7280d3f3d38cbb6a09c1d4c87584 +size 137030 diff --git a/Content/Cathedral/Materials/MI_Wood.uasset b/Content/Cathedral/Materials/MI_Wood.uasset new file mode 100644 index 000000000..7afc2765d --- /dev/null +++ b/Content/Cathedral/Materials/MI_Wood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b99748d6a417ea7c4a18e9b011af8d9ea600b8a4883e69f6895b41809a723f1 +size 165937 diff --git a/Content/Cathedral/Materials/MI_Wood_trim.uasset b/Content/Cathedral/Materials/MI_Wood_trim.uasset new file mode 100644 index 000000000..34bc22e02 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Wood_trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e6518953d6b23311d0fe480626b7e2ab3065cee4a0084469336174d66d0b39 +size 174893 diff --git a/Content/Cathedral/Materials/MI_Wooden_Metal_Doors.uasset b/Content/Cathedral/Materials/MI_Wooden_Metal_Doors.uasset new file mode 100644 index 000000000..731590c13 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Wooden_Metal_Doors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f52c23629b955e3247e020a8e528813cda9d121cd272e7ff628f1ebba5d0f03 +size 165274 diff --git a/Content/Cathedral/Materials/MI_Wooden_bench.uasset b/Content/Cathedral/Materials/MI_Wooden_bench.uasset new file mode 100644 index 000000000..0dca47e31 --- /dev/null +++ b/Content/Cathedral/Materials/MI_Wooden_bench.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68a2f5073c3c078a3f56cf5d814833e5a463e546eefc5703d29510593016104 +size 164941 diff --git a/Content/Cathedral/Materials/MI_Wooden_columns.uasset b/Content/Cathedral/Materials/MI_Wooden_columns.uasset new file mode 100644 index 000000000..d3b62a82c --- /dev/null +++ b/Content/Cathedral/Materials/MI_Wooden_columns.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb32467d1988bdfe7ece868463d04a90ba1b6102f87256126d190f2f0b7e2b79 +size 165893 diff --git a/Content/Cathedral/Materials/MI_angel_altar_brown.uasset b/Content/Cathedral/Materials/MI_angel_altar_brown.uasset new file mode 100644 index 000000000..6e4ff8160 --- /dev/null +++ b/Content/Cathedral/Materials/MI_angel_altar_brown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50c1105de5aa0624b9a60b7c0595e24f13898ae779061f1f3bd824483ffb43e +size 157957 diff --git a/Content/Cathedral/Materials/MI_brown_marble_trim.uasset b/Content/Cathedral/Materials/MI_brown_marble_trim.uasset new file mode 100644 index 000000000..fa7040194 --- /dev/null +++ b/Content/Cathedral/Materials/MI_brown_marble_trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d782e1e0a315f5c72a6ba08c6d151c4b3fc930edff93b66e72c5a4f67cdfacd +size 172620 diff --git a/Content/Cathedral/Materials/MI_chandelier_chain_metal.uasset b/Content/Cathedral/Materials/MI_chandelier_chain_metal.uasset new file mode 100644 index 000000000..aacba0e43 --- /dev/null +++ b/Content/Cathedral/Materials/MI_chandelier_chain_metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cdc17a43837d279969eac9ce920401a73eff7349f001411513012683aaecc94 +size 117808 diff --git a/Content/Cathedral/Materials/MI_concrete.uasset b/Content/Cathedral/Materials/MI_concrete.uasset new file mode 100644 index 000000000..ec54d33e4 --- /dev/null +++ b/Content/Cathedral/Materials/MI_concrete.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dbc4c66aef04acead3fdfe180899720f8f6d6b9f1cb097dcb271ffb833f152d +size 138660 diff --git a/Content/Cathedral/Materials/MI_dome_painting.uasset b/Content/Cathedral/Materials/MI_dome_painting.uasset new file mode 100644 index 000000000..f58c83d96 --- /dev/null +++ b/Content/Cathedral/Materials/MI_dome_painting.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac44fdc31b3d9d578d4e8a0f9e3ae17cfbb39f3352f2fb4d696b3638ca3c423 +size 179072 diff --git a/Content/Cathedral/Materials/MI_floor_tiles_blocks.uasset b/Content/Cathedral/Materials/MI_floor_tiles_blocks.uasset new file mode 100644 index 000000000..20fd4232c --- /dev/null +++ b/Content/Cathedral/Materials/MI_floor_tiles_blocks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0affa41451f8a9b17fea85e53b3a97f46d59d76f197678b6539930175b613e +size 159863 diff --git a/Content/Cathedral/Materials/MI_floor_tiles_crossed.uasset b/Content/Cathedral/Materials/MI_floor_tiles_crossed.uasset new file mode 100644 index 000000000..2ee837f4e --- /dev/null +++ b/Content/Cathedral/Materials/MI_floor_tiles_crossed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8b3da3dc7b9cda9e69f0e34ab798a21e8b7d73ddaf33551a94c670b1c5f0e2 +size 158469 diff --git a/Content/Cathedral/Materials/MI_front_painting.uasset b/Content/Cathedral/Materials/MI_front_painting.uasset new file mode 100644 index 000000000..865f9b15c --- /dev/null +++ b/Content/Cathedral/Materials/MI_front_painting.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8760e7658914bd97aa6ccc73a0ab047f7e7386f117e295ac3a31936a6e1a8db +size 166212 diff --git a/Content/Cathedral/Materials/MI_grey_bricks.uasset b/Content/Cathedral/Materials/MI_grey_bricks.uasset new file mode 100644 index 000000000..b317da50d --- /dev/null +++ b/Content/Cathedral/Materials/MI_grey_bricks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873326325f690601ee0283a50a1ad89c07afbef1a26834b41dc9da96492b4f2c +size 123321 diff --git a/Content/Cathedral/Materials/MI_medieval_bricks.uasset b/Content/Cathedral/Materials/MI_medieval_bricks.uasset new file mode 100644 index 000000000..e7bb26240 --- /dev/null +++ b/Content/Cathedral/Materials/MI_medieval_bricks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcdcf4f377287f349c7b37a0c5c562179dfead9b6d7af5ede45f55435cf64dc8 +size 167568 diff --git a/Content/Cathedral/Materials/MI_metal_door.uasset b/Content/Cathedral/Materials/MI_metal_door.uasset new file mode 100644 index 000000000..d381a865d --- /dev/null +++ b/Content/Cathedral/Materials/MI_metal_door.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a0395202b6da6a9421735110f64fe071c14cfc40cada3cafe81d23e5f2480c +size 174896 diff --git a/Content/Cathedral/Materials/MI_metal_fences.uasset b/Content/Cathedral/Materials/MI_metal_fences.uasset new file mode 100644 index 000000000..b2a2f1b2d --- /dev/null +++ b/Content/Cathedral/Materials/MI_metal_fences.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c8a2f06f2ca81488d06dd96b798fb727703d4cd92e100ce3e00a5404f891ad +size 162694 diff --git a/Content/Cathedral/Materials/MI_roof_tiles.uasset b/Content/Cathedral/Materials/MI_roof_tiles.uasset new file mode 100644 index 000000000..ff6db2d94 --- /dev/null +++ b/Content/Cathedral/Materials/MI_roof_tiles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca896f99230f80bc89c8295d39718919dee9fb9e5c51d6214f12065f0666ec63 +size 164153 diff --git a/Content/Cathedral/Materials/MI_side_painting.uasset b/Content/Cathedral/Materials/MI_side_painting.uasset new file mode 100644 index 000000000..c5c60f718 --- /dev/null +++ b/Content/Cathedral/Materials/MI_side_painting.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857f15aaa023f82138fdd1f3dde0c2d0c7f8fce13aa6d8ef402f6a0da3b0a7c0 +size 165538 diff --git a/Content/Cathedral/Materials/MI_statues.uasset b/Content/Cathedral/Materials/MI_statues.uasset new file mode 100644 index 000000000..1c156c041 --- /dev/null +++ b/Content/Cathedral/Materials/MI_statues.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e413c7590d2a47a9a4de1fa84e6256bc4bf9552f4ff1481370da59747ae584dc +size 136382 diff --git a/Content/Cathedral/Materials/MI_trim_colors.uasset b/Content/Cathedral/Materials/MI_trim_colors.uasset new file mode 100644 index 000000000..0166c9e56 --- /dev/null +++ b/Content/Cathedral/Materials/MI_trim_colors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff841ea004a6fe2d58d0bb4b3713276e3f2e8827d2258e77913d301fa598ac6 +size 149495 diff --git a/Content/Cathedral/Materials/MI_trim_details.uasset b/Content/Cathedral/Materials/MI_trim_details.uasset new file mode 100644 index 000000000..8225d16f5 --- /dev/null +++ b/Content/Cathedral/Materials/MI_trim_details.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e201565ed7ddce02dbe5631bb3644ca1db0c986401f97bbf16c0b3c1300d726 +size 147954 diff --git a/Content/Cathedral/Materials/MI_white_marble.uasset b/Content/Cathedral/Materials/MI_white_marble.uasset new file mode 100644 index 000000000..d34326e62 --- /dev/null +++ b/Content/Cathedral/Materials/MI_white_marble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fb48edf6255c8da96fb810c39cd8a8c6141c3affa97e22a41800df2fa38c56 +size 94171 diff --git a/Content/Cathedral/Materials/MM_Emmitter.uasset b/Content/Cathedral/Materials/MM_Emmitter.uasset new file mode 100644 index 000000000..11c84e6e6 --- /dev/null +++ b/Content/Cathedral/Materials/MM_Emmitter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c557f252fc0479fc88a986a957bff344008b728ad38f947b744bf4b36eb1ccf9 +size 31403 diff --git a/Content/Cathedral/Materials/MM_Golden_metal.uasset b/Content/Cathedral/Materials/MM_Golden_metal.uasset new file mode 100644 index 000000000..e0d199c59 --- /dev/null +++ b/Content/Cathedral/Materials/MM_Golden_metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:febfd2801396ead48855c2f05dc384b3e34129fd31a241c6e37cc5213915919f +size 151917 diff --git a/Content/Cathedral/Materials/MM_MasterMat_AORM.uasset b/Content/Cathedral/Materials/MM_MasterMat_AORM.uasset new file mode 100644 index 000000000..8b8061d9d --- /dev/null +++ b/Content/Cathedral/Materials/MM_MasterMat_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8572edf8fe19b87e73c9812cef7e6cf113dbd18fb103c3a2e2061dfa15d6c56 +size 153694 diff --git a/Content/Cathedral/Materials/MM_MasterMat_PBR.uasset b/Content/Cathedral/Materials/MM_MasterMat_PBR.uasset new file mode 100644 index 000000000..652469598 --- /dev/null +++ b/Content/Cathedral/Materials/MM_MasterMat_PBR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd38332dde32c62e1d63e0f78f029e70df2704d132ae4923c5ecde64241e21b +size 160784 diff --git a/Content/Cathedral/Materials/MM_metal.uasset b/Content/Cathedral/Materials/MM_metal.uasset new file mode 100644 index 000000000..9aad98a22 --- /dev/null +++ b/Content/Cathedral/Materials/MM_metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7b019b1f4aeb6fb08f93e54224f4cadde640d977e6fc07d5f611637249491d +size 102944 diff --git a/Content/Cathedral/Materials/MM_window_glass.uasset b/Content/Cathedral/Materials/MM_window_glass.uasset new file mode 100644 index 000000000..07ae5c9a8 --- /dev/null +++ b/Content/Cathedral/Materials/MM_window_glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6584b541f4f8da37be1269dc872ad14dbd6449ebdc2f206d84d8c1fdbb4010e4 +size 97930 diff --git a/Content/Cathedral/Meshes/SM_AngelAltarStone.uasset b/Content/Cathedral/Meshes/SM_AngelAltarStone.uasset new file mode 100644 index 000000000..18e6dfbc7 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_AngelAltarStone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c5899f12b23f6d632283aae4ad0c7f6f5d2c14e04822a4ccb3740b2a0b3e2b +size 3143783 diff --git a/Content/Cathedral/Meshes/SM_CornerWall_01.uasset b/Content/Cathedral/Meshes/SM_CornerWall_01.uasset new file mode 100644 index 000000000..881b28ec1 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_CornerWall_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4790963306d3e634724ac6436312eee9bb8e93deedbc3f684b891aa70ff8344 +size 157878 diff --git a/Content/Cathedral/Meshes/SM_CornerWall_02.uasset b/Content/Cathedral/Meshes/SM_CornerWall_02.uasset new file mode 100644 index 000000000..5a4c6c8a3 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_CornerWall_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41512c4235b56d59ad8ffd370c9b708a58d3a4fcafd6d9fb8eddcca07052f044 +size 198159 diff --git a/Content/Cathedral/Meshes/SM_Corner_Ceiling.uasset b/Content/Cathedral/Meshes/SM_Corner_Ceiling.uasset new file mode 100644 index 000000000..6893044c6 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Corner_Ceiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78408d4435a4f529093f3e950bba879fe879368be6a896ee77c41e979800503 +size 193035 diff --git a/Content/Cathedral/Meshes/SM_Corner_Inner_Ceiling.uasset b/Content/Cathedral/Meshes/SM_Corner_Inner_Ceiling.uasset new file mode 100644 index 000000000..e0a6cc6c1 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Corner_Inner_Ceiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df8dc399d5074d646d7299badc1dcdf77bef51a601c48d6b60008a39062b9c1 +size 214255 diff --git a/Content/Cathedral/Meshes/SM_Corner_Pillar.uasset b/Content/Cathedral/Meshes/SM_Corner_Pillar.uasset new file mode 100644 index 000000000..fd02f1209 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Corner_Pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ea34dab537808e9e66bbb59b27d8128a3c80010ec26e822a3de73f123298ba +size 2622591 diff --git a/Content/Cathedral/Meshes/SM_Corner_Side_Pillars.uasset b/Content/Cathedral/Meshes/SM_Corner_Side_Pillars.uasset new file mode 100644 index 000000000..8063182c7 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Corner_Side_Pillars.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f467827cccee17bf39d145f23e32b0f2a8a81ba67867f38179c651d66f7a1729 +size 5940405 diff --git a/Content/Cathedral/Meshes/SM_Corner_Top_Cover.uasset b/Content/Cathedral/Meshes/SM_Corner_Top_Cover.uasset new file mode 100644 index 000000000..bdc2427c7 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Corner_Top_Cover.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1995478199393bdaa92956b3da5834115bf80449e06d9f282e2574dda3ef9cc9 +size 169187 diff --git a/Content/Cathedral/Meshes/SM_Corner_Top_Window_Wall.uasset b/Content/Cathedral/Meshes/SM_Corner_Top_Window_Wall.uasset new file mode 100644 index 000000000..9fe7471db --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Corner_Top_Window_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64091cf8e427c669b66ef556c2c5f5ffe9a8993b53a8b7c9d3e8d2ac1911551e +size 170548 diff --git a/Content/Cathedral/Meshes/SM_Corner_Top_Window_Wall_Side.uasset b/Content/Cathedral/Meshes/SM_Corner_Top_Window_Wall_Side.uasset new file mode 100644 index 000000000..c9acd5fce --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Corner_Top_Window_Wall_Side.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f8b7c9f8eb88f793137ff1c859c605fbffacbca79bb4a9ccd765d71d9dd4fc +size 176831 diff --git a/Content/Cathedral/Meshes/SM_Corner_Wall.uasset b/Content/Cathedral/Meshes/SM_Corner_Wall.uasset new file mode 100644 index 000000000..4e1db38a8 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Corner_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2351737ca15f8f053ef9e242c4e5cbfe3125acb914a692b6f030a346ed1830 +size 154546 diff --git a/Content/Cathedral/Meshes/SM_Corner_Window_Wall.uasset b/Content/Cathedral/Meshes/SM_Corner_Window_Wall.uasset new file mode 100644 index 000000000..85d0b78f7 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Corner_Window_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ecad7b89081987fe894b4ce9427804b47bd56ba525834c51a546ae4981124fc +size 202538 diff --git a/Content/Cathedral/Meshes/SM_CrowdFence_01.uasset b/Content/Cathedral/Meshes/SM_CrowdFence_01.uasset new file mode 100644 index 000000000..fb1ffad16 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_CrowdFence_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d331d33738755b5920d1dad04ea8a8b1d05cd9fb64eecac452e3d37f13ffbe52 +size 180563 diff --git a/Content/Cathedral/Meshes/SM_CrowdFence_02.uasset b/Content/Cathedral/Meshes/SM_CrowdFence_02.uasset new file mode 100644 index 000000000..827495157 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_CrowdFence_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3860b13dff6066a3167976fd475e3c820b0d851cb8886f489b8c5175ff7515 +size 143411 diff --git a/Content/Cathedral/Meshes/SM_CrowdFence_03.uasset b/Content/Cathedral/Meshes/SM_CrowdFence_03.uasset new file mode 100644 index 000000000..9a1cdbe27 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_CrowdFence_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2455a39d6a7f8f45325603815505d49dd821d2ccd330868e5003e4bc8774b5b7 +size 180935 diff --git a/Content/Cathedral/Meshes/SM_Dome.uasset b/Content/Cathedral/Meshes/SM_Dome.uasset new file mode 100644 index 000000000..c94df4002 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Dome.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593200648576d83ae32b3e7841e992b459901dd53c1b40c34d8bb997f5379466 +size 134851 diff --git a/Content/Cathedral/Meshes/SM_DomeBaseColumn.uasset b/Content/Cathedral/Meshes/SM_DomeBaseColumn.uasset new file mode 100644 index 000000000..dd9ccffcc --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeBaseColumn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb463e0d25ae0f0982956e88067ae774a7453c056a7d2beb981069b27c8cd027 +size 155219 diff --git a/Content/Cathedral/Meshes/SM_DomeBaseWall.uasset b/Content/Cathedral/Meshes/SM_DomeBaseWall.uasset new file mode 100644 index 000000000..5bde65a2a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeBaseWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee6c3368206b654f7ccb3afc385d0158d66094cf9e37608e8afc1ac4a0909c5 +size 521046 diff --git a/Content/Cathedral/Meshes/SM_DomeBaseWall_01.uasset b/Content/Cathedral/Meshes/SM_DomeBaseWall_01.uasset new file mode 100644 index 000000000..03dbcf7b9 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeBaseWall_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e3253b42885dd75c5326ed1ea0ffe6942b7df5a56a869182fd33f27c316d85 +size 314955 diff --git a/Content/Cathedral/Meshes/SM_DomeBrickColumn.uasset b/Content/Cathedral/Meshes/SM_DomeBrickColumn.uasset new file mode 100644 index 000000000..3195f761f --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeBrickColumn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08129c9d65f11d3a2fdd0a45aabd701d0ca02ee63f4ebb9bab6cf9bd7e253884 +size 496589 diff --git a/Content/Cathedral/Meshes/SM_DomeDetailedColumn.uasset b/Content/Cathedral/Meshes/SM_DomeDetailedColumn.uasset new file mode 100644 index 000000000..da39ed935 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeDetailedColumn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2dbb45845d8c272d4641d48cc3a69f9a79ce17fe4e3088187c6c22b0125302 +size 176623 diff --git a/Content/Cathedral/Meshes/SM_DomeDetailedWall.uasset b/Content/Cathedral/Meshes/SM_DomeDetailedWall.uasset new file mode 100644 index 000000000..043d46a40 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeDetailedWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e03aea7dfe9a613175d33dbac31ef2fc9a38dadbcce41d0ff71b667c2b9319 +size 646942 diff --git a/Content/Cathedral/Meshes/SM_DomePainting.uasset b/Content/Cathedral/Meshes/SM_DomePainting.uasset new file mode 100644 index 000000000..27bbbd22c --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomePainting.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f933c291a268a52bc6e74d4096208f0c8a4f79cab0d62bcb48298d2c075ce08a +size 242435 diff --git a/Content/Cathedral/Meshes/SM_DomeSection.uasset b/Content/Cathedral/Meshes/SM_DomeSection.uasset new file mode 100644 index 000000000..8d67881a9 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeSection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247a6dbebc9d7a219a68c3edbaf3b32bbcad9fdf1aae32467b44ff9bcbb95cfe +size 2322628 diff --git a/Content/Cathedral/Meshes/SM_DomeSeparator.uasset b/Content/Cathedral/Meshes/SM_DomeSeparator.uasset new file mode 100644 index 000000000..bbac649dd --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeSeparator.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be25faa79e08e112f9d1d08b43b5cd1941ff49903fdd02cbd5afc8aaecbea81a +size 183959 diff --git a/Content/Cathedral/Meshes/SM_DomeTip.uasset b/Content/Cathedral/Meshes/SM_DomeTip.uasset new file mode 100644 index 000000000..ccaa9888f --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeTip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049ebd3ac6b358de26839d696061592ede97ab28b7757f27b1b1dd224943d820 +size 458077 diff --git a/Content/Cathedral/Meshes/SM_DomeTipArch.uasset b/Content/Cathedral/Meshes/SM_DomeTipArch.uasset new file mode 100644 index 000000000..625d4504e --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeTipArch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8399c3e38deeb512b420157693ef6e32becdc217411442e8b715eb70d0b93efa +size 171408 diff --git a/Content/Cathedral/Meshes/SM_DomeTipPillar.uasset b/Content/Cathedral/Meshes/SM_DomeTipPillar.uasset new file mode 100644 index 000000000..e7bbb204d --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeTipPillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d335ccdc6c181527774548a6cd4aa545fc210e72b479dfabb585bf4d5a95dd7 +size 153653 diff --git a/Content/Cathedral/Meshes/SM_DomeTop.uasset b/Content/Cathedral/Meshes/SM_DomeTop.uasset new file mode 100644 index 000000000..5e171e170 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeTop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a45081f72f322d9e7440078135430c292713cb248f9e783397e1dbff6a53b23 +size 199536 diff --git a/Content/Cathedral/Meshes/SM_DomeTopBase.uasset b/Content/Cathedral/Meshes/SM_DomeTopBase.uasset new file mode 100644 index 000000000..588917683 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeTopBase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4b93f0d9566fdfe23e5dc8142ca5c34896784608552b0fd984b2d0f5da2007 +size 139372 diff --git a/Content/Cathedral/Meshes/SM_DomeTopCeiling.uasset b/Content/Cathedral/Meshes/SM_DomeTopCeiling.uasset new file mode 100644 index 000000000..e35a41f21 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeTopCeiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ffa79e0ee4d335965a5cb1cea0d68a3e77335557f57dc0300dec11c15e5a5cb +size 143014 diff --git a/Content/Cathedral/Meshes/SM_DomeTopSeparator.uasset b/Content/Cathedral/Meshes/SM_DomeTopSeparator.uasset new file mode 100644 index 000000000..729e8bb6a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeTopSeparator.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b7a7093fd366a4ad602741aa2e14390e0eb8aeb455c1447b01fc976dd44e99 +size 157888 diff --git a/Content/Cathedral/Meshes/SM_DomeTopWindow.uasset b/Content/Cathedral/Meshes/SM_DomeTopWindow.uasset new file mode 100644 index 000000000..28f6da159 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeTopWindow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90736445f0ba08c288ccfb3677a55654ec8c3611cbebb3a4d23bc7f1045bb737 +size 2009961 diff --git a/Content/Cathedral/Meshes/SM_DomeTopWindow_02.uasset b/Content/Cathedral/Meshes/SM_DomeTopWindow_02.uasset new file mode 100644 index 000000000..748a1651f --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeTopWindow_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b236f2aaa1a9e4d6e9c0843aad04834868bab89e5ee9d3eba8e7f019f9755a +size 266255 diff --git a/Content/Cathedral/Meshes/SM_DomeTop_02.uasset b/Content/Cathedral/Meshes/SM_DomeTop_02.uasset new file mode 100644 index 000000000..2ebaf1e7a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_DomeTop_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f98acfac6c01ef3155966358deece80e67b6d60d67df7a2d27ce2d62ae0c48 +size 140529 diff --git a/Content/Cathedral/Meshes/SM_First_Floor_Top_Archs.uasset b/Content/Cathedral/Meshes/SM_First_Floor_Top_Archs.uasset new file mode 100644 index 000000000..971693ac0 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_First_Floor_Top_Archs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5acd681375ac7540723e0e6085ae5f3b0b97046840e512b263f9da3b61d04b44 +size 305736 diff --git a/Content/Cathedral/Meshes/SM_First_Floor_Wall_B.uasset b/Content/Cathedral/Meshes/SM_First_Floor_Wall_B.uasset new file mode 100644 index 000000000..74636aa16 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_First_Floor_Wall_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00bdee472828f6828c556785183d055f3d580bed4073a2e71a12eae6a995f8a5 +size 149814 diff --git a/Content/Cathedral/Meshes/SM_First_Floor_Walls_Column_B.uasset b/Content/Cathedral/Meshes/SM_First_Floor_Walls_Column_B.uasset new file mode 100644 index 000000000..24cf4b01a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_First_Floor_Walls_Column_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d4440e79fb7056becc98589d3d1860a23bd73ed3cbaa2753053f8169c2d8ba +size 206975 diff --git a/Content/Cathedral/Meshes/SM_First_Floor_Window_Wall_B.uasset b/Content/Cathedral/Meshes/SM_First_Floor_Window_Wall_B.uasset new file mode 100644 index 000000000..07d2a2a9c --- /dev/null +++ b/Content/Cathedral/Meshes/SM_First_Floor_Window_Wall_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe341dc09076f1c0378260e14ee2b8bbf657795147155b1e51b19b1c3c44cfa1 +size 932556 diff --git a/Content/Cathedral/Meshes/SM_Floor.uasset b/Content/Cathedral/Meshes/SM_Floor.uasset new file mode 100644 index 000000000..070e86719 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Floor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d939a9a14d2488adef7dac5583bfe04dfde8ad2705148246d1e3aaa45a597a +size 195091 diff --git a/Content/Cathedral/Meshes/SM_Middle_Arch_B.uasset b/Content/Cathedral/Meshes/SM_Middle_Arch_B.uasset new file mode 100644 index 000000000..f7f8715dd --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Middle_Arch_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e700377edf973ff6562245d2a9df0e18d0a1731e16fa997746b5681ebdf5f191 +size 6016289 diff --git a/Content/Cathedral/Meshes/SM_RoofLittleDome.uasset b/Content/Cathedral/Meshes/SM_RoofLittleDome.uasset new file mode 100644 index 000000000..bc3c44eaf --- /dev/null +++ b/Content/Cathedral/Meshes/SM_RoofLittleDome.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2c7d5c3d0ddd07a690bb58e4836fa2024f07be222934661f9f3adb287b244a +size 2616004 diff --git a/Content/Cathedral/Meshes/SM_Side_Wall_001_B.uasset b/Content/Cathedral/Meshes/SM_Side_Wall_001_B.uasset new file mode 100644 index 000000000..06269c5f0 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Side_Wall_001_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222370ab5b9e285b117d1d9f4a0180e4688a166508a72a196116d11fdea11b4f +size 286730 diff --git a/Content/Cathedral/Meshes/SM_Side_Wall_002_B.uasset b/Content/Cathedral/Meshes/SM_Side_Wall_002_B.uasset new file mode 100644 index 000000000..16a31346b --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Side_Wall_002_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69b4d209915c6517c26d38cb5995dc085a90b6622417ed96c92c915a113aba3 +size 205584 diff --git a/Content/Cathedral/Meshes/SM_Side_Wall_003_B.uasset b/Content/Cathedral/Meshes/SM_Side_Wall_003_B.uasset new file mode 100644 index 000000000..2acfe3318 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Side_Wall_003_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc445cba7414fcba3fd55dfd294e45e7337974a4a0851ab9fd7a5c9c36d2ee3 +size 283126 diff --git a/Content/Cathedral/Meshes/SM_Side_Wall_B.uasset b/Content/Cathedral/Meshes/SM_Side_Wall_B.uasset new file mode 100644 index 000000000..fa17e4f4a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Side_Wall_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39bb22db88baec5ee37c781325436086cbfcae9de834b1f62bb142fc22be0c0d +size 201001 diff --git a/Content/Cathedral/Meshes/SM_Side_Walls_Little_Window_Wall_B.uasset b/Content/Cathedral/Meshes/SM_Side_Walls_Little_Window_Wall_B.uasset new file mode 100644 index 000000000..feca13c4c --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Side_Walls_Little_Window_Wall_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65bda2520d9e346266107a5065d43962f450615b2d636c9bcc57787cb4d73e29 +size 851374 diff --git a/Content/Cathedral/Meshes/SM_Side_Walls_Short_Window_Wall_B.uasset b/Content/Cathedral/Meshes/SM_Side_Walls_Short_Window_Wall_B.uasset new file mode 100644 index 000000000..174b05cef --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Side_Walls_Short_Window_Wall_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e20049230bf73592cc7c43d533c9268396f00fb3ecdcda673572231c43d8c5 +size 891706 diff --git a/Content/Cathedral/Meshes/SM_Side_Walls_Window_Door_Wall.uasset b/Content/Cathedral/Meshes/SM_Side_Walls_Window_Door_Wall.uasset new file mode 100644 index 000000000..9e55a3b6d --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Side_Walls_Window_Door_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7844f7133e70ca9e945e8818f0df02592e4a2ca0072c6f8fb47b6440733feb4 +size 2428095 diff --git a/Content/Cathedral/Meshes/SM_Side_Walls_Window_Wall.uasset b/Content/Cathedral/Meshes/SM_Side_Walls_Window_Wall.uasset new file mode 100644 index 000000000..b1cf0ea50 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Side_Walls_Window_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239bbd5677d82db61d2c699482c8c75b9e93876aca018bc8dec52af7552abd3d +size 885046 diff --git a/Content/Cathedral/Meshes/SM_SmallFence.uasset b/Content/Cathedral/Meshes/SM_SmallFence.uasset new file mode 100644 index 000000000..42e39ec67 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_SmallFence.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f51ff11a16189cbf77ba426d0490304a347f922f2e8e8061e3310b9d6dea89 +size 153188 diff --git a/Content/Cathedral/Meshes/SM_SmallFencePole.uasset b/Content/Cathedral/Meshes/SM_SmallFencePole.uasset new file mode 100644 index 000000000..2935d1918 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_SmallFencePole.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9d83942ea2f9d339ed3730c3ac1cd6fd643b13c1de2f9cf87601b95194eed1 +size 144474 diff --git a/Content/Cathedral/Meshes/SM_SmallFenceRaised.uasset b/Content/Cathedral/Meshes/SM_SmallFenceRaised.uasset new file mode 100644 index 000000000..d2f4f5305 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_SmallFenceRaised.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f94a175113511f51786c715fe0122cef30cdf05f5915653d35d6a40b45e03c8 +size 154489 diff --git a/Content/Cathedral/Meshes/SM_Statue01.uasset b/Content/Cathedral/Meshes/SM_Statue01.uasset new file mode 100644 index 000000000..0461bef44 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Statue01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f0b3ba1a4e39b4e1da2ca89c694f3abfc3f35579eb808b0880534d6e4b96a5 +size 1012290 diff --git a/Content/Cathedral/Meshes/SM_Statue02.uasset b/Content/Cathedral/Meshes/SM_Statue02.uasset new file mode 100644 index 000000000..671ea69a1 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Statue02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b093203545acd65e1f971a5634fff185efdd6daa1aa113be5724d332731f7bb9 +size 1236453 diff --git a/Content/Cathedral/Meshes/SM_Statue03.uasset b/Content/Cathedral/Meshes/SM_Statue03.uasset new file mode 100644 index 000000000..104c8ac96 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Statue03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1764a70811b0fc5c516c97f7843de55d545ac7c1f82fccb2465226c213d82b7f +size 876775 diff --git a/Content/Cathedral/Meshes/SM_Statue04.uasset b/Content/Cathedral/Meshes/SM_Statue04.uasset new file mode 100644 index 000000000..c4ee7165c --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Statue04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb85558ec2628665198236d489e483e38429c2ab1c2663876b1e4e563c3f9ec +size 1051785 diff --git a/Content/Cathedral/Meshes/SM_StatueThrone.uasset b/Content/Cathedral/Meshes/SM_StatueThrone.uasset new file mode 100644 index 000000000..113d8d16c --- /dev/null +++ b/Content/Cathedral/Meshes/SM_StatueThrone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a127886bec2114226467b37965928a678c1ebae5af8faf8c8ae6eeb99448419d +size 1193871 diff --git a/Content/Cathedral/Meshes/SM_StoneBench.uasset b/Content/Cathedral/Meshes/SM_StoneBench.uasset new file mode 100644 index 000000000..3b8fb8efb --- /dev/null +++ b/Content/Cathedral/Meshes/SM_StoneBench.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15ea29cbb855c95ee9ec84909c140e07efec0b1a2990690abbf351580423077 +size 119820 diff --git a/Content/Cathedral/Meshes/SM_TallFence.uasset b/Content/Cathedral/Meshes/SM_TallFence.uasset new file mode 100644 index 000000000..d6900a475 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TallFence.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319aa2be466d608416e104bd6eda2c984c08bff00f8ee144861bc95a33781643 +size 163095 diff --git a/Content/Cathedral/Meshes/SM_TopDecoration_01.uasset b/Content/Cathedral/Meshes/SM_TopDecoration_01.uasset new file mode 100644 index 000000000..119a37b22 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TopDecoration_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099f0995c205870718d598f38362bfb08188f812a9541117b5899e0da6fc960c +size 221095 diff --git a/Content/Cathedral/Meshes/SM_TopDecoration_02.uasset b/Content/Cathedral/Meshes/SM_TopDecoration_02.uasset new file mode 100644 index 000000000..2481b08a2 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TopDecoration_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6426787c8ab87f08359a4860b2bf9cd16298417715ce7918ceb142e789e13c +size 540525 diff --git a/Content/Cathedral/Meshes/SM_TopDecoration_03.uasset b/Content/Cathedral/Meshes/SM_TopDecoration_03.uasset new file mode 100644 index 000000000..65b43cbad --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TopDecoration_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737b0b164627dc8225e181ab9bed4659f9443776e5c7b297f115493ed8d1b0a8 +size 344250 diff --git a/Content/Cathedral/Meshes/SM_TopDecoration_04.uasset b/Content/Cathedral/Meshes/SM_TopDecoration_04.uasset new file mode 100644 index 000000000..771d82d18 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TopDecoration_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd6339a4ba1a0f5fdc2862739c2e68859791f25c228f65429b0c051ee5f1d2c +size 150149 diff --git a/Content/Cathedral/Meshes/SM_TopDecoration_05.uasset b/Content/Cathedral/Meshes/SM_TopDecoration_05.uasset new file mode 100644 index 000000000..9a513ef87 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TopDecoration_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a4913def93d57ee05885714031c3969359c2b14b39b5dabd1ddb3a8c01479a +size 449121 diff --git a/Content/Cathedral/Meshes/SM_TopDecoration_06.uasset b/Content/Cathedral/Meshes/SM_TopDecoration_06.uasset new file mode 100644 index 000000000..dcf7398eb --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TopDecoration_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa6cbfecde3652a58be2385d78ac9697e685c6d16862ddc8cce8a627f96937f +size 1220561 diff --git a/Content/Cathedral/Meshes/SM_TopDecoration_07.uasset b/Content/Cathedral/Meshes/SM_TopDecoration_07.uasset new file mode 100644 index 000000000..37ce3273d --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TopDecoration_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91612c7cbb4d57fc6eaf8fc4ea7d1e8f4f45bb3eadc526b30a48a212f832dc0 +size 335100 diff --git a/Content/Cathedral/Meshes/SM_TopDecoration_08.uasset b/Content/Cathedral/Meshes/SM_TopDecoration_08.uasset new file mode 100644 index 000000000..65a4209f1 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TopDecoration_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9dd4c15bd49bf578b43ca2bdc6dbd586e437d4283ef37b119bcba0e36426de6 +size 532857 diff --git a/Content/Cathedral/Meshes/SM_TopDecoration_09.uasset b/Content/Cathedral/Meshes/SM_TopDecoration_09.uasset new file mode 100644 index 000000000..8c19fd3b4 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TopDecoration_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d053aabba5eb18df717aba5cbd2592280c42210d4766516982c33e30fe72911 +size 456181 diff --git a/Content/Cathedral/Meshes/SM_TopDecoration_10.uasset b/Content/Cathedral/Meshes/SM_TopDecoration_10.uasset new file mode 100644 index 000000000..d29292d9c --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TopDecoration_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c37ef0d0a3a607617ec08bc750a000a424f1705db1ec72331af59492de9c31 +size 680261 diff --git a/Content/Cathedral/Meshes/SM_TopRoofTiles.uasset b/Content/Cathedral/Meshes/SM_TopRoofTiles.uasset new file mode 100644 index 000000000..e3da47107 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TopRoofTiles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9009c3efdb2ec79d0a84ee419782621bcabb8e3cd1e07218d7b5cbcd597be3 +size 285966 diff --git a/Content/Cathedral/Meshes/SM_TopVaultFloor.uasset b/Content/Cathedral/Meshes/SM_TopVaultFloor.uasset new file mode 100644 index 000000000..c0fbcac09 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TopVaultFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae1c68dd81beca98a87ec13aa015953c185146e45ba094dc5ee79bd45145e9f +size 157407 diff --git a/Content/Cathedral/Meshes/SM_TopVaultPillar.uasset b/Content/Cathedral/Meshes/SM_TopVaultPillar.uasset new file mode 100644 index 000000000..d6bc02dd1 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TopVaultPillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c209d5e0b4928b38bef1fd80f11c7428aa177004dd9bbecfce4d9f5f5b4af1f5 +size 156196 diff --git a/Content/Cathedral/Meshes/SM_TopVaultWall.uasset b/Content/Cathedral/Meshes/SM_TopVaultWall.uasset new file mode 100644 index 000000000..64513de09 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TopVaultWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6b68d222c4e1456fc35793de51454e8f79fb5a2072b49183caa691b67b1251 +size 226631 diff --git a/Content/Cathedral/Meshes/SM_TopVaultWall_01.uasset b/Content/Cathedral/Meshes/SM_TopVaultWall_01.uasset new file mode 100644 index 000000000..19b191e6c --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TopVaultWall_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cb1a634543b40d83f93a42fd930e292cb55f4058d3ced21cda3844413851d8 +size 227437 diff --git a/Content/Cathedral/Meshes/SM_Top_Decoration_Quadruple_B.uasset b/Content/Cathedral/Meshes/SM_Top_Decoration_Quadruple_B.uasset new file mode 100644 index 000000000..268120421 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Top_Decoration_Quadruple_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59a88bc43a2d8b9522e9111a28fc1e38f33382d5e7d65fa222b60db4f1fe3ff +size 409751 diff --git a/Content/Cathedral/Meshes/SM_Top_Decoration_Single_B.uasset b/Content/Cathedral/Meshes/SM_Top_Decoration_Single_B.uasset new file mode 100644 index 000000000..a5c11470a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Top_Decoration_Single_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c8965cd7a27e9e10a85808de32048e8eaa9e8fa687a13f8998b5662f37739d +size 218912 diff --git a/Content/Cathedral/Meshes/SM_Top_Decoration_Triple_B.uasset b/Content/Cathedral/Meshes/SM_Top_Decoration_Triple_B.uasset new file mode 100644 index 000000000..5f4cdf04c --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Top_Decoration_Triple_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158ff00c1e10cda4cf025fdf5e41bf0e68b7c5f9aa8178df6e241d0eafbacbaf +size 348550 diff --git a/Content/Cathedral/Meshes/SM_Top_Decoration_corner_Closed_B.uasset b/Content/Cathedral/Meshes/SM_Top_Decoration_corner_Closed_B.uasset new file mode 100644 index 000000000..bda31a19e --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Top_Decoration_corner_Closed_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709e5449eb5982206d97e87503d99b7e447b434c90cd8d78c1393d5bce11feee +size 412864 diff --git a/Content/Cathedral/Meshes/SM_TowerBellBase.uasset b/Content/Cathedral/Meshes/SM_TowerBellBase.uasset new file mode 100644 index 000000000..254186596 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TowerBellBase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441bd63042f5078015a457338f8084ae2dcc9dc47eb4cf4653e57e26d796ac28 +size 148366 diff --git a/Content/Cathedral/Meshes/SM_TowerBellCornerLong.uasset b/Content/Cathedral/Meshes/SM_TowerBellCornerLong.uasset new file mode 100644 index 000000000..66fe40267 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TowerBellCornerLong.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2cedea66d09107fa5e7d9798796188e4f8a2f4b5e426c4b4a162832d624b272 +size 218770 diff --git a/Content/Cathedral/Meshes/SM_TowerBellCornerTop.uasset b/Content/Cathedral/Meshes/SM_TowerBellCornerTop.uasset new file mode 100644 index 000000000..3c6ae5803 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TowerBellCornerTop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75e7aba8eec05005a7e478b825966a6b6b9d33caaf43ca308bedb5eb7b4489d +size 643681 diff --git a/Content/Cathedral/Meshes/SM_TowerBellCornerVar_01.uasset b/Content/Cathedral/Meshes/SM_TowerBellCornerVar_01.uasset new file mode 100644 index 000000000..a9b47e990 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TowerBellCornerVar_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a5fbe72b79734d26df03da142067dc960c013ffb9e6c09fbd92e1dd12a75a9 +size 213075 diff --git a/Content/Cathedral/Meshes/SM_TowerBellCornerVar_02.uasset b/Content/Cathedral/Meshes/SM_TowerBellCornerVar_02.uasset new file mode 100644 index 000000000..2b0e57b37 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TowerBellCornerVar_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1553e6362409321e5e015a9bab6e0f84a3ed3f410481ca0217b661a29f71730 +size 172862 diff --git a/Content/Cathedral/Meshes/SM_TowerBellCornerVar_03.uasset b/Content/Cathedral/Meshes/SM_TowerBellCornerVar_03.uasset new file mode 100644 index 000000000..207bdac5f --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TowerBellCornerVar_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fff4bda3d53184587bc8539739f3c7ea597cdd1ac7cc24c43da2c5f3bd62c8e +size 192401 diff --git a/Content/Cathedral/Meshes/SM_TowerBellCornerVar_04.uasset b/Content/Cathedral/Meshes/SM_TowerBellCornerVar_04.uasset new file mode 100644 index 000000000..558f1c84a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TowerBellCornerVar_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83591353ff71b49f91aaf91f1bb729e2eb888fa3848da348a450e7ff8d3dd96 +size 183584 diff --git a/Content/Cathedral/Meshes/SM_TowerBellTopAntenna.uasset b/Content/Cathedral/Meshes/SM_TowerBellTopAntenna.uasset new file mode 100644 index 000000000..2d2f64241 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TowerBellTopAntenna.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785a4932576acf35117f8bb62f5804a3f0473716c49848363da0f5c13e1d03f2 +size 145349 diff --git a/Content/Cathedral/Meshes/SM_TowerBellW_01.uasset b/Content/Cathedral/Meshes/SM_TowerBellW_01.uasset new file mode 100644 index 000000000..ebb7328f6 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TowerBellW_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecf82bb6c92ecf41bea32defa01ee9de089e941e2de7992e7bd26b657f57fbb +size 1498795 diff --git a/Content/Cathedral/Meshes/SM_TowerBellW_02.uasset b/Content/Cathedral/Meshes/SM_TowerBellW_02.uasset new file mode 100644 index 000000000..78892943b --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TowerBellW_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75aa43b2587318cbce9eac50c15e115bc4fe1addfc61c9f590b46ddf8118c4b5 +size 2135781 diff --git a/Content/Cathedral/Meshes/SM_TowerBellW_03.uasset b/Content/Cathedral/Meshes/SM_TowerBellW_03.uasset new file mode 100644 index 000000000..6b181a0b2 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TowerBellW_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d9da4f650da4584e4f0d9c2392a6895f9d08712a55ca17a0422df200e86abe +size 595970 diff --git a/Content/Cathedral/Meshes/SM_TowerBellW_04.uasset b/Content/Cathedral/Meshes/SM_TowerBellW_04.uasset new file mode 100644 index 000000000..c4fc6b281 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TowerBellW_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52901d10603c2e019e9d3be014ed26aafbec02e8746abc4baa5e9e035aea9052 +size 168688 diff --git a/Content/Cathedral/Meshes/SM_TowerBellW_05.uasset b/Content/Cathedral/Meshes/SM_TowerBellW_05.uasset new file mode 100644 index 000000000..cf0fe2ead --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TowerBellW_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862a473d9b553871a780ef431513445f28d35a50c14cbbbf50eabbddf540945a +size 166046 diff --git a/Content/Cathedral/Meshes/SM_TowerBellWallStatues.uasset b/Content/Cathedral/Meshes/SM_TowerBellWallStatues.uasset new file mode 100644 index 000000000..7f9012b76 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TowerBellWallStatues.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af18885530714cdd8edc31fbec8f0ff5a1ece76190255afd942b86bf6ae2b39 +size 236232 diff --git a/Content/Cathedral/Meshes/SM_TowerBellWallTop.uasset b/Content/Cathedral/Meshes/SM_TowerBellWallTop.uasset new file mode 100644 index 000000000..6d468526a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_TowerBellWallTop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1442f0e1e900bf8fef8674b7e3ace3db5984a9ee88138931135248c4a30457a7 +size 785795 diff --git a/Content/Cathedral/Meshes/SM_Walls_Window.uasset b/Content/Cathedral/Meshes/SM_Walls_Window.uasset new file mode 100644 index 000000000..3fdf8381b --- /dev/null +++ b/Content/Cathedral/Meshes/SM_Walls_Window.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa9362981e97a0c490030c6df09d724762059a15ee5628852b390b18a3bfe22 +size 863345 diff --git a/Content/Cathedral/Meshes/SM_WoodenMetalDoors.uasset b/Content/Cathedral/Meshes/SM_WoodenMetalDoors.uasset new file mode 100644 index 000000000..c07416940 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_WoodenMetalDoors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a561a16538e84913629bf03272b38a502fc0a08c0481709e29c2da35f7e97e +size 2807919 diff --git a/Content/Cathedral/Meshes/SM_altar_column.uasset b/Content/Cathedral/Meshes/SM_altar_column.uasset new file mode 100644 index 000000000..f3481f8ce --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_column.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049d81a204f5bd700294e815e8a05ba293face16945fb749541f1010ba104f8c +size 3098475 diff --git a/Content/Cathedral/Meshes/SM_altar_column_holder.uasset b/Content/Cathedral/Meshes/SM_altar_column_holder.uasset new file mode 100644 index 000000000..053d0b810 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_column_holder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8f953edd73f9e2bf819052268c3a1aec886a43d7738b4b0b6a2d7ca049c888 +size 199026 diff --git a/Content/Cathedral/Meshes/SM_altar_fence_decoration.uasset b/Content/Cathedral/Meshes/SM_altar_fence_decoration.uasset new file mode 100644 index 000000000..1ee6fc7d7 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_fence_decoration.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af15fe63d71766e75ecf6a46b542adfb8ed7b3668ad9755bb50fdf55073cad8f +size 352588 diff --git a/Content/Cathedral/Meshes/SM_altar_golden_star.uasset b/Content/Cathedral/Meshes/SM_altar_golden_star.uasset new file mode 100644 index 000000000..f6be6d90d --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_golden_star.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9c3b62bb0e6ffe7d0a97a5a95c913bf553bbb050a78570ffe6701a68669557 +size 2512925 diff --git a/Content/Cathedral/Meshes/SM_altar_jar.uasset b/Content/Cathedral/Meshes/SM_altar_jar.uasset new file mode 100644 index 000000000..19b1d8894 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_jar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4031b8f1d0da8e32c2ec1a1cdd5d91e61b51d43bece65fbc60a8981ccc6c8d0 +size 396370 diff --git a/Content/Cathedral/Meshes/SM_altar_little_house.uasset b/Content/Cathedral/Meshes/SM_altar_little_house.uasset new file mode 100644 index 000000000..0de798af4 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_little_house.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b74cf2cfd394831909ac796ee114df8dc54ff0cffb7500c727943100b3aa13c +size 357051 diff --git a/Content/Cathedral/Meshes/SM_altar_lower_part.uasset b/Content/Cathedral/Meshes/SM_altar_lower_part.uasset new file mode 100644 index 000000000..290ff639b --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_lower_part.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2369fe8252da3f9475d01acc37a609ba946f7d0e9901cd7d83c1303b599e44 +size 333737 diff --git a/Content/Cathedral/Meshes/SM_altar_middle_table.uasset b/Content/Cathedral/Meshes/SM_altar_middle_table.uasset new file mode 100644 index 000000000..d97b393db --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_middle_table.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f51ad205d2ef77c7126c34cf5b7e349157af1b389db09fc25ad3a57694821af +size 2973987 diff --git a/Content/Cathedral/Meshes/SM_altar_spike.uasset b/Content/Cathedral/Meshes/SM_altar_spike.uasset new file mode 100644 index 000000000..cb2ba5c82 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_spike.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4a33f48fcb44f014da00c26f7caa0d4d96f9140fb0d0d1fc7369b74866f6be +size 150447 diff --git a/Content/Cathedral/Meshes/SM_altar_spike_holder.uasset b/Content/Cathedral/Meshes/SM_altar_spike_holder.uasset new file mode 100644 index 000000000..c98d9dfd6 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_spike_holder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30f8019ae85e34194a87470da8cbb44e18734c34f6a83b7e4eede74dee2a9da +size 177180 diff --git a/Content/Cathedral/Meshes/SM_altar_statue_01.uasset b/Content/Cathedral/Meshes/SM_altar_statue_01.uasset new file mode 100644 index 000000000..4dfc5dcdc --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_statue_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5b5c460926ec512fd04fcffacf46b752e4e5057169ad476fe2c9f59ff1002b +size 1054414 diff --git a/Content/Cathedral/Meshes/SM_altar_statue_02.uasset b/Content/Cathedral/Meshes/SM_altar_statue_02.uasset new file mode 100644 index 000000000..6012a540b --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_statue_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0527a6592c70b09ac5ba0a5442fac5a0790ab6ec6c28c35b88f25928be5541e9 +size 747399 diff --git a/Content/Cathedral/Meshes/SM_altar_statue_03.uasset b/Content/Cathedral/Meshes/SM_altar_statue_03.uasset new file mode 100644 index 000000000..f77d7773a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_statue_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1cf57a53832edb9675ebf4a1169f8aa30bd7cc5e61cb5de48683c25dac72ed +size 910301 diff --git a/Content/Cathedral/Meshes/SM_altar_statue_04.uasset b/Content/Cathedral/Meshes/SM_altar_statue_04.uasset new file mode 100644 index 000000000..028bd24ab --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_statue_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e279aa4f0650eb79e61e15ebd3d53f10366b1e51ea22120b512faf47c1749da4 +size 862856 diff --git a/Content/Cathedral/Meshes/SM_altar_statue_05.uasset b/Content/Cathedral/Meshes/SM_altar_statue_05.uasset new file mode 100644 index 000000000..3ee439954 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_statue_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1854a0c6d467e81966197b5ed24edbf4405ea4f39077b230a520b60d0f610435 +size 1199491 diff --git a/Content/Cathedral/Meshes/SM_altar_statue_base.uasset b/Content/Cathedral/Meshes/SM_altar_statue_base.uasset new file mode 100644 index 000000000..dd20e13c1 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_statue_base.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848a57fcd8f6486ec21871c4be32578dcf695fbadb0734f16b7a3e3ea8a108d0 +size 659494 diff --git a/Content/Cathedral/Meshes/SM_altar_statue_base_001.uasset b/Content/Cathedral/Meshes/SM_altar_statue_base_001.uasset new file mode 100644 index 000000000..6bee6b66e --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_statue_base_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cafa6409bea26e366f5093363d982f88a343d586b59642696daaf0429bfc58a +size 1890909 diff --git a/Content/Cathedral/Meshes/SM_altar_statue_cane.uasset b/Content/Cathedral/Meshes/SM_altar_statue_cane.uasset new file mode 100644 index 000000000..7c5189824 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_statue_cane.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73d023da5ed0c635288d3cc61a9f73a9a58a1eb41874907ac9cc9ff6ba4aa4b +size 867542 diff --git a/Content/Cathedral/Meshes/SM_altar_statue_crossed_static.uasset b/Content/Cathedral/Meshes/SM_altar_statue_crossed_static.uasset new file mode 100644 index 000000000..197b4c8db --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_statue_crossed_static.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407d33f2dbd80ca7681ad2cca1ec6402bf18c361e99e1aa8f5153d4df633ea93 +size 617204 diff --git a/Content/Cathedral/Meshes/SM_altar_statue_jesus.uasset b/Content/Cathedral/Meshes/SM_altar_statue_jesus.uasset new file mode 100644 index 000000000..648bdbc5e --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_statue_jesus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf811acbc22e02be8b8f3fd9d150120496fd2dd1bd6b371d44eed847cde6dde +size 757340 diff --git a/Content/Cathedral/Meshes/SM_altar_statue_peter.uasset b/Content/Cathedral/Meshes/SM_altar_statue_peter.uasset new file mode 100644 index 000000000..c0c3ec5ad --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_statue_peter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913b3899bad2232f57217055cbb6571b23d53ca5afe6c545f23df9abc68c1d45 +size 714291 diff --git a/Content/Cathedral/Meshes/SM_altar_statue_throne.uasset b/Content/Cathedral/Meshes/SM_altar_statue_throne.uasset new file mode 100644 index 000000000..4adf439d7 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_statue_throne.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f311b5ffa9862e5579bfd65b8fbc01cf3756fc2a48881b3716cbeb7383b3263b +size 880974 diff --git a/Content/Cathedral/Meshes/SM_altar_top_part.uasset b/Content/Cathedral/Meshes/SM_altar_top_part.uasset new file mode 100644 index 000000000..4919106fb --- /dev/null +++ b/Content/Cathedral/Meshes/SM_altar_top_part.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffedc3d17676f1822901f60816d8a6300949ec34b38a124ba28c10de572a0f4d +size 1881190 diff --git a/Content/Cathedral/Meshes/SM_big_pillar.uasset b/Content/Cathedral/Meshes/SM_big_pillar.uasset new file mode 100644 index 000000000..a9fffe7a5 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_big_pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9b7f22eda98e98ddd6675fccf0e6bca07d73d0b698618867184b5548685f5b +size 12417903 diff --git a/Content/Cathedral/Meshes/SM_big_pillar_wall.uasset b/Content/Cathedral/Meshes/SM_big_pillar_wall.uasset new file mode 100644 index 000000000..16915982c --- /dev/null +++ b/Content/Cathedral/Meshes/SM_big_pillar_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a87e415b25943316c505ee05e51e88bfa379e564c5861e42192949cafba2a3 +size 7314449 diff --git a/Content/Cathedral/Meshes/SM_candle_001.uasset b/Content/Cathedral/Meshes/SM_candle_001.uasset new file mode 100644 index 000000000..fc8b7b359 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_candle_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5759b4a5afca37bf5fc148d19093e747229aeb9549627f19ee8987b92d5eca +size 138702 diff --git a/Content/Cathedral/Meshes/SM_candle_002.uasset b/Content/Cathedral/Meshes/SM_candle_002.uasset new file mode 100644 index 000000000..2a5c5c330 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_candle_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad22abc93fe9eae447b8ab9bbb66f299f11903428959687c06a5446fc91c85a +size 139450 diff --git a/Content/Cathedral/Meshes/SM_candle_003.uasset b/Content/Cathedral/Meshes/SM_candle_003.uasset new file mode 100644 index 000000000..b388cbde1 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_candle_003.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9306f46c841e1eaee111bf898bb44994551beecf57d9ac38f2ce6a32acdf4c7e +size 138431 diff --git a/Content/Cathedral/Meshes/SM_candle_004.uasset b/Content/Cathedral/Meshes/SM_candle_004.uasset new file mode 100644 index 000000000..2cec313c9 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_candle_004.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67816db92ff5497879258093f3c6b5fc154033c8dc4c8f68e5b0dd98916aa198 +size 137493 diff --git a/Content/Cathedral/Meshes/SM_candle_005.uasset b/Content/Cathedral/Meshes/SM_candle_005.uasset new file mode 100644 index 000000000..e0e5b1242 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_candle_005.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75e17dfe7c7feb5807d77f68f71eb7528ef602974ef3e760c3d5a7fb0b849db +size 138629 diff --git a/Content/Cathedral/Meshes/SM_candle_006.uasset b/Content/Cathedral/Meshes/SM_candle_006.uasset new file mode 100644 index 000000000..e1cf73ebc --- /dev/null +++ b/Content/Cathedral/Meshes/SM_candle_006.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2245ca517b6151e1ab110feca388f6d678b64b55aec46e6c0e5c39321336f9ed +size 137304 diff --git a/Content/Cathedral/Meshes/SM_candle_wooden_holder.uasset b/Content/Cathedral/Meshes/SM_candle_wooden_holder.uasset new file mode 100644 index 000000000..afa1d2b02 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_candle_wooden_holder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347e9ac1de1d0fa66971deddd17f868d34537c21e634af3dd8657545133e0b5d +size 1394857 diff --git a/Content/Cathedral/Meshes/SM_chandelier_candle_large.uasset b/Content/Cathedral/Meshes/SM_chandelier_candle_large.uasset new file mode 100644 index 000000000..b13a83593 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_chandelier_candle_large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e216f5a80733f993e6c1c5ad0d858f5390da4d3b4ac9e43676593716a88d62e7 +size 281374 diff --git a/Content/Cathedral/Meshes/SM_chandelier_cross.uasset b/Content/Cathedral/Meshes/SM_chandelier_cross.uasset new file mode 100644 index 000000000..2cbdaa2f1 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_chandelier_cross.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14322ff09026040900985457a92c20013fefa57d004cbef244b2a136606629a6 +size 282256 diff --git a/Content/Cathedral/Meshes/SM_chandelier_fat.uasset b/Content/Cathedral/Meshes/SM_chandelier_fat.uasset new file mode 100644 index 000000000..8284840f0 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_chandelier_fat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35edd7d48f7acf57b05bb8d5f8645ab8790e06efc4806b279eacec34aba352c3 +size 288865 diff --git a/Content/Cathedral/Meshes/SM_chandelier_small.uasset b/Content/Cathedral/Meshes/SM_chandelier_small.uasset new file mode 100644 index 000000000..56b49585e --- /dev/null +++ b/Content/Cathedral/Meshes/SM_chandelier_small.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87bf5048b949d23263b93038024cf3e5fb4e6b6939fa5c878761a47ac97b3ad0 +size 286721 diff --git a/Content/Cathedral/Meshes/SM_chandelier_wall.uasset b/Content/Cathedral/Meshes/SM_chandelier_wall.uasset new file mode 100644 index 000000000..ebdc65dc6 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_chandelier_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f09e9010ff420a8922adc3289120029fa9ddd20effcea8f092669ee3e3a7f9 +size 254162 diff --git a/Content/Cathedral/Meshes/SM_church_bench.uasset b/Content/Cathedral/Meshes/SM_church_bench.uasset new file mode 100644 index 000000000..647738913 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_church_bench.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba4d932e3391c1573eb52375ed256e1dea8af0a84278ead741429ec853c17a6 +size 609203 diff --git a/Content/Cathedral/Meshes/SM_cloth_decorations_01.uasset b/Content/Cathedral/Meshes/SM_cloth_decorations_01.uasset new file mode 100644 index 000000000..9154d04d5 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_cloth_decorations_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8fdb9ae12c22a9653ee8966b615a7e86679cdac83cea6d6b0fa0688a225197 +size 1062583 diff --git a/Content/Cathedral/Meshes/SM_cloth_decorations_02.uasset b/Content/Cathedral/Meshes/SM_cloth_decorations_02.uasset new file mode 100644 index 000000000..2b98ae518 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_cloth_decorations_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b67e0532c638f5c25dbc46a7ae0ecfb6167e617d77864e04bfcf840975803ba +size 1073392 diff --git a/Content/Cathedral/Meshes/SM_cloth_decorations_03.uasset b/Content/Cathedral/Meshes/SM_cloth_decorations_03.uasset new file mode 100644 index 000000000..8bdc6d494 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_cloth_decorations_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f484d3168871568a220eb33df926cb24ce798c1bcf6f4ce90b54ecd61b17ec +size 1070033 diff --git a/Content/Cathedral/Meshes/SM_cloth_decorations_04.uasset b/Content/Cathedral/Meshes/SM_cloth_decorations_04.uasset new file mode 100644 index 000000000..24fec4634 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_cloth_decorations_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0bb092386a564d2142304f1af350363e7ac265cfb9abcfaaea774091a2b703b +size 1073375 diff --git a/Content/Cathedral/Meshes/SM_cloth_decorations_05.uasset b/Content/Cathedral/Meshes/SM_cloth_decorations_05.uasset new file mode 100644 index 000000000..a229923b2 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_cloth_decorations_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3345bdca9d50631ce2bc5df4865dcbe124fc1aa796b65c77b66ac1db6bcf6c +size 973704 diff --git a/Content/Cathedral/Meshes/SM_cloth_decorations_06.uasset b/Content/Cathedral/Meshes/SM_cloth_decorations_06.uasset new file mode 100644 index 000000000..b06c14383 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_cloth_decorations_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8a157c38b8c59b378597c65fdad9beb592085caa2881a4049d842085ec893e +size 982698 diff --git a/Content/Cathedral/Meshes/SM_cloth_decorations_07.uasset b/Content/Cathedral/Meshes/SM_cloth_decorations_07.uasset new file mode 100644 index 000000000..c091f495a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_cloth_decorations_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b6c9889eb40925219f5852e3cff641d75c5e6270ac8eb1757368ac7fead029 +size 775961 diff --git a/Content/Cathedral/Meshes/SM_cloth_decorations_08.uasset b/Content/Cathedral/Meshes/SM_cloth_decorations_08.uasset new file mode 100644 index 000000000..7bd97f16a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_cloth_decorations_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a945a8ea016d619371f1032ad59ce0227b37199ce5c10c894fdd57ea8c01dc3b +size 749382 diff --git a/Content/Cathedral/Meshes/SM_cloth_decorations_09.uasset b/Content/Cathedral/Meshes/SM_cloth_decorations_09.uasset new file mode 100644 index 000000000..fb65c995a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_cloth_decorations_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ca5a9f4ae4ca812a3feea737c2676f528efc2b6bc67ef01736863a450e7a87 +size 1239912 diff --git a/Content/Cathedral/Meshes/SM_cloth_decorations_10.uasset b/Content/Cathedral/Meshes/SM_cloth_decorations_10.uasset new file mode 100644 index 000000000..9ac86230f --- /dev/null +++ b/Content/Cathedral/Meshes/SM_cloth_decorations_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302d7aa417d905d21e688b30a94338e7248f5f145764a6f86c817f18f211bcda +size 1117163 diff --git a/Content/Cathedral/Meshes/SM_cloth_decorations_11.uasset b/Content/Cathedral/Meshes/SM_cloth_decorations_11.uasset new file mode 100644 index 000000000..7575ee813 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_cloth_decorations_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ff99bbbb18d230616c0ff2860ca86aca9d79b73594c1d29413bbd151936ec4 +size 629235 diff --git a/Content/Cathedral/Meshes/SM_cloth_decorations_12.uasset b/Content/Cathedral/Meshes/SM_cloth_decorations_12.uasset new file mode 100644 index 000000000..967afa483 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_cloth_decorations_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e71b3f35b9ef9999ea8b477c40cb3fd6cd2ec45b52d7657c898c42a1469b24 +size 627605 diff --git a/Content/Cathedral/Meshes/SM_cloth_decorations_13.uasset b/Content/Cathedral/Meshes/SM_cloth_decorations_13.uasset new file mode 100644 index 000000000..5fb749930 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_cloth_decorations_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845171fa7eb3e1f71705915c15567d8dfea8fd66972c445608a41a00f3efdb29 +size 736033 diff --git a/Content/Cathedral/Meshes/SM_cloth_decorations_14.uasset b/Content/Cathedral/Meshes/SM_cloth_decorations_14.uasset new file mode 100644 index 000000000..1970191a1 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_cloth_decorations_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd438d063297b616dfaeba2b1541c9189e24bc865e310296e8b05a262422aff +size 556243 diff --git a/Content/Cathedral/Meshes/SM_cloth_decorations_15.uasset b/Content/Cathedral/Meshes/SM_cloth_decorations_15.uasset new file mode 100644 index 000000000..f740834fc --- /dev/null +++ b/Content/Cathedral/Meshes/SM_cloth_decorations_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44c17edd5128ad0163a860623582d5c952aa2afd2582f4f159d525cf55788a2 +size 549641 diff --git a/Content/Cathedral/Meshes/SM_cloth_decorations_16.uasset b/Content/Cathedral/Meshes/SM_cloth_decorations_16.uasset new file mode 100644 index 000000000..fa4520478 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_cloth_decorations_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2bd91c1f831f5f335f811a978d25681ff882029a1d27a99720799d6b9c047e +size 709723 diff --git a/Content/Cathedral/Meshes/SM_confessionary.uasset b/Content/Cathedral/Meshes/SM_confessionary.uasset new file mode 100644 index 000000000..3891cd29d --- /dev/null +++ b/Content/Cathedral/Meshes/SM_confessionary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe910ab38e6774a742a1c292ad7ce1d16c14ed2d79d7221ddfbfef248bb0076a +size 22957452 diff --git a/Content/Cathedral/Meshes/SM_corner_ceiling_01.uasset b/Content/Cathedral/Meshes/SM_corner_ceiling_01.uasset new file mode 100644 index 000000000..64acfefed --- /dev/null +++ b/Content/Cathedral/Meshes/SM_corner_ceiling_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fcad6cce135de6bea4ac7d193c9066e6921f06b7b38d7a2b9ba41aa3bb8fe99 +size 200460 diff --git a/Content/Cathedral/Meshes/SM_corner_ceiling_02.uasset b/Content/Cathedral/Meshes/SM_corner_ceiling_02.uasset new file mode 100644 index 000000000..d0c51e419 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_corner_ceiling_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86892d8b930e3ec497590103a6f6de6ca3fd9acb578ec153163f073cf8dd8ecd +size 199278 diff --git a/Content/Cathedral/Meshes/SM_corner_ceiling_03.uasset b/Content/Cathedral/Meshes/SM_corner_ceiling_03.uasset new file mode 100644 index 000000000..a3d6ff520 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_corner_ceiling_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2ce30bb436e7d708afa3e8f8b71b3dd4ae20c95d4057f5d1b4f3227c6f7e27 +size 2629734 diff --git a/Content/Cathedral/Meshes/SM_corner_ceiling_04.uasset b/Content/Cathedral/Meshes/SM_corner_ceiling_04.uasset new file mode 100644 index 000000000..e3ec31515 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_corner_ceiling_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50880e4b0712117063353530ef6d8348427d0fb5b9826dc3cfc10c48f36e0cc +size 5905843 diff --git a/Content/Cathedral/Meshes/SM_corner_ceiling_05.uasset b/Content/Cathedral/Meshes/SM_corner_ceiling_05.uasset new file mode 100644 index 000000000..be0078679 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_corner_ceiling_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91aee7c8f7fd643ac68907b15ecd19bb89fe7df2799ffd50ce5a4d1565248fc5 +size 175427 diff --git a/Content/Cathedral/Meshes/SM_corner_ceiling_06.uasset b/Content/Cathedral/Meshes/SM_corner_ceiling_06.uasset new file mode 100644 index 000000000..d533d1c97 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_corner_ceiling_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19540e23a73ef7aedd3cef3ef49035dec9e3c25e6f8d1d8e256ca34a8ef9cf50 +size 185918 diff --git a/Content/Cathedral/Meshes/SM_corner_ceiling_07.uasset b/Content/Cathedral/Meshes/SM_corner_ceiling_07.uasset new file mode 100644 index 000000000..8ee9d810a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_corner_ceiling_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa7fccdf4c0f5b4f22919c24e6123c1c46cdb2f108a924d7b0a50514f5c7bda +size 194655 diff --git a/Content/Cathedral/Meshes/SM_dome_wall_bricks.uasset b/Content/Cathedral/Meshes/SM_dome_wall_bricks.uasset new file mode 100644 index 000000000..2988a0728 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_dome_wall_bricks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4dc1057235d109ad286d35bf63d757ec1ed90a3e7ba6b3d2d61e2ca8d10794d +size 755950 diff --git a/Content/Cathedral/Meshes/SM_dome_wall_window.uasset b/Content/Cathedral/Meshes/SM_dome_wall_window.uasset new file mode 100644 index 000000000..8b9a5401c --- /dev/null +++ b/Content/Cathedral/Meshes/SM_dome_wall_window.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84182949f70594b1fef69f8113ce4ca47c44505185ec3f936e4e7ce3d249884 +size 633953 diff --git a/Content/Cathedral/Meshes/SM_dome_window_column.uasset b/Content/Cathedral/Meshes/SM_dome_window_column.uasset new file mode 100644 index 000000000..431e32806 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_dome_window_column.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa53134a376e9ff423dc788a8afb9a1b3eddeb6ffad9cd7ba165e7cf81a3a7c +size 259917 diff --git a/Content/Cathedral/Meshes/SM_dome_window_wall.uasset b/Content/Cathedral/Meshes/SM_dome_window_wall.uasset new file mode 100644 index 000000000..571946d8a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_dome_window_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f54afb83dca5093cbbadeee9aaf3c31a6c9c8ad516fb6458f83e2bb6772034 +size 716018 diff --git a/Content/Cathedral/Meshes/SM_fence_pole.uasset b/Content/Cathedral/Meshes/SM_fence_pole.uasset new file mode 100644 index 000000000..cc096c6af --- /dev/null +++ b/Content/Cathedral/Meshes/SM_fence_pole.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b929060a56c5e2f72138c3e0f6c40ce10669637e06483a2c0820e47123e5a9e9 +size 197063 diff --git a/Content/Cathedral/Meshes/SM_first_floor_corner_top_archs.uasset b/Content/Cathedral/Meshes/SM_first_floor_corner_top_archs.uasset new file mode 100644 index 000000000..2964d7dfc --- /dev/null +++ b/Content/Cathedral/Meshes/SM_first_floor_corner_top_archs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f957687b98b481a19afd0f8d663db0e3ddc0a4d653db0bf097ef02c12da1ee +size 169907 diff --git a/Content/Cathedral/Meshes/SM_first_floor_corner_wall.uasset b/Content/Cathedral/Meshes/SM_first_floor_corner_wall.uasset new file mode 100644 index 000000000..3f5e74c90 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_first_floor_corner_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f793866b3e4f06f0cd65b690bd80201d17b9a4d9a4069a6e9a669f0ab01ac813 +size 145023 diff --git a/Content/Cathedral/Meshes/SM_first_floor_side_corner_top_archs.uasset b/Content/Cathedral/Meshes/SM_first_floor_side_corner_top_archs.uasset new file mode 100644 index 000000000..9988ca054 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_first_floor_side_corner_top_archs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c459e2650b460e845c61a63ab0d8e2367d82fda62dc3e8f901af8483826a35dc +size 169242 diff --git a/Content/Cathedral/Meshes/SM_first_floor_wall.uasset b/Content/Cathedral/Meshes/SM_first_floor_wall.uasset new file mode 100644 index 000000000..e0ab77e70 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_first_floor_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07b1244a11b4d86cd2c56e56021b61e6973a3da9b7ce7e5331eaf2b06637694 +size 163019 diff --git a/Content/Cathedral/Meshes/SM_first_floor_walls_column.uasset b/Content/Cathedral/Meshes/SM_first_floor_walls_column.uasset new file mode 100644 index 000000000..cfb8ae3f7 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_first_floor_walls_column.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491bc4747dc846e1b543adb56780bd893f21a8c5145e883c589f1ad7c043c30f +size 212825 diff --git a/Content/Cathedral/Meshes/SM_first_floor_walls_corner_column.uasset b/Content/Cathedral/Meshes/SM_first_floor_walls_corner_column.uasset new file mode 100644 index 000000000..3340e15c5 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_first_floor_walls_corner_column.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2214e4e8e2d535684ea8cc700ee2a7f9d010e30021e6cd19abc070fd9218759 +size 334721 diff --git a/Content/Cathedral/Meshes/SM_first_floor_window_wall.uasset b/Content/Cathedral/Meshes/SM_first_floor_window_wall.uasset new file mode 100644 index 000000000..e68e24adb --- /dev/null +++ b/Content/Cathedral/Meshes/SM_first_floor_window_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b341428e2f2a39c7e2bb484b67bc448bb4fb517ab8fadd9a8eec02e944dc7a17 +size 890677 diff --git a/Content/Cathedral/Meshes/SM_floor_plane.uasset b/Content/Cathedral/Meshes/SM_floor_plane.uasset new file mode 100644 index 000000000..b88c3d4f7 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_floor_plane.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e8261a8c007318f83124095c39eb28f075e40023920037eedc3ee639a69cf9 +size 104505 diff --git a/Content/Cathedral/Meshes/SM_front_corner_pillar.uasset b/Content/Cathedral/Meshes/SM_front_corner_pillar.uasset new file mode 100644 index 000000000..79ab94d77 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_front_corner_pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ff329307baac4c880bd6eeb858200e885c18630fb64d217f4cb467c170909b +size 1767126 diff --git a/Content/Cathedral/Meshes/SM_front_entrace_pillar.uasset b/Content/Cathedral/Meshes/SM_front_entrace_pillar.uasset new file mode 100644 index 000000000..1a395c7c5 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_front_entrace_pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bcbdce6b67babacbc7ee41876b0d5df0e62e2ce00c29069fb7d2bec5a41de2d +size 1453364 diff --git a/Content/Cathedral/Meshes/SM_front_entrance_main_door_wall.uasset b/Content/Cathedral/Meshes/SM_front_entrance_main_door_wall.uasset new file mode 100644 index 000000000..7ecd7cf65 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_front_entrance_main_door_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03178fc06bcc333ca4d86c9884d9d86d9b6022597177763eb5b119b7f6123df +size 7050658 diff --git a/Content/Cathedral/Meshes/SM_front_entrance_side_door_wall.uasset b/Content/Cathedral/Meshes/SM_front_entrance_side_door_wall.uasset new file mode 100644 index 000000000..5d075e0e7 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_front_entrance_side_door_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af64abe3a3cb6c518876a3585d28e2f12ff61cba8c37d9a793dd9b5173e4c7ee +size 4203669 diff --git a/Content/Cathedral/Meshes/SM_front_entrance_top_back_wall.uasset b/Content/Cathedral/Meshes/SM_front_entrance_top_back_wall.uasset new file mode 100644 index 000000000..8d73955ce --- /dev/null +++ b/Content/Cathedral/Meshes/SM_front_entrance_top_back_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648194398e708abce8804b4ae875e6b33186bdc1428f4a835861aca08e739719 +size 117970 diff --git a/Content/Cathedral/Meshes/SM_front_entrance_top_pillar.uasset b/Content/Cathedral/Meshes/SM_front_entrance_top_pillar.uasset new file mode 100644 index 000000000..92732e2fe --- /dev/null +++ b/Content/Cathedral/Meshes/SM_front_entrance_top_pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbce0043ac2ae5b96439ad0e31cf4296ea13ea8c285afb0aa2cf2ab7cae868f6 +size 834930 diff --git a/Content/Cathedral/Meshes/SM_front_entrance_top_window_wall.uasset b/Content/Cathedral/Meshes/SM_front_entrance_top_window_wall.uasset new file mode 100644 index 000000000..6a72b163a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_front_entrance_top_window_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484fafcd20da24e83c4a105ec24f5318299e23a8a2c38afe6ada7631b15fd194 +size 2759703 diff --git a/Content/Cathedral/Meshes/SM_front_floor.uasset b/Content/Cathedral/Meshes/SM_front_floor.uasset new file mode 100644 index 000000000..fea8c5afd --- /dev/null +++ b/Content/Cathedral/Meshes/SM_front_floor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9244c7ac6cd9ebc92d59976e1aa7dc79ed907955fc8d726bcc55445b71e4f322 +size 136699 diff --git a/Content/Cathedral/Meshes/SM_front_stairs.uasset b/Content/Cathedral/Meshes/SM_front_stairs.uasset new file mode 100644 index 000000000..27ec233a3 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_front_stairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40856b9dc78a5b902a79968ba56fe8b3d5ec9061e0dc4cb6fe5446ef96940f4e +size 163690 diff --git a/Content/Cathedral/Meshes/SM_giotto_roof_high.uasset b/Content/Cathedral/Meshes/SM_giotto_roof_high.uasset new file mode 100644 index 000000000..867690517 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_giotto_roof_high.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7606b2d571473d6a2a3288158ccadbe5b906dbc0c1e81ffb204146b80d71c5 +size 859292 diff --git a/Content/Cathedral/Meshes/SM_glass_chandelier.uasset b/Content/Cathedral/Meshes/SM_glass_chandelier.uasset new file mode 100644 index 000000000..9c8641922 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_glass_chandelier.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79bebe395859f7cae32fc36022270b965b8d9d656622814fd02a3af05d338cc +size 10015249 diff --git a/Content/Cathedral/Meshes/SM_hanging_chandelier.uasset b/Content/Cathedral/Meshes/SM_hanging_chandelier.uasset new file mode 100644 index 000000000..2c1d32b0f --- /dev/null +++ b/Content/Cathedral/Meshes/SM_hanging_chandelier.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35748fe71637f5ac2b58bd88cf42a0563ef59eecf9eb9d6db92710d0319dd2cc +size 544976 diff --git a/Content/Cathedral/Meshes/SM_little_altar_base_test.uasset b/Content/Cathedral/Meshes/SM_little_altar_base_test.uasset new file mode 100644 index 000000000..f951feb0f --- /dev/null +++ b/Content/Cathedral/Meshes/SM_little_altar_base_test.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7dd3c80bef7e05c564dfd0ca218a20e28de18f14bcb70d1bf3f07bab5f526c7 +size 1797335 diff --git a/Content/Cathedral/Meshes/SM_little_dome_base.uasset b/Content/Cathedral/Meshes/SM_little_dome_base.uasset new file mode 100644 index 000000000..d9a80d7c4 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_little_dome_base.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08415eff69a1b65cf74a7318c87e5b52bc6af7cc173c6970ac384e9501ecac59 +size 173577 diff --git a/Content/Cathedral/Meshes/SM_little_domes_wall.uasset b/Content/Cathedral/Meshes/SM_little_domes_wall.uasset new file mode 100644 index 000000000..467175cc3 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_little_domes_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64dc8c4a5c4bd8531e003580b128db86f89c274e0c084bff39348bc42cec977a +size 309705 diff --git a/Content/Cathedral/Meshes/SM_little_marble_altar.uasset b/Content/Cathedral/Meshes/SM_little_marble_altar.uasset new file mode 100644 index 000000000..708479d7b --- /dev/null +++ b/Content/Cathedral/Meshes/SM_little_marble_altar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804267f2c4e256da318f542b6e11bac0c5b2d2e75f65e9ae322408b7097f9f4b +size 501575 diff --git a/Content/Cathedral/Meshes/SM_little_marble_altar_001.uasset b/Content/Cathedral/Meshes/SM_little_marble_altar_001.uasset new file mode 100644 index 000000000..0357279ff --- /dev/null +++ b/Content/Cathedral/Meshes/SM_little_marble_altar_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eeedb1d57393ceb336fe00370b98d9bf24ed02c9e5202306e50df69211172d7 +size 697544 diff --git a/Content/Cathedral/Meshes/SM_little_marble_altar_dark.uasset b/Content/Cathedral/Meshes/SM_little_marble_altar_dark.uasset new file mode 100644 index 000000000..f351890b8 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_little_marble_altar_dark.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe56b9afa0efedd33fa6cbfdfeb44b5bef47d5ddc1d7a8f5526abb2145c4bea0 +size 429925 diff --git a/Content/Cathedral/Meshes/SM_main_ceiling.uasset b/Content/Cathedral/Meshes/SM_main_ceiling.uasset new file mode 100644 index 000000000..d2fd52261 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_main_ceiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbce1b2e56a12a0766ea4a6ce1ef42c0c6ec141b6d24687723809da38e06fe1 +size 316504 diff --git a/Content/Cathedral/Meshes/SM_main_ceiling_middle.uasset b/Content/Cathedral/Meshes/SM_main_ceiling_middle.uasset new file mode 100644 index 000000000..ccd894b63 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_main_ceiling_middle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1415d234cc0a83a52a14f452b4c7eefbbef65142814ba5c08dd240ca42068d19 +size 325367 diff --git a/Content/Cathedral/Meshes/SM_main_entrance_door.uasset b/Content/Cathedral/Meshes/SM_main_entrance_door.uasset new file mode 100644 index 000000000..0e6660bbb --- /dev/null +++ b/Content/Cathedral/Meshes/SM_main_entrance_door.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd0cb4906b530382d81e1df25e1818c8f542b3ee4832433336dc77badf4b88e +size 174308 diff --git a/Content/Cathedral/Meshes/SM_main_entrance_door_2.uasset b/Content/Cathedral/Meshes/SM_main_entrance_door_2.uasset new file mode 100644 index 000000000..fad00044f --- /dev/null +++ b/Content/Cathedral/Meshes/SM_main_entrance_door_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9255ef7290277087c72b0c49db82343997ef1174d316ace12c795a4b1e6c3dde +size 188755 diff --git a/Content/Cathedral/Meshes/SM_main_front_wall.uasset b/Content/Cathedral/Meshes/SM_main_front_wall.uasset new file mode 100644 index 000000000..8258d28c1 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_main_front_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde96d53df119b75db3eb2ff46b8f592be22f9ad4863ee6ad011eeaf6cf9105d +size 871531 diff --git a/Content/Cathedral/Meshes/SM_main_middle_arch.uasset b/Content/Cathedral/Meshes/SM_main_middle_arch.uasset new file mode 100644 index 000000000..592c73094 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_main_middle_arch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbcd8474f78acdebdfced1f02e6580d0d749e43bce712b2de682c8996cc925c +size 8307494 diff --git a/Content/Cathedral/Meshes/SM_main_side_wall_top_cover.uasset b/Content/Cathedral/Meshes/SM_main_side_wall_top_cover.uasset new file mode 100644 index 000000000..a13d12fd6 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_main_side_wall_top_cover.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6ca09841e3542049fc78adda9c06faa94fdd449dbe95c8bba2f1f377ff30ae +size 227667 diff --git a/Content/Cathedral/Meshes/SM_marble_little_house.uasset b/Content/Cathedral/Meshes/SM_marble_little_house.uasset new file mode 100644 index 000000000..e88836aec --- /dev/null +++ b/Content/Cathedral/Meshes/SM_marble_little_house.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fc9ad5dc7226e1537be2806b12e204ded5e5b0658090905f6b0a0135840b97 +size 502240 diff --git a/Content/Cathedral/Meshes/SM_marble_statue_cane.uasset b/Content/Cathedral/Meshes/SM_marble_statue_cane.uasset new file mode 100644 index 000000000..d9984e625 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_marble_statue_cane.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbecc93d3e5d1f9e7357e4cacbfda5fed26e33190f6419db221a3c698bb19f98 +size 1235612 diff --git a/Content/Cathedral/Meshes/SM_marble_statue_crossed.uasset b/Content/Cathedral/Meshes/SM_marble_statue_crossed.uasset new file mode 100644 index 000000000..e1c90369a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_marble_statue_crossed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85be3d7d45602f81b87503b53a632157ed49fa30723c1a89adb9bba676d010d6 +size 878777 diff --git a/Content/Cathedral/Meshes/SM_marble_statue_jesus.uasset b/Content/Cathedral/Meshes/SM_marble_statue_jesus.uasset new file mode 100644 index 000000000..996534f54 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_marble_statue_jesus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e51218a15ddae403ae387bf5268ace9874f9caf99ae402d15ec111479df23f +size 1056191 diff --git a/Content/Cathedral/Meshes/SM_marble_statue_peter.uasset b/Content/Cathedral/Meshes/SM_marble_statue_peter.uasset new file mode 100644 index 000000000..283f5d16e --- /dev/null +++ b/Content/Cathedral/Meshes/SM_marble_statue_peter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e032380f7cbe7e2d5ec5baf45d09bc41307466e7d14554550aaf084e0f9af631 +size 1014413 diff --git a/Content/Cathedral/Meshes/SM_middle_arch.uasset b/Content/Cathedral/Meshes/SM_middle_arch.uasset new file mode 100644 index 000000000..3dec05868 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_middle_arch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d509f3d2b1337ea414f3c78171215212eb07e5f45d611fcd95e7e7e3deeb2b92 +size 6022473 diff --git a/Content/Cathedral/Meshes/SM_middle_balcony_wall.uasset b/Content/Cathedral/Meshes/SM_middle_balcony_wall.uasset new file mode 100644 index 000000000..f432f8fdc --- /dev/null +++ b/Content/Cathedral/Meshes/SM_middle_balcony_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec3862febdd42268fe631bc1a964a753c6f425ec60b1e9d11b42569b5fd1bed +size 7891872 diff --git a/Content/Cathedral/Meshes/SM_middle_top_wall.uasset b/Content/Cathedral/Meshes/SM_middle_top_wall.uasset new file mode 100644 index 000000000..be649f692 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_middle_top_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f2ed0d15f5ea4e2ec04b418ff35f1f7fb03c42bdb1d84f04095bb42506229e +size 128320 diff --git a/Content/Cathedral/Meshes/SM_middle_tunnel_wall.uasset b/Content/Cathedral/Meshes/SM_middle_tunnel_wall.uasset new file mode 100644 index 000000000..bc788cfe2 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_middle_tunnel_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f81519800f1c2ee49ccd48d13cf143238de4b0ad1a55fecc7c22ebaf3dfd80 +size 298738 diff --git a/Content/Cathedral/Meshes/SM_outer_stairs.uasset b/Content/Cathedral/Meshes/SM_outer_stairs.uasset new file mode 100644 index 000000000..d939528a5 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_outer_stairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8facfaae41778c1640bbb95b2cac16199f1eddff9646e12ef03fbff58d44af8 +size 310525 diff --git a/Content/Cathedral/Meshes/SM_pope_statue_concrete.uasset b/Content/Cathedral/Meshes/SM_pope_statue_concrete.uasset new file mode 100644 index 000000000..617c0d106 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_pope_statue_concrete.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2297e599b597ea6cc2317b781fb544d4fc4d18ad26d5f41601bf8bd42aa1995c +size 3102984 diff --git a/Content/Cathedral/Meshes/SM_praying_stand.uasset b/Content/Cathedral/Meshes/SM_praying_stand.uasset new file mode 100644 index 000000000..67fe84866 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_praying_stand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1485ca1ca55d4ae94ede37ee63fc07ca41fbe497d6fcbf8522ba23538d7c1bf4 +size 223368 diff --git a/Content/Cathedral/Meshes/SM_reading_stand.uasset b/Content/Cathedral/Meshes/SM_reading_stand.uasset new file mode 100644 index 000000000..d353e7373 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_reading_stand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba24e87a21b6bd1ca15607bf33366ac2f7db47b7150d28ae1738463690d69ee +size 455438 diff --git a/Content/Cathedral/Meshes/SM_roof_extra_dome_high.uasset b/Content/Cathedral/Meshes/SM_roof_extra_dome_high.uasset new file mode 100644 index 000000000..54a90bd43 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_roof_extra_dome_high.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feca32fd39cb0504d693dd773a9c74e153e44db14fcae6afb723b0b18bf788e2 +size 1251947 diff --git a/Content/Cathedral/Meshes/SM_roof_little_house.uasset b/Content/Cathedral/Meshes/SM_roof_little_house.uasset new file mode 100644 index 000000000..7236dffbe --- /dev/null +++ b/Content/Cathedral/Meshes/SM_roof_little_house.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7709d899e2f289c323a9e23c9fb8eff0f3f3eb57904bfa29d38b970b55313c +size 141285 diff --git a/Content/Cathedral/Meshes/SM_roof_side_windows_high.uasset b/Content/Cathedral/Meshes/SM_roof_side_windows_high.uasset new file mode 100644 index 000000000..ff0821ad3 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_roof_side_windows_high.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f944dc031f30171b4871af52afa8bf558c5f9bc89ef6d824c7b3d83a699716c6 +size 2455124 diff --git a/Content/Cathedral/Meshes/SM_roof_vault_side_high.uasset b/Content/Cathedral/Meshes/SM_roof_vault_side_high.uasset new file mode 100644 index 000000000..8d30d2241 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_roof_vault_side_high.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb68626dc026312b13103a85fb85823c726b091b2630927abac9b614811789b +size 2334809 diff --git a/Content/Cathedral/Meshes/SM_roof_vault_top_high.uasset b/Content/Cathedral/Meshes/SM_roof_vault_top_high.uasset new file mode 100644 index 000000000..62e2ce453 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_roof_vault_top_high.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eada0467367c6b143ee04437cc7004b4245645b79a5cc8e47c9044bfb9b9456c +size 2731278 diff --git a/Content/Cathedral/Meshes/SM_saint_statue_concrete.uasset b/Content/Cathedral/Meshes/SM_saint_statue_concrete.uasset new file mode 100644 index 000000000..39d4f0f95 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_saint_statue_concrete.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838668cc455f93fd73c250b739251478c58cd34347c1dd1b64d9075a67d064a8 +size 6212602 diff --git a/Content/Cathedral/Meshes/SM_second_floor_archs.uasset b/Content/Cathedral/Meshes/SM_second_floor_archs.uasset new file mode 100644 index 000000000..71ffc4b20 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_second_floor_archs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8698e322ead4ab42daa364b880abb8d0f09a06539f097fbc2f57973fe7596a +size 237087 diff --git a/Content/Cathedral/Meshes/SM_second_floor_corner_archs.uasset b/Content/Cathedral/Meshes/SM_second_floor_corner_archs.uasset new file mode 100644 index 000000000..8a8c73a95 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_second_floor_corner_archs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1a383a4163da025001983b9597fabcad1898a3ecf5829b021ba8618ef32eb6 +size 223101 diff --git a/Content/Cathedral/Meshes/SM_second_floor_corner_pillar.uasset b/Content/Cathedral/Meshes/SM_second_floor_corner_pillar.uasset new file mode 100644 index 000000000..5decf8054 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_second_floor_corner_pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a518675d034904c4f35b3417bbbdea835e4ba27842760cefe77dc178012919 +size 242571 diff --git a/Content/Cathedral/Meshes/SM_second_floor_corner_side_wall.uasset b/Content/Cathedral/Meshes/SM_second_floor_corner_side_wall.uasset new file mode 100644 index 000000000..46ddd44fe --- /dev/null +++ b/Content/Cathedral/Meshes/SM_second_floor_corner_side_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b2521e5c911db2d7e9abc96fd04e82b6b84df9656c795d06a689e962c21d90 +size 163457 diff --git a/Content/Cathedral/Meshes/SM_second_floor_corner_wall.uasset b/Content/Cathedral/Meshes/SM_second_floor_corner_wall.uasset new file mode 100644 index 000000000..d7707d7b1 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_second_floor_corner_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87835c530235276bc5717210748bdb609e7f17ea55741742f615563282ee8b79 +size 155314 diff --git a/Content/Cathedral/Meshes/SM_second_floor_large_wall.uasset b/Content/Cathedral/Meshes/SM_second_floor_large_wall.uasset new file mode 100644 index 000000000..f8a459d8c --- /dev/null +++ b/Content/Cathedral/Meshes/SM_second_floor_large_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3135dbe7a408b30a27340b2cfba314671c27f44f947998721fc7e7c59587c7ef +size 176049 diff --git a/Content/Cathedral/Meshes/SM_second_floor_little_pillar.uasset b/Content/Cathedral/Meshes/SM_second_floor_little_pillar.uasset new file mode 100644 index 000000000..fb28e9127 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_second_floor_little_pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cb928a5929f70717a18678a1495539bb684143d92bccbf6f9145155564fde6 +size 178969 diff --git a/Content/Cathedral/Meshes/SM_second_floor_separator_wall.uasset b/Content/Cathedral/Meshes/SM_second_floor_separator_wall.uasset new file mode 100644 index 000000000..cab6d9d9f --- /dev/null +++ b/Content/Cathedral/Meshes/SM_second_floor_separator_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b441c8c3480425d87dbbee86f6e2d1c6c71185af824f68add0b778cdc273efc8 +size 514392 diff --git a/Content/Cathedral/Meshes/SM_second_floor_side_corner_pillar.uasset b/Content/Cathedral/Meshes/SM_second_floor_side_corner_pillar.uasset new file mode 100644 index 000000000..e8ac0f6ed --- /dev/null +++ b/Content/Cathedral/Meshes/SM_second_floor_side_corner_pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b4e708fc303c8b1254f8fc36ccec8fd42b894f8140639dda71a3c4848a57e3 +size 316415 diff --git a/Content/Cathedral/Meshes/SM_second_floor_wall_window.uasset b/Content/Cathedral/Meshes/SM_second_floor_wall_window.uasset new file mode 100644 index 000000000..550ed1169 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_second_floor_wall_window.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaff824028f45bf8dde576789511ecabdf259f5d60ad25dfa84d098d28221fe4 +size 521466 diff --git a/Content/Cathedral/Meshes/SM_side_ceiling.uasset b/Content/Cathedral/Meshes/SM_side_ceiling.uasset new file mode 100644 index 000000000..2a56d8ec4 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_side_ceiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9be00e2efe5498ebce1e03d5dcea02d0614049a1a484ebc915b9aa245a7751b +size 294745 diff --git a/Content/Cathedral/Meshes/SM_side_front_wall.uasset b/Content/Cathedral/Meshes/SM_side_front_wall.uasset new file mode 100644 index 000000000..204127108 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_side_front_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edfd2c47e08ca19cf6622311bc13643059a94cd90664a0366953ebcf3e4d3b8b +size 215932 diff --git a/Content/Cathedral/Meshes/SM_side_wall.uasset b/Content/Cathedral/Meshes/SM_side_wall.uasset new file mode 100644 index 000000000..390ea8dd5 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_side_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0cb90e04c7896b870831b603d891f75f5695542b99af3ab7a6210aae3404fc3 +size 223580 diff --git a/Content/Cathedral/Meshes/SM_side_wall_001.uasset b/Content/Cathedral/Meshes/SM_side_wall_001.uasset new file mode 100644 index 000000000..855d810d1 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_side_wall_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f5ddfa1464040c9e9fea45a65dd4a8e752763e889cb01807f546addf8a056e +size 293448 diff --git a/Content/Cathedral/Meshes/SM_side_wall_002.uasset b/Content/Cathedral/Meshes/SM_side_wall_002.uasset new file mode 100644 index 000000000..51e2fde0a --- /dev/null +++ b/Content/Cathedral/Meshes/SM_side_wall_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7e1b15e8a0a43ef1543b3078257923e92f03bc53ecd3c6aa0a70732842673b +size 218111 diff --git a/Content/Cathedral/Meshes/SM_side_wall_003.uasset b/Content/Cathedral/Meshes/SM_side_wall_003.uasset new file mode 100644 index 000000000..340b92d34 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_side_wall_003.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9007a326aa3cb2d711ac83e78d89a57db5236d36ad1ac40b5a6f19e9c280c9e +size 373724 diff --git a/Content/Cathedral/Meshes/SM_side_wall_top_cover.uasset b/Content/Cathedral/Meshes/SM_side_wall_top_cover.uasset new file mode 100644 index 000000000..47f432332 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_side_wall_top_cover.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf88aeb552c055549e52f7c0f1c608cc7a55142df9acf5458a4eaac4b1c5feb +size 192126 diff --git a/Content/Cathedral/Meshes/SM_side_wall_tunnel.uasset b/Content/Cathedral/Meshes/SM_side_wall_tunnel.uasset new file mode 100644 index 000000000..24ea96cc6 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_side_wall_tunnel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a5e4effe4fa7dd242a0d430965ebdcb0fc61681ae34389d1393e3f444a1a95 +size 175614 diff --git a/Content/Cathedral/Meshes/SM_side_walls_big_pillar.uasset b/Content/Cathedral/Meshes/SM_side_walls_big_pillar.uasset new file mode 100644 index 000000000..bba381397 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_side_walls_big_pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6593d6f4e501c0faaa8388fc593853962b9a06a841ed3b7b76547e32e090a3 +size 1170823 diff --git a/Content/Cathedral/Meshes/SM_side_walls_door_wall.uasset b/Content/Cathedral/Meshes/SM_side_walls_door_wall.uasset new file mode 100644 index 000000000..6470d097d --- /dev/null +++ b/Content/Cathedral/Meshes/SM_side_walls_door_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc7fa5878fad336ad62ba68c1c8052cb4d1d1b45d799af8453ad4fcb30a5cd5 +size 2747360 diff --git a/Content/Cathedral/Meshes/SM_side_walls_little_pillar.uasset b/Content/Cathedral/Meshes/SM_side_walls_little_pillar.uasset new file mode 100644 index 000000000..fbb47ec62 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_side_walls_little_pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b02bdfa0bc8549819d23d8a87329d6a8ecc76b650e1a5c8d9bb5b55b5f04066 +size 224504 diff --git a/Content/Cathedral/Meshes/SM_side_walls_little_wall.uasset b/Content/Cathedral/Meshes/SM_side_walls_little_wall.uasset new file mode 100644 index 000000000..48a74fe53 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_side_walls_little_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de119a99590564ed965787f73d6e5ca532fa657e1243d94a078d7412211452b +size 178084 diff --git a/Content/Cathedral/Meshes/SM_side_walls_little_window_wall.uasset b/Content/Cathedral/Meshes/SM_side_walls_little_window_wall.uasset new file mode 100644 index 000000000..6bb552089 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_side_walls_little_window_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8e38a4c47884c10c67601d7e1e99c897248d894e314b8c2ee65c7608e543ba +size 1082662 diff --git a/Content/Cathedral/Meshes/SM_side_walls_short_window_wall.uasset b/Content/Cathedral/Meshes/SM_side_walls_short_window_wall.uasset new file mode 100644 index 000000000..153265662 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_side_walls_short_window_wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842a022ac9103b3d2800d3f67d0560762024717aef4253e6f4e01d543e8de689 +size 834910 diff --git a/Content/Cathedral/Meshes/SM_side_walls_window_door_wall_broken.uasset b/Content/Cathedral/Meshes/SM_side_walls_window_door_wall_broken.uasset new file mode 100644 index 000000000..d21da7ed6 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_side_walls_window_door_wall_broken.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c576df80ddc115afbeaaa549317c98c2e363195f2fafe4ad64408d57be1326d9 +size 3399974 diff --git a/Content/Cathedral/Meshes/SM_streetlamp.uasset b/Content/Cathedral/Meshes/SM_streetlamp.uasset new file mode 100644 index 000000000..c4edf1462 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_streetlamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e7eb27602956067eb1d11d5bc11b374937968609338bf28d45a5e06999c0b2 +size 1201781 diff --git a/Content/Cathedral/Meshes/SM_table_with_candle_holder.uasset b/Content/Cathedral/Meshes/SM_table_with_candle_holder.uasset new file mode 100644 index 000000000..855bc17d7 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_table_with_candle_holder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97973bc732c79a0e8874b39a89b621b0dc1cf0f5e6099f3c091738e3fa743109 +size 2527315 diff --git a/Content/Cathedral/Meshes/SM_top_cloth_hanger.uasset b/Content/Cathedral/Meshes/SM_top_cloth_hanger.uasset new file mode 100644 index 000000000..50171853d --- /dev/null +++ b/Content/Cathedral/Meshes/SM_top_cloth_hanger.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189027a0e4a77373279be7dfc99b5537025ae41ab762b5c21f57368b9b2212d0 +size 153741 diff --git a/Content/Cathedral/Meshes/SM_top_decoration_45_deg_turn.uasset b/Content/Cathedral/Meshes/SM_top_decoration_45_deg_turn.uasset new file mode 100644 index 000000000..c8fdc3f40 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_top_decoration_45_deg_turn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340ffd89f8f98e82508381d30c21f1af6d58898289d5e2c11820514dd6774081 +size 638635 diff --git a/Content/Cathedral/Meshes/SM_top_decoration_corner_closed.uasset b/Content/Cathedral/Meshes/SM_top_decoration_corner_closed.uasset new file mode 100644 index 000000000..1b56c23f2 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_top_decoration_corner_closed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9ea9e6327e093e271c6a62cedb9a1ecb0850ffae33a728900f9ae8a5afc214 +size 631325 diff --git a/Content/Cathedral/Meshes/SM_top_decoration_corner_open.uasset b/Content/Cathedral/Meshes/SM_top_decoration_corner_open.uasset new file mode 100644 index 000000000..30e634ee4 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_top_decoration_corner_open.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc5a9cfc44d0b05d7934b20110a7fed14d1f68137631a824925f8b5e7c3a329 +size 624195 diff --git a/Content/Cathedral/Meshes/SM_top_decoration_double.uasset b/Content/Cathedral/Meshes/SM_top_decoration_double.uasset new file mode 100644 index 000000000..7b1403280 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_top_decoration_double.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b4f0c98b97484a62e6fe4fa89b8f557e23836e3ebf105347f01ff893f87281 +size 386217 diff --git a/Content/Cathedral/Meshes/SM_top_decoration_quadruple.uasset b/Content/Cathedral/Meshes/SM_top_decoration_quadruple.uasset new file mode 100644 index 000000000..d42479584 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_top_decoration_quadruple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb39434d8c3e5ba98dcc5508fca8567a892922d640b2469ed31e44f585f96e0 +size 611601 diff --git a/Content/Cathedral/Meshes/SM_top_decoration_single.uasset b/Content/Cathedral/Meshes/SM_top_decoration_single.uasset new file mode 100644 index 000000000..430580268 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_top_decoration_single.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb1d9d06acdc7ee6a0f8797e04416c6fd22a40909939c5c268122495950a92d +size 221354 diff --git a/Content/Cathedral/Meshes/SM_top_decoration_single_w_top.uasset b/Content/Cathedral/Meshes/SM_top_decoration_single_w_top.uasset new file mode 100644 index 000000000..7f4f56317 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_top_decoration_single_w_top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670cd06223ffb7855d3e9bbd3fd8764fba132b47bbed5f5d7e3814093fedc5e0 +size 157354 diff --git a/Content/Cathedral/Meshes/SM_top_decoration_triple.uasset b/Content/Cathedral/Meshes/SM_top_decoration_triple.uasset new file mode 100644 index 000000000..4fd6eb701 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_top_decoration_triple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a791efbc671a61c4de55b73f0b5491178a5f0618a7880ab56f9e950320e878 +size 501348 diff --git a/Content/Cathedral/Meshes/SM_top_metal_rod.uasset b/Content/Cathedral/Meshes/SM_top_metal_rod.uasset new file mode 100644 index 000000000..44a1bfc0d --- /dev/null +++ b/Content/Cathedral/Meshes/SM_top_metal_rod.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd4e8ac4993bfde5ccfda61e3bd0750c3f8a42319dccf1d154c45f346c3ec40 +size 115873 diff --git a/Content/Cathedral/Meshes/SM_top_window_wall_front.uasset b/Content/Cathedral/Meshes/SM_top_window_wall_front.uasset new file mode 100644 index 000000000..681f35070 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_top_window_wall_front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eef9eb2e9ae8b022e0a838606459fc3726b9599def886ed9a8a6ab08771a389 +size 206733 diff --git a/Content/Cathedral/Meshes/SM_top_window_wall_side.uasset b/Content/Cathedral/Meshes/SM_top_window_wall_side.uasset new file mode 100644 index 000000000..1c1026866 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_top_window_wall_side.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78d83ad3821b31e03c5145330bf0d8b2f90d219862cfd31a1f69b4daee6f894 +size 195733 diff --git a/Content/Cathedral/Meshes/SM_virgin_statue_white_stone.uasset b/Content/Cathedral/Meshes/SM_virgin_statue_white_stone.uasset new file mode 100644 index 000000000..b9d7bca4f --- /dev/null +++ b/Content/Cathedral/Meshes/SM_virgin_statue_white_stone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562ee0cc2ff1da205fc36bdd1d2b6ff268075aa95f9562b3e06a0786cc76f9ea +size 3429919 diff --git a/Content/Cathedral/Meshes/SM_wall_house_decoration.uasset b/Content/Cathedral/Meshes/SM_wall_house_decoration.uasset new file mode 100644 index 000000000..ccbfb1552 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_wall_house_decoration.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697864a7cfc3ed3d89a21392456da4b932fdf4fa493612e4f170bba1fad027b9 +size 543404 diff --git a/Content/Cathedral/Meshes/SM_woman_statue_concrete.uasset b/Content/Cathedral/Meshes/SM_woman_statue_concrete.uasset new file mode 100644 index 000000000..d2f7fbc82 --- /dev/null +++ b/Content/Cathedral/Meshes/SM_woman_statue_concrete.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3c719ef84c2ad3c5f62f9133519e499884f41bc9f59bba8637827149fc5e6f +size 8030736 diff --git a/Content/Cathedral/Textures/T_Angel_altar_brown_marble_B.uasset b/Content/Cathedral/Textures/T_Angel_altar_brown_marble_B.uasset new file mode 100644 index 000000000..230fd28d3 --- /dev/null +++ b/Content/Cathedral/Textures/T_Angel_altar_brown_marble_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c13d022eb22f4bb3c13d623f09864baf5e0696b1344e0c83d40cad4aa19285 +size 24133310 diff --git a/Content/Cathedral/Textures/T_Angel_altar_brown_marble_N.uasset b/Content/Cathedral/Textures/T_Angel_altar_brown_marble_N.uasset new file mode 100644 index 000000000..4da3d734b --- /dev/null +++ b/Content/Cathedral/Textures/T_Angel_altar_brown_marble_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545461ef66fe7e96c2cc0981d8816642fa2a083b67da3a0f1334b726496115b3 +size 13944528 diff --git a/Content/Cathedral/Textures/T_Angel_altar_brown_marble_ORM.uasset b/Content/Cathedral/Textures/T_Angel_altar_brown_marble_ORM.uasset new file mode 100644 index 000000000..5220a3a97 --- /dev/null +++ b/Content/Cathedral/Textures/T_Angel_altar_brown_marble_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da934e6ffe1af7acf9a74e93da1b82a6c9511604518f960eb583df885690dfb +size 15985356 diff --git a/Content/Cathedral/Textures/T_Black_marble_B.uasset b/Content/Cathedral/Textures/T_Black_marble_B.uasset new file mode 100644 index 000000000..9b2459a1e --- /dev/null +++ b/Content/Cathedral/Textures/T_Black_marble_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57072a4ce70b648c93866a62e45dcfe2b995ef37299dead6af1d62ba0dc3f34 +size 2105573 diff --git a/Content/Cathedral/Textures/T_Concrete02_B.uasset b/Content/Cathedral/Textures/T_Concrete02_B.uasset new file mode 100644 index 000000000..0f3053428 --- /dev/null +++ b/Content/Cathedral/Textures/T_Concrete02_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b78402d47b08a56b5e2492e0d8c8219c94ce3b38710c16f234a82f745d782fa +size 7360740 diff --git a/Content/Cathedral/Textures/T_Concrete02_N.uasset b/Content/Cathedral/Textures/T_Concrete02_N.uasset new file mode 100644 index 000000000..0900d5bdb --- /dev/null +++ b/Content/Cathedral/Textures/T_Concrete02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc3098c469a7caaf2ff8cdbe9800df39f94da4f09535fd1d7e2a97ed8a43404 +size 9902079 diff --git a/Content/Cathedral/Textures/T_Concrete02_R.uasset b/Content/Cathedral/Textures/T_Concrete02_R.uasset new file mode 100644 index 000000000..76148427d --- /dev/null +++ b/Content/Cathedral/Textures/T_Concrete02_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c2dec337a4d46ba6affc01be9ad62cbd267517d20b8626562191769785976d +size 2665159 diff --git a/Content/Cathedral/Textures/T_Concrete_B.uasset b/Content/Cathedral/Textures/T_Concrete_B.uasset new file mode 100644 index 000000000..f758e331b --- /dev/null +++ b/Content/Cathedral/Textures/T_Concrete_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139b2028b32153058564650d24e6ab7989e80e709ae92a7abf6e97da6b838468 +size 1840369 diff --git a/Content/Cathedral/Textures/T_Concrete_N.uasset b/Content/Cathedral/Textures/T_Concrete_N.uasset new file mode 100644 index 000000000..8cf68a22e --- /dev/null +++ b/Content/Cathedral/Textures/T_Concrete_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5ee36d19b26161670cd7fa3c4177d18b0a60246a5378a8414a5dc37a63bb48 +size 2477478 diff --git a/Content/Cathedral/Textures/T_Concrete_R.uasset b/Content/Cathedral/Textures/T_Concrete_R.uasset new file mode 100644 index 000000000..d6f125bb9 --- /dev/null +++ b/Content/Cathedral/Textures/T_Concrete_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0eca1a9eedfbb1dfb8eae009c11faba630090b988120c7ab3bc7b7be83f2663 +size 847862 diff --git a/Content/Cathedral/Textures/T_Dome_of_Cattedrale_B.uasset b/Content/Cathedral/Textures/T_Dome_of_Cattedrale_B.uasset new file mode 100644 index 000000000..655957104 --- /dev/null +++ b/Content/Cathedral/Textures/T_Dome_of_Cattedrale_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2b1b7a1566f40649dbd803041936ee7d9e0a127b3fe28c4b13b0cca2890612 +size 29991240 diff --git a/Content/Cathedral/Textures/T_Door_B.uasset b/Content/Cathedral/Textures/T_Door_B.uasset new file mode 100644 index 000000000..2a5c8c0e7 --- /dev/null +++ b/Content/Cathedral/Textures/T_Door_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2dc25fb271ff617e8f03043e7db584924577e46099cb0f933293fb0da590ff +size 7680273 diff --git a/Content/Cathedral/Textures/T_Door_M.uasset b/Content/Cathedral/Textures/T_Door_M.uasset new file mode 100644 index 000000000..4b1216cb9 --- /dev/null +++ b/Content/Cathedral/Textures/T_Door_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5ab4617bb2b0a69b837a6e5b454711cab9194d0f891e3dc69d1ffde57be249 +size 1769464 diff --git a/Content/Cathedral/Textures/T_Door_N.uasset b/Content/Cathedral/Textures/T_Door_N.uasset new file mode 100644 index 000000000..49b7cca68 --- /dev/null +++ b/Content/Cathedral/Textures/T_Door_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1f677a2ab58a8eb80a52f06633d42127ad0325950e9a05732783513d449bda +size 9316096 diff --git a/Content/Cathedral/Textures/T_Door_R.uasset b/Content/Cathedral/Textures/T_Door_R.uasset new file mode 100644 index 000000000..457da03fd --- /dev/null +++ b/Content/Cathedral/Textures/T_Door_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53124fe120f3a9ac2174b5196544d208880f5416a907342e3c100744d8f9e8b +size 2009811 diff --git a/Content/Cathedral/Textures/T_Fabric_B.uasset b/Content/Cathedral/Textures/T_Fabric_B.uasset new file mode 100644 index 000000000..22e5fa0fe --- /dev/null +++ b/Content/Cathedral/Textures/T_Fabric_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f536ae76d856be89dcbe3f23e40f6c43f8fea698eac4fedf217cc8555a19e5 +size 364044 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_big_circles_B.uasset b/Content/Cathedral/Textures/T_Floor_pattern_big_circles_B.uasset new file mode 100644 index 000000000..51b30a609 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_big_circles_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417135ff6af57d36a4ef49a3ae3c07ce304112da5a49ffb35d4e454284ebf18b +size 49363699 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_big_circles_N.uasset b/Content/Cathedral/Textures/T_Floor_pattern_big_circles_N.uasset new file mode 100644 index 000000000..b7cf867f0 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_big_circles_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a487d1c8924f0e51886babef5965130a8c1f1479e128eb83d70abdd701387a06 +size 12391822 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_big_circles_ORM.uasset b/Content/Cathedral/Textures/T_Floor_pattern_big_circles_ORM.uasset new file mode 100644 index 000000000..2781d2a3f --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_big_circles_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774bceb23a346a6dc74ed72872421870605f1ae86cbfb3cb6b8ed4de69372e3f +size 16062973 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_big_hex_B.uasset b/Content/Cathedral/Textures/T_Floor_pattern_big_hex_B.uasset new file mode 100644 index 000000000..62a43ad59 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_big_hex_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d1842f748663ecfb3d9dd5f7449519f8c5adbfa76eb2cc2ec4c74a21818741 +size 49351845 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_big_hex_N.uasset b/Content/Cathedral/Textures/T_Floor_pattern_big_hex_N.uasset new file mode 100644 index 000000000..2a349c6bf --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_big_hex_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2b94828b758d832a46cc1fde4562f4ecefcbdc1cba9a738dfda67f3dc16b9b +size 12994738 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_big_hex_ORM.uasset b/Content/Cathedral/Textures/T_Floor_pattern_big_hex_ORM.uasset new file mode 100644 index 000000000..0b7441827 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_big_hex_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bd6ea79edefa704a92661e33e8819a54f977f1278050d3b994d42142d0641c +size 16119108 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_big_radius_B.uasset b/Content/Cathedral/Textures/T_Floor_pattern_big_radius_B.uasset new file mode 100644 index 000000000..1a60b1a01 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_big_radius_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf295093a9a1f6e85fc68eaae8b887a2bd79dd77824b3b3747e37c2b56ddc484 +size 49376051 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_big_radius_N.uasset b/Content/Cathedral/Textures/T_Floor_pattern_big_radius_N.uasset new file mode 100644 index 000000000..60d4d2bbb --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_big_radius_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f82c6f3056ffb9e9f3230cc052e9b23aa2925d0ab5ade4852e2a1cda64efb6 +size 12647375 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_big_radius_ORM.uasset b/Content/Cathedral/Textures/T_Floor_pattern_big_radius_ORM.uasset new file mode 100644 index 000000000..3c1d06974 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_big_radius_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d2db19611daa754dc83281e7592ce1591606b7440315937bdd4c0591a024b1 +size 16136865 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_little_squares_B.uasset b/Content/Cathedral/Textures/T_Floor_pattern_little_squares_B.uasset new file mode 100644 index 000000000..c7c966c64 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_little_squares_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abb6fc1ff094f4bb0c2b20710e3fdf4a7afaeaaa615265804cbc2e385e1f163 +size 50138408 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_little_squares_N.uasset b/Content/Cathedral/Textures/T_Floor_pattern_little_squares_N.uasset new file mode 100644 index 000000000..0f9655fe6 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_little_squares_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cde2aebb152a5ac3b362f4a24874ece968b7b16bcc2739644d68ac977472a44 +size 14531521 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_little_squares_ORM.uasset b/Content/Cathedral/Textures/T_Floor_pattern_little_squares_ORM.uasset new file mode 100644 index 000000000..7e4099fc9 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_little_squares_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c459b93ebcf3c7fc29c96136a21573df91f1e935b30df5085d10d6fc978eeabc +size 16162838 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_middle_squares_B.uasset b/Content/Cathedral/Textures/T_Floor_pattern_middle_squares_B.uasset new file mode 100644 index 000000000..cb82f282e --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_middle_squares_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c30e50bab9d52961d695cf154f70d544a7941e7e404949594687560f01bf6b +size 50158773 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_middle_squares_N.uasset b/Content/Cathedral/Textures/T_Floor_pattern_middle_squares_N.uasset new file mode 100644 index 000000000..8eb3b7cc5 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_middle_squares_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97306d1f271fa749ee7aa4d7435bcbee7db4e1e7236439d580fcb284528485d +size 13089640 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_middle_squares_ORM.uasset b/Content/Cathedral/Textures/T_Floor_pattern_middle_squares_ORM.uasset new file mode 100644 index 000000000..ab8257b3b --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_middle_squares_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538d68ec8c27e1f8363962046425b8b51b60ba22e69757d1206272c26850d985 +size 16161120 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_trim_sheet_B.uasset b/Content/Cathedral/Textures/T_Floor_pattern_trim_sheet_B.uasset new file mode 100644 index 000000000..5869a83f5 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_trim_sheet_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b763b75530d23089a6d5bc6eef3b94bee19f5d23a445a407f9db305cb91c9b65 +size 49321386 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_trim_sheet_N.uasset b/Content/Cathedral/Textures/T_Floor_pattern_trim_sheet_N.uasset new file mode 100644 index 000000000..f3f894376 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_trim_sheet_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83377362073287073b71487a8f407c5c8ac01dc97fc1a91f30b7d600425b631 +size 12094151 diff --git a/Content/Cathedral/Textures/T_Floor_pattern_trim_sheet_ORM.uasset b/Content/Cathedral/Textures/T_Floor_pattern_trim_sheet_ORM.uasset new file mode 100644 index 000000000..0b85b0c3b --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_pattern_trim_sheet_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728ce46be8c1ef3e9d5e7a2fa98f13c5d91042bf13d1db9720d563fd05a8404b +size 16088073 diff --git a/Content/Cathedral/Textures/T_Floor_patterns_B.uasset b/Content/Cathedral/Textures/T_Floor_patterns_B.uasset new file mode 100644 index 000000000..aafdb88db --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_patterns_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9d0564d07d7249a829c4dbac51038fb090610ef93f2d8e4e2e9f70cef45d75 +size 48956040 diff --git a/Content/Cathedral/Textures/T_Floor_patterns_N.uasset b/Content/Cathedral/Textures/T_Floor_patterns_N.uasset new file mode 100644 index 000000000..7f3c2441a --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_patterns_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412ffaa1ca7d3517ed1c3d8bed19af917975a45c514b5edde2ba9f962861fa39 +size 15223908 diff --git a/Content/Cathedral/Textures/T_Floor_patterns_ORM.uasset b/Content/Cathedral/Textures/T_Floor_patterns_ORM.uasset new file mode 100644 index 000000000..d24f48cc1 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_patterns_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f707fbf4d3073db484da4b5caef04d79093ec6da671ef8d5131453fcd5e8e128 +size 16304483 diff --git a/Content/Cathedral/Textures/T_Floor_tiles_blocks_B.uasset b/Content/Cathedral/Textures/T_Floor_tiles_blocks_B.uasset new file mode 100644 index 000000000..6381dbb66 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_tiles_blocks_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e9c1a76f938283ea2b7cd0693165ec8aac0dc437ef4ca859b20d6253614314 +size 7826175 diff --git a/Content/Cathedral/Textures/T_Floor_tiles_blocks_N.uasset b/Content/Cathedral/Textures/T_Floor_tiles_blocks_N.uasset new file mode 100644 index 000000000..a0d165cef --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_tiles_blocks_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7164e354eabf0ea4fad474ac430ae40ad5ebc8a40eb9805d43cfd52f78e54424 +size 8106825 diff --git a/Content/Cathedral/Textures/T_Floor_tiles_blocks_ORM.uasset b/Content/Cathedral/Textures/T_Floor_tiles_blocks_ORM.uasset new file mode 100644 index 000000000..3d183bf57 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_tiles_blocks_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a54f00006417ef132715f57ae676e37ddfae09ab78d1708496e4f957d49997 +size 7221318 diff --git a/Content/Cathedral/Textures/T_Floor_tiles_crossed_B.uasset b/Content/Cathedral/Textures/T_Floor_tiles_crossed_B.uasset new file mode 100644 index 000000000..a46d330e2 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_tiles_crossed_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d1c469d279e1fe8a91d5b57a17adcdb28d571cd4bc2129ced8f276586aead4 +size 8383063 diff --git a/Content/Cathedral/Textures/T_Floor_tiles_crossed_N.uasset b/Content/Cathedral/Textures/T_Floor_tiles_crossed_N.uasset new file mode 100644 index 000000000..b034efed7 --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_tiles_crossed_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b79eb3dc47578928e5b0038c0f6daf25702d8ddce43a6ea7851f4d1f7a98bfc +size 8239946 diff --git a/Content/Cathedral/Textures/T_Floor_tiles_crossed_ORM.uasset b/Content/Cathedral/Textures/T_Floor_tiles_crossed_ORM.uasset new file mode 100644 index 000000000..9ecae37db --- /dev/null +++ b/Content/Cathedral/Textures/T_Floor_tiles_crossed_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78128c19cd3b09c241e023dbaa390eb405db0a891bff27e9ee034a9c8052ec7 +size 7349694 diff --git a/Content/Cathedral/Textures/T_Glass_B.uasset b/Content/Cathedral/Textures/T_Glass_B.uasset new file mode 100644 index 000000000..a321d7f89 --- /dev/null +++ b/Content/Cathedral/Textures/T_Glass_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40245438b234d17831cb93918bfacf2d35e4aab9772bc96ab051b3c532621970 +size 9738573 diff --git a/Content/Cathedral/Textures/T_Grey_bricks_B.uasset b/Content/Cathedral/Textures/T_Grey_bricks_B.uasset new file mode 100644 index 000000000..b1ab257b3 --- /dev/null +++ b/Content/Cathedral/Textures/T_Grey_bricks_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86292fa5a9f304d52050b8cc0d946c8a2ddfd79ee501cc2bf09c91bd8a989c86 +size 24436173 diff --git a/Content/Cathedral/Textures/T_Grey_bricks_N.uasset b/Content/Cathedral/Textures/T_Grey_bricks_N.uasset new file mode 100644 index 000000000..da6641adb --- /dev/null +++ b/Content/Cathedral/Textures/T_Grey_bricks_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dae20367af3627fa0ae0535b4b2a421c270a559061c01e57ab50efcfaa146ec +size 43798809 diff --git a/Content/Cathedral/Textures/T_Grey_bricks_ORM.uasset b/Content/Cathedral/Textures/T_Grey_bricks_ORM.uasset new file mode 100644 index 000000000..e49a27a1a --- /dev/null +++ b/Content/Cathedral/Textures/T_Grey_bricks_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436bcfcace0c2f2018ca4a31640e0ff7fdf0f270446773ea8e45a6a19029ef60 +size 14564708 diff --git a/Content/Cathedral/Textures/T_Interior_trim02_sheet_B.uasset b/Content/Cathedral/Textures/T_Interior_trim02_sheet_B.uasset new file mode 100644 index 000000000..29512a4ac --- /dev/null +++ b/Content/Cathedral/Textures/T_Interior_trim02_sheet_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6da9bc8b55085bf245845530ccb4ab99338ec001e84ec3274b29beda0ecf7d +size 27811895 diff --git a/Content/Cathedral/Textures/T_Interior_trim_sheet_N.uasset b/Content/Cathedral/Textures/T_Interior_trim_sheet_N.uasset new file mode 100644 index 000000000..9d4428a15 --- /dev/null +++ b/Content/Cathedral/Textures/T_Interior_trim_sheet_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d1f4e84e73823b4a79f8584d78294306fe9766d21c7685f446446deb6a3db3 +size 38949528 diff --git a/Content/Cathedral/Textures/T_Interior_trim_sheet_ORM.uasset b/Content/Cathedral/Textures/T_Interior_trim_sheet_ORM.uasset new file mode 100644 index 000000000..5833275b3 --- /dev/null +++ b/Content/Cathedral/Textures/T_Interior_trim_sheet_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142be078b53a3333ecaa796ea721e6064c5c4c2bea3504dd581cb7aac634c216 +size 24733386 diff --git a/Content/Cathedral/Textures/T_Interior_trim_sheet_metal_B.uasset b/Content/Cathedral/Textures/T_Interior_trim_sheet_metal_B.uasset new file mode 100644 index 000000000..fd17cecb4 --- /dev/null +++ b/Content/Cathedral/Textures/T_Interior_trim_sheet_metal_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27160889db5b2e15ba21ed501667d209e7573a70a4a7c76fcdfaeab047afa4d9 +size 20280891 diff --git a/Content/Cathedral/Textures/T_Interior_trim_sheet_metal_N.uasset b/Content/Cathedral/Textures/T_Interior_trim_sheet_metal_N.uasset new file mode 100644 index 000000000..8c3742fca --- /dev/null +++ b/Content/Cathedral/Textures/T_Interior_trim_sheet_metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbc09b740ed7f83fd25b7b6d3460c53863f1b0d9687a5cdfe97213d1d600bb7 +size 24816435 diff --git a/Content/Cathedral/Textures/T_Interior_trim_sheet_metal_ORM.uasset b/Content/Cathedral/Textures/T_Interior_trim_sheet_metal_ORM.uasset new file mode 100644 index 000000000..33850968a --- /dev/null +++ b/Content/Cathedral/Textures/T_Interior_trim_sheet_metal_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad0bc2cfeef40cef8a35034667dd20a5883cac2881d7f81376e8e30a0fb5ed0 +size 23368634 diff --git a/Content/Cathedral/Textures/T_Interior_white_wall02_B.uasset b/Content/Cathedral/Textures/T_Interior_white_wall02_B.uasset new file mode 100644 index 000000000..385938525 --- /dev/null +++ b/Content/Cathedral/Textures/T_Interior_white_wall02_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0053698112f01c79b990322bff0af02ab77b4f200144d5137e08d09b00003648 +size 32692622 diff --git a/Content/Cathedral/Textures/T_Interior_white_wall02_N.uasset b/Content/Cathedral/Textures/T_Interior_white_wall02_N.uasset new file mode 100644 index 000000000..449b9c17e --- /dev/null +++ b/Content/Cathedral/Textures/T_Interior_white_wall02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c28171ae9310a558c93a8e5ff1ba6422d0855d06be3b4198d7616af61ffe5eb +size 38421529 diff --git a/Content/Cathedral/Textures/T_Interior_white_wall02_ORM.uasset b/Content/Cathedral/Textures/T_Interior_white_wall02_ORM.uasset new file mode 100644 index 000000000..e0d19671c --- /dev/null +++ b/Content/Cathedral/Textures/T_Interior_white_wall02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf8dc842846226c0d8204b89c2cb95a6fe15654d2159a35a86ce6bee6deb818 +size 16061476 diff --git a/Content/Cathedral/Textures/T_Interior_white_wall_B.uasset b/Content/Cathedral/Textures/T_Interior_white_wall_B.uasset new file mode 100644 index 000000000..dc48197dd --- /dev/null +++ b/Content/Cathedral/Textures/T_Interior_white_wall_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930e92c991ecaf5c2b83219edd675696153db36c3bf1cc933dc6ca5c46cd504a +size 28350320 diff --git a/Content/Cathedral/Textures/T_Interior_white_wall_N.uasset b/Content/Cathedral/Textures/T_Interior_white_wall_N.uasset new file mode 100644 index 000000000..773676a8e --- /dev/null +++ b/Content/Cathedral/Textures/T_Interior_white_wall_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db36798f7c17c2df1588e92cc45d9c9f5925e009a9c69195a794f4b9b70b31d +size 37922055 diff --git a/Content/Cathedral/Textures/T_Interior_white_wall_ORM.uasset b/Content/Cathedral/Textures/T_Interior_white_wall_ORM.uasset new file mode 100644 index 000000000..d0310c966 --- /dev/null +++ b/Content/Cathedral/Textures/T_Interior_white_wall_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cd8ce02a09e351da3e85b964af79aed85bf8d3301451a718e07174a11a3bf4 +size 16062107 diff --git a/Content/Cathedral/Textures/T_Little_marble_house_B.uasset b/Content/Cathedral/Textures/T_Little_marble_house_B.uasset new file mode 100644 index 000000000..b6af09182 --- /dev/null +++ b/Content/Cathedral/Textures/T_Little_marble_house_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d585f0d143e05bcb1abfddcc245e46e76b6a054f2f738afe3387d18f7b63485a +size 28576201 diff --git a/Content/Cathedral/Textures/T_Little_marble_house_N.uasset b/Content/Cathedral/Textures/T_Little_marble_house_N.uasset new file mode 100644 index 000000000..d31b13f3d --- /dev/null +++ b/Content/Cathedral/Textures/T_Little_marble_house_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92e30bc64a6b24350fb34eda7f626bccac3f3b935a7151c1d19f6682c41cdca +size 14928217 diff --git a/Content/Cathedral/Textures/T_Little_marble_house_ORM.uasset b/Content/Cathedral/Textures/T_Little_marble_house_ORM.uasset new file mode 100644 index 000000000..6125546e8 --- /dev/null +++ b/Content/Cathedral/Textures/T_Little_marble_house_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec8bdcb3d801b59d974d3b2682bb0e916c321fecf8f644833a8b42c79e95917 +size 15875315 diff --git a/Content/Cathedral/Textures/T_Marble_trim_sheet_B.uasset b/Content/Cathedral/Textures/T_Marble_trim_sheet_B.uasset new file mode 100644 index 000000000..bb7466a69 --- /dev/null +++ b/Content/Cathedral/Textures/T_Marble_trim_sheet_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abf9ee447864de0cdb8347179f5a3c33218d2d64bafa79a762f48c13faab200 +size 34222405 diff --git a/Content/Cathedral/Textures/T_Marble_trim_sheet_N.uasset b/Content/Cathedral/Textures/T_Marble_trim_sheet_N.uasset new file mode 100644 index 000000000..0dae614fe --- /dev/null +++ b/Content/Cathedral/Textures/T_Marble_trim_sheet_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c4c2d391ed50f050950b0f98a0dc56f8c16640185f06b6dea98170c79ca1a0 +size 10207237 diff --git a/Content/Cathedral/Textures/T_Marble_trim_sheet_ORM.uasset b/Content/Cathedral/Textures/T_Marble_trim_sheet_ORM.uasset new file mode 100644 index 000000000..40de9260c --- /dev/null +++ b/Content/Cathedral/Textures/T_Marble_trim_sheet_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331c070f19f77ff464d2e7dddf3e227125ccf4a316f9364adf806bcb737b48b4 +size 19505177 diff --git a/Content/Cathedral/Textures/T_Medieval_Bricks_B.uasset b/Content/Cathedral/Textures/T_Medieval_Bricks_B.uasset new file mode 100644 index 000000000..c366420d1 --- /dev/null +++ b/Content/Cathedral/Textures/T_Medieval_Bricks_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316bc50c2618a0a07988cda4c96804c01fa1ff1cabc033c223acfe702bd76623 +size 23531149 diff --git a/Content/Cathedral/Textures/T_Medieval_Bricks_N.uasset b/Content/Cathedral/Textures/T_Medieval_Bricks_N.uasset new file mode 100644 index 000000000..41909eb30 --- /dev/null +++ b/Content/Cathedral/Textures/T_Medieval_Bricks_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3080095b6d1d3ae245e84c13eadb88e2590965e87de22f69d04fc6a05064366a +size 32753855 diff --git a/Content/Cathedral/Textures/T_Medieval_Bricks_R.uasset b/Content/Cathedral/Textures/T_Medieval_Bricks_R.uasset new file mode 100644 index 000000000..ff494bd56 --- /dev/null +++ b/Content/Cathedral/Textures/T_Medieval_Bricks_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6470d60b23ab7fcf6c81327dcfb43acd881d9a628f9aed0b7e84ad401513866 +size 6204470 diff --git a/Content/Cathedral/Textures/T_Metal_B.uasset b/Content/Cathedral/Textures/T_Metal_B.uasset new file mode 100644 index 000000000..3997cd477 --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46f70989eda4f862fda9153c4987dd98162b65dcf510e82ed15922e8e2ccac2 +size 1786288 diff --git a/Content/Cathedral/Textures/T_Metal_M.uasset b/Content/Cathedral/Textures/T_Metal_M.uasset new file mode 100644 index 000000000..a93fc6a2c --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800e190492ff42e80e3b150295c8e6853bb139810785e7e4eec06f7e8c33706b +size 1402069 diff --git a/Content/Cathedral/Textures/T_Metal_N.uasset b/Content/Cathedral/Textures/T_Metal_N.uasset new file mode 100644 index 000000000..a5306b57d --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879713b02c73552e2af47cc29268ad8ed66dd2f93ad841e61bc0940c886d8647 +size 3832186 diff --git a/Content/Cathedral/Textures/T_Metal_R.uasset b/Content/Cathedral/Textures/T_Metal_R.uasset new file mode 100644 index 000000000..0b90bdae2 --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b8840acf6ac2ef023c2d6cf5652bc9673f378f5883ad2d187ed50988d2aefe +size 977296 diff --git a/Content/Cathedral/Textures/T_Metal_chandeliers_B.uasset b/Content/Cathedral/Textures/T_Metal_chandeliers_B.uasset new file mode 100644 index 000000000..5d339eae5 --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_chandeliers_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879ab79df0765c7e7f801ee7cc524ffb1f417a98fd6162edd727b17928f4b624 +size 22867678 diff --git a/Content/Cathedral/Textures/T_Metal_chandeliers_M.uasset b/Content/Cathedral/Textures/T_Metal_chandeliers_M.uasset new file mode 100644 index 000000000..e77e04e56 --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_chandeliers_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d984486c07b42018a72e95b6705fa7e0d30b88f5e84d3746ad7a58e0393d770 +size 5354261 diff --git a/Content/Cathedral/Textures/T_Metal_chandeliers_N.uasset b/Content/Cathedral/Textures/T_Metal_chandeliers_N.uasset new file mode 100644 index 000000000..e8085d13a --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_chandeliers_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dd956909f9959b5654ce7c583345948b11e299fa0e9f85a35da4b840d48efc +size 17871319 diff --git a/Content/Cathedral/Textures/T_Metal_chandeliers_R.uasset b/Content/Cathedral/Textures/T_Metal_chandeliers_R.uasset new file mode 100644 index 000000000..b61fcce1d --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_chandeliers_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe08a4918d00b565fa66e41764892ce2f08406a4b9e6b536620cc83f33f50e4 +size 6060154 diff --git a/Content/Cathedral/Textures/T_Metal_chandeliers_S.uasset b/Content/Cathedral/Textures/T_Metal_chandeliers_S.uasset new file mode 100644 index 000000000..2493617f1 --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_chandeliers_S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d63163ef8d81cfc89493cdb14a085f537559502cc4ad0ee4d973edfdff8e98 +size 345759 diff --git a/Content/Cathedral/Textures/T_Metal_columns_B.uasset b/Content/Cathedral/Textures/T_Metal_columns_B.uasset new file mode 100644 index 000000000..a935b20f3 --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_columns_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4e3b8d4db1ee5b2146d1a338b6a804a2fd82a1fb31d3e9f34da9ab3a584f2b +size 30019651 diff --git a/Content/Cathedral/Textures/T_Metal_columns_M.uasset b/Content/Cathedral/Textures/T_Metal_columns_M.uasset new file mode 100644 index 000000000..7de9f599d --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_columns_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c26f0490fd40ba3357d9d81180df3523c1baf9185de79d3f8b8cbfdc7a688e4 +size 4435439 diff --git a/Content/Cathedral/Textures/T_Metal_columns_N.uasset b/Content/Cathedral/Textures/T_Metal_columns_N.uasset new file mode 100644 index 000000000..e2fd8869c --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_columns_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada7e8f43a56d4f554f54b98999445400bdb538372cfca47f1a40b2e5e774326 +size 30463005 diff --git a/Content/Cathedral/Textures/T_Metal_columns_R.uasset b/Content/Cathedral/Textures/T_Metal_columns_R.uasset new file mode 100644 index 000000000..2158f4f1d --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_columns_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a6140eef78e622b321791b2e88517ffaf4455942efa7e370bae2b7aab158f3 +size 9736931 diff --git a/Content/Cathedral/Textures/T_Metal_fences_assets_B.uasset b/Content/Cathedral/Textures/T_Metal_fences_assets_B.uasset new file mode 100644 index 000000000..b140d8563 --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_fences_assets_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2a4df8d5be8dbfd997ee67de2072aa90d50d20b63227ee10c8fc13e36eb1a7 +size 20404418 diff --git a/Content/Cathedral/Textures/T_Metal_fences_assets_E.uasset b/Content/Cathedral/Textures/T_Metal_fences_assets_E.uasset new file mode 100644 index 000000000..de64e840d --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_fences_assets_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18f970ca2094692788f06396d88f8d07094dfaeb019cf821aaa1ac990f879df +size 42417 diff --git a/Content/Cathedral/Textures/T_Metal_fences_assets_N.uasset b/Content/Cathedral/Textures/T_Metal_fences_assets_N.uasset new file mode 100644 index 000000000..af6e0d5b5 --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_fences_assets_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddeec3e14e1c2d6a8f1697e2aa2ceaffbd8b3480d0db77c93ef7866864a6ca3b +size 23606281 diff --git a/Content/Cathedral/Textures/T_Metal_fences_assets_ORM.uasset b/Content/Cathedral/Textures/T_Metal_fences_assets_ORM.uasset new file mode 100644 index 000000000..17f4bd991 --- /dev/null +++ b/Content/Cathedral/Textures/T_Metal_fences_assets_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ab75ee03db4c1102b5e96b2a6afe4ab1c2179b12af63bc1570b7360aca83b5 +size 28156068 diff --git a/Content/Cathedral/Textures/T_Orange_marble_B.uasset b/Content/Cathedral/Textures/T_Orange_marble_B.uasset new file mode 100644 index 000000000..7798b4265 --- /dev/null +++ b/Content/Cathedral/Textures/T_Orange_marble_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10122ca56ef09d1d7f04350d363721bf659e9e63452c64e0793a02627812cc4 +size 2721689 diff --git a/Content/Cathedral/Textures/T_Orange_marble_N.uasset b/Content/Cathedral/Textures/T_Orange_marble_N.uasset new file mode 100644 index 000000000..5390e7175 --- /dev/null +++ b/Content/Cathedral/Textures/T_Orange_marble_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4872405c6412cafab8324bf8ef1ca608350b09421f888fb091329c6afeee40 +size 1078653 diff --git a/Content/Cathedral/Textures/T_Orange_marble_R.uasset b/Content/Cathedral/Textures/T_Orange_marble_R.uasset new file mode 100644 index 000000000..898746d0c --- /dev/null +++ b/Content/Cathedral/Textures/T_Orange_marble_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da3663aab78c1d012e81b9eb4e66dba3eccc8dab30a85660b4594c3e45a072d +size 666698 diff --git a/Content/Cathedral/Textures/T_Painting02_N.uasset b/Content/Cathedral/Textures/T_Painting02_N.uasset new file mode 100644 index 000000000..c4256ed60 --- /dev/null +++ b/Content/Cathedral/Textures/T_Painting02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0291f9ecd3bdd9e1e80ed8f055eab6900eb5214450c71810d88dd6a38268cca4 +size 41139687 diff --git a/Content/Cathedral/Textures/T_Painting02_R.uasset b/Content/Cathedral/Textures/T_Painting02_R.uasset new file mode 100644 index 000000000..3c077bb84 --- /dev/null +++ b/Content/Cathedral/Textures/T_Painting02_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64ed465f37107948ecc81aeef6ae427649e5737992e58af55bcd13d8dde6f96 +size 10146240 diff --git a/Content/Cathedral/Textures/T_Painting_N.uasset b/Content/Cathedral/Textures/T_Painting_N.uasset new file mode 100644 index 000000000..e43ec1d0d --- /dev/null +++ b/Content/Cathedral/Textures/T_Painting_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43eceed1587bdb11ab6ff67705de6e496e99909827fbaf39bce30695c5747f7 +size 41139661 diff --git a/Content/Cathedral/Textures/T_Painting_R.uasset b/Content/Cathedral/Textures/T_Painting_R.uasset new file mode 100644 index 000000000..ca91cec47 --- /dev/null +++ b/Content/Cathedral/Textures/T_Painting_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244ab68d0a4e4803e4a874fad820b88fb1f4e4949655e48c544dae2038b2ee6c +size 10146214 diff --git a/Content/Cathedral/Textures/T_Pope_statue_brown_marble_B.uasset b/Content/Cathedral/Textures/T_Pope_statue_brown_marble_B.uasset new file mode 100644 index 000000000..43f0fba3c --- /dev/null +++ b/Content/Cathedral/Textures/T_Pope_statue_brown_marble_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15cb7d696908d04b315003888ca8911570014ae5802d13d5bb30f0c4b90ee780 +size 15786132 diff --git a/Content/Cathedral/Textures/T_Pope_statue_brown_marble_N.uasset b/Content/Cathedral/Textures/T_Pope_statue_brown_marble_N.uasset new file mode 100644 index 000000000..9dfe5d183 --- /dev/null +++ b/Content/Cathedral/Textures/T_Pope_statue_brown_marble_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8099822ace50b28780cbd4bcbce1e70a53f19d49e4fa436f3f0a671120ba3b07 +size 6254566 diff --git a/Content/Cathedral/Textures/T_Pope_statue_brown_marble_ORM.uasset b/Content/Cathedral/Textures/T_Pope_statue_brown_marble_ORM.uasset new file mode 100644 index 000000000..4feeaa083 --- /dev/null +++ b/Content/Cathedral/Textures/T_Pope_statue_brown_marble_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11144e255ef4e1b491c98de89e1178afa9d8e17f5794a710ae72649fbee3f84 +size 10716246 diff --git a/Content/Cathedral/Textures/T_Red_fabric_B.uasset b/Content/Cathedral/Textures/T_Red_fabric_B.uasset new file mode 100644 index 000000000..feb37468a --- /dev/null +++ b/Content/Cathedral/Textures/T_Red_fabric_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a6b9fc91634a8be46564f8ffb4c3f05a1d525a5ccab4176229441622d261bc +size 10820348 diff --git a/Content/Cathedral/Textures/T_Red_fabric_N.uasset b/Content/Cathedral/Textures/T_Red_fabric_N.uasset new file mode 100644 index 000000000..5eafe09a2 --- /dev/null +++ b/Content/Cathedral/Textures/T_Red_fabric_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7d68face2369709948ea340cf4d914d0ce1572ec95c6fcbfa1ae189f3b68b8 +size 13015232 diff --git a/Content/Cathedral/Textures/T_Red_marble_B.uasset b/Content/Cathedral/Textures/T_Red_marble_B.uasset new file mode 100644 index 000000000..76d31c7aa --- /dev/null +++ b/Content/Cathedral/Textures/T_Red_marble_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c75cfd5891ed90f07961051d784d9d0faf04a6bf0cb67e0830dca400038212 +size 2756687 diff --git a/Content/Cathedral/Textures/T_Red_marble_R.uasset b/Content/Cathedral/Textures/T_Red_marble_R.uasset new file mode 100644 index 000000000..601e9a2fc --- /dev/null +++ b/Content/Cathedral/Textures/T_Red_marble_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2455d3ec289b25dcd92348dc3c9caa39d84b944178dea0f96d75bde7b0b048 +size 2971696 diff --git a/Content/Cathedral/Textures/T_Saint_statue_brown_marble_B.uasset b/Content/Cathedral/Textures/T_Saint_statue_brown_marble_B.uasset new file mode 100644 index 000000000..69012e932 --- /dev/null +++ b/Content/Cathedral/Textures/T_Saint_statue_brown_marble_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0637439476e181f140f809b15626b1f1608eb72e95dcf4c9d21d1ced6df007d9 +size 24643449 diff --git a/Content/Cathedral/Textures/T_Saint_statue_brown_marble_N.uasset b/Content/Cathedral/Textures/T_Saint_statue_brown_marble_N.uasset new file mode 100644 index 000000000..8c1a94464 --- /dev/null +++ b/Content/Cathedral/Textures/T_Saint_statue_brown_marble_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c85bfe9aaf31b592b7a3660bfe22ca2b29455742c805354d4f83fc0f94a3fca +size 10346113 diff --git a/Content/Cathedral/Textures/T_Saint_statue_brown_marble_ORM.uasset b/Content/Cathedral/Textures/T_Saint_statue_brown_marble_ORM.uasset new file mode 100644 index 000000000..9b2da6dca --- /dev/null +++ b/Content/Cathedral/Textures/T_Saint_statue_brown_marble_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613e50a0238e9006df5aaeb8276cf4f5646efa32d7a5bfc370284ed68327d4b5 +size 14656130 diff --git a/Content/Cathedral/Textures/T_Side_painting_B.uasset b/Content/Cathedral/Textures/T_Side_painting_B.uasset new file mode 100644 index 000000000..f561fc504 --- /dev/null +++ b/Content/Cathedral/Textures/T_Side_painting_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b926ccf2e44369c045ad9acf24ca3138da56da862e9a5eed003a40226f49703a +size 2059875 diff --git a/Content/Cathedral/Textures/T_Statues_marble_B.uasset b/Content/Cathedral/Textures/T_Statues_marble_B.uasset new file mode 100644 index 000000000..3266a2c3e --- /dev/null +++ b/Content/Cathedral/Textures/T_Statues_marble_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6619460b8e7d2ff676358abe6e60b39dbe31dfe2f87e0308eff30aee43d81c16 +size 29580477 diff --git a/Content/Cathedral/Textures/T_Statues_marble_N.uasset b/Content/Cathedral/Textures/T_Statues_marble_N.uasset new file mode 100644 index 000000000..0b15ddd9e --- /dev/null +++ b/Content/Cathedral/Textures/T_Statues_marble_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45c2976a9bf54a206ad12e107f59865bc3116b7a79c57bbbb192e9346e86532 +size 22032224 diff --git a/Content/Cathedral/Textures/T_Statues_marble_ORM.uasset b/Content/Cathedral/Textures/T_Statues_marble_ORM.uasset new file mode 100644 index 000000000..e1a603ed5 --- /dev/null +++ b/Content/Cathedral/Textures/T_Statues_marble_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e962306e9f309f659651ccba930c59c160f1015ee4ceb05701156e2f7d077e +size 16971304 diff --git a/Content/Cathedral/Textures/T_Statues_mat_B.uasset b/Content/Cathedral/Textures/T_Statues_mat_B.uasset new file mode 100644 index 000000000..f80b89e63 --- /dev/null +++ b/Content/Cathedral/Textures/T_Statues_mat_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10372f6819c401ea5f4f51d21b8b772902645fe9e6ce1827dde9b69840b698d9 +size 19550350 diff --git a/Content/Cathedral/Textures/T_Statues_mat_N.uasset b/Content/Cathedral/Textures/T_Statues_mat_N.uasset new file mode 100644 index 000000000..9456c6d6b --- /dev/null +++ b/Content/Cathedral/Textures/T_Statues_mat_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3f9af60409fed2b0c922f38772faebc7e3c9e26b7c213c521e0d8295abe288 +size 40989801 diff --git a/Content/Cathedral/Textures/T_Statues_mat_ORM.uasset b/Content/Cathedral/Textures/T_Statues_mat_ORM.uasset new file mode 100644 index 000000000..090568e32 --- /dev/null +++ b/Content/Cathedral/Textures/T_Statues_mat_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bdf89df74bfbffb67da38d1186f59684652be277dd06a6587da5779923c311 +size 22451923 diff --git a/Content/Cathedral/Textures/T_Tiles_B.uasset b/Content/Cathedral/Textures/T_Tiles_B.uasset new file mode 100644 index 000000000..44419cb0f --- /dev/null +++ b/Content/Cathedral/Textures/T_Tiles_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69bc3fc79f1607f0257e04f9032eb6b8a97dcc282923d6a43c53f6f9ef7af4f +size 7128753 diff --git a/Content/Cathedral/Textures/T_Tiles_N.uasset b/Content/Cathedral/Textures/T_Tiles_N.uasset new file mode 100644 index 000000000..f74886528 --- /dev/null +++ b/Content/Cathedral/Textures/T_Tiles_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27824c1f8ce5045edafb74466a10c988bba6d1a25f891f01b406e6e2c66462bd +size 28988033 diff --git a/Content/Cathedral/Textures/T_Tiles_R.uasset b/Content/Cathedral/Textures/T_Tiles_R.uasset new file mode 100644 index 000000000..8006d41cf --- /dev/null +++ b/Content/Cathedral/Textures/T_Tiles_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b732079c8c243b9fba5a424c445f95b246127e1c6742d6dad50c9c4e7a39eda6 +size 10600838 diff --git a/Content/Cathedral/Textures/T_Trim_colours_B.uasset b/Content/Cathedral/Textures/T_Trim_colours_B.uasset new file mode 100644 index 000000000..9ce5d9eff --- /dev/null +++ b/Content/Cathedral/Textures/T_Trim_colours_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4900e3bdb4a374f2f14692ca01399eeb988b6facb20622f6077231a8b94fad1 +size 28429973 diff --git a/Content/Cathedral/Textures/T_Trim_colours_N.uasset b/Content/Cathedral/Textures/T_Trim_colours_N.uasset new file mode 100644 index 000000000..ab864de36 --- /dev/null +++ b/Content/Cathedral/Textures/T_Trim_colours_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efcd02562c1df0d27f9596ce4cd2dd261e7d94c78680220b14d5bb42718891f4 +size 38265390 diff --git a/Content/Cathedral/Textures/T_Trim_colours_ORM.uasset b/Content/Cathedral/Textures/T_Trim_colours_ORM.uasset new file mode 100644 index 000000000..a224a6ee6 --- /dev/null +++ b/Content/Cathedral/Textures/T_Trim_colours_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e1151a85e737f025674014f5fcabab91f2946e5ad05f1d8f3dd793c8c09cc9a +size 14770382 diff --git a/Content/Cathedral/Textures/T_Trim_details_B.uasset b/Content/Cathedral/Textures/T_Trim_details_B.uasset new file mode 100644 index 000000000..98f7c1050 --- /dev/null +++ b/Content/Cathedral/Textures/T_Trim_details_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50dff248816122461ac0a8956255560088c67ac992a08a3b8b07aae77454baf3 +size 26747009 diff --git a/Content/Cathedral/Textures/T_Trim_details_N.uasset b/Content/Cathedral/Textures/T_Trim_details_N.uasset new file mode 100644 index 000000000..85a5a2924 --- /dev/null +++ b/Content/Cathedral/Textures/T_Trim_details_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0563b2d06c630115a67de90e929e59ea9b7a0a3cd2f9183853a7124f10155945 +size 46258424 diff --git a/Content/Cathedral/Textures/T_Trim_details_ORM.uasset b/Content/Cathedral/Textures/T_Trim_details_ORM.uasset new file mode 100644 index 000000000..603a6af6e --- /dev/null +++ b/Content/Cathedral/Textures/T_Trim_details_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad01f1424546165970ed9028b11d271dc8e1035e7cd8831795cdda93ff4f8390 +size 22613183 diff --git a/Content/Cathedral/Textures/T_Trim_sheet_gold_B.uasset b/Content/Cathedral/Textures/T_Trim_sheet_gold_B.uasset new file mode 100644 index 000000000..8dcaa9eda --- /dev/null +++ b/Content/Cathedral/Textures/T_Trim_sheet_gold_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678a628ab31abb158bd9c628899241a244d1c7df0e38a940881bf5248df6e0d5 +size 20195955 diff --git a/Content/Cathedral/Textures/T_Trim_sheet_gold_N.uasset b/Content/Cathedral/Textures/T_Trim_sheet_gold_N.uasset new file mode 100644 index 000000000..39c671124 --- /dev/null +++ b/Content/Cathedral/Textures/T_Trim_sheet_gold_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52af795664118c8b49ed0ef3ccd887bd91e2d7da7850a5c9cec47d4c005b3718 +size 29968861 diff --git a/Content/Cathedral/Textures/T_Trim_sheet_gold_R.uasset b/Content/Cathedral/Textures/T_Trim_sheet_gold_R.uasset new file mode 100644 index 000000000..946abd37c --- /dev/null +++ b/Content/Cathedral/Textures/T_Trim_sheet_gold_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eaefe220a8e2bc81f75dd1915c36456bd4d3f36bfa16f6ceda75fbbadcc947d +size 11028008 diff --git a/Content/Cathedral/Textures/T_Trim_sheet_white_stone_B.uasset b/Content/Cathedral/Textures/T_Trim_sheet_white_stone_B.uasset new file mode 100644 index 000000000..74ea60d3f --- /dev/null +++ b/Content/Cathedral/Textures/T_Trim_sheet_white_stone_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98be3e8dc6c24b6746bb7284d099902bc29922430252658b61e193763331390d +size 36736952 diff --git a/Content/Cathedral/Textures/T_Trim_sheet_white_stone_N.uasset b/Content/Cathedral/Textures/T_Trim_sheet_white_stone_N.uasset new file mode 100644 index 000000000..e8596da6e --- /dev/null +++ b/Content/Cathedral/Textures/T_Trim_sheet_white_stone_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3bba274bc2d762e3274a879ae80f6dbbad053539a3924c0b2a4da2ab7520b4e +size 35372671 diff --git a/Content/Cathedral/Textures/T_Trim_sheet_white_stone_R.uasset b/Content/Cathedral/Textures/T_Trim_sheet_white_stone_R.uasset new file mode 100644 index 000000000..81b141cc3 --- /dev/null +++ b/Content/Cathedral/Textures/T_Trim_sheet_white_stone_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e107feeb3b1928a90c7df0e5530006430eecd7c28fe52c918b17b724206e8d42 +size 10816202 diff --git a/Content/Cathedral/Textures/T_Trim_sheet_wood_B.uasset b/Content/Cathedral/Textures/T_Trim_sheet_wood_B.uasset new file mode 100644 index 000000000..a4d7ff573 --- /dev/null +++ b/Content/Cathedral/Textures/T_Trim_sheet_wood_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817698ac082bfbbb8996b5683e7381657842bc6328855c86fb9b7996956bf008 +size 35598108 diff --git a/Content/Cathedral/Textures/T_Trim_sheet_wood_N.uasset b/Content/Cathedral/Textures/T_Trim_sheet_wood_N.uasset new file mode 100644 index 000000000..e93ffdbe1 --- /dev/null +++ b/Content/Cathedral/Textures/T_Trim_sheet_wood_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7994feb0040f76b79f0e6dc967baceca2c667d257382966aee323e7869d30ffe +size 29616032 diff --git a/Content/Cathedral/Textures/T_Trim_sheet_wood_R.uasset b/Content/Cathedral/Textures/T_Trim_sheet_wood_R.uasset new file mode 100644 index 000000000..e707cd7e4 --- /dev/null +++ b/Content/Cathedral/Textures/T_Trim_sheet_wood_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e1a8095217fdb208cb882c156603157a6c36d589e3365bda6f73d24280bd70 +size 9688822 diff --git a/Content/Cathedral/Textures/T_Virgin_statue_brown_marble_B.uasset b/Content/Cathedral/Textures/T_Virgin_statue_brown_marble_B.uasset new file mode 100644 index 000000000..093a9cdbd --- /dev/null +++ b/Content/Cathedral/Textures/T_Virgin_statue_brown_marble_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb07e4265c7826942fb8e58f004e64922fae2802dab92ed44298b7298c6bdb3f +size 20190189 diff --git a/Content/Cathedral/Textures/T_Virgin_statue_brown_marble_N.uasset b/Content/Cathedral/Textures/T_Virgin_statue_brown_marble_N.uasset new file mode 100644 index 000000000..55494fbc5 --- /dev/null +++ b/Content/Cathedral/Textures/T_Virgin_statue_brown_marble_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b48575e123edc11f6c934656b1bb914b3c10f4bf9bb5742699b31a4301297f58 +size 10459143 diff --git a/Content/Cathedral/Textures/T_Virgin_statue_brown_marble_ORM.uasset b/Content/Cathedral/Textures/T_Virgin_statue_brown_marble_ORM.uasset new file mode 100644 index 000000000..97705fec5 --- /dev/null +++ b/Content/Cathedral/Textures/T_Virgin_statue_brown_marble_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5070e85ed3e720715eab03cdff4c6ffabc13f10599cf3758fd8d91f929e0da +size 13146268 diff --git a/Content/Cathedral/Textures/T_White_marble_B.uasset b/Content/Cathedral/Textures/T_White_marble_B.uasset new file mode 100644 index 000000000..969eb32f3 --- /dev/null +++ b/Content/Cathedral/Textures/T_White_marble_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e71dec7334cbac77a6e3ee5ddc2662f09643957148069710f698f5f06e0c9b4 +size 7757916 diff --git a/Content/Cathedral/Textures/T_White_marble_N.uasset b/Content/Cathedral/Textures/T_White_marble_N.uasset new file mode 100644 index 000000000..7098152a6 --- /dev/null +++ b/Content/Cathedral/Textures/T_White_marble_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c48be8be10dd1cd2dc7cac8c9f61f197e7eba13782401fea6d805646ab03e78 +size 6720498 diff --git a/Content/Cathedral/Textures/T_White_marble_ORM.uasset b/Content/Cathedral/Textures/T_White_marble_ORM.uasset new file mode 100644 index 000000000..d79bafa5a --- /dev/null +++ b/Content/Cathedral/Textures/T_White_marble_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6afdecf67237a6b53b1a9fe182428a1a377813030f4d4e55e93016b42d9fc3bc +size 4309228 diff --git a/Content/Cathedral/Textures/T_White_stone_B.uasset b/Content/Cathedral/Textures/T_White_stone_B.uasset new file mode 100644 index 000000000..7e70c2657 --- /dev/null +++ b/Content/Cathedral/Textures/T_White_stone_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d6c58eb446f7b7bd5ecbc187b49873cc8109ac37b96abc1eba6b8f2e540e84 +size 9184790 diff --git a/Content/Cathedral/Textures/T_White_stone_N.uasset b/Content/Cathedral/Textures/T_White_stone_N.uasset new file mode 100644 index 000000000..8c4f0c039 --- /dev/null +++ b/Content/Cathedral/Textures/T_White_stone_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5caefbf8ab5d2d0a9fd5a01ad806195035276dd55cf675cc61ed4a6a0b3b4d48 +size 6551297 diff --git a/Content/Cathedral/Textures/T_White_stone_R.uasset b/Content/Cathedral/Textures/T_White_stone_R.uasset new file mode 100644 index 000000000..8bc59c181 --- /dev/null +++ b/Content/Cathedral/Textures/T_White_stone_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c60bcc3ed93291cf01afbe65d7a9963abbcdef65fd69eb17ecf5429a65bff9c +size 2711754 diff --git a/Content/Cathedral/Textures/T_Woman_angel_brown_marble_B.uasset b/Content/Cathedral/Textures/T_Woman_angel_brown_marble_B.uasset new file mode 100644 index 000000000..aaebf25b2 --- /dev/null +++ b/Content/Cathedral/Textures/T_Woman_angel_brown_marble_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6931ee175d53fe70950ffa24f10c96407f43d741b067238a51716db15c23c5b0 +size 23586094 diff --git a/Content/Cathedral/Textures/T_Woman_angel_brown_marble_N.uasset b/Content/Cathedral/Textures/T_Woman_angel_brown_marble_N.uasset new file mode 100644 index 000000000..3b018c2bd --- /dev/null +++ b/Content/Cathedral/Textures/T_Woman_angel_brown_marble_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9712f347dc7bc82d02652521cc83b8ade503d298a62a9141ddfc8c67044ccc88 +size 11401833 diff --git a/Content/Cathedral/Textures/T_Woman_angel_brown_marble_ORM.uasset b/Content/Cathedral/Textures/T_Woman_angel_brown_marble_ORM.uasset new file mode 100644 index 000000000..1c6c695a0 --- /dev/null +++ b/Content/Cathedral/Textures/T_Woman_angel_brown_marble_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba61a184f3570e1353c204b7df990c161dafe60ecfd050b92a1782a851c3b3f +size 14218018 diff --git a/Content/Cathedral/Textures/T_Wood_B.uasset b/Content/Cathedral/Textures/T_Wood_B.uasset new file mode 100644 index 000000000..d3c20842e --- /dev/null +++ b/Content/Cathedral/Textures/T_Wood_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b26624005754ab5526defd451a6d6688de3a97b5789473726550f0f6af8babf +size 9949243 diff --git a/Content/Cathedral/Textures/T_Wood_N.uasset b/Content/Cathedral/Textures/T_Wood_N.uasset new file mode 100644 index 000000000..1112fc0b7 --- /dev/null +++ b/Content/Cathedral/Textures/T_Wood_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4411ef468251180379fb7547f300a45a070b011782997c191183cff1d6451c1c +size 6959955 diff --git a/Content/Cathedral/Textures/T_Wood_R.uasset b/Content/Cathedral/Textures/T_Wood_R.uasset new file mode 100644 index 000000000..4e68cf039 --- /dev/null +++ b/Content/Cathedral/Textures/T_Wood_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166d82ebd0dfe093d0febdf01595bcd4a0ce334877c1be6c25ca547ed586d084 +size 2869832 diff --git a/Content/Cathedral/Textures/T_Wooden_bench_B.uasset b/Content/Cathedral/Textures/T_Wooden_bench_B.uasset new file mode 100644 index 000000000..810f1246b --- /dev/null +++ b/Content/Cathedral/Textures/T_Wooden_bench_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f085b9db16f3b79382f43ed9a2a35311f961129b8ebfcd79ed238923e0fd3986 +size 28223495 diff --git a/Content/Cathedral/Textures/T_Wooden_bench_N.uasset b/Content/Cathedral/Textures/T_Wooden_bench_N.uasset new file mode 100644 index 000000000..aa2ef5007 --- /dev/null +++ b/Content/Cathedral/Textures/T_Wooden_bench_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c77bdf4f171f90e5e041fb9d635761e714c172c65af5d012ac70c21b389feb8 +size 34364164 diff --git a/Content/Cathedral/Textures/T_Wooden_bench_R.uasset b/Content/Cathedral/Textures/T_Wooden_bench_R.uasset new file mode 100644 index 000000000..f180e55c1 --- /dev/null +++ b/Content/Cathedral/Textures/T_Wooden_bench_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82d3f04e9db4b0f6d09d2e888cbbe2c62878df2d83601f442f3c73e24fa101a +size 8970739 diff --git a/Content/Cathedral/Textures/T_Wooden_columns_B.uasset b/Content/Cathedral/Textures/T_Wooden_columns_B.uasset new file mode 100644 index 000000000..bbc945b64 --- /dev/null +++ b/Content/Cathedral/Textures/T_Wooden_columns_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e24111ba46298c9c6ad49f27220f6030cc6e691fc539d267d328c55e44acf1b +size 24151646 diff --git a/Content/Cathedral/Textures/T_Wooden_columns_M.uasset b/Content/Cathedral/Textures/T_Wooden_columns_M.uasset new file mode 100644 index 000000000..ec3849ffa --- /dev/null +++ b/Content/Cathedral/Textures/T_Wooden_columns_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84686d976f3e43095d796112c8fbba37acf6314ebbc98e7ffc0cf5bf3a244d1f +size 2243043 diff --git a/Content/Cathedral/Textures/T_Wooden_columns_N.uasset b/Content/Cathedral/Textures/T_Wooden_columns_N.uasset new file mode 100644 index 000000000..6abc4bc12 --- /dev/null +++ b/Content/Cathedral/Textures/T_Wooden_columns_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762ec8b311bc06cd45057b9f7fbf63f1c2f2938790497eb815c4ba7a4a2659b0 +size 28665867 diff --git a/Content/Cathedral/Textures/T_Wooden_columns_R.uasset b/Content/Cathedral/Textures/T_Wooden_columns_R.uasset new file mode 100644 index 000000000..32f6e3bea --- /dev/null +++ b/Content/Cathedral/Textures/T_Wooden_columns_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0b3dc9d3db93d6a6b97b505e4de56a12055ab7185610a38f3e3b8f8f8fb850 +size 8159526 diff --git a/Content/Cathedral/Textures/T_Wooden_metal_doors_B.uasset b/Content/Cathedral/Textures/T_Wooden_metal_doors_B.uasset new file mode 100644 index 000000000..59ffc0765 --- /dev/null +++ b/Content/Cathedral/Textures/T_Wooden_metal_doors_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf768b9c6fb4d675271d329e0a8329d4fdc80025ada81757c971f5751fd6b27 +size 31337509 diff --git a/Content/Cathedral/Textures/T_Wooden_metal_doors_N.uasset b/Content/Cathedral/Textures/T_Wooden_metal_doors_N.uasset new file mode 100644 index 000000000..ef2b2904d --- /dev/null +++ b/Content/Cathedral/Textures/T_Wooden_metal_doors_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb1a8a6ba0a69152b3f6b07f0c6b6f8568fb18b755de5da540683b6019f2958 +size 27115566 diff --git a/Content/Cathedral/Textures/T_Wooden_metal_doors_ORM.uasset b/Content/Cathedral/Textures/T_Wooden_metal_doors_ORM.uasset new file mode 100644 index 000000000..1dd518a39 --- /dev/null +++ b/Content/Cathedral/Textures/T_Wooden_metal_doors_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0331f5ea2de7720cb88b6b247d5e77b31aa6fc19e73415170110cc47464d1eb0 +size 26472469 diff --git a/Content/Cathedral/Textures/T_front_painting_B.uasset b/Content/Cathedral/Textures/T_front_painting_B.uasset new file mode 100644 index 000000000..0a760a7f1 --- /dev/null +++ b/Content/Cathedral/Textures/T_front_painting_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763da2c865a051bc226fbae5bf904da406c4441819bbd2a060efbcb3199c51b7 +size 3161012 diff --git a/Content/Cathedral/Textures/T_glass_M.uasset b/Content/Cathedral/Textures/T_glass_M.uasset new file mode 100644 index 000000000..3f106090a --- /dev/null +++ b/Content/Cathedral/Textures/T_glass_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5cb1b268879282025a2cc6fa6d54ef58d841fcc7c627e478fd933420204317f +size 7845689 diff --git a/Content/Cathedral/Textures/T_glass_N.uasset b/Content/Cathedral/Textures/T_glass_N.uasset new file mode 100644 index 000000000..fc005bd5c --- /dev/null +++ b/Content/Cathedral/Textures/T_glass_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf894652661fdc0f5e2b21b73c43908a29d05ac4f55723210db0d8e2dbdf107 +size 15048025 diff --git a/Content/Cathedral/Textures/T_glass_R.uasset b/Content/Cathedral/Textures/T_glass_R.uasset new file mode 100644 index 000000000..f582de6e0 --- /dev/null +++ b/Content/Cathedral/Textures/T_glass_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04356a106ee87773329acd475a36b59e9f900cce93a1c72bb6c67d672d431bca +size 5868258 diff --git a/Content/CesiumSettings/CesiumIonServers/CesiumIonSaaS.uasset b/Content/CesiumSettings/CesiumIonServers/CesiumIonSaaS.uasset index 002f507b0..ab4a695b2 100644 --- a/Content/CesiumSettings/CesiumIonServers/CesiumIonSaaS.uasset +++ b/Content/CesiumSettings/CesiumIonServers/CesiumIonSaaS.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99c1d56ad8587f7d3472e7d733004e9d98fe381d59b087a6cd540fabd557025b +oid sha256:b48b4e5f167c93543f9e1bd08344b209e3d7beeec9e3f4141018b73371930b99 size 1923 diff --git a/Content/Maps/Florence.umap b/Content/Maps/Florence.umap new file mode 100644 index 000000000..0f606407e --- /dev/null +++ b/Content/Maps/Florence.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49bf5001a9c24702a89e560a9930c18789ff92bc8da0c834a93e35d678fc920e +size 37502 diff --git a/Content/Maps/FlorenceOpenDataAlignedBuildings_2051.umap b/Content/Maps/FlorenceOpenDataAlignedBuildings_2051.umap new file mode 100644 index 000000000..2c3f3b182 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataAlignedBuildings_2051.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7681cafd71a637e4bd96fad219a14e0bf24dac9c3ff0c86fd300bfc04da5ee +size 43640281 diff --git a/Content/Maps/FlorenceOpenDataBuildingFix_2030.umap b/Content/Maps/FlorenceOpenDataBuildingFix_2030.umap new file mode 100644 index 000000000..ae227a6a2 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataBuildingFix_2030.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec0e06abec401dc40f5a502049e079e87d1daef973431dbd62ef008ddb781a2 +size 42927733 diff --git a/Content/Maps/FlorenceOpenDataCapped_192237.umap b/Content/Maps/FlorenceOpenDataCapped_192237.umap new file mode 100644 index 000000000..7d9a5ff08 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataCapped_192237.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f828b46a4d80d88ea389b14dad793a339c63cf2ff9900f0efbad4ac06f6efe29 +size 43960793 diff --git a/Content/Maps/FlorenceOpenDataCleanFix_2040.umap b/Content/Maps/FlorenceOpenDataCleanFix_2040.umap new file mode 100644 index 000000000..0de2d3c6d --- /dev/null +++ b/Content/Maps/FlorenceOpenDataCleanFix_2040.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d213783ed198c4f4a68850f55b39af41a410e02c5c74e509f8bdfb0affa2ae4 +size 42926635 diff --git a/Content/Maps/FlorenceOpenDataCollision_194652.umap b/Content/Maps/FlorenceOpenDataCollision_194652.umap new file mode 100644 index 000000000..0188f16bf --- /dev/null +++ b/Content/Maps/FlorenceOpenDataCollision_194652.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb88bb066f4483bcd7e21f29ea7ae24355df182f70060252fb8d3b23a131a507 +size 49179467 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_0145.umap b/Content/Maps/FlorenceOpenDataGeoSelector_0145.umap new file mode 100644 index 000000000..7fa05b383 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_0145.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4350683b621fec533cc4de214171f0e02b071b55ec5c0d8c75ca7853723782 +size 317183461 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_ArchRelief_0607.umap b/Content/Maps/FlorenceOpenDataGeoSelector_ArchRelief_0607.umap new file mode 100644 index 000000000..0a89f92be --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_ArchRelief_0607.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7787b55c9440a24656510c7c39755413b22aeb878f87cdda8390bd83fc2e82 +size 242324308 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_AutoLitSaveFixed_1110.umap b/Content/Maps/FlorenceOpenDataGeoSelector_AutoLitSaveFixed_1110.umap new file mode 100644 index 000000000..b811019ba --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_AutoLitSaveFixed_1110.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f7308d09d73ff39a801cdd464b12e68a1bcd34897dfd0c7d3a4b052f09f1fd +size 204789002 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_CleanOpenData_0705.umap b/Content/Maps/FlorenceOpenDataGeoSelector_CleanOpenData_0705.umap new file mode 100644 index 000000000..7419f393d --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_CleanOpenData_0705.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a949ed98fd6d0d0b87fdc3ef1bdef5459d484089964608e6e39a732e389c4a +size 240718044 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_CleanOpenData_0715.umap b/Content/Maps/FlorenceOpenDataGeoSelector_CleanOpenData_0715.umap new file mode 100644 index 000000000..6fcfb42dd --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_CleanOpenData_0715.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b931485b7c8a3121318a9a81906ba126923b998ecacec8a333bb7dced97f04 +size 240718044 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_CurrentPipeline_20260524_2157.umap b/Content/Maps/FlorenceOpenDataGeoSelector_CurrentPipeline_20260524_2157.umap new file mode 100644 index 000000000..08b265f27 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_CurrentPipeline_20260524_2157.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa475808382159c3b30bcf7415541a18e83c5e32fa3c18ce3cd3b0f5f0f387a +size 194378194 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_CurrentSource_20260525_1208.umap b/Content/Maps/FlorenceOpenDataGeoSelector_CurrentSource_20260525_1208.umap new file mode 100644 index 000000000..d15bdaed2 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_CurrentSource_20260525_1208.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f45314271855f6bfd7eac569035f78d1d341c0c67cc98d13f37b7c38bf72610 +size 422625553 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_DuomoBodyRelief_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoBodyRelief_20260525.umap new file mode 100644 index 000000000..2bef69b4f --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoBodyRelief_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d498236a70a9d7bc50e4017923cc16a3d9ea575625dc98441fa5f38b1953bd88 +size 422620286 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_DuomoCameraRelief_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoCameraRelief_20260525.umap new file mode 100644 index 000000000..36c890455 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoCameraRelief_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d888f6e6504e72dff18b93e268a62ed7653a9f1b2ec15dee88b14e3285176ecb +size 422161584 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_DuomoFacadeRegister_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoFacadeRegister_20260525.umap new file mode 100644 index 000000000..574db1683 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoFacadeRegister_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611af5766cf811568ee3a3c8d423ccb094d6eb8ffe766603404f1e958c5a2249 +size 254327241 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_DuomoGabledRoof_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoGabledRoof_20260525.umap new file mode 100644 index 000000000..909d4b547 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoGabledRoof_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f8dbcb6ec8b052577c47358065e3a1831a739217cf843ffc3325fb5d124fe6 +size 422158078 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_DuomoMaterialRemap_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoMaterialRemap_20260525.umap new file mode 100644 index 000000000..27e83434d --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoMaterialRemap_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba794c697d49f6e17e49b44fe04aaa125acd853e1328a265106f25f2c1d48c0 +size 250286015 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_DuomoNoCage_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoNoCage_20260525.umap new file mode 100644 index 000000000..97bbdf6a0 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoNoCage_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c2bb63a5d8e257ad702bac7c69b3c99e2c2e3e5b9fb2cf30400950c7b8befe +size 350710162 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_DuomoPedestrianRegister_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoPedestrianRegister_20260525.umap new file mode 100644 index 000000000..7c71c9d64 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoPedestrianRegister_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5641e107f6812b8f911d433323d0322dc89125743365e70b393234a4c3a5984c +size 256844066 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_DuomoRelief_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoRelief_20260525.umap new file mode 100644 index 000000000..543a3cda2 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoRelief_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101c27f4e57f80a805a4d3585c377f63b03955e16153bcecd4b631252172c21a +size 355533202 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_DuomoSideChapel_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoSideChapel_20260525.umap new file mode 100644 index 000000000..ea833c1d3 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_DuomoSideChapel_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbee33c4b2378b92f80d4e129b8a772884f16c23ef50996c8e7fd5dd46f962d0 +size 422429278 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_ESALandcover_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_ESALandcover_20260525.umap new file mode 100644 index 000000000..0b4b948f8 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_ESALandcover_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6542d7a9b24d9ea93d7430c923bd4ce67766ebf21592afca8dd9a30d3ad150d +size 342337240 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_FacadeDepthLit_0856.umap b/Content/Maps/FlorenceOpenDataGeoSelector_FacadeDepthLit_0856.umap new file mode 100644 index 000000000..feb2f03e4 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_FacadeDepthLit_0856.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfdf275ad08d6c9d08d989c3b40e8d7a323f9d87aac0df032702904069de184 +size 204801457 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_FacadeDepth_0854.umap b/Content/Maps/FlorenceOpenDataGeoSelector_FacadeDepth_0854.umap new file mode 100644 index 000000000..6cacabf4a --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_FacadeDepth_0854.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565f8c825953536e4fb94081c7385653391a8b227b64159f57dd10142be3d218 +size 204347015 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_FacadeLighting_0415.umap b/Content/Maps/FlorenceOpenDataGeoSelector_FacadeLighting_0415.umap new file mode 100644 index 000000000..74448d986 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_FacadeLighting_0415.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872a71c21111f4e312cf6f8cd5018d752e9efd71545c5060bfab74eea3ea15e3 +size 270899420 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_FacadeSoftening_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_FacadeSoftening_20260525.umap new file mode 100644 index 000000000..bf56fdfbd --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_FacadeSoftening_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0d8f5dfe114d4befb0644c52c44672981320ed5049825cceee9c627ca3fb6e +size 257591941 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_FlatHardscape_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_FlatHardscape_20260525.umap new file mode 100644 index 000000000..3bf0ff374 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_FlatHardscape_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e9aedfec964fbfac0ea08328efd0ce077d1a84d4db3def8ce5c0e880509604 +size 415459270 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_HardscapeTerrainOpening_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_HardscapeTerrainOpening_20260525.umap new file mode 100644 index 000000000..517a2867d --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_HardscapeTerrainOpening_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5872483cd3117a5a04fd5ad8efa9cb87f6815c95493df9dc4a66e672510612 +size 415472064 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_LandmarkCoverage_0649.umap b/Content/Maps/FlorenceOpenDataGeoSelector_LandmarkCoverage_0649.umap new file mode 100644 index 000000000..71c678497 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_LandmarkCoverage_0649.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27319c8a8e7431c4b2548b7b20d428c8e3aac9137b710a4eec2df853968e125 +size 156462328 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_LandmarkReliefAccent_0525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_LandmarkReliefAccent_0525.umap new file mode 100644 index 000000000..efb9326cf --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_LandmarkReliefAccent_0525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1baa2408c881b16e9e5dae8cb9d67f0491f82499d9e3316b29be9085bb6b8eb6 +size 240721628 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_LandmarkReliefSoft_0515.umap b/Content/Maps/FlorenceOpenDataGeoSelector_LandmarkReliefSoft_0515.umap new file mode 100644 index 000000000..36e21ac07 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_LandmarkReliefSoft_0515.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ca6f3128d37d99cddb63b845f614686df846b787dbf91379570dea129d9f85 +size 240720604 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_LandmarkRelief_0503.umap b/Content/Maps/FlorenceOpenDataGeoSelector_LandmarkRelief_0503.umap new file mode 100644 index 000000000..846b9753e --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_LandmarkRelief_0503.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22883d8bdcb8374d559dfd96db2134e79c82a7555b5d64d5787eb202dbebf456 +size 240718556 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_LatestBounded_20260525_2308.umap b/Content/Maps/FlorenceOpenDataGeoSelector_LatestBounded_20260525_2308.umap new file mode 100644 index 000000000..50e866be7 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_LatestBounded_20260525_2308.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fb14e90d6eb7ca0fc82dc0fec81aa4cd992ec2bab7d90e1e933f8fb392eef0 +size 341535756 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_LevelFootprints_0400.umap b/Content/Maps/FlorenceOpenDataGeoSelector_LevelFootprints_0400.umap new file mode 100644 index 000000000..f6c1518a7 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_LevelFootprints_0400.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b947a96740d5dd06ceebcbbce211a190540b73ebe7a8af4a207d663dc47173 +size 319580716 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_LitVertexColor_0828.umap b/Content/Maps/FlorenceOpenDataGeoSelector_LitVertexColor_0828.umap new file mode 100644 index 000000000..b48d5ac54 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_LitVertexColor_0828.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e9abb839b3f0556e415fdda8c797070c5553b3a1334206049ffd6432080ba4 +size 156570920 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_MaterialPersist_0720.umap b/Content/Maps/FlorenceOpenDataGeoSelector_MaterialPersist_0720.umap new file mode 100644 index 000000000..aaf84b783 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_MaterialPersist_0720.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031c87720a377ffad33b730846d0c48c438586e4c0d17f1ff9d58fb6cc4a36cc +size 156470343 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_ParentLandmark_0430.umap b/Content/Maps/FlorenceOpenDataGeoSelector_ParentLandmark_0430.umap new file mode 100644 index 000000000..9f0ff7eda --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_ParentLandmark_0430.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e140894eb1b2cafa43668a2419ed47285c87582bbd5f9a1af3361f8329684c +size 239475116 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_PavingSubtle_20260524_1502.umap b/Content/Maps/FlorenceOpenDataGeoSelector_PavingSubtle_20260524_1502.umap new file mode 100644 index 000000000..bf921c52e --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_PavingSubtle_20260524_1502.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64b152902512e63c3b0956c7150e6568cc2e6474cc85afd2ead90dde5f678c7 +size 198981095 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_PavingWater_20260524_1457.umap b/Content/Maps/FlorenceOpenDataGeoSelector_PavingWater_20260524_1457.umap new file mode 100644 index 000000000..370bedbbf --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_PavingWater_20260524_1457.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3edce33880b3f23073c8299546a7bc079b67b5db005bf2a77704a4d56b708c5 +size 198979976 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_Polychrome_0616.umap b/Content/Maps/FlorenceOpenDataGeoSelector_Polychrome_0616.umap new file mode 100644 index 000000000..f64a07ff7 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_Polychrome_0616.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac6cad5d376943fcefdd04af7de8f3b6cfd8c38b07b4408e635ad542715ccff +size 243334132 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_ReadableSurfaces_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_ReadableSurfaces_20260525.umap new file mode 100644 index 000000000..7ec9e360b --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_ReadableSurfaces_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e0aee23cfcbfd02d2e55c7c7d7f276f20b88cc912718529300fd18c58243a4 +size 261682610 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_Readable_0208.umap b/Content/Maps/FlorenceOpenDataGeoSelector_Readable_0208.umap new file mode 100644 index 000000000..e227d1a5f --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_Readable_0208.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9d407701ab3a7ba39e7c3ec2e56c65999ea55ed54c7c223e19475f974fc921 +size 317640737 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_ReliefContrast_0640.umap b/Content/Maps/FlorenceOpenDataGeoSelector_ReliefContrast_0640.umap new file mode 100644 index 000000000..f2e84fffb --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_ReliefContrast_0640.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595ff6af7f6f9aa8b89c7355613bb44e9541cfb41feca81f2021b2f31fd9ae67 +size 240718556 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_RiverSurfaceSkin_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_RiverSurfaceSkin_20260525.umap new file mode 100644 index 000000000..b873df662 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_RiverSurfaceSkin_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bda5cb97b10d4dec0f1b5772e56546ed33cff633724f6c1d00e6904efb70589 +size 257822272 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_RiverSurfaceVertexColor_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_RiverSurfaceVertexColor_20260525.umap new file mode 100644 index 000000000..c33a6cef8 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_RiverSurfaceVertexColor_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f24fd7b9acfd937f607dd1e5b04e4e103628399ef8d3ed6f6f4e99d5096c2d +size 257830259 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_RoadCollisionFix_1307.umap b/Content/Maps/FlorenceOpenDataGeoSelector_RoadCollisionFix_1307.umap new file mode 100644 index 000000000..a10b1a43c --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_RoadCollisionFix_1307.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26739fb97908010147e5268a4f7b0cf21f71e02326939f6f4507c9c5fa944309 +size 223280948 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_RoadPlayableBounded_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_RoadPlayableBounded_20260525.umap new file mode 100644 index 000000000..f167e8b7b --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_RoadPlayableBounded_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba0c625cd4f93a93f526450ba8c5977f583594bdf5210a34deaf240d52b4c15 +size 369416473 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_RoadPlayable_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_RoadPlayable_20260525.umap new file mode 100644 index 000000000..738f244b7 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_RoadPlayable_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c1de471d9d398c0c757e9d97a140d07635629da7fc326bfa4a3625471f655a +size 867417165 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_RoadShell_0343.umap b/Content/Maps/FlorenceOpenDataGeoSelector_RoadShell_0343.umap new file mode 100644 index 000000000..18da14d03 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_RoadShell_0343.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c2e978b39dffd63cb3d48a77542f824b7507c4461b2bf80a619690de67bfd8 +size 319577644 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_RoadSurfaceDetail_20260524_1326.umap b/Content/Maps/FlorenceOpenDataGeoSelector_RoadSurfaceDetail_20260524_1326.umap new file mode 100644 index 000000000..a4d58ac61 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_RoadSurfaceDetail_20260524_1326.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d007207bf8cfd570a5c553b728702c769866ff985323af4e9dbeea0c7fa2d1 +size 237181770 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_RoadTerrainMask_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_RoadTerrainMask_20260525.umap new file mode 100644 index 000000000..40e7c006f --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_RoadTerrainMask_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e35f8cb97e040d22fbffd3f71575eb23da195d69b7b0aa05375d53ddb6fdca +size 366224288 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_RoadTerrainOpening_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_RoadTerrainOpening_20260525.umap new file mode 100644 index 000000000..126b8a49c --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_RoadTerrainOpening_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ea6df0045a1836a1c7294ed729db8b480fac9c4a27d86c0bf30ed7800c0875 +size 422434069 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_RoofHeight_0422.umap b/Content/Maps/FlorenceOpenDataGeoSelector_RoofHeight_0422.umap new file mode 100644 index 000000000..9437282cd --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_RoofHeight_0422.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c421e69d557022e83b89a2203fb7f69634fbd031a6e397e2c3cddf1d731ae674 +size 267631772 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_RoofReliefLit_0840.umap b/Content/Maps/FlorenceOpenDataGeoSelector_RoofReliefLit_0840.umap new file mode 100644 index 000000000..51d6ab08c --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_RoofReliefLit_0840.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4d83f419cddc40426a289b1cd4946f79ff5ca413b5f6a36c15a20b71c40ace +size 159453641 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_RoofReliefNoSpikeLit_0845.umap b/Content/Maps/FlorenceOpenDataGeoSelector_RoofReliefNoSpikeLit_0845.umap new file mode 100644 index 000000000..344421a76 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_RoofReliefNoSpikeLit_0845.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73402d5b583d0070d24b399c1c5c4787d4efa4e03fd0011ba0861bc441994ff5 +size 158331856 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_RoofReliefNoSpike_0843.umap b/Content/Maps/FlorenceOpenDataGeoSelector_RoofReliefNoSpike_0843.umap new file mode 100644 index 000000000..f01606cad --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_RoofReliefNoSpike_0843.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340b955f6170cc06fe08e0eb3a51b971b3f9850c8101ec7079484e2b4741d57f +size 158330247 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_RoofRelief_0838.umap b/Content/Maps/FlorenceOpenDataGeoSelector_RoofRelief_0838.umap new file mode 100644 index 000000000..dcea55f67 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_RoofRelief_0838.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091603a51a7bac69f6dd171f3a6c710d0838cf4a35f5d037236d2af7d3bcc0e4 +size 159452039 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_SubtleRoads_20260524_1537.umap b/Content/Maps/FlorenceOpenDataGeoSelector_SubtleRoads_20260524_1537.umap new file mode 100644 index 000000000..fa3f3b4e5 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_SubtleRoads_20260524_1537.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55863aa47a7314060b2322c57b71b4551b8fa3b60ea2d38210001245837d8692 +size 197894792 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_SupportLandscapeAfterWater_20260524_1927.umap b/Content/Maps/FlorenceOpenDataGeoSelector_SupportLandscapeAfterWater_20260524_1927.umap new file mode 100644 index 000000000..027df15ed --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_SupportLandscapeAfterWater_20260524_1927.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e2c4c2cd99a3a6aec7f91493c1785f7480ad49a253b93db3b55315868de8c9 +size 198782749 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_TerrainWaterMask_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_TerrainWaterMask_20260525.umap new file mode 100644 index 000000000..9c70e1e1d --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_TerrainWaterMask_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4e8d3f70ad4179a83bc1fff0600d0abb5fb94b4476472fe2fa044284b44879 +size 304487260 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_TerrainWaterOpening_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_TerrainWaterOpening_20260525.umap new file mode 100644 index 000000000..388feb566 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_TerrainWaterOpening_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c120728dadcf2aac6d97bb40f4efd34af2c7d6710c51475fcae06a2bb5d141 +size 367003249 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_ThinRoads_1237.umap b/Content/Maps/FlorenceOpenDataGeoSelector_ThinRoads_1237.umap new file mode 100644 index 000000000..c36fcef26 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_ThinRoads_1237.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6238e0b06dd7d76916a0005a6ccf5a7370e7598bbe82264487cbc25d8c00f565 +size 203371688 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_VertexColorRoute_0620.umap b/Content/Maps/FlorenceOpenDataGeoSelector_VertexColorRoute_0620.umap new file mode 100644 index 000000000..ae9b31cf4 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_VertexColorRoute_0620.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b82d6c21600cf0ed51f7b3fc022e26e781275eb177727743da82bb7f42c784c +size 239722463 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_VertexRoad_20260524_1508.umap b/Content/Maps/FlorenceOpenDataGeoSelector_VertexRoad_20260524_1508.umap new file mode 100644 index 000000000..0fc9321ce --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_VertexRoad_20260524_1508.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570d723bead2e6b9a87da793df87c51023ac48f52367525cf05256f7f26fb758 +size 198977969 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_WaterGuard_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_WaterGuard_20260525.umap new file mode 100644 index 000000000..aafbde21c --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_WaterGuard_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07dca162fe53b086359141f487a957a402ec07cb55f76fbd1e4a7d12f2960af5 +size 257571036 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_WaterMaterialRoute_20260524_1825.umap b/Content/Maps/FlorenceOpenDataGeoSelector_WaterMaterialRoute_20260524_1825.umap new file mode 100644 index 000000000..99fd45aa9 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_WaterMaterialRoute_20260524_1825.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c6dd317374c6ce7e2b6df590642f3a432ce5c558a2c638be6eaf77c15d776e +size 198003096 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_WaterRoadFix_1300.umap b/Content/Maps/FlorenceOpenDataGeoSelector_WaterRoadFix_1300.umap new file mode 100644 index 000000000..3dabf30fe --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_WaterRoadFix_1300.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5cb461fa188cd18537c781ac193c4939b9fc86571e97ec5188ca2e5ad19889 +size 229063375 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_WaterStrips_20260524_1736.umap b/Content/Maps/FlorenceOpenDataGeoSelector_WaterStrips_20260524_1736.umap new file mode 100644 index 000000000..f0598b4a9 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_WaterStrips_20260524_1736.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e082669d5762ffb137a1387c1b391b2cc2acf92128f01160f31c3211132a90 +size 197994572 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_WaterVertex_20260524_1628.umap b/Content/Maps/FlorenceOpenDataGeoSelector_WaterVertex_20260524_1628.umap new file mode 100644 index 000000000..28a95fd66 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_WaterVertex_20260524_1628.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b911c56c57d27966d20295e90d15385b15e24d8d6f39f4297fbf6c85bd58de92 +size 198765908 diff --git a/Content/Maps/FlorenceOpenDataGeoSelector_WideTerrainWaterMask_20260525.umap b/Content/Maps/FlorenceOpenDataGeoSelector_WideTerrainWaterMask_20260525.umap new file mode 100644 index 000000000..330d34c57 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataGeoSelector_WideTerrainWaterMask_20260525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44fc7ce79ceef9515ca48afa1744248af0497fdaeb8247826017446b5c6ca826 +size 366232016 diff --git a/Content/Maps/FlorenceOpenDataLandmarkFix_2036.umap b/Content/Maps/FlorenceOpenDataLandmarkFix_2036.umap new file mode 100644 index 000000000..d3737c3f1 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataLandmarkFix_2036.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11abdb1e49a2d56a54502c2505c5443a3000712ed65c01893f40b88e95b930f +size 43966788 diff --git a/Content/Maps/FlorenceOpenDataLightingFix_2136.umap b/Content/Maps/FlorenceOpenDataLightingFix_2136.umap new file mode 100644 index 000000000..7c385897e --- /dev/null +++ b/Content/Maps/FlorenceOpenDataLightingFix_2136.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c868b30f09a6a70b4c4a9d9f142edf0cb3126d10f410706866ae1018e78c8655 +size 313789078 diff --git a/Content/Maps/FlorenceOpenDataParentWaterFix_2036.umap b/Content/Maps/FlorenceOpenDataParentWaterFix_2036.umap new file mode 100644 index 000000000..e8932f3a1 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataParentWaterFix_2036.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f3fbeba753a8683f98be563ec76e6828412c8b55e9022b474428ccb9c9eab2 +size 5402132 diff --git a/Content/Maps/FlorenceOpenDataPersistFix_2114.umap b/Content/Maps/FlorenceOpenDataPersistFix_2114.umap new file mode 100644 index 000000000..55ee43132 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataPersistFix_2114.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0124dbe1536b46d1c0384bc0c9a63fec8af23ed58e35b119043d2a7383de76fb +size 313779585 diff --git a/Content/Maps/FlorenceOpenDataProbe_185736.umap b/Content/Maps/FlorenceOpenDataProbe_185736.umap new file mode 100644 index 000000000..fdffc9779 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataProbe_185736.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83e5f58a53517612a2cdc62878a926f5fbb6d35fa3ada657be3dfb77460601c +size 752077 diff --git a/Content/Maps/FlorenceOpenDataRoadFix_2017.umap b/Content/Maps/FlorenceOpenDataRoadFix_2017.umap new file mode 100644 index 000000000..8849a8151 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataRoadFix_2017.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a760d41d0014a486d255a24c9fe821d5bf5773d3394f6daad296ccbd6286dd0 +size 43785256 diff --git a/Content/Maps/FlorenceOpenDataRoadZFix_2132.umap b/Content/Maps/FlorenceOpenDataRoadZFix_2132.umap new file mode 100644 index 000000000..9ad008294 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataRoadZFix_2132.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2a6baea6b50933d727dee4cc1a336afc3601e2b431b32ca5a10efb9e7a51b6 +size 313787565 diff --git a/Content/Maps/FlorenceOpenDataSaved_2144.umap b/Content/Maps/FlorenceOpenDataSaved_2144.umap new file mode 100644 index 000000000..637444917 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataSaved_2144.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670376a5a9490e17bb4713514028ee5e2dd483ffa5cf8c55f6b6d77b0ebb4e0e +size 198702252 diff --git a/Content/Maps/FlorenceOpenDataVegetation_195324.umap b/Content/Maps/FlorenceOpenDataVegetation_195324.umap new file mode 100644 index 000000000..a52b00479 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataVegetation_195324.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdab14cf492cfed9d18fba59633bcff03f721a5e35262b1c9293ad93005202f +size 49234704 diff --git a/Content/Maps/FlorenceOpenDataVertexColorFix_2047.umap b/Content/Maps/FlorenceOpenDataVertexColorFix_2047.umap new file mode 100644 index 000000000..646b2f4b9 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataVertexColorFix_2047.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44e25c68db88451d5e34f0799f423a6c9f0a6e2a5e2864b2ed4f23c3712e285 +size 43641060 diff --git a/Content/Maps/FlorenceOpenDataVisualFix_0025.umap b/Content/Maps/FlorenceOpenDataVisualFix_0025.umap new file mode 100644 index 000000000..0ef476024 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataVisualFix_0025.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:449ac7d1c93095d2a02964291a79e8f9fd537664ba31241425f7cbf63cdd1bbd +size 317155186 diff --git a/Content/Maps/FlorenceOpenDataVisualFix_0030.umap b/Content/Maps/FlorenceOpenDataVisualFix_0030.umap new file mode 100644 index 000000000..3c889bb58 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataVisualFix_0030.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d7da7979bf88e71dcc40f1476f99e25559ace30de93b52b5368dbd8e4e79ce +size 317155186 diff --git a/Content/Maps/FlorenceOpenDataVisualFix_2319.umap b/Content/Maps/FlorenceOpenDataVisualFix_2319.umap new file mode 100644 index 000000000..2504e1869 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataVisualFix_2319.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6d9e4bcc0d9d0b1a6d883a93e5431ba055d8cdafe0395a7d861587c1a66d3f +size 317288039 diff --git a/Content/Maps/FlorenceOpenDataWalkable_2231.umap b/Content/Maps/FlorenceOpenDataWalkable_2231.umap new file mode 100644 index 000000000..a22669513 --- /dev/null +++ b/Content/Maps/FlorenceOpenDataWalkable_2231.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643719e3f91cd6e9114aa23f56ae0c6a0c08c05e496cee46be5f27d9f35fe75e +size 319374806 diff --git a/Content/Maps/GeoWorld_43_7731_11_2561.umap b/Content/Maps/GeoWorld_43_7731_11_2561.umap new file mode 100644 index 000000000..6d6310111 --- /dev/null +++ b/Content/Maps/GeoWorld_43_7731_11_2561.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b976d157e83a17e01129d641ea63d59b22ebe0ca66207422c9da0a4c1d652ef8 +size 8673 diff --git a/Content/Maps/Homepage_MetaHuman_Render.umap b/Content/Maps/Homepage_MetaHuman_Render.umap new file mode 100644 index 000000000..cc27664ec --- /dev/null +++ b/Content/Maps/Homepage_MetaHuman_Render.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200ae57b8f1581347d9add47674d9fa9e7f5f823ac0dbb18b371a03839c6ab28 +size 8461 diff --git a/Content/Maps/MaterialLitProbe_2253.umap b/Content/Maps/MaterialLitProbe_2253.umap new file mode 100644 index 000000000..728082c5b --- /dev/null +++ b/Content/Maps/MaterialLitProbe_2253.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0addcfe895ffa5d858bf970564ba9b1f04e189a471b7ccab604365e04c71706 +size 8444 diff --git a/Content/Maps/MaterialLitProbe_2302.umap b/Content/Maps/MaterialLitProbe_2302.umap new file mode 100644 index 000000000..9b5b32a4d --- /dev/null +++ b/Content/Maps/MaterialLitProbe_2302.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241236d17e4426c81fd9db8408489200100e477a645184f80fdf3853652ab228 +size 8444 diff --git a/Content/Maps/Megori.umap b/Content/Maps/Megori.umap new file mode 100644 index 000000000..1cae766f2 --- /dev/null +++ b/Content/Maps/Megori.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bab57266580492c5c23faba14725c9d8673edb9445a5629311b4aa49812ff4b +size 15983 diff --git a/Content/Maps/Migori.umap b/Content/Maps/Migori.umap new file mode 100644 index 000000000..fa8029edd --- /dev/null +++ b/Content/Maps/Migori.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a077bf93714135ee805f8d099c79e7ff707f24dcaff75fb51335f650fbd279 +size 45626 diff --git a/Content/Maps/ProcMeshPersistProbe_211352.umap b/Content/Maps/ProcMeshPersistProbe_211352.umap new file mode 100644 index 000000000..34efd8cbb --- /dev/null +++ b/Content/Maps/ProcMeshPersistProbe_211352.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3a435856c9eebad7a9545c7fcba388ffbd3ed3a291e8863564fcaa3720bfdb +size 14048 diff --git a/Content/Maps/Ralpha_Metahuman_Studio_20260518.umap b/Content/Maps/Ralpha_Metahuman_Studio_20260518.umap new file mode 100644 index 000000000..832c6a864 --- /dev/null +++ b/Content/Maps/Ralpha_Metahuman_Studio_20260518.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf784ec620f41c9063034a8d7f61d43387ed226ce9c5a229dfb5969805f6f6d +size 8473 diff --git a/Content/Maps/SaveFallbackSmoke_1119.umap b/Content/Maps/SaveFallbackSmoke_1119.umap new file mode 100644 index 000000000..2b02c4a6a --- /dev/null +++ b/Content/Maps/SaveFallbackSmoke_1119.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bf8280b28c80cbe8aabe7c99ee0717d4572cfd4ab4860b2d4dfd6ed7f1b13f +size 8511 diff --git a/Content/Maps/ScratchSavePackageProbe_1046.umap b/Content/Maps/ScratchSavePackageProbe_1046.umap new file mode 100644 index 000000000..569171fed --- /dev/null +++ b/Content/Maps/ScratchSavePackageProbe_1046.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587850dfa4f1345d5c20403e466de06a0f7583321003cc3f677b97bd8c6e1ab9 +size 8174 diff --git a/Content/Maps/SplinePersistProbe_212521.umap b/Content/Maps/SplinePersistProbe_212521.umap new file mode 100644 index 000000000..63ede0dbf --- /dev/null +++ b/Content/Maps/SplinePersistProbe_212521.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8e4ae60523c55f11805c91b36d61955c5c397fc726197934fd83c9a4558cea +size 66518 diff --git a/Content/Maps/SplineRootFixProbe_213145.umap b/Content/Maps/SplineRootFixProbe_213145.umap new file mode 100644 index 000000000..de1c99f48 --- /dev/null +++ b/Content/Maps/SplineRootFixProbe_213145.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bc290864f5026c93304ab512c1e7cf69006f5ac2e5cf1317858a90834a8ea4 +size 66635 diff --git a/Content/Maps/VertexColorMaterialProbe_2347.umap b/Content/Maps/VertexColorMaterialProbe_2347.umap new file mode 100644 index 000000000..aab0d089d --- /dev/null +++ b/Content/Maps/VertexColorMaterialProbe_2347.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be5e5deff1d387e9d2efb69a13acd240c25b8f51dc01c5e9e1c695170979d32 +size 8468 diff --git a/Content/Maps/basic_test.umap b/Content/Maps/basic_test.umap new file mode 100644 index 000000000..dcbad78bf --- /dev/null +++ b/Content/Maps/basic_test.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5b8d196e244a794a61e4b97f950c0fa49c4cb3eb01f098415a1a4310d4ea26 +size 8599 diff --git a/Content/Maps/basic_test_1776549946.umap b/Content/Maps/basic_test_1776549946.umap new file mode 100644 index 000000000..6957090f2 --- /dev/null +++ b/Content/Maps/basic_test_1776549946.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0cb5fe7d678608bf3b015d1322438b5d37905620aaa9342f44410364cbe422 +size 8438 diff --git a/Content/Maps/bisect_1776549559.umap b/Content/Maps/bisect_1776549559.umap new file mode 100644 index 000000000..054e282be --- /dev/null +++ b/Content/Maps/bisect_1776549559.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1fcc409a9cf7ab19f2da370287f5173c47166b699d31703a48366b1528632d +size 8426 diff --git a/Content/Maps/bisect_1776550362.umap b/Content/Maps/bisect_1776550362.umap new file mode 100644 index 000000000..5915be87c --- /dev/null +++ b/Content/Maps/bisect_1776550362.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee323f76763865ed8a44b1d106e5bdee113a8e2c82a7319bc621dced0d6926f +size 8426 diff --git a/Content/Maps/brain_1776374809.umap b/Content/Maps/brain_1776374809.umap new file mode 100644 index 000000000..aca97d1e8 --- /dev/null +++ b/Content/Maps/brain_1776374809.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c307b5e973004bd3a5d4df14b7f4fac28d7a6164af3904420b07e945e0f643 +size 8423 diff --git a/Content/Maps/brain_1776377525.umap b/Content/Maps/brain_1776377525.umap new file mode 100644 index 000000000..d3ec04807 --- /dev/null +++ b/Content/Maps/brain_1776377525.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabf433938232024e6f2e3f1e7f32ea248d8e7657b46cc1d8ec117c9d67160ea +size 8423 diff --git a/Content/Maps/brain_1776377659.umap b/Content/Maps/brain_1776377659.umap new file mode 100644 index 000000000..f74faeb51 --- /dev/null +++ b/Content/Maps/brain_1776377659.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a5bef3074b3da11b73c8092917a7b4cdf5bd2d884707887e27761f7b1fe934 +size 8423 diff --git a/Content/Maps/brain_1776379913.umap b/Content/Maps/brain_1776379913.umap new file mode 100644 index 000000000..fb9966f85 --- /dev/null +++ b/Content/Maps/brain_1776379913.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a59246cceb860c622363c51471e5f270a10434bb34d182d1cc67becee35d92 +size 8423 diff --git a/Content/Maps/brain_1776380170.umap b/Content/Maps/brain_1776380170.umap new file mode 100644 index 000000000..a7f2a7fe1 --- /dev/null +++ b/Content/Maps/brain_1776380170.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5577bfa088c4ef733932e3b1f88d531058cf5b84fc0ccf00332bb443751a95fd +size 8423 diff --git a/Content/Maps/brain_1776381636.umap b/Content/Maps/brain_1776381636.umap new file mode 100644 index 000000000..1464f8f7b --- /dev/null +++ b/Content/Maps/brain_1776381636.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33379f0caee5e6cc6472d5d83507b8becafd469fe4dd573a9fbcb2da33595e0 +size 8423 diff --git a/Content/Maps/brain_1776381901.umap b/Content/Maps/brain_1776381901.umap new file mode 100644 index 000000000..6bf1f9b93 --- /dev/null +++ b/Content/Maps/brain_1776381901.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0568400652ed9a147470765a4ce58f1b1cabf816f6de1d6612233ef8acacdbf9 +size 8423 diff --git a/Content/Maps/brain_1776382161.umap b/Content/Maps/brain_1776382161.umap new file mode 100644 index 000000000..fdf566e6f --- /dev/null +++ b/Content/Maps/brain_1776382161.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f3b16e1ca9caa097cbec8f1e297a7ee6c8b88b5a032a5b2aeb9f8fffa51aa4 +size 8423 diff --git a/Content/Maps/brain_1776382786.umap b/Content/Maps/brain_1776382786.umap new file mode 100644 index 000000000..9560525c9 --- /dev/null +++ b/Content/Maps/brain_1776382786.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48172216d94b6c5231d1fa320ea561d94fe89290bd64b5f50bca4a1b4586b658 +size 8423 diff --git a/Content/Maps/brain_1776383036.umap b/Content/Maps/brain_1776383036.umap new file mode 100644 index 000000000..73e89b8db --- /dev/null +++ b/Content/Maps/brain_1776383036.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52c111dabcca02c35566aba75a6178510fdcb1350049eda216a8f2b94e2fd77 +size 8423 diff --git a/Content/Maps/brain_1776383284.umap b/Content/Maps/brain_1776383284.umap new file mode 100644 index 000000000..7b82a16b1 --- /dev/null +++ b/Content/Maps/brain_1776383284.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64407290c3b36c131b1aef7c9f565257569be2cf2194cef94e84ff4504e06152 +size 8423 diff --git a/Content/Maps/brain_1776383531.umap b/Content/Maps/brain_1776383531.umap new file mode 100644 index 000000000..f1a326268 --- /dev/null +++ b/Content/Maps/brain_1776383531.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d34a1a618886c032b7484da181251affea0da655d031da0d109e5d3ae0341f +size 8423 diff --git a/Content/Maps/brain_1776383795.umap b/Content/Maps/brain_1776383795.umap new file mode 100644 index 000000000..e940d6c3c --- /dev/null +++ b/Content/Maps/brain_1776383795.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1bcf98f2e530bab9835094db8c9e5244946922d075dd142be19fda7636b72a0 +size 8423 diff --git a/Content/Maps/brain_1776384063.umap b/Content/Maps/brain_1776384063.umap new file mode 100644 index 000000000..e53196c62 --- /dev/null +++ b/Content/Maps/brain_1776384063.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a7c9e8812298f239e267aa38381c3bec5cd41647a5520853822c87e773d0a4 +size 8423 diff --git a/Content/Maps/brain_1776384222.umap b/Content/Maps/brain_1776384222.umap new file mode 100644 index 000000000..4c7d42b0f --- /dev/null +++ b/Content/Maps/brain_1776384222.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a77b4345ea70ae331ef7f432af4a12e0f9575201aeff40b8367ac4c14241a5 +size 8423 diff --git a/Content/Maps/brain_1776384522.umap b/Content/Maps/brain_1776384522.umap new file mode 100644 index 000000000..6a401e08e --- /dev/null +++ b/Content/Maps/brain_1776384522.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295244c0d8fb64c0abbf4fa60160d29caec91c1c94bc25cfeec2b7b4ee0f3a5c +size 8423 diff --git a/Content/Maps/brain_1776384946.umap b/Content/Maps/brain_1776384946.umap new file mode 100644 index 000000000..24f69565a --- /dev/null +++ b/Content/Maps/brain_1776384946.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbd9c5f08687dc2b7d88af40e8f444e546877bd09172d41bc21b31a87d62590 +size 8423 diff --git a/Content/Maps/brain_1776385187.umap b/Content/Maps/brain_1776385187.umap new file mode 100644 index 000000000..1bfa12fa2 --- /dev/null +++ b/Content/Maps/brain_1776385187.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3cc0b4ca47624b78076db337e3dd7b660322879032922e92e17cd1073386a94 +size 8423 diff --git a/Content/Maps/brain_1776385462.umap b/Content/Maps/brain_1776385462.umap new file mode 100644 index 000000000..3b94addca --- /dev/null +++ b/Content/Maps/brain_1776385462.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d328cfaed8bf6c9f61ca60596b3835438aba94fab8822f4e29006a7a51cef820 +size 8423 diff --git a/Content/Maps/brain_1776385727.umap b/Content/Maps/brain_1776385727.umap new file mode 100644 index 000000000..7bdf3cfaa --- /dev/null +++ b/Content/Maps/brain_1776385727.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7e7114197005d355777941cd64fc5be16b843d76e9f35a388c03e384266197 +size 8423 diff --git a/Content/Maps/brain_1776386003.umap b/Content/Maps/brain_1776386003.umap new file mode 100644 index 000000000..a9544ada6 --- /dev/null +++ b/Content/Maps/brain_1776386003.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba84f3cde3c5ede9b0113b508027bdf537faf54bc687143c5fc25e830cc859a +size 8423 diff --git a/Content/Maps/brain_1776386194.umap b/Content/Maps/brain_1776386194.umap new file mode 100644 index 000000000..1fe88be2b --- /dev/null +++ b/Content/Maps/brain_1776386194.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153540cb2fea9e9d27651c59b4943f984b0b77d5e8e27799d88833878b456f7d +size 8423 diff --git a/Content/Maps/brain_1776386391.umap b/Content/Maps/brain_1776386391.umap new file mode 100644 index 000000000..77599cce8 --- /dev/null +++ b/Content/Maps/brain_1776386391.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42d9748137fbf5cf80a863445a6e55c95aea53e99cfd5d9d9c187ba6ff3beca +size 8423 diff --git a/Content/Maps/brain_1776386668.umap b/Content/Maps/brain_1776386668.umap new file mode 100644 index 000000000..9df05aa77 --- /dev/null +++ b/Content/Maps/brain_1776386668.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc08ce57237ee7ffc6dbb9040f454defdf3b320a4716d979457313af77f4789 +size 8423 diff --git a/Content/Maps/brain_1776388751.umap b/Content/Maps/brain_1776388751.umap new file mode 100644 index 000000000..1d4f6a616 --- /dev/null +++ b/Content/Maps/brain_1776388751.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f564ea93ffb331dc81146a54e010381c43bf27fe2691c7a572d6403b6b46ff0 +size 8423 diff --git a/Content/Maps/brain_1776389549.umap b/Content/Maps/brain_1776389549.umap new file mode 100644 index 000000000..41fc8d165 --- /dev/null +++ b/Content/Maps/brain_1776389549.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f126806d261976e73433f8acf3a290bf1bb6ecb707149ca8538ecb81031b92f +size 8423 diff --git a/Content/Maps/brain_1776390361.umap b/Content/Maps/brain_1776390361.umap new file mode 100644 index 000000000..6a7c0c50a --- /dev/null +++ b/Content/Maps/brain_1776390361.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052ba59879fc7a19d5c093fe7f4ea0141ba093fa8cf6c91768be8e64a007497a +size 8423 diff --git a/Content/Maps/brain_1776390934.umap b/Content/Maps/brain_1776390934.umap new file mode 100644 index 000000000..43ceacbf3 --- /dev/null +++ b/Content/Maps/brain_1776390934.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75d5c54d839f3d247e8d4c8f25b736938eda89fc64b045e8b17de4bcc539908 +size 8423 diff --git a/Content/Maps/brain_1776464310.umap b/Content/Maps/brain_1776464310.umap new file mode 100644 index 000000000..6e45fafd6 --- /dev/null +++ b/Content/Maps/brain_1776464310.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9978efbba5673f522cc30ae6f679a7943cdfa6ee919179572dac0c5078b2b90e +size 8423 diff --git a/Content/Maps/brain_1776464618.umap b/Content/Maps/brain_1776464618.umap new file mode 100644 index 000000000..66e34a21f --- /dev/null +++ b/Content/Maps/brain_1776464618.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da26c156951e360dbc4c5a00fdc8045f5bc5085b776542041cbec8bd1b5feada +size 8423 diff --git a/Content/Maps/brain_1776467841.umap b/Content/Maps/brain_1776467841.umap new file mode 100644 index 000000000..4cfc29780 --- /dev/null +++ b/Content/Maps/brain_1776467841.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e248f85f9cf5b34630a6202670317cea529224fb5558f0aad77f83c63f4a8855 +size 8423 diff --git a/Content/Maps/brain_1776470882.umap b/Content/Maps/brain_1776470882.umap new file mode 100644 index 000000000..6c0eb313e --- /dev/null +++ b/Content/Maps/brain_1776470882.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b40d967bea83d1a80bc4cc993e8b6380456a8082cd3f0d91d26470417ffb49 +size 8423 diff --git a/Content/Maps/brain_1776474012.umap b/Content/Maps/brain_1776474012.umap new file mode 100644 index 000000000..4f24004a5 --- /dev/null +++ b/Content/Maps/brain_1776474012.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd07308311c1c23d82c4ec2652dae486e50165ca870e50a5577e2ea519de47a3 +size 8423 diff --git a/Content/Maps/brain_1776476010.umap b/Content/Maps/brain_1776476010.umap new file mode 100644 index 000000000..7f7920987 --- /dev/null +++ b/Content/Maps/brain_1776476010.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d011db4c1c2877a503fb8d2df8cd34527953b904b553a810737afe6d231c9e0 +size 8423 diff --git a/Content/Maps/brain_1776477494.umap b/Content/Maps/brain_1776477494.umap new file mode 100644 index 000000000..372ccd972 --- /dev/null +++ b/Content/Maps/brain_1776477494.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f86cffcf51c52aa25c1a61a29d05a0bed14f1b3dd96da52257c65bd344c1090 +size 8423 diff --git a/Content/Maps/brain_1776478141.umap b/Content/Maps/brain_1776478141.umap new file mode 100644 index 000000000..75d118dd3 --- /dev/null +++ b/Content/Maps/brain_1776478141.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64f3f50656ad308d760e8003285b901029642e5aeac56bd8347bcbc9be4e21a +size 8423 diff --git a/Content/Maps/brain_1776479552.umap b/Content/Maps/brain_1776479552.umap new file mode 100644 index 000000000..2867dfb1c --- /dev/null +++ b/Content/Maps/brain_1776479552.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276b28ff0e25e0dcf42300b1f548f3385f495b9c83db566a7cab4a99ea545963 +size 8423 diff --git a/Content/Maps/brain_1776479938.umap b/Content/Maps/brain_1776479938.umap new file mode 100644 index 000000000..63247dab6 --- /dev/null +++ b/Content/Maps/brain_1776479938.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c23fed80ad43287296bd4cc33e2242bd4b4319c52bc22a983ead467c850eee7 +size 8423 diff --git a/Content/Maps/brain_1776480007.umap b/Content/Maps/brain_1776480007.umap new file mode 100644 index 000000000..5516b3a4f --- /dev/null +++ b/Content/Maps/brain_1776480007.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c42375eb8ac752668209c3f04213258b2e8befbcd0cf2998614377655c56115 +size 8423 diff --git a/Content/Maps/brain_1776482293.umap b/Content/Maps/brain_1776482293.umap new file mode 100644 index 000000000..904f84c42 --- /dev/null +++ b/Content/Maps/brain_1776482293.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e753e1ed26af1f2e25a91c3954c02101f3f48e900eea125619f464e1053e9a +size 8423 diff --git a/Content/Maps/brain_1776482705.umap b/Content/Maps/brain_1776482705.umap new file mode 100644 index 000000000..7a58a4d47 --- /dev/null +++ b/Content/Maps/brain_1776482705.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6872b402fd5ef380a40326e08c7c8d0e890851469437d3c95e5d1c7c4417b5e +size 8423 diff --git a/Content/Maps/brain_1776531847.umap b/Content/Maps/brain_1776531847.umap new file mode 100644 index 000000000..bdc6513e4 --- /dev/null +++ b/Content/Maps/brain_1776531847.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6feefb7b05cf6973fbfa097a533253acec7bbeaca82d6236a02945b0d3cc928d +size 8423 diff --git a/Content/Maps/brain_1776536022.umap b/Content/Maps/brain_1776536022.umap new file mode 100644 index 000000000..673485b8e --- /dev/null +++ b/Content/Maps/brain_1776536022.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d309246bf114aa8e9918ae30e04797b0e1d4425d3d5bd170f662e17ac637e5 +size 8423 diff --git a/Content/Maps/brain_1776542009.umap b/Content/Maps/brain_1776542009.umap new file mode 100644 index 000000000..de72ff97f --- /dev/null +++ b/Content/Maps/brain_1776542009.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2c7ab08c6f0a6623b4cdd14d9eeb44ca58af5a6fd75b6d00924afa1995b8eb +size 8423 diff --git a/Content/Maps/brain_1776542468.umap b/Content/Maps/brain_1776542468.umap new file mode 100644 index 000000000..1185af7c8 --- /dev/null +++ b/Content/Maps/brain_1776542468.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63390deccc5fa8177cfdba81ae7602221822f5a3fbe3bbf240098d889b1f173c +size 8423 diff --git a/Content/Maps/brain_1776544256.umap b/Content/Maps/brain_1776544256.umap new file mode 100644 index 000000000..10300234b --- /dev/null +++ b/Content/Maps/brain_1776544256.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0956cfba53dae713b8ea95a121bed4c88c7625b5f4204b845c95b845a013c044 +size 8423 diff --git a/Content/Maps/brain_1776547451.umap b/Content/Maps/brain_1776547451.umap new file mode 100644 index 000000000..2695d5243 --- /dev/null +++ b/Content/Maps/brain_1776547451.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9617ff8be7861d41dc50dae3860416a27b1d37de7aa42f1ad975a4e77c6254 +size 8423 diff --git a/Content/Maps/brain_1776549812.umap b/Content/Maps/brain_1776549812.umap new file mode 100644 index 000000000..a4d384cf4 --- /dev/null +++ b/Content/Maps/brain_1776549812.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9cef1e2085eeafa6d7bcd4066b02d45387ee5ecd00c8ba0ef6dc8dd812e3d9 +size 8423 diff --git a/Content/Maps/brain_1776550246.umap b/Content/Maps/brain_1776550246.umap new file mode 100644 index 000000000..73938e354 --- /dev/null +++ b/Content/Maps/brain_1776550246.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd59837b71ce64f848f8b9ceae7fdf877c86781aa19368d5c05cac6b3dc8965 +size 8423 diff --git a/Content/Maps/brain_1776550679.umap b/Content/Maps/brain_1776550679.umap new file mode 100644 index 000000000..845658572 --- /dev/null +++ b/Content/Maps/brain_1776550679.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8a9f52bbf57a398869bf3e4056a40ee52814e9e21c81e4c2148b6fda1f6ecd +size 8423 diff --git a/Content/Maps/brain_1776556460.umap b/Content/Maps/brain_1776556460.umap new file mode 100644 index 000000000..02be748f3 --- /dev/null +++ b/Content/Maps/brain_1776556460.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5139c9b680047608332bd73e6af9f423e2ab3bd2da03420e3562ec8bc6b588 +size 8423 diff --git a/Content/Maps/brain_1776558864.umap b/Content/Maps/brain_1776558864.umap new file mode 100644 index 000000000..b6c3123a8 --- /dev/null +++ b/Content/Maps/brain_1776558864.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4ef4677f08a7f63d8676cd3106c4d9d41253bf906d092a5ff9492645e8fea1 +size 8423 diff --git a/Content/Maps/brain_1776559923.umap b/Content/Maps/brain_1776559923.umap new file mode 100644 index 000000000..7ab8e7e62 --- /dev/null +++ b/Content/Maps/brain_1776559923.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74208a8f813f5f3a60f8b607f5b23fe662126b15cce51784b5fe94dfd26cf1df +size 8423 diff --git a/Content/Maps/brain_1776560058.umap b/Content/Maps/brain_1776560058.umap new file mode 100644 index 000000000..db8c73796 --- /dev/null +++ b/Content/Maps/brain_1776560058.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd8feb7ffbac29656f3009585a37a62f345870e66aedf667292c8eb35051050 +size 8423 diff --git a/Content/Maps/brain_1776561167.umap b/Content/Maps/brain_1776561167.umap new file mode 100644 index 000000000..e60b26b66 --- /dev/null +++ b/Content/Maps/brain_1776561167.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a739f1718435c4f680d76ef25b44ba2517812e38f27bb9000f0aa72d0b37d39 +size 8423 diff --git a/Content/Maps/brain_1776562174.umap b/Content/Maps/brain_1776562174.umap new file mode 100644 index 000000000..37fc477a4 --- /dev/null +++ b/Content/Maps/brain_1776562174.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:870cad444a572cbac3d4f8524410b15ccd4006a324769fce0ccb9f1e4fbf5515 +size 8423 diff --git a/Content/Maps/brain_1776564992.umap b/Content/Maps/brain_1776564992.umap new file mode 100644 index 000000000..e39206268 --- /dev/null +++ b/Content/Maps/brain_1776564992.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3648256a78628749f74814ed65ca525e1fc7e7b798d906d419cecb0bf6ce1a38 +size 8423 diff --git a/Content/Maps/brain_1776565943.umap b/Content/Maps/brain_1776565943.umap new file mode 100644 index 000000000..2a59b0082 --- /dev/null +++ b/Content/Maps/brain_1776565943.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7086927c5e28aa2966d2968771aedc2f5fbae8093d4acf482e27f9326ad523a +size 8423 diff --git a/Content/Maps/brain_1776574644.umap b/Content/Maps/brain_1776574644.umap new file mode 100644 index 000000000..5d0ff8652 --- /dev/null +++ b/Content/Maps/brain_1776574644.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68910f553013c992d1c2cce22b0efd1def2346ac4ca45e1c438ee926279f4d7 +size 8423 diff --git a/Content/Maps/brain_1776575011.umap b/Content/Maps/brain_1776575011.umap new file mode 100644 index 000000000..acc7a6a8e --- /dev/null +++ b/Content/Maps/brain_1776575011.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee44c057f855725d295f3cbb1360cc892535691411af993c5a40641d0b98156c +size 8423 diff --git a/Content/Maps/brain_1776735574.umap b/Content/Maps/brain_1776735574.umap new file mode 100644 index 000000000..8d31743c9 --- /dev/null +++ b/Content/Maps/brain_1776735574.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa29e666236ed29434046a014d09327a3500f632f12f0ce3a4336577b6ede608 +size 8423 diff --git a/Content/Maps/brain_1776735995.umap b/Content/Maps/brain_1776735995.umap new file mode 100644 index 000000000..14d5b6a1f --- /dev/null +++ b/Content/Maps/brain_1776735995.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b3a662a96b31bae8715dc4adaaec6018d4dc266a4da957d2df0788e4ad0169 +size 8423 diff --git a/Content/Maps/brain_1778280799.umap b/Content/Maps/brain_1778280799.umap new file mode 100644 index 000000000..70ac546a6 --- /dev/null +++ b/Content/Maps/brain_1778280799.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6727594e2bdad52b3cb771f4eaf1baed7ea35c565246eaf2c561df3b6d199cb2 +size 8423 diff --git a/Content/Maps/brain_1779062876.umap b/Content/Maps/brain_1779062876.umap new file mode 100644 index 000000000..e8ea9258f --- /dev/null +++ b/Content/Maps/brain_1779062876.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55db83e9ce5ed7ab9cda9dbd4cf12098c1dbdbe4f37160e6a656a4f94b2a14e2 +size 8423 diff --git a/Content/Maps/brain_1779063278.umap b/Content/Maps/brain_1779063278.umap new file mode 100644 index 000000000..7fab993d7 --- /dev/null +++ b/Content/Maps/brain_1779063278.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cb58c3ee4c66f79395fa21ae4bf3dccd68dacff5b0b4eac19bc98539954988 +size 8423 diff --git a/Content/Maps/brain_1779088472.umap b/Content/Maps/brain_1779088472.umap new file mode 100644 index 000000000..92d8bcdd3 --- /dev/null +++ b/Content/Maps/brain_1779088472.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd660814485950ac78e0c59c2d65a977b29cbb3ec6ac64c91934a4baa2cb70e +size 8423 diff --git a/Content/Maps/brain_1779110376.umap b/Content/Maps/brain_1779110376.umap new file mode 100644 index 000000000..e79ad7793 --- /dev/null +++ b/Content/Maps/brain_1779110376.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d381c997fdfe47ff4c6b582ef8418438096aa9f2c916fbc620707fbbb7e2bc0a +size 8423 diff --git a/Content/Maps/brain_1779110570.umap b/Content/Maps/brain_1779110570.umap new file mode 100644 index 000000000..2825040a9 --- /dev/null +++ b/Content/Maps/brain_1779110570.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd017c532f52f4d9e1c32a87ae7e8871fcab8068eef9f8ad60a23a262d1f2e93 +size 43704 diff --git a/Content/Maps/brain_1779129973.umap b/Content/Maps/brain_1779129973.umap new file mode 100644 index 000000000..4eeac10cd --- /dev/null +++ b/Content/Maps/brain_1779129973.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008e7d89f8a09517cbb29840b7a8fb386a61730f74baac4767ef4d6eb157b019 +size 8423 diff --git a/Content/Maps/brain_1780614318.umap b/Content/Maps/brain_1780614318.umap new file mode 100644 index 000000000..de8616ba7 --- /dev/null +++ b/Content/Maps/brain_1780614318.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aaaec85ef1827f9f92072f275b362a92c03519a7ceb453159285d9ba824a068 +size 8535 diff --git a/Content/Maps/brain_1780625608.umap b/Content/Maps/brain_1780625608.umap new file mode 100644 index 000000000..856fbf16b --- /dev/null +++ b/Content/Maps/brain_1780625608.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e253a9b81bd98cedc319ec50a8f49b31f858e520f6560549a814b78324628668 +size 8535 diff --git a/Content/Maps/brain_1780628452.umap b/Content/Maps/brain_1780628452.umap new file mode 100644 index 000000000..43aa995da --- /dev/null +++ b/Content/Maps/brain_1780628452.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a543865aeb9e9eb1024832003c589ac357dd3613d204102494b1a496e4f4e8a +size 8535 diff --git a/Content/Maps/brain_1780631830.umap b/Content/Maps/brain_1780631830.umap new file mode 100644 index 000000000..7ad7106fa --- /dev/null +++ b/Content/Maps/brain_1780631830.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e556c43bb19e692b8ef1b9bd8dd719c5d3fba42fe63c8e65e09700f1f59673e3 +size 8535 diff --git a/Content/Maps/brain_1780635025.umap b/Content/Maps/brain_1780635025.umap new file mode 100644 index 000000000..9450bfa61 --- /dev/null +++ b/Content/Maps/brain_1780635025.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590224feac39a1ee905f4e735a8e235f971f385bf92c3f8b58a02aa815284f5a +size 8535 diff --git a/Content/Maps/brain_1780655240.umap b/Content/Maps/brain_1780655240.umap new file mode 100644 index 000000000..e72998f47 --- /dev/null +++ b/Content/Maps/brain_1780655240.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fede521f0363e49e998734dcf02199be6ae4a41594e47c07bfbd6924d1488589 +size 8535 diff --git a/Content/Maps/brain_1780827076.umap b/Content/Maps/brain_1780827076.umap new file mode 100644 index 000000000..fb3fc0a2b --- /dev/null +++ b/Content/Maps/brain_1780827076.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9b67a5a48038e4abd3ed14fd375f9b408cff2a15285730ebe0bc7e316a3a96 +size 8535 diff --git a/Content/Maps/brain_1780829051.umap b/Content/Maps/brain_1780829051.umap new file mode 100644 index 000000000..a259e59e9 --- /dev/null +++ b/Content/Maps/brain_1780829051.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518400aa4aa43d7017742569883bd0e9489175b06e8a3a79961dacecc1f42526 +size 8535 diff --git a/Content/Maps/brain_1780831140.umap b/Content/Maps/brain_1780831140.umap new file mode 100644 index 000000000..63fc0ac97 --- /dev/null +++ b/Content/Maps/brain_1780831140.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764c373cbf9b8d44db53475216e749c408cc48eecefc5cc4ef632d6ccc5d3457 +size 8535 diff --git a/Content/Maps/brain_1780851091.umap b/Content/Maps/brain_1780851091.umap new file mode 100644 index 000000000..50b47b06d --- /dev/null +++ b/Content/Maps/brain_1780851091.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6305dd5601ba0dd238580c4cf25e00afec8a42d69a89095746ff6c00d7457dae +size 8535 diff --git a/Content/Maps/brain_1780857266.umap b/Content/Maps/brain_1780857266.umap new file mode 100644 index 000000000..cabc8fe14 --- /dev/null +++ b/Content/Maps/brain_1780857266.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fcc3cd3a21e323a29fc05414392bca3eed3e0fd55f14f644e9924cbfc249eb6 +size 8535 diff --git a/Content/Maps/brain_1780857746.umap b/Content/Maps/brain_1780857746.umap new file mode 100644 index 000000000..2ef2e6f2d --- /dev/null +++ b/Content/Maps/brain_1780857746.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa50f5ffed61527201a2878f0c5cf831830771c64bb25acea872d92d018c676 +size 8535 diff --git a/Content/Maps/brain_1780858617.umap b/Content/Maps/brain_1780858617.umap new file mode 100644 index 000000000..9fa1bb126 --- /dev/null +++ b/Content/Maps/brain_1780858617.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529e4b1b60201bd63ea7a7775413907f32b5879caa9de2782276227d5a081c79 +size 8535 diff --git a/Content/Maps/brain_1780859580.umap b/Content/Maps/brain_1780859580.umap new file mode 100644 index 000000000..e1ac1fdf4 --- /dev/null +++ b/Content/Maps/brain_1780859580.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78e5c43d81800c11dffb6d0c5e3fd3d214e47be3911c5ed41deddde799160f8 +size 8535 diff --git a/Content/Maps/brain_1780860464.umap b/Content/Maps/brain_1780860464.umap new file mode 100644 index 000000000..0347fb602 --- /dev/null +++ b/Content/Maps/brain_1780860464.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fed4261e80c24f97843041099d7bd4a0dade40c9ecdcb246630cc606c06522d +size 8535 diff --git a/Content/Maps/brain_1780860769.umap b/Content/Maps/brain_1780860769.umap new file mode 100644 index 000000000..fb62ddb8f --- /dev/null +++ b/Content/Maps/brain_1780860769.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb3de1aa921e6b62cd6c1ff57ae8736d8b33401068ec64ed9026b0fde56cedf +size 8535 diff --git a/Content/Maps/brain_1780861079.umap b/Content/Maps/brain_1780861079.umap new file mode 100644 index 000000000..b77a54c72 --- /dev/null +++ b/Content/Maps/brain_1780861079.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90843010fe20d09333548b2323a2ddabc9436b283b8af678d8b5fa34bafd22ff +size 8535 diff --git a/Content/Maps/brain_1780861461.umap b/Content/Maps/brain_1780861461.umap new file mode 100644 index 000000000..176e0e1d1 --- /dev/null +++ b/Content/Maps/brain_1780861461.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce41580b7f5f520e590eeadc4ec74af91e47902f81b53763f162e71ff3261efd +size 8535 diff --git a/Content/Maps/brain_1780861817.umap b/Content/Maps/brain_1780861817.umap new file mode 100644 index 000000000..462af5cf4 --- /dev/null +++ b/Content/Maps/brain_1780861817.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5a73d9ad9ec9495e4ed9f580ab78159ce69f395572ce8e80f0451c99f7fb4b +size 8535 diff --git a/Content/Maps/brain_1780863636.umap b/Content/Maps/brain_1780863636.umap new file mode 100644 index 000000000..42dba3a6d --- /dev/null +++ b/Content/Maps/brain_1780863636.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab5901492fd4510eadd830463017287e02c2fdbbd3566bc538e14ea2f175bef +size 8535 diff --git a/Content/Maps/brain_1780865325.umap b/Content/Maps/brain_1780865325.umap new file mode 100644 index 000000000..bd5a00157 --- /dev/null +++ b/Content/Maps/brain_1780865325.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd7dd059d85b99618166c3ba66c35c7301ae0977e801c59024d6cfaf4a9a241 +size 8535 diff --git a/Content/Maps/brain_1780867174.umap b/Content/Maps/brain_1780867174.umap new file mode 100644 index 000000000..fcfda1e48 --- /dev/null +++ b/Content/Maps/brain_1780867174.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0761c039b38d103c9c951b9fbb2e7407c7689790c7ef35c05d91b6e0639a1f90 +size 8535 diff --git a/Content/Maps/brain_1780871838.umap b/Content/Maps/brain_1780871838.umap new file mode 100644 index 000000000..6cd193e56 --- /dev/null +++ b/Content/Maps/brain_1780871838.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d53647eb09db283525687fbdc6711ff847a872792f2a909161a6efb30bed97 +size 8535 diff --git a/Content/Maps/brain_1780872627.umap b/Content/Maps/brain_1780872627.umap new file mode 100644 index 000000000..0adcfd5f8 --- /dev/null +++ b/Content/Maps/brain_1780872627.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fd0887f4097bc0d5023a5de649c75df02f3f8ba5bb8185bb725792e1f32f4b +size 8535 diff --git a/Content/Maps/brain_1780873377.umap b/Content/Maps/brain_1780873377.umap new file mode 100644 index 000000000..bcadb589d --- /dev/null +++ b/Content/Maps/brain_1780873377.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1af2324d58e94f86c32797ae63e4a7b2e1a12cb0c3924c42c609ca12fb144a0 +size 8535 diff --git a/Content/Maps/brain_1780876321.umap b/Content/Maps/brain_1780876321.umap new file mode 100644 index 000000000..f094846da --- /dev/null +++ b/Content/Maps/brain_1780876321.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a029362c600d9435ef9743e7f707e6fe46cf667937a996f97aede413a3ce07b8 +size 8535 diff --git a/Content/Maps/brain_1780877262.umap b/Content/Maps/brain_1780877262.umap new file mode 100644 index 000000000..51e66423e --- /dev/null +++ b/Content/Maps/brain_1780877262.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663f09d64b296588bc854987e6afd8bbbfb371a0f7c7ea58f7c7e06549d41aaf +size 8535 diff --git a/Content/Maps/brain_1780883781.umap b/Content/Maps/brain_1780883781.umap new file mode 100644 index 000000000..8bcc60d26 --- /dev/null +++ b/Content/Maps/brain_1780883781.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff916e9311d1e82ccfb51edbf46b986a6c2a923432c389c5cb9f25fbd499d87a +size 8535 diff --git a/Content/Maps/brain_1781024760.umap b/Content/Maps/brain_1781024760.umap new file mode 100644 index 000000000..9d3f80be1 --- /dev/null +++ b/Content/Maps/brain_1781024760.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faccef476c2f5ba8eb216b73ddf8147d88c62967a36b4ea36dd8705d9b5f1b78 +size 8535 diff --git a/Content/Maps/brain_1781027852.umap b/Content/Maps/brain_1781027852.umap new file mode 100644 index 000000000..316a56a91 --- /dev/null +++ b/Content/Maps/brain_1781027852.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fb5dc9532e02be0a5ed8ae0f3a82daf427a382a1ca0f2be01af03fa474c3e5 +size 8535 diff --git a/Content/Maps/brain_1781029063.umap b/Content/Maps/brain_1781029063.umap new file mode 100644 index 000000000..194883f65 --- /dev/null +++ b/Content/Maps/brain_1781029063.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2e215cb829dd0694bc87cc240934ba738a7b07b64972efd2daf16a899dd24a +size 8535 diff --git a/Content/Maps/brain_1781038315.umap b/Content/Maps/brain_1781038315.umap new file mode 100644 index 000000000..8e3d423b0 --- /dev/null +++ b/Content/Maps/brain_1781038315.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3897de82a7648cb6794c35537fdc5dc098cee2d414cfd292864e66952384bc26 +size 8535 diff --git a/Content/Maps/brain_1781039865.umap b/Content/Maps/brain_1781039865.umap new file mode 100644 index 000000000..4fbc72560 --- /dev/null +++ b/Content/Maps/brain_1781039865.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc6636c24d1b563335e54e42ff285b7e1c4214729fd21fd9eacddbd49fe2b57 +size 8535 diff --git a/Content/Maps/brain_1781041294.umap b/Content/Maps/brain_1781041294.umap new file mode 100644 index 000000000..083f9da57 --- /dev/null +++ b/Content/Maps/brain_1781041294.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f527c0bb2c184dfb2553c0db25fc1995d51e3345912ff574e05e72266a0d0861 +size 8535 diff --git a/Content/Maps/brain_1781042242.umap b/Content/Maps/brain_1781042242.umap new file mode 100644 index 000000000..6434bf63b --- /dev/null +++ b/Content/Maps/brain_1781042242.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf56fd587bdd72a2b7280c4f5affe92394ee6f7fb6542f2b754b6c8130137eb +size 8535 diff --git a/Content/Maps/brain_1781043489.umap b/Content/Maps/brain_1781043489.umap new file mode 100644 index 000000000..7418cc4cb --- /dev/null +++ b/Content/Maps/brain_1781043489.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3de79a4d7c7c4f4c9ee4a638452cfb72482673991d33612de37deda461a052d +size 8535 diff --git a/Content/Maps/brain_1781045354.umap b/Content/Maps/brain_1781045354.umap new file mode 100644 index 000000000..625c421b4 --- /dev/null +++ b/Content/Maps/brain_1781045354.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f575565953ff02931584c072e4c3fe94f6fc4184ddca38ac09f78846a6a2efaa +size 8535 diff --git a/Content/Maps/brain_1781123904.umap b/Content/Maps/brain_1781123904.umap new file mode 100644 index 000000000..c1c623374 --- /dev/null +++ b/Content/Maps/brain_1781123904.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495597dadf2a76459a8e61a79f906d42d6a6c599a0eff6415a51c904b3329ff9 +size 8535 diff --git a/Content/Maps/brain_1781126376.umap b/Content/Maps/brain_1781126376.umap new file mode 100644 index 000000000..e0e13d61b --- /dev/null +++ b/Content/Maps/brain_1781126376.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197bd58494eeba49132a79e66e402f09938397d4f3f4fa0bc0878194690f78d5 +size 8535 diff --git a/Content/Maps/brain_1781285398.umap b/Content/Maps/brain_1781285398.umap new file mode 100644 index 000000000..f91e0e4e5 --- /dev/null +++ b/Content/Maps/brain_1781285398.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6753083c57a0d0c6df744629fa1c4969f1d38b1fcd462b1f4f191027a08592 +size 8535 diff --git a/Content/Maps/brain_1781285467.umap b/Content/Maps/brain_1781285467.umap new file mode 100644 index 000000000..ba2c99748 --- /dev/null +++ b/Content/Maps/brain_1781285467.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc155911e1a8719ee48b56aebb56381bb8a0e5246b485541276d8423f1293737 +size 8535 diff --git a/Content/Maps/brain_1781285530.umap b/Content/Maps/brain_1781285530.umap new file mode 100644 index 000000000..ecdbcfcec --- /dev/null +++ b/Content/Maps/brain_1781285530.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22b2c7379ff26cb7e4028daec0411eb02e86ea34a1b316a79fb0094de6116f5 +size 8535 diff --git a/Content/Maps/brain_1781287168.umap b/Content/Maps/brain_1781287168.umap new file mode 100644 index 000000000..d326e38eb --- /dev/null +++ b/Content/Maps/brain_1781287168.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9617bdcb90ec883953ec166b29c25d009f4db9235949bac1113151cd575eb4a1 +size 8535 diff --git a/Content/Maps/brain_1781287500.umap b/Content/Maps/brain_1781287500.umap new file mode 100644 index 000000000..98f839d86 --- /dev/null +++ b/Content/Maps/brain_1781287500.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6533f4aa6a7fcd21f9f1f24b71079a0dd6c70e9813916e8778b4f0b8d53c121 +size 8535 diff --git a/Content/Maps/brain_1781287578.umap b/Content/Maps/brain_1781287578.umap new file mode 100644 index 000000000..e9d0996ce --- /dev/null +++ b/Content/Maps/brain_1781287578.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31860842b8de4142e736eced5758f5070e4e8c0806910cf5658430f57fccfc0 +size 8535 diff --git a/Content/Maps/brain_1781288998.umap b/Content/Maps/brain_1781288998.umap new file mode 100644 index 000000000..824d02351 --- /dev/null +++ b/Content/Maps/brain_1781288998.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa07273b154561f8d0958ee1c38c3e8f15090d78362572d655177ec3a8361750 +size 8535 diff --git a/Content/Maps/brain_1781289072.umap b/Content/Maps/brain_1781289072.umap new file mode 100644 index 000000000..c8ffa72c3 --- /dev/null +++ b/Content/Maps/brain_1781289072.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453553b479a53df8a5772fef2f7d5e364be3804a89a87f481b519d8039afced0 +size 8535 diff --git a/Content/Maps/brain_1781289159.umap b/Content/Maps/brain_1781289159.umap new file mode 100644 index 000000000..592ef03bf --- /dev/null +++ b/Content/Maps/brain_1781289159.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce04bf78a683a3043eda67ef94292ce7bafdadb1655e62107dab6c9d139f4ee7 +size 8535 diff --git a/Content/Maps/brain_1781289963.umap b/Content/Maps/brain_1781289963.umap new file mode 100644 index 000000000..d97ebd6e7 --- /dev/null +++ b/Content/Maps/brain_1781289963.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6baf4289a831ac5ccd8ce48681526749ae20cd069dc3e84b128cf1c0cd244f00 +size 8535 diff --git a/Content/Maps/brain_1781290017.umap b/Content/Maps/brain_1781290017.umap new file mode 100644 index 000000000..5c092d183 --- /dev/null +++ b/Content/Maps/brain_1781290017.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff44cd504fc30f00f8736b5a6f96db75244db4dc0f4da33b97c84ed93bb89e85 +size 8535 diff --git a/Content/Maps/brain_1781290062.umap b/Content/Maps/brain_1781290062.umap new file mode 100644 index 000000000..a540a09ce --- /dev/null +++ b/Content/Maps/brain_1781290062.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf415fc714280d73184f97c810d0f61fcb918b730a95bea6ff208c1e7afcf89 +size 8535 diff --git a/Content/Maps/brain_1781291467.umap b/Content/Maps/brain_1781291467.umap new file mode 100644 index 000000000..52f5732fa --- /dev/null +++ b/Content/Maps/brain_1781291467.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a30d3be2b0d6ed8a82b454c6d5ccc73bd54ca45dcbd28a1d6215fc3c9c36b6c +size 8535 diff --git a/Content/Maps/brain_1781292049.umap b/Content/Maps/brain_1781292049.umap new file mode 100644 index 000000000..6b691a1d1 --- /dev/null +++ b/Content/Maps/brain_1781292049.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbca781ea344ca258a52367992ba989326cc22f6794a7762cea0972eeff9bd4f +size 8535 diff --git a/Content/Maps/brain_1781292673.umap b/Content/Maps/brain_1781292673.umap new file mode 100644 index 000000000..80dd066dc --- /dev/null +++ b/Content/Maps/brain_1781292673.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4f40e510d633fe0e7c7a1b83372ee2c0212177fd390b597231630e13edbddf +size 8535 diff --git a/Content/Maps/brain_1781358073.umap b/Content/Maps/brain_1781358073.umap new file mode 100644 index 000000000..4f3bdd177 --- /dev/null +++ b/Content/Maps/brain_1781358073.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da75e7080c2594ccebbf28e14187ecfcf056d4576a326f512f864aa3e131181 +size 8535 diff --git a/Content/Maps/brain_1781363526.umap b/Content/Maps/brain_1781363526.umap new file mode 100644 index 000000000..bf17f83ad --- /dev/null +++ b/Content/Maps/brain_1781363526.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06985e6caf757e72ba9c0cb02f9d924f7c97d244954679b9a2f71aeb872d2b3 +size 8535 diff --git a/Content/Maps/brain_1781364682.umap b/Content/Maps/brain_1781364682.umap new file mode 100644 index 000000000..7c7ad105a --- /dev/null +++ b/Content/Maps/brain_1781364682.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9adc7f49860a35e12322e5ca9c077b4fdac5c24810deb8ec0f761746c85a2b +size 8535 diff --git a/Content/Maps/brain_1781365839.umap b/Content/Maps/brain_1781365839.umap new file mode 100644 index 000000000..705083be9 --- /dev/null +++ b/Content/Maps/brain_1781365839.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e98e3ecabd7473818818ed6b7959c22ea70dc97bdb82351d4ae47081d7d98d +size 8535 diff --git a/Content/Maps/brain_1781379600.umap b/Content/Maps/brain_1781379600.umap new file mode 100644 index 000000000..569f86da6 --- /dev/null +++ b/Content/Maps/brain_1781379600.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb950a1652d5c9ae8ef45f3489298804cb8a7c41bb542c95ecf290fb1a87ecf1 +size 8535 diff --git a/Content/Maps/brain_1781394563.umap b/Content/Maps/brain_1781394563.umap new file mode 100644 index 000000000..ca1151f5c --- /dev/null +++ b/Content/Maps/brain_1781394563.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecba46fd94d8e6055f7839114ed24089c2bf562abcd1d0fbe902bdbdf91a17ca +size 8535 diff --git a/Content/Maps/brain_1781395068.umap b/Content/Maps/brain_1781395068.umap new file mode 100644 index 000000000..243a43a14 --- /dev/null +++ b/Content/Maps/brain_1781395068.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0918e8f82048c9f330761cb507655108e4a9a3ea1eb48fd882a8d25f0e2ae9e +size 8535 diff --git a/Content/Maps/brain_1781468286.umap b/Content/Maps/brain_1781468286.umap new file mode 100644 index 000000000..ab8053fbe --- /dev/null +++ b/Content/Maps/brain_1781468286.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0bbbec8a1c9aa0de9f2fe459a8d6ed3bbc271d46b4d68b2882b37745f93268 +size 8535 diff --git a/Content/Maps/brain_1781732451.umap b/Content/Maps/brain_1781732451.umap new file mode 100644 index 000000000..c561618ed --- /dev/null +++ b/Content/Maps/brain_1781732451.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e688a632ab52d294e783879ed1025fa99e3fc50433fe04a1541d75cf06d50957 +size 8535 diff --git a/Content/Maps/brain_1781772410.umap b/Content/Maps/brain_1781772410.umap new file mode 100644 index 000000000..a48de097f --- /dev/null +++ b/Content/Maps/brain_1781772410.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c1dad178a48bbdb852c097b2ebca7d299f3977c27a26da28230f0de9d7da43 +size 8535 diff --git a/Content/Maps/brain_1781776528.umap b/Content/Maps/brain_1781776528.umap new file mode 100644 index 000000000..63342b934 --- /dev/null +++ b/Content/Maps/brain_1781776528.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e7d86fdc7b9e1c8834fc60f0352661ee922b0fe4b820eaaf2df2ee06b624c7 +size 8535 diff --git a/Content/Maps/brain_1781780955.umap b/Content/Maps/brain_1781780955.umap new file mode 100644 index 000000000..2fedc7697 --- /dev/null +++ b/Content/Maps/brain_1781780955.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afae2f0c6def1b59676f6d86bacf290b2e268289a64a5332fc87a91815b4c721 +size 8535 diff --git a/Content/Maps/coldstart_test.umap b/Content/Maps/coldstart_test.umap new file mode 100644 index 000000000..37aba3d17 --- /dev/null +++ b/Content/Maps/coldstart_test.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd0349fd6f0f6e9dc4a451617741926bcff8e99912a7d5a1425b6fd974d7d88 +size 8540 diff --git a/Content/Maps/coldstart_v2.umap b/Content/Maps/coldstart_v2.umap new file mode 100644 index 000000000..e50eb45ba --- /dev/null +++ b/Content/Maps/coldstart_v2.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a641770b3fcedec2d273a8e7fa8459a19651e9aa82d6ae761bf9da9c4c8cad +size 8534 diff --git a/Content/Maps/coldstart_v3.umap b/Content/Maps/coldstart_v3.umap new file mode 100644 index 000000000..bd0f0e8ab --- /dev/null +++ b/Content/Maps/coldstart_v3.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916a26b28756ec963ef7b6314ad884230d8f534712e8be98eb4ea6ece5120188 +size 8534 diff --git a/Content/Maps/crashfix_test.umap b/Content/Maps/crashfix_test.umap new file mode 100644 index 000000000..2f69b0782 --- /dev/null +++ b/Content/Maps/crashfix_test.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471353fe310ec2ae5cfbcf53ff1ef74d97b3a6d8e01fa7379421e23bdcffa6fb +size 8537 diff --git a/Content/Maps/exact_1776550406.umap b/Content/Maps/exact_1776550406.umap new file mode 100644 index 000000000..cb4ffdb78 --- /dev/null +++ b/Content/Maps/exact_1776550406.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36334e043f7dd100a8f43b7cfdb536baef3e306fe62f2c1d618b010be2b0ff9a +size 8423 diff --git a/Content/Maps/isolate_abs_1776550433.umap b/Content/Maps/isolate_abs_1776550433.umap new file mode 100644 index 000000000..29787cc89 --- /dev/null +++ b/Content/Maps/isolate_abs_1776550433.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9068338277a794750fa11e390a09841f58fdffdd1d569ab5ca4109473a90747 +size 8441 diff --git a/Content/Maps/lltest_1776550007.umap b/Content/Maps/lltest_1776550007.umap new file mode 100644 index 000000000..c6e102ba2 --- /dev/null +++ b/Content/Maps/lltest_1776550007.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f1dbf6c425dbd89d16c8a621a277bb5a0df70a0b7dae578c53f955561fd8dd +size 8426 diff --git a/Content/Maps/niagara.umap b/Content/Maps/niagara.umap new file mode 100644 index 000000000..437641dd1 --- /dev/null +++ b/Content/Maps/niagara.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278d127526d0b1a431e468552eba5a4826ac10daac3439befef2666bb94e5fa8 +size 8407 diff --git a/Content/Maps/test_stepwise.umap b/Content/Maps/test_stepwise.umap new file mode 100644 index 000000000..2eb34ab24 --- /dev/null +++ b/Content/Maps/test_stepwise.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450018f59ae96f1ad0602eca802f557850fe176162cec4161805f8c3770fa22f +size 8537 diff --git a/Content/Materials/Generated/M_IsolatedBlue.uasset b/Content/Materials/Generated/M_IsolatedBlue.uasset new file mode 100644 index 000000000..8bc58099a --- /dev/null +++ b/Content/Materials/Generated/M_IsolatedBlue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6dd417cc04c95b837a7ecaf45bf853ff8b672b76a2feedfe25c6b610855ebd +size 5443 diff --git a/Content/Materials/Generated/M_ParisProbeBlue.uasset b/Content/Materials/Generated/M_ParisProbeBlue.uasset new file mode 100644 index 000000000..2a89eeef7 --- /dev/null +++ b/Content/Materials/Generated/M_ParisProbeBlue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642ea04b820af5efa16937adda24828c64cfe7b5c206ee21f356014ff6730a4f +size 4995 diff --git a/Content/MetaHumans/Aera_MHC/BP_Aera.uasset b/Content/MetaHumans/Aera_MHC/BP_Aera.uasset new file mode 100644 index 000000000..a4b75be34 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/BP_Aera.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d234e1ef5695310bcc00588a2c1d70fe278ba5a1dce017eed3346c7f67d150 +size 206686 diff --git a/Content/MetaHumans/Aera_MHC/BP_Aera_Guides_Child.uasset b/Content/MetaHumans/Aera_MHC/BP_Aera_Guides_Child.uasset new file mode 100644 index 000000000..c3e40c63c --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/BP_Aera_Guides_Child.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0207a60a68273a4104f8dab4ab9b366807ae08e03a5eb9655af1670dc4ca4b93 +size 43091 diff --git a/Content/MetaHumans/Aera_MHC/BP_Aera_Spline_Child.uasset b/Content/MetaHumans/Aera_MHC/BP_Aera_Spline_Child.uasset new file mode 100644 index 000000000..677683e40 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/BP_Aera_Spline_Child.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b2b8d9b078d59006ca6ba284eb7ae60a082e4366179fe394f77fc4d24b4ea2 +size 41401 diff --git a/Content/MetaHumans/Aera_MHC/BP_Aera_Strands_Child.uasset b/Content/MetaHumans/Aera_MHC/BP_Aera_Strands_Child.uasset new file mode 100644 index 000000000..b7b25ab5a --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/BP_Aera_Strands_Child.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f178ff727e3cb9d5ca306abbd9881316a644692b0f4578efc9a3c1eb1c2336d +size 41428 diff --git a/Content/MetaHumans/Aera_MHC/BP_HairLgt.uasset b/Content/MetaHumans/Aera_MHC/BP_HairLgt.uasset new file mode 100644 index 000000000..ef9492040 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/BP_HairLgt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77d9788ee3c3841766f960f6bfbe0d04d5ddef5a7502ded67f863c060507069 +size 31944 diff --git a/Content/MetaHumans/Aera_MHC/Body/Baked/T_Body_BC_VT.uasset b/Content/MetaHumans/Aera_MHC/Body/Baked/T_Body_BC_VT.uasset new file mode 100644 index 000000000..f5e1e0112 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Body/Baked/T_Body_BC_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14a6d358f157b9673db903382de1806753530ba571efbb900343b06c4770dc1 +size 835528 diff --git a/Content/MetaHumans/Aera_MHC/Body/Baked/T_Body_N_VT.uasset b/Content/MetaHumans/Aera_MHC/Body/Baked/T_Body_N_VT.uasset new file mode 100644 index 000000000..8f4d4ba7b --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Body/Baked/T_Body_N_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e61ef8541b02d4099a1f63fcb330bcaec463638c05ba61d80b1ac2b07ee763 +size 1302835 diff --git a/Content/MetaHumans/Aera_MHC/Body/Baked/T_Body_SRMF_VT.uasset b/Content/MetaHumans/Aera_MHC/Body/Baked/T_Body_SRMF_VT.uasset new file mode 100644 index 000000000..935157be7 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Body/Baked/T_Body_SRMF_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d4ea8d18327dfca4b43c2ac68b1082758621b533c28941617450c868d1759a +size 1159697 diff --git a/Content/MetaHumans/Aera_MHC/Body/Baked/T_Body_Scatter_VT.uasset b/Content/MetaHumans/Aera_MHC/Body/Baked/T_Body_Scatter_VT.uasset new file mode 100644 index 000000000..e48ed0cc3 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Body/Baked/T_Body_Scatter_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f1aa73194724b1d5b30e4efa8cea3f641565e3d5770969c3ecf957ce50fb8f +size 158462 diff --git a/Content/MetaHumans/Aera_MHC/Body/Materials/MI_Body_Baked_VT.uasset b/Content/MetaHumans/Aera_MHC/Body/Materials/MI_Body_Baked_VT.uasset new file mode 100644 index 000000000..23b7a1192 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Body/Materials/MI_Body_Baked_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23eadbfa481cf9e23cfba7d6530ebcfc9b377baf75a8c818675f4fe26e7c1340 +size 14914 diff --git a/Content/MetaHumans/Aera_MHC/Body/PHYS_Aera_CE_MHC.uasset b/Content/MetaHumans/Aera_MHC/Body/PHYS_Aera_CE_MHC.uasset new file mode 100644 index 000000000..5f0bd9be9 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Body/PHYS_Aera_CE_MHC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544bfbb68297e0c14ac1bd04f99db53c334b0878358cea66be0e38bc3a354528 +size 218654 diff --git a/Content/MetaHumans/Aera_MHC/Body/SKM_Aera_CE_MHC_BodyMesh.uasset b/Content/MetaHumans/Aera_MHC/Body/SKM_Aera_CE_MHC_BodyMesh.uasset new file mode 100644 index 000000000..35096b3f8 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Body/SKM_Aera_CE_MHC_BodyMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a26458e4f5826d98ed5a422de2bd15eab4d411273a8cb80b6f4bf16b26e5b47 +size 16342638 diff --git a/Content/MetaHumans/Aera_MHC/Clothing/Aera_CE_MHC_Outfits.uasset b/Content/MetaHumans/Aera_MHC/Clothing/Aera_CE_MHC_Outfits.uasset new file mode 100644 index 000000000..4fe11bb7e --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Clothing/Aera_CE_MHC_Outfits.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7daf38e4b1d228e793849a23a854295c63043707ebfef478b1f50f95d6dfb88a +size 5264685 diff --git a/Content/MetaHumans/Aera_MHC/Clothing/MID_M_DG_bodyShapeA_Shirt_67.uasset b/Content/MetaHumans/Aera_MHC/Clothing/MID_M_DG_bodyShapeA_Shirt_67.uasset new file mode 100644 index 000000000..c1af101b5 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Clothing/MID_M_DG_bodyShapeA_Shirt_67.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119ed31412f42246b1e6c40975ce8b37b6e7335ecf394d0ad398fbeab06ae411 +size 8397 diff --git a/Content/MetaHumans/Aera_MHC/Clothing/MID_M_DG_bodyShapeA_Short_66.uasset b/Content/MetaHumans/Aera_MHC/Clothing/MID_M_DG_bodyShapeA_Short_66.uasset new file mode 100644 index 000000000..bc5d06c3d --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Clothing/MID_M_DG_bodyShapeA_Short_66.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecaeecbb3f27f32be177743040e6e40fec81a6ff0a37ae677d4a75cc5098b83c +size 8383 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_BakedNormal_LOD3.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_BakedNormal_LOD3.uasset new file mode 100644 index 000000000..7fce5099e --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_BakedNormal_LOD3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8987d14e965bc3b8fed60e28c486d5e2525df9a3ca09829d786f5952c7907653 +size 94722 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_BakedNormal_LOD5.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_BakedNormal_LOD5.uasset new file mode 100644 index 000000000..56ae73cd2 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_BakedNormal_LOD5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be4fb0046d86e55fe1a1771f300f3eaab2f7b0182f25366708080e27d1df110 +size 103969 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeIrisL_BC.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeIrisL_BC.uasset new file mode 100644 index 000000000..95383a6b2 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeIrisL_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc9a66b82ba75b5fb25056c83da8fb30280aba19e7ac5d90fefbd5cf7f19fd1 +size 1561119 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeIrisL_N.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeIrisL_N.uasset new file mode 100644 index 000000000..bef6f6d42 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeIrisL_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd1bfdaa2201a0b7493c8881ee14423090b9edb73ad685474265f91a1274768 +size 2793362 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeIrisR_BC.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeIrisR_BC.uasset new file mode 100644 index 000000000..91ee74920 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeIrisR_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7772c337d5aed1ae538ef1b2035a903199d25b5a38f51ce21fed6b18c30a78db +size 1559836 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeIrisR_N.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeIrisR_N.uasset new file mode 100644 index 000000000..26e11a232 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeIrisR_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6532063677e2cdd01ad8dd3d884a937cf52420c99a863fcbb1b74de13a44fcfa +size 2793362 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeScleraL_BC.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeScleraL_BC.uasset new file mode 100644 index 000000000..f5e30d6c5 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeScleraL_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636c262f2adc1c3e56987f48710de9797b3594462c9d7efcf6ed32a00d4a0ce3 +size 2557602 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeScleraL_N.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeScleraL_N.uasset new file mode 100644 index 000000000..834f9c8a9 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeScleraL_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6faa7fe573ede95c7b0a1a9be42c326be1ebea37f7263e0f76d7700e1619436a +size 2311052 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeScleraR_BC.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeScleraR_BC.uasset new file mode 100644 index 000000000..d4e28c5be --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeScleraR_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592110e9d16ad8edb90afeae796893ffe8464176325666cffc48111720609c17 +size 2889280 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeScleraR_N.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeScleraR_N.uasset new file mode 100644 index 000000000..c124b2c06 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_EyeScleraR_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4038aa3ea8cac86b7c935103ac27c538f0a474e4a74b88ee4f848bdd88c92ff0 +size 2432860 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD1_BC_VT.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD1_BC_VT.uasset new file mode 100644 index 000000000..b580332cb --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD1_BC_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b5d95e2f163a595dc68f995ff9f343fa9de9fb6b97b69c6db9ed2f6bb57794 +size 10932971 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD1_N_VT.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD1_N_VT.uasset new file mode 100644 index 000000000..5422258de --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD1_N_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceaaf2189291963d94d22eb41f3ad1a58d5d527918c67bf86f93820600f65274 +size 37934096 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD1_SRMF_VT.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD1_SRMF_VT.uasset new file mode 100644 index 000000000..8d5b51b41 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD1_SRMF_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aadc140c124bf1ee06d3182136bec423214067a43cec178f3c6bf35a69e34318 +size 34892992 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD1_Scatter_VT.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD1_Scatter_VT.uasset new file mode 100644 index 000000000..dd2760a80 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD1_Scatter_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903c50c3ffd7b847a7f7e88c890d8635f40b528c456cc2751600388f257262f0 +size 90795 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD3_BC_VT.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD3_BC_VT.uasset new file mode 100644 index 000000000..4896f238f --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD3_BC_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3a95e8634245c5be56fb9ff35a633cd652d5c1e74166150d2a9f7f42f331d5 +size 8049381 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD3_N_VT.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD3_N_VT.uasset new file mode 100644 index 000000000..ba6b42880 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD3_N_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bdb57468c1e61162fac27af92afd4a4cd2b60d5300c4db69b15fbfd4ea4ae6 +size 37949643 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD3_SRMF_VT.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD3_SRMF_VT.uasset new file mode 100644 index 000000000..e84c94474 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD3_SRMF_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a9f98b9947d4ac4598b40b0d7fa7761ce9f47636a444232c1302da73e81691 +size 32704793 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD3_Scatter_VT.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD3_Scatter_VT.uasset new file mode 100644 index 000000000..5569f34cb --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD3_Scatter_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c215972885b5c01057487e1f94471ecb7e14f9e59376724d2b2329e27be16c8 +size 90302 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD5to7_BC_VT.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD5to7_BC_VT.uasset new file mode 100644 index 000000000..b04d5d741 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD5to7_BC_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814fa248684d88f4c3c1b75bf58d256970c78f78f9e4de3bfcee577344b7e486 +size 8049396 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD5to7_N_VT.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD5to7_N_VT.uasset new file mode 100644 index 000000000..c7b64e3c1 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD5to7_N_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a7df5b0cffd9113d671821905abb1d3aa6f029c4c7bca73ffbc4d40d457f07 +size 37949658 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD5to7_SRMF.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD5to7_SRMF.uasset new file mode 100644 index 000000000..78303f275 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD5to7_SRMF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c060c98dc66639f829d7e7bd9726b36bb8f61bc7211c2a048da2fa68da0dc362 +size 32801188 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD5to7_Scatter_VT.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD5to7_Scatter_VT.uasset new file mode 100644 index 000000000..2a9ca7fc0 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Head_LOD5to7_Scatter_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93a28a8b8121d57f9ceb1bfedaf97df8f2aaab09d501dce7fc2e4eaae26e8c5 +size 90317 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_Teeth_BC.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Teeth_BC.uasset new file mode 100644 index 000000000..ca5b39684 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Teeth_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c0146a6d8855768363dc2de8d13cb4568fdf8b7c38fded7549670dab57f8d3 +size 991591 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_Teeth_N.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Teeth_N.uasset new file mode 100644 index 000000000..9da7ed0de --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Teeth_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6f70c7fd4c7efb14ec44cc784a9845b37007827b2a36fa2ca3ec16606ed3da +size 6117495 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_Teeth_SRM.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Teeth_SRM.uasset new file mode 100644 index 000000000..12aab88fc --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Teeth_SRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b31d8662a0dc1d876b814d0479345ad611054fd78f5fb3aaa0dfc39caa8dae6 +size 688739 diff --git a/Content/MetaHumans/Aera_MHC/Face/Baked/T_Teeth_Scatter.uasset b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Teeth_Scatter.uasset new file mode 100644 index 000000000..500fc1dda --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Baked/T_Teeth_Scatter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1619160133b8f802ff60d67b6549c30426552b7a9e9ddfcdc2ce93bb3d7b18 +size 5710 diff --git a/Content/MetaHumans/Aera_MHC/Face/Materials/MI_EyeL_Baked.uasset b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_EyeL_Baked.uasset new file mode 100644 index 000000000..f66ed3aec --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_EyeL_Baked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6493140f0d0cd7bb5c62a7d74df2c2dc4c2aa7947f5232b5af397d420f3589c0 +size 12200 diff --git a/Content/MetaHumans/Aera_MHC/Face/Materials/MI_EyeR_Baked.uasset b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_EyeR_Baked.uasset new file mode 100644 index 000000000..4fa082fa1 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_EyeR_Baked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43754a828141b98080557937751768f365ca3146d9979928f6b6f0a84c657f2 +size 11480 diff --git a/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_EyeShell.uasset b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_EyeShell.uasset new file mode 100644 index 000000000..b7393878a --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_EyeShell.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31351ebcb36f81601e9152348bcb252a48495d1fb573e894bdb0cc96f43a207 +size 5465 diff --git a/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_EyelashesHiLODs.uasset b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_EyelashesHiLODs.uasset new file mode 100644 index 000000000..c9c435077 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_EyelashesHiLODs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37b89a4142a542a39db4143d1822356e3a868001025d6465a0ee2d562d946d1 +size 8746 diff --git a/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_LacrimalFluid.uasset b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_LacrimalFluid.uasset new file mode 100644 index 000000000..6e635e484 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_LacrimalFluid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5010002da078cb47f45d92bb2e3f377cffd362a5a395ff7b95441245c240db4a +size 5866 diff --git a/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_Skin_Baked_LOD1_VT.uasset b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_Skin_Baked_LOD1_VT.uasset new file mode 100644 index 000000000..43b418601 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_Skin_Baked_LOD1_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea49080ba7363ce629c9d1a9fb2fd7d7f1767b470e205198f0e9ff6de8bded2 +size 15062 diff --git a/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_Skin_Baked_LOD3_VT.uasset b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_Skin_Baked_LOD3_VT.uasset new file mode 100644 index 000000000..18fccdbdf --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_Skin_Baked_LOD3_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18074c2cf76fb8fbb59e3e106f4d76c24bc59ba993f133035b2a1700ba11d59e +size 15320 diff --git a/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_Skin_Baked_LOD5to7_VT.uasset b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_Skin_Baked_LOD5to7_VT.uasset new file mode 100644 index 000000000..5fb27656c --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Face_Skin_Baked_LOD5to7_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b049bc521db1bffdecfd202ed015cb68a30b15479af85484ef40b5bde3c4f3 +size 15148 diff --git a/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Teeth_Baked.uasset b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Teeth_Baked.uasset new file mode 100644 index 000000000..793cff515 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Materials/MI_Teeth_Baked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badf422d70975ad053bf122b5da43cf02e39db83145bcb3ce547b7a958bfd908 +size 13135 diff --git a/Content/MetaHumans/Aera_MHC/Face/SKM_Aera_CE_MHC_FaceMesh.uasset b/Content/MetaHumans/Aera_MHC/Face/SKM_Aera_CE_MHC_FaceMesh.uasset new file mode 100644 index 000000000..22b80df1d --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/SKM_Aera_CE_MHC_FaceMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4efaf1ca5bd1d767957c02b317e488c61617d78a20b81f5c279559e07f413ee +size 12091152 diff --git a/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Basecolor_Animated_CM1.uasset b/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Basecolor_Animated_CM1.uasset new file mode 100644 index 000000000..0323ebb86 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Basecolor_Animated_CM1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02fff253f975df57f3fe0d0e752a173370f55a3c6de141399eb5aeb5f5ed140e +size 142488 diff --git a/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Basecolor_Animated_CM2.uasset b/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Basecolor_Animated_CM2.uasset new file mode 100644 index 000000000..f65da34ff --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Basecolor_Animated_CM2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68708155d31a711a442ac87408c45e911701bf63ca3f3aeb76adf1137137f429 +size 128063 diff --git a/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Basecolor_Animated_CM3.uasset b/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Basecolor_Animated_CM3.uasset new file mode 100644 index 000000000..bb36dab61 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Basecolor_Animated_CM3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd805661d71d5e516424f76842c9b63b34bd21da61ea41254b816d608b9bbcc2 +size 52700 diff --git a/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Normal_Animated_WM1.uasset b/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Normal_Animated_WM1.uasset new file mode 100644 index 000000000..eafc8b107 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Normal_Animated_WM1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1260097e6a9a75803269982781bdedac8f9fe8b722c44f52763057ea626582ed +size 596298 diff --git a/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Normal_Animated_WM2.uasset b/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Normal_Animated_WM2.uasset new file mode 100644 index 000000000..85993ac05 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Normal_Animated_WM2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32139ce91e51001f9872bd7a73e8c1825e46a9b9bc9a8cffcc848bca39e45cb +size 591724 diff --git a/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Normal_Animated_WM3.uasset b/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Normal_Animated_WM3.uasset new file mode 100644 index 000000000..0d0bd927e --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Face/Textures/T_Face_Normal_Animated_WM3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f30e0259f3a4d2c53b575335cf247660a46b80d1b85bff8bc84207eff1193c +size 239365 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/DF_Hair_Guides.uasset b/Content/MetaHumans/Aera_MHC/Grooms/DF_Hair_Guides.uasset new file mode 100644 index 000000000..3cc3c479b --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/DF_Hair_Guides.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b4c45077d1286aa4aa0e70e1baf6f080af614806ae2ca58b9fe2336db48a5b +size 24964 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/DF_Hair_Spline.uasset b/Content/MetaHumans/Aera_MHC/Grooms/DF_Hair_Spline.uasset new file mode 100644 index 000000000..b792cc9ee --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/DF_Hair_Spline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d9c1c99394f3d808aeb37671a5f951d06a18a72515a283c192c8a19c7d31b1 +size 31660 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/DF_Hair_Strands.uasset b/Content/MetaHumans/Aera_MHC/Grooms/DF_Hair_Strands.uasset new file mode 100644 index 000000000..130330168 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/DF_Hair_Strands.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68dc322c89574fab9149a25ebfe9c4a4b4703386c6a1d1f615aa1124616218a9 +size 19800 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/Eyebrows_L_Shaded.uasset b/Content/MetaHumans/Aera_MHC/Grooms/Eyebrows_L_Shaded.uasset new file mode 100644 index 000000000..2927015e5 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/Eyebrows_L_Shaded.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c21cbf1c26d82fd971bca6525f90a525e9feb16a5ce65d85dd1a7823bb4772 +size 340856 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/Eyebrows_L_Shaded_Binding.uasset b/Content/MetaHumans/Aera_MHC/Grooms/Eyebrows_L_Shaded_Binding.uasset new file mode 100644 index 000000000..e70c21673 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/Eyebrows_L_Shaded_Binding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aef999344d931019616bb5088557fa68fab4490d8f87135f6b13e12cc443876 +size 6451 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/Eyebrows_L_Shaded_CardsMesh_Group0_LOD1.uasset b/Content/MetaHumans/Aera_MHC/Grooms/Eyebrows_L_Shaded_CardsMesh_Group0_LOD1.uasset new file mode 100644 index 000000000..aed0a1271 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/Eyebrows_L_Shaded_CardsMesh_Group0_LOD1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25249ba84ed4be524849602dba1097fd245413a69422877b845fde15b880553 +size 125227 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/Eyebrows_L_Shaded_CardsMesh_Group0_LOD3.uasset b/Content/MetaHumans/Aera_MHC/Grooms/Eyebrows_L_Shaded_CardsMesh_Group0_LOD3.uasset new file mode 100644 index 000000000..3f060bab8 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/Eyebrows_L_Shaded_CardsMesh_Group0_LOD3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e3f0796f3fa8db06be10b1c5a28f5f29ffa2084c820f05f976767393b1911e +size 65476 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/Eyelashes_L_SlightCurl.uasset b/Content/MetaHumans/Aera_MHC/Grooms/Eyelashes_L_SlightCurl.uasset new file mode 100644 index 000000000..accd28224 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/Eyelashes_L_SlightCurl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533ad7c3456eab3adef4cb85e4a7f4aea94075b485bd1bf415bdf0206157eab5 +size 172467 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/Eyelashes_L_SlightCurl_Binding.uasset b/Content/MetaHumans/Aera_MHC/Grooms/Eyelashes_L_SlightCurl_Binding.uasset new file mode 100644 index 000000000..9ec056335 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/Eyelashes_L_SlightCurl_Binding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44fca06b7ae66071cda0530e61cd0822138f9b633e33710c621f2648610e8db6 +size 6552 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/GB_Hair_L_DutchBraid.uasset b/Content/MetaHumans/Aera_MHC/Grooms/GB_Hair_L_DutchBraid.uasset new file mode 100644 index 000000000..be9f060c4 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/GB_Hair_L_DutchBraid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc0c12fb5f06979652398fbb6d90490cc4cc7b3903d8deacd247d088d2eaf7f +size 6795 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/Hair_L_DutchBraid.uasset b/Content/MetaHumans/Aera_MHC/Grooms/Hair_L_DutchBraid.uasset new file mode 100644 index 000000000..c236f23e2 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/Hair_L_DutchBraid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49af93062ed84e8175c9fad078a63172018675f517260fd2d140a13e542a9019 +size 63854904 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/Hair_L_DutchBraid_Helmet.uasset b/Content/MetaHumans/Aera_MHC/Grooms/Hair_L_DutchBraid_Helmet.uasset new file mode 100644 index 000000000..8164ddb55 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/Hair_L_DutchBraid_Helmet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2108d8ea122af481993b8b667bb2a8059f0251a41c795f985f21f9427038d43b +size 172458 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/Hair_L_DutchBraid_Spline.uasset b/Content/MetaHumans/Aera_MHC/Grooms/Hair_L_DutchBraid_Spline.uasset new file mode 100644 index 000000000..d9712322e --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/Hair_L_DutchBraid_Spline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154ba38246efcc0616fd7ac0037bc64775375c12637a52bb02ffce95011a19b7 +size 32594495 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/Hair_L_DutchBraid_Strands.uasset b/Content/MetaHumans/Aera_MHC/Grooms/Hair_L_DutchBraid_Strands.uasset new file mode 100644 index 000000000..0025f5056 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/Hair_L_DutchBraid_Strands.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dbb1a8054e30ffbd9324205a9fa82de99e431c206737e33eb2083b4b917b08d +size 150236658 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/MID_MI_Hair_63.uasset b/Content/MetaHumans/Aera_MHC/Grooms/MID_MI_Hair_63.uasset new file mode 100644 index 000000000..da9483e8d --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/MID_MI_Hair_63.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7615f3bf79db7d75d71ff5c5f83f1a424ec03c0e467f4f78c256c6a69ee060f +size 9141 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/MID_MI_Hair_65.uasset b/Content/MetaHumans/Aera_MHC/Grooms/MID_MI_Hair_65.uasset new file mode 100644 index 000000000..06f9b6bd7 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/MID_MI_Hair_65.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb1210bfce29fa7cff214135fb0572f10610da4f88c2eeea081cff8f7929010 +size 9141 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/MID_MI_Hair_Cards_61.uasset b/Content/MetaHumans/Aera_MHC/Grooms/MID_MI_Hair_Cards_61.uasset new file mode 100644 index 000000000..d093f0c9e --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/MID_MI_Hair_Cards_61.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17822c439260a89b0d3681b2dbbd9632b3ce72d00a5ccd2b4ebdaecb2b4a13d +size 7681 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/MID_MI_Hair_Helmet_62.uasset b/Content/MetaHumans/Aera_MHC/Grooms/MID_MI_Hair_Helmet_62.uasset new file mode 100644 index 000000000..945f446a3 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/MID_MI_Hair_Helmet_62.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65adbebab8d9bfe471d9c98df7088fc55845b5e6ad4b830a4b8f3a65e309fcc6 +size 7687 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/Textures/Eyebrows_L_Shaded_CardsAtlas_Attribute.uasset b/Content/MetaHumans/Aera_MHC/Grooms/Textures/Eyebrows_L_Shaded_CardsAtlas_Attribute.uasset new file mode 100644 index 000000000..1e89a61ed --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/Textures/Eyebrows_L_Shaded_CardsAtlas_Attribute.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25686d326089b3888694371a9e2bf6a0b04f32bbe091acea2fbdabdc53d3784 +size 1954508 diff --git a/Content/MetaHumans/Aera_MHC/Grooms/Textures/Texture2D_0.uasset b/Content/MetaHumans/Aera_MHC/Grooms/Textures/Texture2D_0.uasset new file mode 100644 index 000000000..503403b24 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Grooms/Textures/Texture2D_0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6a07f0aba86d5a33846d9113a9174440137e3aa41805d4efdb32a04c94eb2d +size 1969445 diff --git a/Content/MetaHumans/Aera_MHC/Hair_Deform_AnimBP.uasset b/Content/MetaHumans/Aera_MHC/Hair_Deform_AnimBP.uasset new file mode 100644 index 000000000..8355ea6c9 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Hair_Deform_AnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba67b184a47bc0e64591be1776bbddc43434d8460495e9b533ce52088968f8e +size 74031 diff --git a/Content/MetaHumans/Aera_MHC/Hair_L_DutchBraid_CtrlRig.uasset b/Content/MetaHumans/Aera_MHC/Hair_L_DutchBraid_CtrlRig.uasset new file mode 100644 index 000000000..be52f9d7e --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Hair_L_DutchBraid_CtrlRig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729d4bb1eb6320bbaa5d2effa943a2aa326708fb76657fc7f17c780c9497c28b +size 524964 diff --git a/Content/MetaHumans/Aera_MHC/Hair_L_DutchBraid_Helmet.uasset b/Content/MetaHumans/Aera_MHC/Hair_L_DutchBraid_Helmet.uasset new file mode 100644 index 000000000..f21e1cf1c --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Hair_L_DutchBraid_Helmet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa2d0f7156cd43c6305ef359c2c89fd1cc2d99068548fd2bd8512c3b05b9f51 +size 447225 diff --git a/Content/MetaHumans/Aera_MHC/Hair_L_DutchBraid_Helmet_Physics.uasset b/Content/MetaHumans/Aera_MHC/Hair_L_DutchBraid_Helmet_Physics.uasset new file mode 100644 index 000000000..30375ed11 --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Hair_L_DutchBraid_Helmet_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb5b8e55fdbccd3a4100eceed4c3d90e6798655d8ba0d84fa59f1878d2b3469 +size 27377 diff --git a/Content/MetaHumans/Aera_MHC/Hair_L_DutchBraid_Tri.uasset b/Content/MetaHumans/Aera_MHC/Hair_L_DutchBraid_Tri.uasset new file mode 100644 index 000000000..0276bcbed --- /dev/null +++ b/Content/MetaHumans/Aera_MHC/Hair_L_DutchBraid_Tri.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045a92404ae29bfc6e350d67769324ee454f7bf6f50d17b57d2925da7097cf45 +size 82799 diff --git a/Content/MetaHumans/Cen/BP_Cen.uasset b/Content/MetaHumans/Cen/BP_Cen.uasset new file mode 100644 index 000000000..37379cf59 --- /dev/null +++ b/Content/MetaHumans/Cen/BP_Cen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91023330a1b73e121cc130c0754dc968819712cb804715dce9a3e022b815a363 +size 168574 diff --git a/Content/MetaHumans/Cen/Body/BodyBaseColor.uasset b/Content/MetaHumans/Cen/Body/BodyBaseColor.uasset new file mode 100644 index 000000000..ab0f9c4c3 --- /dev/null +++ b/Content/MetaHumans/Cen/Body/BodyBaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fb508cd909a87b4b78a546b782ebf6597e594c1b8b2886e1c58222e58e8d51 +size 24734501 diff --git a/Content/MetaHumans/Cen/Face/Cen_FaceMesh.uasset b/Content/MetaHumans/Cen/Face/Cen_FaceMesh.uasset new file mode 100644 index 000000000..029fff839 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/Cen_FaceMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54108f7a1e4c18356febaa26ed3fb93ec4123243e2d4bb22ce51e1907cb81bdf +size 151066820 diff --git a/Content/MetaHumans/Cen/Face/FaceBakedGroomAttributeMap.uasset b/Content/MetaHumans/Cen/Face/FaceBakedGroomAttributeMap.uasset new file mode 100644 index 000000000..8515a31f7 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceBakedGroomAttributeMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308266c2e89ea2a548ba4d36e212dc36bdc7a0616ed146c380c21f282be20adf +size 81036 diff --git a/Content/MetaHumans/Cen/Face/FaceBakedGroomAttributeMap_LOD.uasset b/Content/MetaHumans/Cen/Face/FaceBakedGroomAttributeMap_LOD.uasset new file mode 100644 index 000000000..150618388 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceBakedGroomAttributeMap_LOD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4f0704893ec75a061085670fe45abc03196f5fa4e567b10b9385b0d42f85d0 +size 222714 diff --git a/Content/MetaHumans/Cen/Face/FaceBakedGroomRootTipGradientRegionMasks.uasset b/Content/MetaHumans/Cen/Face/FaceBakedGroomRootTipGradientRegionMasks.uasset new file mode 100644 index 000000000..c2474fe03 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceBakedGroomRootTipGradientRegionMasks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186443b8d795897569b0681550669ab2952ba61eeffa7ef7651c18922d0b1a98 +size 76341 diff --git a/Content/MetaHumans/Cen/Face/FaceBakedGroomRootTipGradientRegionMasks_LOD.uasset b/Content/MetaHumans/Cen/Face/FaceBakedGroomRootTipGradientRegionMasks_LOD.uasset new file mode 100644 index 000000000..abd6509a4 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceBakedGroomRootTipGradientRegionMasks_LOD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b005e9edd83fa5a1c8deed2ec857380a6dfec103a338a9ef2c672e21c1f176d +size 144027 diff --git a/Content/MetaHumans/Cen/Face/FaceCavity_MAIN.uasset b/Content/MetaHumans/Cen/Face/FaceCavity_MAIN.uasset new file mode 100644 index 000000000..ed3999188 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceCavity_MAIN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6d40d6b10f24b58e11bbae9871c84af9cd5a07bf446e1a66a54f8236f1792f +size 49504200 diff --git a/Content/MetaHumans/Cen/Face/FaceColor_CM1.uasset b/Content/MetaHumans/Cen/Face/FaceColor_CM1.uasset new file mode 100644 index 000000000..d16a97416 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceColor_CM1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7d3c4191ca6d19bb2d5a1420c676fb29d1fbf03958f9ea4c289fc994ff6f89 +size 5066693 diff --git a/Content/MetaHumans/Cen/Face/FaceColor_CM2.uasset b/Content/MetaHumans/Cen/Face/FaceColor_CM2.uasset new file mode 100644 index 000000000..6e3755fa0 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceColor_CM2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89908a6c7ca98b3909f5823391294a66cfa3541455c7d9d68422416eaa7addc +size 5053791 diff --git a/Content/MetaHumans/Cen/Face/FaceColor_CM3.uasset b/Content/MetaHumans/Cen/Face/FaceColor_CM3.uasset new file mode 100644 index 000000000..9cb049525 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceColor_CM3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332900b4094dab8d0140d6efe0b98cc97fca4c053157b7d13d78ec0465ca9444 +size 5062603 diff --git a/Content/MetaHumans/Cen/Face/FaceColor_MAIN.uasset b/Content/MetaHumans/Cen/Face/FaceColor_MAIN.uasset new file mode 100644 index 000000000..4328787b3 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceColor_MAIN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a902d149856e5ac85c7a76c9d25e625ec065d8454b6277b280185f98bfdf1d13 +size 5069278 diff --git a/Content/MetaHumans/Cen/Face/FaceColor_MAIN_LOD.uasset b/Content/MetaHumans/Cen/Face/FaceColor_MAIN_LOD.uasset new file mode 100644 index 000000000..8be386fca --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceColor_MAIN_LOD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c069a106d168c9913953e474ba6deffa000b804361ce2c017c3dc58c80d735f2 +size 5126916 diff --git a/Content/MetaHumans/Cen/Face/FaceEyeLipstickMask.uasset b/Content/MetaHumans/Cen/Face/FaceEyeLipstickMask.uasset new file mode 100644 index 000000000..6fea453cd --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceEyeLipstickMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29499afa221c3d8a1f14f261ceb06c3df7c65b3a4386f347365b5a9f01c91bba +size 175278 diff --git a/Content/MetaHumans/Cen/Face/FaceFoundationBlusherMask.uasset b/Content/MetaHumans/Cen/Face/FaceFoundationBlusherMask.uasset new file mode 100644 index 000000000..aa5805dac --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceFoundationBlusherMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb1d10a4fce741ffb4f86290a6732b290e8670ec150212e4c74b3fbe598efa2 +size 1664135 diff --git a/Content/MetaHumans/Cen/Face/FaceNormal_MAIN.uasset b/Content/MetaHumans/Cen/Face/FaceNormal_MAIN.uasset new file mode 100644 index 000000000..f3b84fc18 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceNormal_MAIN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650b08e84b1ca3df00901e979a33f880920041b210114bf513a30a424b05c96b +size 67207687 diff --git a/Content/MetaHumans/Cen/Face/FaceNormal_MAIN_LOD.uasset b/Content/MetaHumans/Cen/Face/FaceNormal_MAIN_LOD.uasset new file mode 100644 index 000000000..a9cf92817 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceNormal_MAIN_LOD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a5ba47309a50389f4dc60cced3c66de7ec70a4a6df07061d39df5eae5e4f95 +size 68280492 diff --git a/Content/MetaHumans/Cen/Face/FaceNormal_WM1.uasset b/Content/MetaHumans/Cen/Face/FaceNormal_WM1.uasset new file mode 100644 index 000000000..5eeeffe23 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceNormal_WM1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea8a5b9dc16fc0cc47ab4acf216d6e7a59676d2f882a6e6784b31bcfa47a4ae +size 78312225 diff --git a/Content/MetaHumans/Cen/Face/FaceNormal_WM2.uasset b/Content/MetaHumans/Cen/Face/FaceNormal_WM2.uasset new file mode 100644 index 000000000..8083df11d --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceNormal_WM2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba78f1b21202595dcd0cb5bd2407944c7342bcb12125aadb3573294e8b22f8a +size 79598848 diff --git a/Content/MetaHumans/Cen/Face/FaceNormal_WM3.uasset b/Content/MetaHumans/Cen/Face/FaceNormal_WM3.uasset new file mode 100644 index 000000000..dc38a1e3b --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceNormal_WM3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe8ec5384e43e6b3f4576aec2d634ca213c31f5bcbf8e7acef4d0c5c4889d8a +size 78319046 diff --git a/Content/MetaHumans/Cen/Face/FaceRoughness_MAIN.uasset b/Content/MetaHumans/Cen/Face/FaceRoughness_MAIN.uasset new file mode 100644 index 000000000..3c8d4ba24 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceRoughness_MAIN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df91c219827f5525f4a6a8c0d94e9d2725d62b7f40c26e59e8ab833626772d95 +size 3825255 diff --git a/Content/MetaHumans/Cen/Face/FaceRoughness_MAIN_LOD.uasset b/Content/MetaHumans/Cen/Face/FaceRoughness_MAIN_LOD.uasset new file mode 100644 index 000000000..22e2d2d37 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/FaceRoughness_MAIN_LOD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3bfeed01080987ec7b09bae7a4d97b89d5539c1cbaf38827d163b73576f799 +size 3825275 diff --git a/Content/MetaHumans/Cen/Face/LookDev/Materials/M_EyeRefractive_Inst_L.uasset b/Content/MetaHumans/Cen/Face/LookDev/Materials/M_EyeRefractive_Inst_L.uasset new file mode 100644 index 000000000..74c04040a --- /dev/null +++ b/Content/MetaHumans/Cen/Face/LookDev/Materials/M_EyeRefractive_Inst_L.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef4c2c4b660d7c5c925ee7aacbfb25021cc505dfc9b6fd06583919b9e22e0dd +size 15232 diff --git a/Content/MetaHumans/Cen/Face/LookDev/Materials/M_EyeRefractive_Inst_R.uasset b/Content/MetaHumans/Cen/Face/LookDev/Materials/M_EyeRefractive_Inst_R.uasset new file mode 100644 index 000000000..f735be7ca --- /dev/null +++ b/Content/MetaHumans/Cen/Face/LookDev/Materials/M_EyeRefractive_Inst_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e0a8c8844f05c84d9b84da3d33c51827c09d6eee626619320c4b392d4433ea +size 14747 diff --git a/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked.uasset b/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked.uasset new file mode 100644 index 000000000..5e1863fcc --- /dev/null +++ b/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b6fd29362ea3d78ea4dfc9bd3a8055e1b9eb662ec48e6dcccfe4f0c63d557b +size 73015 diff --git a/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked_LOD1.uasset b/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked_LOD1.uasset new file mode 100644 index 000000000..191fb4584 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked_LOD1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1934d5c326e7c32a497ec069de379e98f867b8be1e885f876a9a6203924c3e +size 73013 diff --git a/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked_LOD2.uasset b/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked_LOD2.uasset new file mode 100644 index 000000000..7d3101053 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked_LOD2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83abe7af6056f502a90652aeac85274fb422a1ff92688f9542f9870dc585371 +size 72620 diff --git a/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked_LOD3.uasset b/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked_LOD3.uasset new file mode 100644 index 000000000..2ce7ae105 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked_LOD3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c2984c8ac0bad854cd5221b61a96b503b2c1ab28d44e7627cb4d33d229d9b0 +size 72657 diff --git a/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked_LOD4.uasset b/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked_LOD4.uasset new file mode 100644 index 000000000..c02ff64c9 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked_LOD4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5721cc54ca1ce2cdb8222cab22709baebe3c026dff34d948501f7df4351543 +size 72657 diff --git a/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked_LOD5.uasset b/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked_LOD5.uasset new file mode 100644 index 000000000..171e364a7 --- /dev/null +++ b/Content/MetaHumans/Cen/Face/Materials/Materials/Baked/M_HeadSynthesized_Baked_LOD5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35889f93ee87e39bb86793ec158dd3a97545f5028ca40b91aaf4c5c6f186ade1 +size 72657 diff --git a/Content/MetaHumans/Cen/Female/Medium/NormalWeight/Body/f_med_nrw_body.uasset b/Content/MetaHumans/Cen/Female/Medium/NormalWeight/Body/f_med_nrw_body.uasset new file mode 100644 index 000000000..df02d5bb7 --- /dev/null +++ b/Content/MetaHumans/Cen/Female/Medium/NormalWeight/Body/f_med_nrw_body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ca12aa56aec0f1cbed80d689d022177bc4a7fbf18e96faf4ed74a4e8eb8b63 +size 5424978 diff --git a/Content/MetaHumans/Cen/FemaleHair/GroomBinding/Eyebrows_M_Thick_f_head_Archetype_Binding.uasset b/Content/MetaHumans/Cen/FemaleHair/GroomBinding/Eyebrows_M_Thick_f_head_Archetype_Binding.uasset new file mode 100644 index 000000000..9deaa7efe --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/GroomBinding/Eyebrows_M_Thick_f_head_Archetype_Binding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25bdbed4b2a18f4751cfe3fceb92b8f7187910b71fab665ce5c083f11485cbf +size 2136 diff --git a/Content/MetaHumans/Cen/FemaleHair/GroomBinding/Eyelashes_L_ThickCurl_f_med_nrw_head_skmesh_lod0_Face_Archetype_Binding.uasset b/Content/MetaHumans/Cen/FemaleHair/GroomBinding/Eyelashes_L_ThickCurl_f_med_nrw_head_skmesh_lod0_Face_Archetype_Binding.uasset new file mode 100644 index 000000000..615bb0f8d --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/GroomBinding/Eyelashes_L_ThickCurl_f_med_nrw_head_skmesh_lod0_Face_Archetype_Binding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7e50c64ac1e8445fae5121c653f56d1bb48cb0ee8d4ddc7ab3227b9d3e534a +size 2289 diff --git a/Content/MetaHumans/Cen/FemaleHair/GroomBinding/Hair_S_Pixie_f_head_Archetype_Binding.uasset b/Content/MetaHumans/Cen/FemaleHair/GroomBinding/Hair_S_Pixie_f_head_Archetype_Binding.uasset new file mode 100644 index 000000000..dad7d2dd3 --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/GroomBinding/Hair_S_Pixie_f_head_Archetype_Binding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7bc1a06a4427a07a3d5090ac8ed1165bbd7b310a0d9281d630847b5e512f47a +size 2116 diff --git a/Content/MetaHumans/Cen/FemaleHair/GroomBinding/Peachfuzz_M_Thin_f_head_Archetype_Binding.uasset b/Content/MetaHumans/Cen/FemaleHair/GroomBinding/Peachfuzz_M_Thin_f_head_Archetype_Binding.uasset new file mode 100644 index 000000000..92c204472 --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/GroomBinding/Peachfuzz_M_Thin_f_head_Archetype_Binding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8757758364666eea2c8e8f110f4a57e33c5d3559d0964a0448276d120f1a4c00 +size 2136 diff --git a/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick.uasset b/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick.uasset new file mode 100644 index 000000000..7c4760b90 --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef578123c97cc035b5f90f3d10c011d3cf001eb0e68aaf60d9d982d9bde6f63 +size 171179 diff --git a/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick_CardsMesh_Group0_LOD0.uasset b/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick_CardsMesh_Group0_LOD0.uasset new file mode 100644 index 000000000..9423b4b5f --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick_CardsMesh_Group0_LOD0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde723905e89e5eb27f99dd8fedfd97f7065340b8727af7a20e15497a6a5113d +size 156018 diff --git a/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick_CardsMesh_Group0_LOD1.uasset b/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick_CardsMesh_Group0_LOD1.uasset new file mode 100644 index 000000000..368e994fb --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick_CardsMesh_Group0_LOD1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d2ccb93912cb69f3075a64f4b6592f37ff083ce56c79afd2a49ae97a6f6f40 +size 117949 diff --git a/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick_CardsMesh_Group0_LOD2.uasset b/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick_CardsMesh_Group0_LOD2.uasset new file mode 100644 index 000000000..f4bfd1aac --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick_CardsMesh_Group0_LOD2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec42bb18c4bf1b40a3fd936e3064bc1cdf7a3fa19f9a34660b27362d4d761cf +size 118148 diff --git a/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick_CardsMesh_Group0_LOD3.uasset b/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick_CardsMesh_Group0_LOD3.uasset new file mode 100644 index 000000000..2b5741d2e --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick_CardsMesh_Group0_LOD3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401701dce7b94aa384478771325abf744af5df248cfa8d607e27666958276386 +size 118148 diff --git a/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick_CardsMesh_Group0_LOD4.uasset b/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick_CardsMesh_Group0_LOD4.uasset new file mode 100644 index 000000000..628786875 --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Hair/Eyebrows_M_Thick_CardsMesh_Group0_LOD4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06b1726f2ea13b84148a2ad20cc0d4ad6f24004e9bdf6bd96d16c315e81082d +size 99653 diff --git a/Content/MetaHumans/Cen/FemaleHair/Hair/Eyelashes_L_ThickCurl.uasset b/Content/MetaHumans/Cen/FemaleHair/Hair/Eyelashes_L_ThickCurl.uasset new file mode 100644 index 000000000..950e13c93 --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Hair/Eyelashes_L_ThickCurl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9e029509907944fbeea4ced9679bab25280eae5c44459bed3d0997a208e4bc +size 133539 diff --git a/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie.uasset b/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie.uasset new file mode 100644 index 000000000..e21e1e3e6 --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5f64b20dab8742e0685d2b5b292008ea7e70078a6c3bde947050121933d8ea +size 28919494 diff --git a/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie_CardsMesh_Group0_LOD0.uasset b/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie_CardsMesh_Group0_LOD0.uasset new file mode 100644 index 000000000..b74e2aa65 --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie_CardsMesh_Group0_LOD0.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecbcf9cd8514de1ef50524e582a902597c7fc34117a6a00de9f61c24bfdba17 +size 1778062 diff --git a/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie_CardsMesh_Group0_LOD1.uasset b/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie_CardsMesh_Group0_LOD1.uasset new file mode 100644 index 000000000..65b80a81a --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie_CardsMesh_Group0_LOD1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3becdb4b65bc3595b593cd5380d621a95693ac082ae16bb12d845b73f0feca +size 1056867 diff --git a/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie_CardsMesh_Group0_LOD2.uasset b/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie_CardsMesh_Group0_LOD2.uasset new file mode 100644 index 000000000..b8f95e2ce --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie_CardsMesh_Group0_LOD2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e704d8278ec77dbc8096895404e8d38e055d2443a358855592ae43ac9c4f3da3 +size 728565 diff --git a/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie_CardsMesh_Group0_LOD3.uasset b/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie_CardsMesh_Group0_LOD3.uasset new file mode 100644 index 000000000..70efdb64e --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie_CardsMesh_Group0_LOD3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf38d02f4dfcf7db2ce6b22d2e67697c63e7ae245f4abea5cbe1d29652caa50c +size 373784 diff --git a/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie_CardsMesh_Group0_LOD4.uasset b/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie_CardsMesh_Group0_LOD4.uasset new file mode 100644 index 000000000..8e9636181 --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Hair/Hair_S_Pixie_CardsMesh_Group0_LOD4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06adf81aaad98a849743c833159ace21de359e4b786ed35dbf642170f30ae586 +size 250332 diff --git a/Content/MetaHumans/Cen/FemaleHair/Hair/Peachfuzz_M_Thin.uasset b/Content/MetaHumans/Cen/FemaleHair/Hair/Peachfuzz_M_Thin.uasset new file mode 100644 index 000000000..10704250e --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Hair/Peachfuzz_M_Thin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7f55d89d5bc964bd4ebc932979f1317628f8e8af627d7245c50b2996529c7e +size 5649848 diff --git a/Content/MetaHumans/Cen/FemaleHair/Helmets/Hair_S_Pixie_Mesh_LOD5.uasset b/Content/MetaHumans/Cen/FemaleHair/Helmets/Hair_S_Pixie_Mesh_LOD5.uasset new file mode 100644 index 000000000..dc39c5ff4 --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Helmets/Hair_S_Pixie_Mesh_LOD5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234b45bf60a0311661a641f605297d860aa297b8f6adefcd68860ba44130d9cd +size 41952 diff --git a/Content/MetaHumans/Cen/FemaleHair/Helmets/Hair_S_Pixie_Mesh_LOD6.uasset b/Content/MetaHumans/Cen/FemaleHair/Helmets/Hair_S_Pixie_Mesh_LOD6.uasset new file mode 100644 index 000000000..4c2db1bc2 --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Helmets/Hair_S_Pixie_Mesh_LOD6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeed59eb351571a358da8fda8f59444df53b155390d73296e8974243237427d0 +size 24377 diff --git a/Content/MetaHumans/Cen/FemaleHair/Helmets/Hair_S_Pixie_Mesh_LOD7.uasset b/Content/MetaHumans/Cen/FemaleHair/Helmets/Hair_S_Pixie_Mesh_LOD7.uasset new file mode 100644 index 000000000..33f102bd3 --- /dev/null +++ b/Content/MetaHumans/Cen/FemaleHair/Helmets/Hair_S_Pixie_Mesh_LOD7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ee4d77e32f1dcdfc0fb6fdd699ddb2e903e8ef2b5b8a83374df0d8e52e4010 +size 17380 diff --git a/Content/MetaHumans/Cen/Materials/Flats/M_shs_flats.uasset b/Content/MetaHumans/Cen/Materials/Flats/M_shs_flats.uasset new file mode 100644 index 000000000..7fd3d3828 --- /dev/null +++ b/Content/MetaHumans/Cen/Materials/Flats/M_shs_flats.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c6bd3e820e5b837da23fb3d8b88906efafc6955289c4667e860e178a3dd156 +size 13450 diff --git a/Content/MetaHumans/Cen/Materials/HairDefaultMaterial.uasset b/Content/MetaHumans/Cen/Materials/HairDefaultMaterial.uasset new file mode 100644 index 000000000..720f3d1e1 --- /dev/null +++ b/Content/MetaHumans/Cen/Materials/HairDefaultMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e3ee3ae8c5386ecfadd14d3e92d77e545d98793c400ab536c73295b15e154f +size 2100 diff --git a/Content/MetaHumans/Cen/Materials/Jeans_slm/M_btm_jeans_slm_custom.uasset b/Content/MetaHumans/Cen/Materials/Jeans_slm/M_btm_jeans_slm_custom.uasset new file mode 100644 index 000000000..587cede1d --- /dev/null +++ b/Content/MetaHumans/Cen/Materials/Jeans_slm/M_btm_jeans_slm_custom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4375e96cdfac6729b132486ba4125864a67fdfa2b27bb6646f1685ea08b5b85 +size 21442 diff --git a/Content/MetaHumans/Cen/Materials/MI_Facial_Hair.uasset b/Content/MetaHumans/Cen/Materials/MI_Facial_Hair.uasset new file mode 100644 index 000000000..7dd4da905 --- /dev/null +++ b/Content/MetaHumans/Cen/Materials/MI_Facial_Hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87bd2eae33919b34a83eab6dae03ea73b5f9984da683816cd07e1bc7ee049bc +size 10128 diff --git a/Content/MetaHumans/Cen/Materials/MI_Hair.uasset b/Content/MetaHumans/Cen/Materials/MI_Hair.uasset new file mode 100644 index 000000000..c003a35b7 --- /dev/null +++ b/Content/MetaHumans/Cen/Materials/MI_Hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7863af8fcf1423fe53073f0a60166aa501b321f02b1c9ec68de73856250eb4 +size 9205 diff --git a/Content/MetaHumans/Cen/Materials/MI_Hair1.uasset b/Content/MetaHumans/Cen/Materials/MI_Hair1.uasset new file mode 100644 index 000000000..572550073 --- /dev/null +++ b/Content/MetaHumans/Cen/Materials/MI_Hair1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ed303d37f357852c33c244754f881382cbf89b552d694a13540c4cad8c2593 +size 9224 diff --git a/Content/MetaHumans/Cen/Materials/MI_Hair2.uasset b/Content/MetaHumans/Cen/Materials/MI_Hair2.uasset new file mode 100644 index 000000000..c32da71aa --- /dev/null +++ b/Content/MetaHumans/Cen/Materials/MI_Hair2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b17665cab4cea376355d69e12dc211e52ba77056f710d11950c0d9504ede77 +size 9224 diff --git a/Content/MetaHumans/Cen/Materials/MI_Hair_Cards.uasset b/Content/MetaHumans/Cen/Materials/MI_Hair_Cards.uasset new file mode 100644 index 000000000..e61ee30a8 --- /dev/null +++ b/Content/MetaHumans/Cen/Materials/MI_Hair_Cards.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57f556b6b1e79233337bf238f985821314126db113eecca032411f5c41d5d5f +size 11445 diff --git a/Content/MetaHumans/Cen/Materials/MI_Hair_Helmet.uasset b/Content/MetaHumans/Cen/Materials/MI_Hair_Helmet.uasset new file mode 100644 index 000000000..597d2ffcc --- /dev/null +++ b/Content/MetaHumans/Cen/Materials/MI_Hair_Helmet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40b3aa9ac6964c90824d1101cc13891e90e0fe51cb7b2add548f8e158a7225d +size 9674 diff --git a/Content/MetaHumans/Cen/Materials/MI_PeachFuzz.uasset b/Content/MetaHumans/Cen/Materials/MI_PeachFuzz.uasset new file mode 100644 index 000000000..3c11e3a2e --- /dev/null +++ b/Content/MetaHumans/Cen/Materials/MI_PeachFuzz.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55771d9c095005a41850d090a8a2d8acb8cf40076cc2743de37e0b1ebe16f0fc +size 7818 diff --git a/Content/MetaHumans/Cen/Materials/M_BodySynthesized.uasset b/Content/MetaHumans/Cen/Materials/M_BodySynthesized.uasset new file mode 100644 index 000000000..e20da4484 --- /dev/null +++ b/Content/MetaHumans/Cen/Materials/M_BodySynthesized.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd202a7aac02e231551d32e4b15ccd42ce5974182c66988e28f6439f0b72f14 +size 117212 diff --git a/Content/MetaHumans/Cen/Materials/M_EyeLash_HigherLODs_Inst.uasset b/Content/MetaHumans/Cen/Materials/M_EyeLash_HigherLODs_Inst.uasset new file mode 100644 index 000000000..aabd2460a --- /dev/null +++ b/Content/MetaHumans/Cen/Materials/M_EyeLash_HigherLODs_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee015fc6209b63957f792f472526c510ac206a4c3fdcc94e4b73baa2e4efc32 +size 7257 diff --git a/Content/MetaHumans/Cen/Materials/M_EyelashLowerLODs_Inst.uasset b/Content/MetaHumans/Cen/Materials/M_EyelashLowerLODs_Inst.uasset new file mode 100644 index 000000000..14bb458e7 --- /dev/null +++ b/Content/MetaHumans/Cen/Materials/M_EyelashLowerLODs_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e41142f24d18859f8bcc62563a760257e541bf6e35d2f523a7fd0da5f05e2f +size 7245 diff --git a/Content/MetaHumans/Cen/Materials/M_TeethCharacterCreator_Inst.uasset b/Content/MetaHumans/Cen/Materials/M_TeethCharacterCreator_Inst.uasset new file mode 100644 index 000000000..aa626ba2d --- /dev/null +++ b/Content/MetaHumans/Cen/Materials/M_TeethCharacterCreator_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1144cdcd4968d8ebf884e78f8b318176bde3ba8a0bf908251a0cb37bfe9428b +size 11599 diff --git a/Content/MetaHumans/Cen/Materials/Shirt/Female/M_f_top_shirt.uasset b/Content/MetaHumans/Cen/Materials/Shirt/Female/M_f_top_shirt.uasset new file mode 100644 index 000000000..910d3b39a --- /dev/null +++ b/Content/MetaHumans/Cen/Materials/Shirt/Female/M_f_top_shirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482e2384468782051a83725df49ae71417cecb0f4db532c6d2088c678109e421 +size 16652 diff --git a/Content/MetaHumans/Common/Animation/ABP_Clothing_PostProcess.uasset b/Content/MetaHumans/Common/Animation/ABP_Clothing_PostProcess.uasset new file mode 100644 index 000000000..ad9355fbf --- /dev/null +++ b/Content/MetaHumans/Common/Animation/ABP_Clothing_PostProcess.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4dc287e1057d4b8010c0cdc941f841777ad247151aae3691cab54d4e9ffba85 +size 196341 diff --git a/Content/MetaHumans/Common/Animation/ABP_MH_LiveLink.uasset b/Content/MetaHumans/Common/Animation/ABP_MH_LiveLink.uasset new file mode 100644 index 000000000..4fcc019ba --- /dev/null +++ b/Content/MetaHumans/Common/Animation/ABP_MH_LiveLink.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15fa4d5c785968980eabf17af4cb580498b54c36e6bcdda23cc7c5deb3220998 +size 343669 diff --git a/Content/MetaHumans/Common/Animation/CR_PlaceHolder.uasset b/Content/MetaHumans/Common/Animation/CR_PlaceHolder.uasset new file mode 100644 index 000000000..86c32951f --- /dev/null +++ b/Content/MetaHumans/Common/Animation/CR_PlaceHolder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10c10f3212fef79f7f07b968442ff3dd38f63199f6d5f3ee15841736169caf8 +size 21977 diff --git a/Content/MetaHumans/Common/Body/ABP_Body_PostProcess.uasset b/Content/MetaHumans/Common/Body/ABP_Body_PostProcess.uasset new file mode 100644 index 000000000..a2d78e85c --- /dev/null +++ b/Content/MetaHumans/Common/Body/ABP_Body_PostProcess.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113427e7b7cff699364345daff62a89b2990b61f550842c07f837346ab3b640f +size 129430 diff --git a/Content/MetaHumans/Common/Body/IdentityTemplate/Body_LODSettings.uasset b/Content/MetaHumans/Common/Body/IdentityTemplate/Body_LODSettings.uasset new file mode 100644 index 000000000..aac71cfd7 --- /dev/null +++ b/Content/MetaHumans/Common/Body/IdentityTemplate/Body_LODSettings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d6b36b0fd650ba187af72165cbe1bbd3cb0e00bde484a44201fba145133960 +size 57031 diff --git a/Content/MetaHumans/Common/Common/MetaHuman_ControlRig.uasset b/Content/MetaHumans/Common/Common/MetaHuman_ControlRig.uasset new file mode 100644 index 000000000..18f35506e --- /dev/null +++ b/Content/MetaHumans/Common/Common/MetaHuman_ControlRig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cda9c86232ae8d1cf001692bd7cb0431ab1e71ff4049bb16fe59b63af7ecdfc +size 20400418 diff --git a/Content/MetaHumans/Common/Controls/CRSL_MetaHuman_Gizmo.uasset b/Content/MetaHumans/Common/Controls/CRSL_MetaHuman_Gizmo.uasset new file mode 100644 index 000000000..1a704874e --- /dev/null +++ b/Content/MetaHumans/Common/Controls/CRSL_MetaHuman_Gizmo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b45509b0d836f507320f437be192ddc0ed1b20fd59ab686f636bbe21c4c373 +size 4581 diff --git a/Content/MetaHumans/Common/Controls/M_RigControlActor_Black.uasset b/Content/MetaHumans/Common/Controls/M_RigControlActor_Black.uasset new file mode 100644 index 000000000..110ba5754 --- /dev/null +++ b/Content/MetaHumans/Common/Controls/M_RigControlActor_Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f360f8b3d32fc238e6b1b34e348a007e72ae69f9f722596c9d9b90d875ead5 +size 8774 diff --git a/Content/MetaHumans/Common/Controls/SM_MetaHuman_Faceboard_2x.uasset b/Content/MetaHumans/Common/Controls/SM_MetaHuman_Faceboard_2x.uasset new file mode 100644 index 000000000..db75eba2a --- /dev/null +++ b/Content/MetaHumans/Common/Controls/SM_MetaHuman_Faceboard_2x.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2a5803ede902d08ab5b19e5f47043d0b3a58506bc068f48f5a1c0f63caa44a +size 532686 diff --git a/Content/MetaHumans/Common/Controls/SM_MetaHuman_Faceboard_Convergence.uasset b/Content/MetaHumans/Common/Controls/SM_MetaHuman_Faceboard_Convergence.uasset new file mode 100644 index 000000000..a1b949afa --- /dev/null +++ b/Content/MetaHumans/Common/Controls/SM_MetaHuman_Faceboard_Convergence.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3247034209c2fe54d9caf44f7ff0369637f24bfdc5924ff9b43a806ebb6368e +size 194800 diff --git a/Content/MetaHumans/Common/Controls/SM_MetaHuman_Faceboard_FollowGrp.uasset b/Content/MetaHumans/Common/Controls/SM_MetaHuman_Faceboard_FollowGrp.uasset new file mode 100644 index 000000000..9a53725e7 --- /dev/null +++ b/Content/MetaHumans/Common/Controls/SM_MetaHuman_Faceboard_FollowGrp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55660aba2439e340f456413fbe8af4f99cac0f2333be23e28a15b2ba0d89024d +size 78784 diff --git a/Content/MetaHumans/Common/Face/ABP_Face_PostProcess.uasset b/Content/MetaHumans/Common/Face/ABP_Face_PostProcess.uasset new file mode 100644 index 000000000..6609f5426 --- /dev/null +++ b/Content/MetaHumans/Common/Face/ABP_Face_PostProcess.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae6f6d30b8dcf54e3edb5181c46c58f06bf6b66cd06a77a5c5c73da702134e5 +size 201597 diff --git a/Content/MetaHumans/Common/Face/ARKit/AS_MetaHuman_ARKit_Mapping.uasset b/Content/MetaHumans/Common/Face/ARKit/AS_MetaHuman_ARKit_Mapping.uasset new file mode 100644 index 000000000..c179522cb --- /dev/null +++ b/Content/MetaHumans/Common/Face/ARKit/AS_MetaHuman_ARKit_Mapping.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a21045110a99b59f7ba447a0a95256bd3020968f722bcfaf41e7d45c2dfda13 +size 5328614 diff --git a/Content/MetaHumans/Common/Face/ARKit/PA_MetaHuman_ARKit_Mapping.uasset b/Content/MetaHumans/Common/Face/ARKit/PA_MetaHuman_ARKit_Mapping.uasset new file mode 100644 index 000000000..72576122b --- /dev/null +++ b/Content/MetaHumans/Common/Face/ARKit/PA_MetaHuman_ARKit_Mapping.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95103209a0b955b5c93798d2c2c86a3ea6fd1b4850344db7bd5a78de750a8d61 +size 929502 diff --git a/Content/MetaHumans/Common/Face/CR_MetaHuman_HeadMovement_IK_Proc.uasset b/Content/MetaHumans/Common/Face/CR_MetaHuman_HeadMovement_IK_Proc.uasset new file mode 100644 index 000000000..822eddea4 --- /dev/null +++ b/Content/MetaHumans/Common/Face/CR_MetaHuman_HeadMovement_IK_Proc.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008f71be6d3bf2578a1991f25b6cc8b2846f0fc13103a45669881461e7e81ef5 +size 1248303 diff --git a/Content/MetaHumans/Common/Face/Face_AnimBP.uasset b/Content/MetaHumans/Common/Face/Face_AnimBP.uasset new file mode 100644 index 000000000..f51261b6f --- /dev/null +++ b/Content/MetaHumans/Common/Face/Face_AnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced8cd3c3f579609082dcb5b191624f64d0508cb37707a175491e0edc0ddfd00 +size 285262 diff --git a/Content/MetaHumans/Common/Face/Face_Archetype_Skeleton.uasset b/Content/MetaHumans/Common/Face/Face_Archetype_Skeleton.uasset new file mode 100644 index 000000000..e638e8cad --- /dev/null +++ b/Content/MetaHumans/Common/Face/Face_Archetype_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ed51da1d9063c2670540ba05c53b9733e23b83840f205e648c9d5634b088c2 +size 848295 diff --git a/Content/MetaHumans/Common/Face/Face_ControlBoard_CtrlRig.uasset b/Content/MetaHumans/Common/Face/Face_ControlBoard_CtrlRig.uasset new file mode 100644 index 000000000..d74c487fd --- /dev/null +++ b/Content/MetaHumans/Common/Face/Face_ControlBoard_CtrlRig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1887933af14b9ac08960d86e6231e9bfa35a71ed0ab4d3b0d88e6405429120a +size 11679369 diff --git a/Content/MetaHumans/Common/Face/Face_LODSettings.uasset b/Content/MetaHumans/Common/Face/Face_LODSettings.uasset new file mode 100644 index 000000000..8b70fa617 --- /dev/null +++ b/Content/MetaHumans/Common/Face/Face_LODSettings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0469769f8f5650dd16a3d8e03403da22c7ba2a8037018dc76a84b76befe740 +size 150179 diff --git a/Content/MetaHumans/Common/Face/Face_LODSettings_High.uasset b/Content/MetaHumans/Common/Face/Face_LODSettings_High.uasset new file mode 100644 index 000000000..4d7db78aa --- /dev/null +++ b/Content/MetaHumans/Common/Face/Face_LODSettings_High.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b70f3c9ef5adc77f6f878c5fa948dea59682d84626b0e3ae42b30a12a22c356 +size 96950 diff --git a/Content/MetaHumans/Common/Face/PHYS_Face.uasset b/Content/MetaHumans/Common/Face/PHYS_Face.uasset new file mode 100644 index 000000000..fce338ee5 --- /dev/null +++ b/Content/MetaHumans/Common/Face/PHYS_Face.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8e760ed515e04e58fe6490748054134b9198e36284419e0527df0338326cae +size 16889 diff --git a/Content/MetaHumans/Common/Face/SKM_Face.uasset b/Content/MetaHumans/Common/Face/SKM_Face.uasset new file mode 100644 index 000000000..4924e8428 --- /dev/null +++ b/Content/MetaHumans/Common/Face/SKM_Face.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86aadd8b20fac493e7cbead71d651b82fd8e62cdb5f141a7f1f484224c9a78ba +size 29820270 diff --git a/Content/MetaHumans/Common/Female/Medium/NormalWeight/Body/metahuman_base_skel.uasset b/Content/MetaHumans/Common/Female/Medium/NormalWeight/Body/metahuman_base_skel.uasset new file mode 100644 index 000000000..9cb2094fa --- /dev/null +++ b/Content/MetaHumans/Common/Female/Medium/NormalWeight/Body/metahuman_base_skel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a3bd47162b9e873cd5b72fda8904f0af4b25ce7b13c4550cce67d2ef6fb0b5 +size 84506 diff --git a/Content/MetaHumans/Common/Female/Medium/NormalWeight/Bottoms/Jeans/f_med_nrw_btm_jeans_slm.uasset b/Content/MetaHumans/Common/Female/Medium/NormalWeight/Bottoms/Jeans/f_med_nrw_btm_jeans_slm.uasset new file mode 100644 index 000000000..d9859ff86 --- /dev/null +++ b/Content/MetaHumans/Common/Female/Medium/NormalWeight/Bottoms/Jeans/f_med_nrw_btm_jeans_slm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ed517efb3d374ce493dd2ecbe57651259f3c53229956730f5205723e7d1985 +size 5536433 diff --git a/Content/MetaHumans/Common/Female/Medium/NormalWeight/Shoes/Flats/Meshes/f_med_nrw_shs_flats.uasset b/Content/MetaHumans/Common/Female/Medium/NormalWeight/Shoes/Flats/Meshes/f_med_nrw_shs_flats.uasset new file mode 100644 index 000000000..ea7c5b7ef --- /dev/null +++ b/Content/MetaHumans/Common/Female/Medium/NormalWeight/Shoes/Flats/Meshes/f_med_nrw_shs_flats.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae48d79a107e306835912565e759dae37c64b16c6a5a34374954694f0dfd1bd +size 2685789 diff --git a/Content/MetaHumans/Common/Female/Medium/NormalWeight/Tops/Shirt/f_med_nrw_top_shirt_nrm.uasset b/Content/MetaHumans/Common/Female/Medium/NormalWeight/Tops/Shirt/f_med_nrw_top_shirt_nrm.uasset new file mode 100644 index 000000000..45b188254 --- /dev/null +++ b/Content/MetaHumans/Common/Female/Medium/NormalWeight/Tops/Shirt/f_med_nrw_top_shirt_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2516e8328dc363fd77c65d47ccc8d17e89282a1e0b2c98698675eac5f437813b +size 8661531 diff --git a/Content/MetaHumans/Common/Female/Medium/NormalWeight/Tops/Shirt/f_med_nrw_top_shirt_nrm_CtrlRig.uasset b/Content/MetaHumans/Common/Female/Medium/NormalWeight/Tops/Shirt/f_med_nrw_top_shirt_nrm_CtrlRig.uasset new file mode 100644 index 000000000..6a51076fd --- /dev/null +++ b/Content/MetaHumans/Common/Female/Medium/NormalWeight/Tops/Shirt/f_med_nrw_top_shirt_nrm_CtrlRig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88faf0447ed7f7f579169e9a3765e260854cfc2cf7823193f9ddd5bd502be6e9 +size 654532 diff --git a/Content/MetaHumans/Common/Female/Medium/NormalWeight/Tops/Shirt/f_med_nrw_top_shirt_nrm_PhysicsAsset.uasset b/Content/MetaHumans/Common/Female/Medium/NormalWeight/Tops/Shirt/f_med_nrw_top_shirt_nrm_PhysicsAsset.uasset new file mode 100644 index 000000000..b69c40dd9 --- /dev/null +++ b/Content/MetaHumans/Common/Female/Medium/NormalWeight/Tops/Shirt/f_med_nrw_top_shirt_nrm_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fb0435b4e1806afa712104804e1d0bef2fdeeaa7a84b3d4d3235ff85940b38 +size 18666 diff --git a/Content/MetaHumans/Common/Female/Medium/NormalWeight/Tops/Shirt/f_med_nrw_top_shirt_nrm_Skeleton.uasset b/Content/MetaHumans/Common/Female/Medium/NormalWeight/Tops/Shirt/f_med_nrw_top_shirt_nrm_Skeleton.uasset new file mode 100644 index 000000000..7d3aa8bc4 --- /dev/null +++ b/Content/MetaHumans/Common/Female/Medium/NormalWeight/Tops/Shirt/f_med_nrw_top_shirt_nrm_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f16e940d47a4102f427288ce25a5be685b700d96be0ad360d6e022269beb70 +size 25619 diff --git a/Content/MetaHumans/Common/Female/Medium/NormalWeight/Tops/Shirt/f_med_nrw_top_shirt_nrm_Skeleton_AnimBlueprint.uasset b/Content/MetaHumans/Common/Female/Medium/NormalWeight/Tops/Shirt/f_med_nrw_top_shirt_nrm_Skeleton_AnimBlueprint.uasset new file mode 100644 index 000000000..b96908333 --- /dev/null +++ b/Content/MetaHumans/Common/Female/Medium/NormalWeight/Tops/Shirt/f_med_nrw_top_shirt_nrm_Skeleton_AnimBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7866cd51fca539faeff02d06bfb2337ba76c20163ecfcc2c9bf3a102ad7ff8fb +size 37182 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_UDIMs.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_UDIMs.uasset new file mode 100644 index 000000000..d0fa9066e --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_UDIMs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593e21f5dc8d0e78ea7ef933b026f104375d2db0ef9aa56cd6e960bdc62d9ea7 +size 13547 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_UHM_QualitySwitch_MaterialAttributes.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_UHM_QualitySwitch_MaterialAttributes.uasset new file mode 100644 index 000000000..b6588b99b --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_UHM_QualitySwitch_MaterialAttributes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a467c4862260ce0302627d388f21be082459f94b9c0e14a990aed8eef1daaa7f +size 14487 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_UHM_QualitySwitch_Scalar.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_UHM_QualitySwitch_Scalar.uasset new file mode 100644 index 000000000..c5c2e5f4c --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_UHM_QualitySwitch_Scalar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601c4067ca7ceaeac7188c2ae7a86230eee02c315f2d7f1e5ee104a8e55dcb10 +size 14309 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_UHM_QualitySwitch_Vector3.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_UHM_QualitySwitch_Vector3.uasset new file mode 100644 index 000000000..2b0019b62 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_UHM_QualitySwitch_Vector3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b30a0d1f1dba3ed6becc3b85f53b009825c2916ed6db13e6e3940b826f4ec4b +size 13973 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_blendNormals.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_blendNormals.uasset new file mode 100644 index 000000000..71ec4b6ee --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_blendNormals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57b5a5d17aa383e62d5b342e5e61643a7856158d2acb293e5a0a32c8ef862c7 +size 16831 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_color_LinearTosRGB.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_color_LinearTosRGB.uasset new file mode 100644 index 000000000..9cbd673f2 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_color_LinearTosRGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ef231c4d4cd7e00419adecb5ab06c29e7c93131660b04194f5f8aed211d4ba +size 16317 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_color_sRGBToLinear.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_color_sRGBToLinear.uasset new file mode 100644 index 000000000..ee560f960 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_color_sRGBToLinear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f83737a668812dd74abcdfa1d6609f6e7f5536ee085b0ab059ffa96d4465ef4 +size 16317 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_normalRotator.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_normalRotator.uasset new file mode 100644 index 000000000..978cafbb5 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_normalRotator.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8516227d4a0f912d8106de4f709dd3b26dd7de580d0232d7b06ddd3a145bbe4c +size 19421 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_normalStrength.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_normalStrength.uasset new file mode 100644 index 000000000..b6990ba54 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_normalStrength.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a36b9e96900a7fa08c96ddaa54488a8dc7755a0e7210eef8e159a89bad75ce +size 9924 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_ruler.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_ruler.uasset new file mode 100644 index 000000000..6257384e9 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Material_Functions/MF_ruler.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac0295338ca87cbec9bfea8c2c010d44e507fc48a67be7f209d6e7a43097e7e +size 11418 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Black_M.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Black_M.uasset new file mode 100644 index 000000000..274de42a4 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Black_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03cb791453366bc31bf3642f3ceab72128d19474dfa7ec74bdc5c08f386ffb7e +size 7832 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Black_M_VT.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Black_M_VT.uasset new file mode 100644 index 000000000..ac7d29755 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Black_M_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e4b685f48ad082e4f908a2c464f6e7d98a15527a902a1f250f7d8357d12bc4 +size 8390 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Grey_C.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Grey_C.uasset new file mode 100644 index 000000000..55a875cc6 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Grey_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47988a95a0701508668bbb9b59e5b0ed644e9fb03b71de2813408d21d5eeeb35 +size 7639 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Grey_C_VT.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Grey_C_VT.uasset new file mode 100644 index 000000000..daa85e3d9 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Grey_C_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364ecf03f62298d78c35fae74233f4ba5bcef4c15b702b0aff6f8cf7e29913ac +size 8108 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Grey_HDR_C.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Grey_HDR_C.uasset new file mode 100644 index 000000000..a3f9c1b17 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Grey_HDR_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503c20c8a5bd01bf5a3719ef85fbb12d5f02614a3439a3ab4c1331c895a9a2b1 +size 7978 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Grey_linear.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Grey_linear.uasset new file mode 100644 index 000000000..0669068cd --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_Grey_linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789b475bfcd94b873e02b9d334dd1064119e1f1ba1734e8e2082fc6d4231dd16 +size 7856 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_N.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_N.uasset new file mode 100644 index 000000000..d7a8cdff7 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034e1bfb0aea82007c5e33f10606c8506eae123437d55e33019aba4a6e7ac8f1 +size 7887 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_N_VT.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_N_VT.uasset new file mode 100644 index 000000000..662db9afd --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_N_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ba752d6cb002d1d68590df2afebbea950bd3fefed86b4f2ed7d7203b30f1cc +size 8398 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_White_C.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_White_C.uasset new file mode 100644 index 000000000..9d96e0b4e --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_White_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6820a8cf8255bb98db60e7f33f2943cab0a909412e076dd3e6d42eeb1c8e62c +size 7660 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_White_C_VT.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_White_C_VT.uasset new file mode 100644 index 000000000..deba02872 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/Placeholders/T_Flat_White_C_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a0094cf08cb93790e3db709c0daa45db59904ffb9dbaf86c94313e306b1612 +size 8152 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/T_MH_BentNormal_AO.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/T_MH_BentNormal_AO.uasset new file mode 100644 index 000000000..03e619598 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/T_MH_BentNormal_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4093bcd17ec2540dfe1675ebfbabbee90e1ae73149014b681fcc562602bfe197 +size 898935 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/T_MicroDetail001_N.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/T_MicroDetail001_N.uasset new file mode 100644 index 000000000..e5e2f7cbd --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/T_MicroDetail001_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72931f8306aec40f74c3a3bf99bfe7ea96fb9b02c352a6f114bf888279bcbe21 +size 1437205 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/T_TilingNoise_001.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/T_TilingNoise_001.uasset new file mode 100644 index 000000000..b9bc01bf3 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Common/Textures/T_TilingNoise_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44141a9fd7ebf36beaa29cfbc3f6cccad837788c8306aad2c38b8641b444a6a +size 99989 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Material_Functions/MF_circularMask.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Material_Functions/MF_circularMask.uasset new file mode 100644 index 000000000..85d927c83 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Material_Functions/MF_circularMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04a0736f0079d14501463f812932a4f0b30521781ef71b098145ddee4dce6e8 +size 15265 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Material_Functions/MF_customIris.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Material_Functions/MF_customIris.uasset new file mode 100644 index 000000000..f67b2a143 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Material_Functions/MF_customIris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d66360d0678f27ac6057bf4a4f68faa08299d7963ee286c068c2b8aeac799e +size 57145 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Material_Functions/MF_pupilScale.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Material_Functions/MF_pupilScale.uasset new file mode 100644 index 000000000..a9bb1761b --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Material_Functions/MF_pupilScale.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8affefbb24a9e769aba0252d403c7dc59f98e717e1f1e0ed32714633e4ed57e9 +size 33053 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Material_Functions/MF_refractedUVs.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Material_Functions/MF_refractedUVs.uasset new file mode 100644 index 000000000..a33dbdadc --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Material_Functions/MF_refractedUVs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02dbf1940c01d519ae5a5562f5a3d0e0a781e10f9bab33b58f67c73cba6a030 +size 46908 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/Baked/MI_EyeL_Baked.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/Baked/MI_EyeL_Baked.uasset new file mode 100644 index 000000000..15b750ff0 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/Baked/MI_EyeL_Baked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7cf68c2b64812deefe95f617df74d69a7cb0bf99d33451d51ce29f0a92e985 +size 10862 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/MI_eye_eyeball_unified_MH_preset_left.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/MI_eye_eyeball_unified_MH_preset_left.uasset new file mode 100644 index 000000000..2ef89c483 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/MI_eye_eyeball_unified_MH_preset_left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44a50f3eef0ed1635cdf9c940e2eb4891c665de2dbac36215bafb514ccba39f +size 37671 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/MI_eye_lacrimal_fluid_unified.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/MI_eye_lacrimal_fluid_unified.uasset new file mode 100644 index 000000000..1c7883406 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/MI_eye_lacrimal_fluid_unified.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1913d3f794a7a27ed721f073a365ab52b63ed8337788d48028a3459bcacecf +size 9591 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/MI_eye_occlusion_unified.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/MI_eye_occlusion_unified.uasset new file mode 100644 index 000000000..69cc67ca3 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/MI_eye_occlusion_unified.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e86f3f56543b8cc307f021430d41d24566a6ce6c94d66c6f524caac48cadc0 +size 19769 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/M_eye_eyeball_unified.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/M_eye_eyeball_unified.uasset new file mode 100644 index 000000000..87ca0a471 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/M_eye_eyeball_unified.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b02772f9dbcad30419192c48777e542bc05221b7857126e3743cb0555e1562 +size 400191 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/M_eye_lacrimal_fluid_unified.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/M_eye_lacrimal_fluid_unified.uasset new file mode 100644 index 000000000..877cdb3c7 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/M_eye_lacrimal_fluid_unified.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d1a1a75b78a70c3159f263cb69b34707bd48f33db01871559e527dc56afb5e +size 29831 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/M_eye_occlusion_unified.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/M_eye_occlusion_unified.uasset new file mode 100644 index 000000000..2192deb3b --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/M_eye_occlusion_unified.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e5b0c70fc10fc77769da98720997142d98ae1a708074fdbb50375be9f21cd7 +size 104310 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/SSP_eye_unified.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/SSP_eye_unified.uasset new file mode 100644 index 000000000..06772332a --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Materials/SSP_eye_unified.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ca62cfcebd8fe735810aef3c597082b5320d75f15bb226c3b84c211f1fc850 +size 1952 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/Iris/T_Iris_H_M.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/Iris/T_Iris_H_M.uasset new file mode 100644 index 000000000..37dae5d7a --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/Iris/T_Iris_H_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dafc05e9c48b6b0bcf7ebb97f3a3c06cccca9c2eacdf29cb5984a7459d5b5a9 +size 1587098 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/Iris/T_Iris_I_M.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/Iris/T_Iris_I_M.uasset new file mode 100644 index 000000000..c5d0345cf --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/Iris/T_Iris_I_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04bdb1001a5d8bbbd56eb05725b2df8202c2d3d161c4e4f169ec9098fcaaa35a +size 1418624 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/Iris/T_iris_H_N.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/Iris/T_iris_H_N.uasset new file mode 100644 index 000000000..c535ed1b9 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/Iris/T_iris_H_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90b8c61176d462ea7a390d8768dc4c21b1dc1cdf01d9db1dcbc9edac9ac0e93 +size 6011619 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/Iris/T_iris_I_N.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/Iris/T_iris_I_N.uasset new file mode 100644 index 000000000..fc5f9a9e2 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/Iris/T_iris_I_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902657a3337459ad0751c34651c96d9d1aabed4ef2fd47667b5a8f63da6c2d71 +size 5572527 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/Iris/feather_N.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/Iris/feather_N.uasset new file mode 100644 index 000000000..e20321096 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/Iris/feather_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09480e7b5632d8a044f08c2acbd45cb4ccf32e0a325ee6a6370e9e0bc1a5696b +size 2069173 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_Base_Tile_DetailNormal.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_Base_Tile_DetailNormal.uasset new file mode 100644 index 000000000..9e7412ef7 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_Base_Tile_DetailNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7782c1155eb2a15464098d97baacf891946d7a839c9dfdc6dbe2bcdfa8816248 +size 143438 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_EV_DustPanner_01.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_EV_DustPanner_01.uasset new file mode 100644 index 000000000..84dbacb3e --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_EV_DustPanner_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d7425a19901654a6c6171cb3f6f66f493dd14920ee653f09c26195e1ab76e8 +size 53579 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_EyeMidPlaneDisplacement.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_EyeMidPlaneDisplacement.uasset new file mode 100644 index 000000000..315f3eeb0 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_EyeMidPlaneDisplacement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244456a1ad95ded1f7c54ff8be8167d367645dcb67ac90c06cea681fa326c82e +size 1106694 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_EyeSclera_D.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_EyeSclera_D.uasset new file mode 100644 index 000000000..cdc446eaf --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_EyeSclera_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b970dd7eb78d404a2277214205e2419eeccbaed9062bf8e37daa11183336f36a +size 3869390 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_EyeSclera_N.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_EyeSclera_N.uasset new file mode 100644 index 000000000..0b9029a65 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_EyeSclera_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b27d869633f46ae7a4b0a6f275b931817041a65aa1ddd6e47f0b9692ca1c48 +size 15222418 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_Eye_N.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_Eye_N.uasset new file mode 100644 index 000000000..770dceb29 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_Eye_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5a74bee3fd2136bc11c584a65407ca18de52c92767cf675bb02695c202994d +size 209812 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_Iris001_01_D.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_Iris001_01_D.uasset new file mode 100644 index 000000000..c34bc1871 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_Iris001_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84c8b9d596338bbf9a39498ab83e0cab8cddc0285d617f5baa80fb50306001c +size 1403344 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_Shared_Eye_AO.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_Shared_Eye_AO.uasset new file mode 100644 index 000000000..ce34eee60 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_Shared_Eye_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5603cf55e26ac9b98553a765aa385296735a8dba6096fbbe2bad696433b2f5c2 +size 95447 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_Veins_D.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_Veins_D.uasset new file mode 100644 index 000000000..2c8265a54 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_Veins_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fee67d58e694f532eadda74d9dc64396cf6196ed65b38baa9908c3d86123a72 +size 5356293 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_alice_sun_painted.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_alice_sun_painted.uasset new file mode 100644 index 000000000..237edc6c0 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_alice_sun_painted.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9220c0cd493e651f3ed7dde89e66d02f7e82fd6a2a71db888782df57276cc3 +size 228405 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_iris_color_picker.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_iris_color_picker.uasset new file mode 100644 index 000000000..aa25c4d0a --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_iris_color_picker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9332c72ced833d8717f8ad96dd117894ba6ac420f2aa011bb22b508eb5ecd24c +size 90597 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_lacrimal_N.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_lacrimal_N.uasset new file mode 100644 index 000000000..9c4ba9988 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Eye/Textures/T_lacrimal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e40b71a58054debf3c930f0686260e62693a0c49f0e650d57a86941c8186da9 +size 1432554 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_animated.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_animated.uasset new file mode 100644 index 000000000..9d7a8a099 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_animated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e6764fb63c86e4923c50e320c442b223dba87e51f88b361d13b29e6b9cda67 +size 103051 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_bakedInputs.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_bakedInputs.uasset new file mode 100644 index 000000000..949d3472b --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_bakedInputs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef93a93906b0446f1c389be362df8e8791d045311729180b7a420062ef5b7a4 +size 46006 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_bentNormalsAO.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_bentNormalsAO.uasset new file mode 100644 index 000000000..1f235425f --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_bentNormalsAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75998d482456bfd734f48e34953ea752cb7d2ddecd9a0319447b87d7c8828a4 +size 23516 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_fakeAO.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_fakeAO.uasset new file mode 100644 index 000000000..635353baf --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_fakeAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2905af5abb253e17a8363dc11ef31a595c0414c981e8e118073a9985eff26184 +size 28943 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_fuzzApply.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_fuzzApply.uasset new file mode 100644 index 000000000..4008f1048 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_fuzzApply.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89231b0c15377aaaf3991e0ab207e6317a05425cdbf859d888ab92b11dc78e1 +size 32026 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_globalAdjustmentsPostBake.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_globalAdjustmentsPostBake.uasset new file mode 100644 index 000000000..59248c573 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_globalAdjustmentsPostBake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcda71f170a2f576a80d3f70e2df6ba699db8cb22fe80ce8c34a9743f70358d0 +size 51532 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_microSkinDetails.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_microSkinDetails.uasset new file mode 100644 index 000000000..7b465310c --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_microSkinDetails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b593283a213cdc3fb69e2f272481772fcf931926f5b5ce879b6c1a43d3fc3f6e +size 55156 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_mipmapAdjustments.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_mipmapAdjustments.uasset new file mode 100644 index 000000000..9b04c0e01 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_mipmapAdjustments.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ceb3867595a8de1307aa4baebb8f529128c44b505ac3b383d74ebc21bdeb67a +size 43562 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_scalability.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_scalability.uasset new file mode 100644 index 000000000..b521fce1f --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_scalability.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a5d86ec2c559854cf72d407381df286660c2a82b807055a26f8364e30ebf69 +size 57338 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_scatterAnisotropyPT.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_scatterAnisotropyPT.uasset new file mode 100644 index 000000000..9d83005d5 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_scatterAnisotropyPT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b09f8e9c2c8f4ab9eec4573fee78c373df1dda5629478b86a1940200c157cfa +size 11203 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_utils.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_utils.uasset new file mode 100644 index 000000000..20153d05c --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/MF_skin_utils.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be1a5f128c3ca891456bd6860b8f5dde7bd8aeb1093f8fa1606dce64dd3313a +size 19055 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/Skin_Animated/MF_AnimatedMaps.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/Skin_Animated/MF_AnimatedMaps.uasset new file mode 100644 index 000000000..b5c90f8b6 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/Skin_Animated/MF_AnimatedMaps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32666c2adfac9eed40d5ddf4c50894529f6039fa0c4b6e83062093a7f8115bac +size 21233 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/Skin_Animated/MF_HeadMask_01A.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/Skin_Animated/MF_HeadMask_01A.uasset new file mode 100644 index 000000000..13b91b976 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/Skin_Animated/MF_HeadMask_01A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4aea965a053625a1dfd092ab0bdf7eb33112e858bd8bb20ff15c77b383ed1d +size 36739 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/Skin_Animated/MF_HeadMask_02A.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/Skin_Animated/MF_HeadMask_02A.uasset new file mode 100644 index 000000000..7226f9a7c --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/Skin_Animated/MF_HeadMask_02A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6546b940b7e14db0c2b011b11db344074a7506402b98db2b6037028b077fe4d +size 24677 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/Skin_Animated/MF_HeadMask_03A.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/Skin_Animated/MF_HeadMask_03A.uasset new file mode 100644 index 000000000..f3abec9fa --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/Skin_Animated/MF_HeadMask_03A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d96e00b44afc634a70b273a1bea5735afde6946920c2ebb35859c25bd564987 +size 25675 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/Skin_Animated/MF_HeadMask_TexArraySample.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/Skin_Animated/MF_HeadMask_TexArraySample.uasset new file mode 100644 index 000000000..926671dc8 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Material_Functions/Skin_Animated/MF_HeadMask_TexArraySample.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b136c1969d6216ccb68dbec94eb2f79fc253b78a4ee61d7a0508102d7b876f0 +size 13650 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Materials/Baked/MI_Head_Baked_LOD0_VT.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Materials/Baked/MI_Head_Baked_LOD0_VT.uasset new file mode 100644 index 000000000..251e4896a --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Materials/Baked/MI_Head_Baked_LOD0_VT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3136ab025687fdf85e0a11233f927aa09c7cfa8d9f9986c75184b318966999a6 +size 17741 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Materials/M_skin_unified_baked.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Materials/M_skin_unified_baked.uasset new file mode 100644 index 000000000..86b197fbd --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Materials/M_skin_unified_baked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b646f5c3fea14191794586c5cfaded71bd6a5d9a4e22e9942741cf123ec3aae +size 76096 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Materials/SSP_skin_unified.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Materials/SSP_skin_unified.uasset new file mode 100644 index 000000000..a3cfe76d6 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Materials/SSP_skin_unified.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08461b123d534c53f7e328bdfde229835f70f3df0a61caf901c652e1f9394fec +size 2265 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm13_msk_01.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm13_msk_01.uasset new file mode 100644 index 000000000..41341c9b4 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm13_msk_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ff9a1cd365947e549dce5246d6fd4ac72e14aac0522d00b6175f4593ee6452 +size 59846 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm1_msk_01.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm1_msk_01.uasset new file mode 100644 index 000000000..e16dc3c37 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm1_msk_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ccbb6f91a4537f8b095fed05b886903988fa82a240af781e51922b4ce6a7d43 +size 159875 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm1_msk_02.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm1_msk_02.uasset new file mode 100644 index 000000000..d23d30059 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm1_msk_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028605f927465500dacc8af3f6f4c7aecc9c2c72c3f444ef5852dbb755793563 +size 249549 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm1_msk_03.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm1_msk_03.uasset new file mode 100644 index 000000000..d3b7d53ec --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm1_msk_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a67dd78797f853aa73e7201a94fff0b9303808e6bec75f0a786e4f0aa97ff5a +size 538535 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm1_msk_04a.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm1_msk_04a.uasset new file mode 100644 index 000000000..1d4b9aa7b --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm1_msk_04a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f0418155397963a508ed60f323c27af9943795e49cad7bbe589d35a99928bf +size 198245 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm2_msk_01.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm2_msk_01.uasset new file mode 100644 index 000000000..13083b5ce --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm2_msk_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a5281cfde6954bf767d89c352c06a08f152165ed05fc54b4e0923275f3db05 +size 210220 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm2_msk_02.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm2_msk_02.uasset new file mode 100644 index 000000000..bacb0ec8e --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm2_msk_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1222c93163963146f832332f4478e08a31c281dd8bfd8486b42991d42c9d9dc +size 401719 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm2_msk_03a.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm2_msk_03a.uasset new file mode 100644 index 000000000..16c763403 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm2_msk_03a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d67ad782c2efbb4c4c2ed5759e05ad7c3db6e25950b96df8ef5d25bdc36780 +size 321807 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm3_msk_01.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm3_msk_01.uasset new file mode 100644 index 000000000..20f54e61f --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm3_msk_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b65450037b09c99f4f979e2192d50743034cd7688e1ef1b5dc45faa4ffd3899 +size 152287 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm3_msk_02.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm3_msk_02.uasset new file mode 100644 index 000000000..acb80bde6 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm3_msk_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc81bd5fb703075bd7500e7441ccf243375f8bac3af7bed9d72c5c8e08157095 +size 306636 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm_msk_Array.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm_msk_Array.uasset new file mode 100644 index 000000000..062a72dc6 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/Skin_Animated/T_head_wm_msk_Array.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fbcf9633f86b15ab9599118d8154d89cb0702f1dfa61785c3deb38f5d76fb18 +size 167781991 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/T_SkinMicro3_N.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/T_SkinMicro3_N.uasset new file mode 100644 index 000000000..db9996839 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/T_SkinMicro3_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073d223a0e29a65e63c6c09a7711907041143340c022fa561de297107f229a89 +size 2189056 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/T_skinMicro3_CAV.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/T_skinMicro3_CAV.uasset new file mode 100644 index 000000000..4ed35e3b1 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Skin/Textures/T_skinMicro3_CAV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9439599737c0517f127c95eb77cb97a69db2fa968eb5546c0567fb803863dab5 +size 1739181 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Materials/MI_teeth_unified.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Materials/MI_teeth_unified.uasset new file mode 100644 index 000000000..cb9f44ff8 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Materials/MI_teeth_unified.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c4ed7364c8e05abd11974b651c39b5326a56996d19f56bd62df0a5e4f0379a +size 10649 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Materials/MI_teeth_unified_MH_preset.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Materials/MI_teeth_unified_MH_preset.uasset new file mode 100644 index 000000000..bf1c44939 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Materials/MI_teeth_unified_MH_preset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8946e514ce29fd24baf82330b4b76de430c3111be36b89c97acb3b1598a3ff15 +size 22462 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Materials/M_teeth_unified.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Materials/M_teeth_unified.uasset new file mode 100644 index 000000000..7b1f14256 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Materials/M_teeth_unified.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e38ecfd1531053bc52c9ac2754118182fce0227205b143c09d68da7fe04cf81 +size 225364 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Materials/SSP_teeth_unified.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Materials/SSP_teeth_unified.uasset new file mode 100644 index 000000000..ed6aa1942 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Materials/SSP_teeth_unified.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef3146d98f47e2575aa4241cfc5d7e4f2faa82c173f251626d852030639b1d5 +size 2266 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_BaseColor.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_BaseColor.uasset new file mode 100644 index 000000000..8162d2488 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff1e1b6b9b443d1cf7ddcee8e1ca86661fb22d5310c527f35570de13edfc7d4 +size 4448030 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_DetailNormal.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_DetailNormal.uasset new file mode 100644 index 000000000..043e8a3ce --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_DetailNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20204e3e76ae06e87bcc3798ba2e02eed3e7a81ed470d55c9cb6d7eccb0e76ab +size 6101783 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_Masks_001.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_Masks_001.uasset new file mode 100644 index 000000000..95dfd5605 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_Masks_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46dd95004a9b4deecedbf7ab55e6751a6135aba82b8f8a249cce0636c0a237e7 +size 2231734 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_Masks_002.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_Masks_002.uasset new file mode 100644 index 000000000..a790a953e --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_Masks_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab58dc0d80f4443d283560de9679ad8634fc5ad1ae69c1fec90b52e2af1c7fa +size 384136 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_Normal.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_Normal.uasset new file mode 100644 index 000000000..296fdaee4 --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e38c0893a75a5dda4fa38fc988d9f028c0f98225bade2cfdb72133dccf2bfd +size 2994411 diff --git a/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_SharpNormal.uasset b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_SharpNormal.uasset new file mode 100644 index 000000000..0e518eb4f --- /dev/null +++ b/Content/MetaHumans/Common/Lookdev_UHM/Teeth/Textures/T_Teeth_SharpNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928373286b83b44ca2889eb08a0b963027e6f2b260fb83ffd686553dec8374e6 +size 2494625 diff --git a/Content/MetaHumans/Common/Materials/MF_GrayNormal.uasset b/Content/MetaHumans/Common/Materials/MF_GrayNormal.uasset new file mode 100644 index 000000000..e82ce9431 --- /dev/null +++ b/Content/MetaHumans/Common/Materials/MF_GrayNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fae91b552708bcaa9746951527f8848676d77c03c4c48d999e4bf7154d62e16 +size 12417 diff --git a/Content/MetaHumans/Common/Materials/MF_HairAnisotropic.uasset b/Content/MetaHumans/Common/Materials/MF_HairAnisotropic.uasset new file mode 100644 index 000000000..d646eda67 --- /dev/null +++ b/Content/MetaHumans/Common/Materials/MF_HairAnisotropic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13329d6ce496fd9b69333cde3bc2c4446750aa9aedcf7ce4fad0742b5983702f +size 65668 diff --git a/Content/MetaHumans/Common/Materials/MF_Hair_Color.uasset b/Content/MetaHumans/Common/Materials/MF_Hair_Color.uasset new file mode 100644 index 000000000..b061bb4ee --- /dev/null +++ b/Content/MetaHumans/Common/Materials/MF_Hair_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44f24665689685115f318b35755c71e89ff150ca263261b3a023d1d2bfbdc28 +size 20079 diff --git a/Content/MetaHumans/Common/Materials/MF_Hair_ColorBlending.uasset b/Content/MetaHumans/Common/Materials/MF_Hair_ColorBlending.uasset new file mode 100644 index 000000000..52c0036d1 --- /dev/null +++ b/Content/MetaHumans/Common/Materials/MF_Hair_ColorBlending.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3eed693f1dc31d74c0ecda2263295d5fdbee1686682ea6366817eaf73ddf5b +size 37813 diff --git a/Content/MetaHumans/Common/Materials/MF_Hair_SaltAndPeper.uasset b/Content/MetaHumans/Common/Materials/MF_Hair_SaltAndPeper.uasset new file mode 100644 index 000000000..5ee1ab4c1 --- /dev/null +++ b/Content/MetaHumans/Common/Materials/MF_Hair_SaltAndPeper.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca6084e9d131847f6c1fc56eec1199581bb376905bae9204020167279959f54 +size 22637 diff --git a/Content/MetaHumans/Common/Materials/MF_Hair_SecondaryColors.uasset b/Content/MetaHumans/Common/Materials/MF_Hair_SecondaryColors.uasset new file mode 100644 index 000000000..10a5a2315 --- /dev/null +++ b/Content/MetaHumans/Common/Materials/MF_Hair_SecondaryColors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514e0f7b7294fcc4600064ed0171dada6d94387aed7d89b5d0b402a2f5aa05f6 +size 64804 diff --git a/Content/MetaHumans/Common/Materials/MF_RGB2YCbCr.uasset b/Content/MetaHumans/Common/Materials/MF_RGB2YCbCr.uasset new file mode 100644 index 000000000..d03bb6298 --- /dev/null +++ b/Content/MetaHumans/Common/Materials/MF_RGB2YCbCr.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8003eff63d7f6189c3023cee8b4102cda9a67c30f60e48d3b371406db3a7f4f +size 19240 diff --git a/Content/MetaHumans/Common/Materials/MF_RedHairBoost.uasset b/Content/MetaHumans/Common/Materials/MF_RedHairBoost.uasset new file mode 100644 index 000000000..027314454 --- /dev/null +++ b/Content/MetaHumans/Common/Materials/MF_RedHairBoost.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c66e45dc84f740b6abadddd8225c66e85905ad3f930c86d32761c5f3f49164b +size 16582 diff --git a/Content/MetaHumans/Common/Materials/MF_Variation.uasset b/Content/MetaHumans/Common/Materials/MF_Variation.uasset new file mode 100644 index 000000000..245a6bb0d --- /dev/null +++ b/Content/MetaHumans/Common/Materials/MF_Variation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639df4228ae852e56e3206b2836c27c3b825e1ea9924d1c6799b5778e27b25a4 +size 14652 diff --git a/Content/MetaHumans/Common/Materials/MF_YCbCr2RGB.uasset b/Content/MetaHumans/Common/Materials/MF_YCbCr2RGB.uasset new file mode 100644 index 000000000..0ebc1307b --- /dev/null +++ b/Content/MetaHumans/Common/Materials/MF_YCbCr2RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9619bdfaa4995df91c08583b2b6f33b682bd7e37458c8c5e8606f355f2e8fef +size 19542 diff --git a/Content/MetaHumans/Common/Materials/MF_YCbCrAdjustments_BoostRedness.uasset b/Content/MetaHumans/Common/Materials/MF_YCbCrAdjustments_BoostRedness.uasset new file mode 100644 index 000000000..df87d89eb --- /dev/null +++ b/Content/MetaHumans/Common/Materials/MF_YCbCrAdjustments_BoostRedness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08151b3be43bbcaef5cb9c52bebe7acc0370f11e1274946abe6c6596fbf5b656 +size 14403 diff --git a/Content/MetaHumans/Common/Materials/MI_Eyelashes_HigherLODs.uasset b/Content/MetaHumans/Common/Materials/MI_Eyelashes_HigherLODs.uasset new file mode 100644 index 000000000..1eebef7fa --- /dev/null +++ b/Content/MetaHumans/Common/Materials/MI_Eyelashes_HigherLODs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491f4c38e8e0168b68f2bc2ea13d8c6bf478c85c67afd7026556c2d18492d9ce +size 11268 diff --git a/Content/MetaHumans/Common/Materials/MI_Facial_Hair.uasset b/Content/MetaHumans/Common/Materials/MI_Facial_Hair.uasset new file mode 100644 index 000000000..8693350f5 --- /dev/null +++ b/Content/MetaHumans/Common/Materials/MI_Facial_Hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd38e3e355162873c72a1953b77d75da5a11965c89bcca311652f688ea6f17d +size 12613 diff --git a/Content/MetaHumans/Common/Materials/MI_Hair.uasset b/Content/MetaHumans/Common/Materials/MI_Hair.uasset new file mode 100644 index 000000000..1c35ebf22 --- /dev/null +++ b/Content/MetaHumans/Common/Materials/MI_Hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9feb0881b4a08cefad786bd0a7af333138638ee50888aefbec47124fedb5cb97 +size 17235 diff --git a/Content/MetaHumans/Common/Materials/M_Eyelashes_Cards.uasset b/Content/MetaHumans/Common/Materials/M_Eyelashes_Cards.uasset new file mode 100644 index 000000000..777d3a5bd --- /dev/null +++ b/Content/MetaHumans/Common/Materials/M_Eyelashes_Cards.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea13ebcf6bf80de00aa9d02e37b4f8f81921d381627a45bf8aff9fb637dbedd5 +size 22180 diff --git a/Content/MetaHumans/Common/Materials/M_Facial_Hair.uasset b/Content/MetaHumans/Common/Materials/M_Facial_Hair.uasset new file mode 100644 index 000000000..eba48f652 --- /dev/null +++ b/Content/MetaHumans/Common/Materials/M_Facial_Hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251681aeab9d69454e1e43724942a948a8864a5eb3e2a4fbaa00f700066b63b5 +size 93146 diff --git a/Content/MetaHumans/Common/Materials/M_GrayTexture_Eyes.uasset b/Content/MetaHumans/Common/Materials/M_GrayTexture_Eyes.uasset new file mode 100644 index 000000000..05589da9d --- /dev/null +++ b/Content/MetaHumans/Common/Materials/M_GrayTexture_Eyes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b921ca6f256fb49e7c4058e69a1aa3a603fb759ae4a1519918f2085ed83165b9 +size 16226 diff --git a/Content/MetaHumans/Common/Materials/M_GrayTexture_Head.uasset b/Content/MetaHumans/Common/Materials/M_GrayTexture_Head.uasset new file mode 100644 index 000000000..d9f9be9c7 --- /dev/null +++ b/Content/MetaHumans/Common/Materials/M_GrayTexture_Head.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f20d9339ff9734a9bd6babceba900c4078ff5e039f5bd9e419ce182a3ba4dc +size 18474 diff --git a/Content/MetaHumans/Common/Materials/M_GrayTexture_Teeth.uasset b/Content/MetaHumans/Common/Materials/M_GrayTexture_Teeth.uasset new file mode 100644 index 000000000..b750ae18e --- /dev/null +++ b/Content/MetaHumans/Common/Materials/M_GrayTexture_Teeth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d89c4482284c9a996090af2a1235a5a43f90cf5cfd9e6605a9249388a201522 +size 22618 diff --git a/Content/MetaHumans/Common/Materials/M_Hide.uasset b/Content/MetaHumans/Common/Materials/M_Hide.uasset new file mode 100644 index 000000000..ee18a5850 --- /dev/null +++ b/Content/MetaHumans/Common/Materials/M_Hide.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c568a20dc53df8d11a6055fbc8cc5968f53a0ef60eeb2f1243da92f371a5ba +size 8714 diff --git a/Content/MetaHumans/Common/Materials/M_hair_v4.uasset b/Content/MetaHumans/Common/Materials/M_hair_v4.uasset new file mode 100644 index 000000000..08daf50ac --- /dev/null +++ b/Content/MetaHumans/Common/Materials/M_hair_v4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8eeb46f7713ddf7626f5e0372d30c537d7c123c067ee334efa5430797def3d +size 117623 diff --git a/Content/MetaHumans/Common/Materials/T_Black_Linear.uasset b/Content/MetaHumans/Common/Materials/T_Black_Linear.uasset new file mode 100644 index 000000000..56f715e9f --- /dev/null +++ b/Content/MetaHumans/Common/Materials/T_Black_Linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09d5772b35a3d41a5f23ccbe9dedb710e2b3ec78633f476152bd63d265bbb57 +size 4643 diff --git a/Content/MetaHumans/Common/Optional/BodyTextures/T_Skin_Microtiling_M.uasset b/Content/MetaHumans/Common/Optional/BodyTextures/T_Skin_Microtiling_M.uasset new file mode 100644 index 000000000..3f48ab5df --- /dev/null +++ b/Content/MetaHumans/Common/Optional/BodyTextures/T_Skin_Microtiling_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f29ff0193a5107621badcbd70f3d344e8322c66e9d2e759011dde8452221fbb +size 756238 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Crewneckt/M_top_crewneckt.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Crewneckt/M_top_crewneckt.uasset new file mode 100644 index 000000000..35409e566 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Crewneckt/M_top_crewneckt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4410c90353eae24b84437fbf954295f1546fb32fd50144da07e522a0a0705726 +size 37443 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Crewneckt/Male/M_m_top_crewneckt_N.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Crewneckt/Male/M_m_top_crewneckt_N.uasset new file mode 100644 index 000000000..1b4d808e7 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Crewneckt/Male/M_m_top_crewneckt_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d8bbe44595fd60cdaf83ea1a2aa3c1a7aeb0a4df5f318c9f383be893cc866e +size 12512503 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Crewneckt/Male/M_top_crewneckt_AO.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Crewneckt/Male/M_top_crewneckt_AO.uasset new file mode 100644 index 000000000..3281aa1d2 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Crewneckt/Male/M_top_crewneckt_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73da8d76a2de7223832db797be4feab7610e97603a04844b90c6fdc0032e5124 +size 6668402 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Crewneckt/Male/M_top_crewneckt_Mask.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Crewneckt/Male/M_top_crewneckt_Mask.uasset new file mode 100644 index 000000000..c822d37e3 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Crewneckt/Male/M_top_crewneckt_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb6a57ead7b1a3af071d138fc224ff5168eaf6594f061f994098e529da6d2ff +size 6388242 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Crewneckt/Male/M_top_crewneckt_customstitches.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Crewneckt/Male/M_top_crewneckt_customstitches.uasset new file mode 100644 index 000000000..ebc2d2f16 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Crewneckt/Male/M_top_crewneckt_customstitches.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0488b0fc6e23ac15eb255034fd1daf4d0d4c183cb015faf6aeb5f7d409687367 +size 101673 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/MF_Passthrough.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/MF_Passthrough.uasset new file mode 100644 index 000000000..9f663aade --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/MF_Passthrough.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faecafc34315f591dd8f18255fe6e3340335b58625991484a1a2d48ac7931758 +size 12449 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/M_fabric_simpler.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/M_fabric_simpler.uasset new file mode 100644 index 000000000..c96a62d1c --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/M_fabric_simpler.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6501163f3d27c6d13cd6d25d3ca83c6aa3fb4e98d8146355a56882e3552ce427 +size 246249 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/DefaultMaps/Clothing_Default_Mask.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/DefaultMaps/Clothing_Default_Mask.uasset new file mode 100644 index 000000000..53ef468ed --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/DefaultMaps/Clothing_Default_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b47592fb400572c3331a171f28547079fe95c26c45caaaf99edbbb538dd4c95 +size 65039 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/DefaultMaps/WhiteSquareTexture.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/DefaultMaps/WhiteSquareTexture.uasset new file mode 100644 index 000000000..f08eaeffc --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/DefaultMaps/WhiteSquareTexture.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ff2d5ec54f5e574d02b842284541be856dca46536111bbd179906a776cc265 +size 4966 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/DefaultMaps/black_masks.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/DefaultMaps/black_masks.uasset new file mode 100644 index 000000000..2c857c51d --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/DefaultMaps/black_masks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05fba90dcf12061024838d24a6fd8fc1446651dc6c4317cb45c38770772f0f14 +size 4879 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/DefaultMaps/color_spectrum.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/DefaultMaps/color_spectrum.uasset new file mode 100644 index 000000000..70683b86d --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/DefaultMaps/color_spectrum.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6011800ba730a64a642c53c72b32f1a9d0daa6258a82f4a3fbaebc2b21f4fb4d +size 58473 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Macros/macro_fibers_distort_h_A.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Macros/macro_fibers_distort_h_A.uasset new file mode 100644 index 000000000..b69a5be60 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Macros/macro_fibers_distort_h_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6e9e1404bdd6ce82eb5f0b0f4a14b624ed34d0efd76560f1a677c73dd5afe3 +size 399312 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Macros/macro_heather_04.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Macros/macro_heather_04.uasset new file mode 100644 index 000000000..6d6cb803d --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Macros/macro_heather_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349aa42734f0e25402f3811cab02acf1eedc3b7009e7144d8b111956baafd34f +size 3694439 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Macros/macro_linen_rbess3s_4K.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Macros/macro_linen_rbess3s_4K.uasset new file mode 100644 index 000000000..51751da3d --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Macros/macro_linen_rbess3s_4K.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cf69e98976546f4f5ed176f804408f487a86eb21c70007786f6e157360d829 +size 3626503 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Macros/macro_pilling_A.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Macros/macro_pilling_A.uasset new file mode 100644 index 000000000..0be088829 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Macros/macro_pilling_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567923126283ba5c5e4022990ccc1b2dc8cab1158f7d7abf7424f7f72803d491 +size 3303446 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Macros/macro_pilling_N.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Macros/macro_pilling_N.uasset new file mode 100644 index 000000000..a128d7a67 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Macros/macro_pilling_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670d22e950486dad95dc1a5f5878a6ed7b1f4fb53c75af0754da27168bb418a8 +size 14515014 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/MaterialFunction/MF_AvgColorReplace.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/MaterialFunction/MF_AvgColorReplace.uasset new file mode 100644 index 000000000..9472caf9d --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/MaterialFunction/MF_AvgColorReplace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fa615d111a1bd20a3d9dbf7774c598a155c87a0a0e654790f95a9a274daca8 +size 14241 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/MaterialFunction/MF_PowerVariation.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/MaterialFunction/MF_PowerVariation.uasset new file mode 100644 index 000000000..d985d606f --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/MaterialFunction/MF_PowerVariation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8789bd7b7f531847bece680659497bf49fea943f3662a845d217d0426faf3656 +size 14414 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/MaterialFunction/MF_PrintGraphic.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/MaterialFunction/MF_PrintGraphic.uasset new file mode 100644 index 000000000..a6d644032 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/MaterialFunction/MF_PrintGraphic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3702ad7c596aa72820263ae7a21393ab00eed3dc9c214817d6657747ccea51ee +size 25229 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/MaterialFunction/MF_PrintRepeats.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/MaterialFunction/MF_PrintRepeats.uasset new file mode 100644 index 000000000..a4a3a0f23 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/MaterialFunction/MF_PrintRepeats.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8655595dbb36431f75722d7059f114374556d7fbea551cf1863ea6fa11707cd5 +size 41366 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/MaterialFunction/MatLayerBlend_Aniso.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/MaterialFunction/MatLayerBlend_Aniso.uasset new file mode 100644 index 000000000..2b1d1c41d --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/MaterialFunction/MatLayerBlend_Aniso.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74ff39ec219c68b6671cab6581982c8ed5c07285756303f94af443dd0808b40 +size 23268 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_knit_front_H.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_knit_front_H.uasset new file mode 100644 index 000000000..e06d24ba9 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_knit_front_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8fe3ae0d331de14370a1ff83f95cdba4bfcbe15fa8a4531139e712b9795d68 +size 531483 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_knit_front_N.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_knit_front_N.uasset new file mode 100644 index 000000000..5cfa45756 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_knit_front_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12bb4c6e26de54e81240e9fadae0a777a60d2a61abb475a9c47cfaf1ae56b47 +size 5287909 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_poplin_N.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_poplin_N.uasset new file mode 100644 index 000000000..c7eb1b5db --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_poplin_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2d251a90b782a3f8fae92e5521a80dce35bbe0237a4ddc4f894c17697d35b7 +size 1230793 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_poplin_height.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_poplin_height.uasset new file mode 100644 index 000000000..e04f6f2e3 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_poplin_height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1737d40a6a253b64b1a5c3cd6af04451b34c73a4a3229bbc599195378c54172d +size 422260 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_weave_denim_N.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_weave_denim_N.uasset new file mode 100644 index 000000000..b26e5368c --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_weave_denim_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d6110df208237b968ee3d0e593b973692b92e27bbd1476c935ac7ea1c92969 +size 2204443 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_weave_denim_diffuse.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_weave_denim_diffuse.uasset new file mode 100644 index 000000000..f146615df --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_weave_denim_diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55ff55fe5ca8ff468a8aab20b84df98d722e42040db4adace55cd9e5c5cb765 +size 210043 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_weave_plain.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_weave_plain.uasset new file mode 100644 index 000000000..5acf95042 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_weave_plain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4593c48a5f8fb972d3e96f3edbe1a36d8f4e98d61a81d112af7b196ab2eada4 +size 350896 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_weave_plain_normal.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_weave_plain_normal.uasset new file mode 100644 index 000000000..d2d99327d --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Micros/micro_weave_plain_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7de07ce83f1751d98879b6cfb7b1cc8c631b9eca6aa9e7c83fe12f40205d73c +size 2831373 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Wrinkles/crease_a_tileable_N.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Wrinkles/crease_a_tileable_N.uasset new file mode 100644 index 000000000..7372a1b78 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Wrinkles/crease_a_tileable_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1dcc471f66e42fd267bd7a7f4f58447f591cc9dfaf67525b712ea3d1d1d185f +size 966151 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Wrinkles/memory_wrinkles_normal.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Wrinkles/memory_wrinkles_normal.uasset new file mode 100644 index 000000000..6982311f4 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/Wrinkles/memory_wrinkles_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2977d172b890afa4ffceacbfc46585e70404d88f901e3512877c35b9fbc4c35d +size 3574197 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/clothing_AO.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/clothing_AO.uasset new file mode 100644 index 000000000..c9a5ba2fb --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/clothing_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8928f6db3350eaee49b5b2ee48924087cd01f47c197bc4c89774449b5a0f29f8 +size 35666 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/clothing_N.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/clothing_N.uasset new file mode 100644 index 000000000..bde7ebb32 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/clothing_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6d8bd4206e8a0bd7c87afe8101a9987f6b01f746d04ad2d01f5644ed980213 +size 6392 diff --git a/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/upresTest/MF_NormalStrength.uasset b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/upresTest/MF_NormalStrength.uasset new file mode 100644 index 000000000..54a9d7368 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/Common/Materials/Textures/Clothing/upresTest/MF_NormalStrength.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55026e9dd2f8642008287af4b7a983bd0a30407fd2ac295910917c4106ee5c1d +size 10339 diff --git a/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Materials/M_DG_bodyShapeA_Shirt.uasset b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Materials/M_DG_bodyShapeA_Shirt.uasset new file mode 100644 index 000000000..205a7f20a --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Materials/M_DG_bodyShapeA_Shirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd0340ad5f62dd7bb1aab3b28522e10a725a0d06d503df2f688d06ae5d118b6 +size 50009 diff --git a/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Materials/M_DG_bodyShapeA_Short.uasset b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Materials/M_DG_bodyShapeA_Short.uasset new file mode 100644 index 000000000..c0f0e6041 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Materials/M_DG_bodyShapeA_Short.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369872aed032e4b74e835a68dbefa96c53619c02780853f29e341f5cccb1e5c1 +size 50739 diff --git a/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Shirt_AO.uasset b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Shirt_AO.uasset new file mode 100644 index 000000000..5d5b7784c --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Shirt_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebeeb3bd4cf31320128fbaad61962504ab1599a700df43330b94a392bd490278 +size 3009945 diff --git a/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Shirt_Mask.uasset b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Shirt_Mask.uasset new file mode 100644 index 000000000..9b74bfba9 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Shirt_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd50bbecb6e146217cf6e7b60cb82bc726b116fc3ea6e93d38d7f0db4e314b87 +size 3324359 diff --git a/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Shirt_Normal.uasset b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Shirt_Normal.uasset new file mode 100644 index 000000000..b2c10c4fd --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Shirt_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9fa1a0c544bb7e1f309f59fc7d89132bcc785cce19f53357acb82514a8ebee7 +size 7255184 diff --git a/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Shirt_StitchMask.uasset b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Shirt_StitchMask.uasset new file mode 100644 index 000000000..22de263f0 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Shirt_StitchMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89c418e03c70676d3b3f0565c9c289e85a245d240b7bd6e74344c78671c6233 +size 68440 diff --git a/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Short_AO.uasset b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Short_AO.uasset new file mode 100644 index 000000000..e670e4261 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Short_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9643460cadd0ed72aa98bdb1e10a53a31448df639e6f6a660d4955152a3f8a90 +size 3708727 diff --git a/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Short_Mask.uasset b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Short_Mask.uasset new file mode 100644 index 000000000..94785010c --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Short_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5cfae73466d6a88db6b43bb01c4a434b6cdeecb9e559b7e6a8e6f116c09d4a +size 2182268 diff --git a/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Short_Normal.uasset b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Short_Normal.uasset new file mode 100644 index 000000000..e8c875e38 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Short_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202cce6a49bf537e19747bf8fc535f264bd2dc429d41168f9f64963743c8d90f +size 5998348 diff --git a/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Short_StitchMask.uasset b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Short_StitchMask.uasset new file mode 100644 index 000000000..419547ade --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/DG_bodyShapeA_Short_StitchMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7614fbd5482c790e30f33ac0d565c12c96b3cc7d0733dbcdcfc2bd07349d5d +size 71705 diff --git a/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/white.uasset b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/white.uasset new file mode 100644 index 000000000..5fd944263 --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Clothing/DefaultGarment/ClothAssets/bodyShapeA/Textures/white.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d40f829333ff253ed88f60f0e80e8c16dde125ccbbdf72e3796c1a99b9becb +size 18052 diff --git a/Content/MetaHumans/Common/Optional/Grooms/GroomAssets/Eyebrows/Eyebrows_L_Shaded/Eyebrows_L_Shaded_CardsAtlas_Tangent.uasset b/Content/MetaHumans/Common/Optional/Grooms/GroomAssets/Eyebrows/Eyebrows_L_Shaded/Eyebrows_L_Shaded_CardsAtlas_Tangent.uasset new file mode 100644 index 000000000..fa6c71cfe --- /dev/null +++ b/Content/MetaHumans/Common/Optional/Grooms/GroomAssets/Eyebrows/Eyebrows_L_Shaded/Eyebrows_L_Shaded_CardsAtlas_Tangent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e006166ca440418adba86d571f0ad95271acca6b5ea17bbd22657fd01933cbf +size 453287 diff --git a/Content/MetaHumans/Common/Textures/Eyelashes/T_Eyelashes_L_SlightCurl_Coverage.uasset b/Content/MetaHumans/Common/Textures/Eyelashes/T_Eyelashes_L_SlightCurl_Coverage.uasset new file mode 100644 index 000000000..6156e1726 --- /dev/null +++ b/Content/MetaHumans/Common/Textures/Eyelashes/T_Eyelashes_L_SlightCurl_Coverage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feafbacdfafd51a32d7f0d0420fcc81c4d405dd24da279e6a8ca7b492116c23f +size 1066029 diff --git a/Content/MetaHumans/Common/Textures/Eyelashes/T_Eyelashes_S_Sparse_Coverage.uasset b/Content/MetaHumans/Common/Textures/Eyelashes/T_Eyelashes_S_Sparse_Coverage.uasset new file mode 100644 index 000000000..21133e953 --- /dev/null +++ b/Content/MetaHumans/Common/Textures/Eyelashes/T_Eyelashes_S_Sparse_Coverage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0674386d3d18767a2c5a697832260fa36cd6a12bfae355b2f65b4c0bd747271 +size 431533 diff --git a/Content/MetaHumans/Common/Textures/T_Black_Linear.uasset b/Content/MetaHumans/Common/Textures/T_Black_Linear.uasset new file mode 100644 index 000000000..c8f2cc1c7 --- /dev/null +++ b/Content/MetaHumans/Common/Textures/T_Black_Linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c224a320caab2f38e33a167b8a9252eb90a581fabbfa25e2e0e2262c4c8eeb7 +size 4641 diff --git a/Content/MetaHumans/Common/Textures/T_Gray_Eyes_D.uasset b/Content/MetaHumans/Common/Textures/T_Gray_Eyes_D.uasset new file mode 100644 index 000000000..8a377099e --- /dev/null +++ b/Content/MetaHumans/Common/Textures/T_Gray_Eyes_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3717b076ae5a063212d8d85f929087e41188e0e9885eff8a79f99655b74297d0 +size 24093 diff --git a/Content/MetaHumans/Common/Textures/T_Gray_Head_D.uasset b/Content/MetaHumans/Common/Textures/T_Gray_Head_D.uasset new file mode 100644 index 000000000..9bd5b7df8 --- /dev/null +++ b/Content/MetaHumans/Common/Textures/T_Gray_Head_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1974f3b780f6488a02763c6685e020e3da500b04304b519e3443cea112d346 +size 1528359 diff --git a/Content/MetaHumans/Common/Textures/T_Gray_N.uasset b/Content/MetaHumans/Common/Textures/T_Gray_N.uasset new file mode 100644 index 000000000..130637ff5 --- /dev/null +++ b/Content/MetaHumans/Common/Textures/T_Gray_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ef9111c5bcbca739e0b403b1c7b451b4f19c12ca6f32d3afbcf54b8e65af4a +size 19236 diff --git a/Content/MetaHumans/Common/Textures/T_Gray_Teeth_D.uasset b/Content/MetaHumans/Common/Textures/T_Gray_Teeth_D.uasset new file mode 100644 index 000000000..26cdfd06a --- /dev/null +++ b/Content/MetaHumans/Common/Textures/T_Gray_Teeth_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4894f68fc4a316319a3ea538cf96a334d067c1d16c10bf04a6781446370613a +size 624130 diff --git a/Content/MetaHumans/Common/Textures/T_TilingNoise_005.uasset b/Content/MetaHumans/Common/Textures/T_TilingNoise_005.uasset new file mode 100644 index 000000000..61e89bc7a --- /dev/null +++ b/Content/MetaHumans/Common/Textures/T_TilingNoise_005.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aac7d14fb5e8f80fdcbb20685f700a8cdd8554e5229556d6c5bde666c8bf9d8 +size 167777 diff --git a/Ralpha.uproject b/Ralpha.uproject index 06dbdd090..4e69e2a2b 100644 --- a/Ralpha.uproject +++ b/Ralpha.uproject @@ -1,6 +1,6 @@ { "FileVersion": 3, - "EngineAssociation": "5.7", + "EngineAssociation": "5.8", "Category": "", "Description": "", "Plugins": [ @@ -8,6 +8,10 @@ "Name": "PythonScriptPlugin", "Enabled": true }, + { + "Name": "EditorToolset", + "Enabled": true + }, { "Name": "HDRIBackdrop", "Enabled": true diff --git a/RalphaData/catalogue.json b/RalphaData/catalogue.json index fee37352c..c578b3df8 100644 --- a/RalphaData/catalogue.json +++ b/RalphaData/catalogue.json @@ -23688,6 +23688,62 @@ ], "path": "/Game/RestaurantScene/Meshes/SM_Winebottle_3", "has_collision": true + }, + { + "id": "ef_grounds_waterfall_a", + "name": "Waterfall Cascade A", + "category": "EF_Grounds/Waterfalls", + "tags": [ + "water", + "waterfall", + "cascade", + "natural", + "falls" + ], + "path": "/Game/EF_Grounds/Meshes/Waterfall_a", + "has_collision": false + }, + { + "id": "ef_grounds_waterfall_b", + "name": "Waterfall Cascade B", + "category": "EF_Grounds/Waterfalls", + "tags": [ + "water", + "waterfall", + "cascade", + "natural", + "falls" + ], + "path": "/Game/EF_Grounds/Meshes/Waterfall_b", + "has_collision": false + }, + { + "id": "ef_grounds_waterfall_c", + "name": "Waterfall Cascade C", + "category": "EF_Grounds/Waterfalls", + "tags": [ + "water", + "waterfall", + "cascade", + "natural", + "falls" + ], + "path": "/Game/EF_Grounds/Meshes/Waterfall_c", + "has_collision": false + }, + { + "id": "ef_grounds_waterfall_d", + "name": "Waterfall Cascade D", + "category": "EF_Grounds/Waterfalls", + "tags": [ + "water", + "waterfall", + "cascade", + "natural", + "falls" + ], + "path": "/Game/EF_Grounds/Meshes/Waterfall_d", + "has_collision": false } ] } \ No newline at end of file diff --git a/RalphaData/catalogue_knowledge.json b/RalphaData/catalogue_knowledge.json index 757577484..9d11bd706 100644 --- a/RalphaData/catalogue_knowledge.json +++ b/RalphaData/catalogue_knowledge.json @@ -1,6 +1,6 @@ { "version": "1.0", - "saved_at": "2026.03.20-20.06.25", + "saved_at": "2026.06.18-04.11.36", "assets": [ { "id": "imported_tile_cd20ec78187dbb23", @@ -578,9 +578,9 @@ "category": "Imported", "path": "/Game/ImportedMeshes/plated_carbonara/StaticMeshes/plated_carbonara.plated_carbonara", "source": "imported", - "times_spawned": 30, + "times_spawned": 34, "imported_at": "2026.02.12-20.22.59", - "last_modified": "2026.03.11-15.19.49", + "last_modified": "2026.06.14-13.45.08", "dimensions": { "x": 86, @@ -1660,8 +1660,9 @@ "category": "Imported", "path": "/Game/ImportedMeshes/parmesan_wedge/StaticMeshes/parmesan_wedge.parmesan_wedge", "source": "imported", + "times_spawned": 2, "imported_at": "2026.02.12-20.22.59", - "last_modified": "2026.02.12-20.22.59", + "last_modified": "2026.06.04-22.06.22", "dimensions": { "x": 96, @@ -2005,9 +2006,9 @@ "category": "Imported", "path": "/Game/ImportedMeshes/fork_with_pasta/StaticMeshes/fork_with_pasta.fork_with_pasta", "source": "imported", - "times_spawned": 39, + "times_spawned": 40, "imported_at": "2026.02.12-20.22.59", - "last_modified": "2026.03.11-15.19.01", + "last_modified": "2026.06.04-22.06.22", "dimensions": { "x": 33, @@ -2496,9 +2497,9 @@ "last_modified": "2026.03.02-20.53.57", "dimensions": { - "x": 529.7633056640625, - "y": 439.19561767578125, - "z": 358.11749267578125 + "x": 542, + "y": 455, + "z": 362 } }, { @@ -2519,9 +2520,9 @@ "last_modified": "2026.02.20-12.24.29", "dimensions": { - "x": 772.00518798828125, - "y": 782.0311279296875, - "z": 1.2942518878844567e-06 + "x": 772, + "y": 782, + "z": 0 } }, { @@ -2544,9 +2545,9 @@ "last_modified": "2026.03.11-14.07.21", "dimensions": { - "x": 532.46630859375, - "y": 519.33642578125, - "z": 31.822200775146484 + "x": 532, + "y": 519, + "z": 32 } }, { @@ -2563,9 +2564,9 @@ "last_modified": "2026.03.11-15.17.03", "dimensions": { - "x": 43.527412414550781, - "y": 43.527412414550781, - "z": 7.1376571655273438 + "x": 44, + "y": 44, + "z": 7 } }, { @@ -2585,9 +2586,9 @@ "last_modified": "2026.03.11-15.17.04", "dimensions": { - "x": 33.771903991699219, - "y": 38.258338928222656, - "z": 47.747734069824219 + "x": 34, + "y": 40, + "z": 50 } }, { @@ -2607,9 +2608,9 @@ "last_modified": "2026.03.11-15.17.04", "dimensions": { - "x": 43.655097961425781, - "y": 40.516769409179688, - "z": 31.582073211669922 + "x": 45, + "y": 41, + "z": 32 } }, { @@ -2626,9 +2627,9 @@ "last_modified": "2026.03.10-10.12.22", "dimensions": { - "x": 69.991127014160156, + "x": 70, "y": 160, - "z": 46.149688720703125 + "z": 46 } }, { @@ -2642,13 +2643,13 @@ "props" ], "source": "catalogue", - "times_spawned": 38, - "last_modified": "2026.03.11-15.17.03", + "times_spawned": 39, + "last_modified": "2026.06.04-21.10.17", "dimensions": { - "x": 4.3604016304016113, - "y": 36.605800628662109, - "z": 3.7448019981384277 + "x": 4, + "y": 37, + "z": 4 } }, { @@ -2662,13 +2663,13 @@ "knife2" ], "source": "catalogue", - "times_spawned": 32, - "last_modified": "2026.03.11-15.17.03", + "times_spawned": 33, + "last_modified": "2026.06.04-21.10.17", "dimensions": { - "x": 5.381375789642334, - "y": 32.435401916503906, - "z": 1.9228676557540894 + "x": 5, + "y": 32, + "z": 2 } }, { @@ -2681,13 +2682,13 @@ "meshes" ], "source": "catalogue", - "times_spawned": 43, - "last_modified": "2026.03.11-15.19.49", + "times_spawned": 44, + "last_modified": "2026.06.04-16.15.12", "dimensions": { - "x": 8.1391334533691406, - "y": 8.1391124725341797, - "z": 8.7968740463256836 + "x": 8, + "y": 8, + "z": 9 } }, { @@ -2706,9 +2707,9 @@ "last_modified": "2026.03.11-15.17.04", "dimensions": { - "x": 15.230180740356445, - "y": 8.5229606628417969, - "z": 34.797996520996094 + "x": 16, + "y": 9, + "z": 35 } }, { @@ -2731,9 +2732,9 @@ "last_modified": "2026.03.11-15.19.49", "dimensions": { - "x": 19.960051536560059, - "y": 43.026758193969727, - "z": 11.991706371307373 + "x": 20, + "y": 44, + "z": 12 } }, { @@ -2756,9 +2757,9 @@ "last_modified": "2026.03.11-13.59.07", "dimensions": { - "x": 311.86309814453125, - "y": 518.73297119140625, - "z": 99.452926635742188 + "x": 318, + "y": 523, + "z": 103 } }, { @@ -2782,9 +2783,9 @@ "last_modified": "2026.03.11-15.17.03", "dimensions": { - "x": 51.188301086425781, - "y": 36.464828491210938, - "z": 20.245309829711914 + "x": 52, + "y": 36, + "z": 20 } }, { @@ -2807,9 +2808,9 @@ "last_modified": "2026.03.11-14.21.24", "dimensions": { - "x": 95.064544677734375, - "y": 362.9627685546875, - "z": 291.90621948242188 + "x": 95, + "y": 365, + "z": 295 } }, { @@ -2829,9 +2830,9 @@ "last_modified": "2026.03.11-13.59.07", "dimensions": { - "x": 68.819847106933594, - "y": 134.88671112060547, - "z": 296.95175170898438 + "x": 73, + "y": 136, + "z": 312 } }, { @@ -2849,9 +2850,9 @@ "last_modified": "2026.02.26-14.42.43", "dimensions": { - "x": 817.4346923828125, - "y": 899.8096923828125, - "z": 392.27847290039062 + "x": 817, + "y": 900, + "z": 392 } }, { @@ -2871,9 +2872,9 @@ "last_modified": "2026.03.02-17.04.49", "dimensions": { - "x": 29.81610107421875, - "y": 755.2490234375, - "z": 55.2374267578125 + "x": 20, + "y": 725, + "z": 20 } }, { @@ -2891,9 +2892,9 @@ "last_modified": "2026.03.09-14.19.58", "dimensions": { - "x": 335.3883056640625, - "y": 148.57185363769531, - "z": 66.003463745117188 + "x": 335, + "y": 149, + "z": 66 } }, { @@ -2914,7 +2915,7 @@ "dimensions": { "x": 1000, - "y": 100.00016021728516, + "y": 100, "z": 1000 } }, @@ -2933,9 +2934,9 @@ "last_modified": "2026.03.11-15.17.03", "dimensions": { - "x": 50.268914222717285, - "y": 50.153549194335938, - "z": 3.9184818267822266 + "x": 50, + "y": 50, + "z": 4 } }, { @@ -2956,9 +2957,9 @@ "last_modified": "2026.03.11-14.21.24", "dimensions": { - "x": 4.1961669921875e-05, - "y": 75.31561279296875, - "z": 129.99697875976562 + "x": 0, + "y": 75, + "z": 130 } }, { @@ -2977,9 +2978,9 @@ "last_modified": "2026.02.26-14.25.41", "dimensions": { - "x": 84.592193603515625, - "y": 84.19189453125, - "z": 399.89691162109375 + "x": 85, + "y": 84, + "z": 400 } }, { @@ -3000,9 +3001,9 @@ "last_modified": "2026.02.26-14.42.42", "dimensions": { - "x": 113.88157653808594, - "y": 105.83329772949219, - "z": 6.0079135894775391 + "x": 114, + "y": 106, + "z": 6 } }, { @@ -3020,9 +3021,9 @@ "last_modified": "2026.02.26-14.42.43", "dimensions": { - "x": 866.6705322265625, - "y": 624.90325927734375, - "z": 392.27847290039062 + "x": 867, + "y": 625, + "z": 392 } }, { @@ -3043,9 +3044,9 @@ "last_modified": "2026.03.11-15.17.03", "dimensions": { - "x": 7.25335693359375, - "y": 83.82904052734375, - "z": 138.125 + "x": 14, + "y": 87, + "z": 140 } }, { @@ -3063,9 +3064,9 @@ "last_modified": "2026.03.11-13.59.08", "dimensions": { - "x": 10.922163009643555, - "y": 59.85589599609375, - "z": 67.338882446289062 + "x": 11, + "y": 60, + "z": 67 } }, { @@ -3087,9 +3088,9 @@ "last_modified": "2026.02.27-16.03.08", "dimensions": { - "x": 7563.17236328125, - "y": 5493.6943359375, - "z": 1754.0009765625 + "x": 7563, + "y": 5494, + "z": 1754 } }, { @@ -3110,9 +3111,9 @@ "last_modified": "2026.03.11-14.21.24", "dimensions": { - "x": 188.57949829101562, - "y": 164.30850219726562, - "z": 28.252899169921875 + "x": 189, + "y": 164, + "z": 28 } }, { @@ -3130,9 +3131,9 @@ "last_modified": "2026.03.11-15.17.03", "dimensions": { - "x": 36.121162414550781, - "y": 35.984384536743164, - "z": 47.097648620605469 + "x": 36, + "y": 36, + "z": 47 } }, { @@ -3149,9 +3150,9 @@ "last_modified": "2026.03.02-11.52.24", "dimensions": { - "x": 108.3077392578125, - "y": 19.303279876708984, - "z": 209.15386962890625 + "x": 108, + "y": 19, + "z": 209 } }, { @@ -3169,9 +3170,9 @@ "last_modified": "2026.03.02-11.51.12", "dimensions": { - "x": 19.76694393157959, - "y": 86.529373168945312, - "z": 136.00674623250961 + "x": 20, + "y": 87, + "z": 136 } }, { @@ -3189,9 +3190,9 @@ "last_modified": "2026.03.02-11.53.40", "dimensions": { - "x": 1331.927978515625, - "y": 1348.122314453125, - "z": 3192.47412109375 + "x": 1332, + "y": 1348, + "z": 3192 } }, { @@ -3210,9 +3211,9 @@ "last_modified": "2026.03.11-13.59.08", "dimensions": { - "x": 973.4915771484375, - "y": 982.93722534179688, - "z": 2210.720947265625 + "x": 852, + "y": 913, + "z": 2210 } }, { @@ -3230,9 +3231,9 @@ "last_modified": "2026.03.10-12.32.44", "dimensions": { - "x": 242.81419372558594, - "y": 264.28664398193359, - "z": 217.11967217922211 + "x": 247, + "y": 267, + "z": 220 } }, { @@ -3251,9 +3252,9 @@ "last_modified": "2026.03.11-15.17.04", "dimensions": { - "x": 25.143468856811523, - "y": 21.342411041259766, - "z": 27.415365219116211 + "x": 26, + "y": 21, + "z": 28 } }, { @@ -3271,9 +3272,9 @@ "last_modified": "2026.03.09-12.59.09", "dimensions": { - "x": 59.952743530273438, - "y": 41.347845077514648, - "z": 60.169484511017799 + "x": 62, + "y": 42, + "z": 61 } }, { @@ -3296,9 +3297,9 @@ "last_modified": "2026.03.11-15.17.03", "dimensions": { - "x": 69.615646362304688, - "y": 199.99951171875, - "z": 267.1871337890625 + "x": 71, + "y": 207, + "z": 275 } }, { @@ -3335,9 +3336,9 @@ "last_modified": "2026.03.10-10.11.25", "dimensions": { - "x": 122.60823059082031, - "y": 122.60821533203125, - "z": 6.0028305053710938 + "x": 123, + "y": 123, + "z": 6 } }, { @@ -3361,9 +3362,9 @@ "last_modified": "2026.03.10-10.11.25", "dimensions": { - "x": 69.133438110351562, - "y": 200.49784851074219, - "z": 267.23471069335938 + "x": 98, + "y": 214, + "z": 268 } }, { @@ -3379,8 +3380,14 @@ "french" ], "source": "catalogue", - "times_spawned": 22, - "last_modified": "2026.03.11-15.19.49" + "times_spawned": 24, + "last_modified": "2026.06.14-13.23.00", + "dimensions": + { + "x": 121, + "y": 120, + "z": 127 + } }, { "id": "paris_environment_restaurant_dishglass_01_sm_dishglass_01_01", @@ -3396,7 +3403,13 @@ ], "source": "catalogue", "times_spawned": 14, - "last_modified": "2026.03.11-14.04.32" + "last_modified": "2026.03.11-14.04.32", + "dimensions": + { + "x": 12, + "y": 13, + "z": 35 + } }, { "id": "paris_environment_restaurant_coffeemachine_01_sm_coffeemachine_01_01", @@ -3411,8 +3424,14 @@ "french" ], "source": "catalogue", - "times_spawned": 19, - "last_modified": "2026.03.11-15.18.14" + "times_spawned": 22, + "last_modified": "2026.06.14-13.23.00", + "dimensions": + { + "x": 101, + "y": 69, + "z": 79 + } }, { "id": "paris_environment_baguette_01_sm_baguette_01_01", @@ -3430,8 +3449,14 @@ "bakery" ], "source": "catalogue", - "times_spawned": 7, - "last_modified": "2026.03.15-09.23.19" + "times_spawned": 12, + "last_modified": "2026.06.14-13.23.00", + "dimensions": + { + "x": 62, + "y": 11, + "z": 8 + } }, { "id": "restaurantscene_meshes_sm_plate", @@ -3449,8 +3474,14 @@ "food" ], "source": "catalogue", - "times_spawned": 20, - "last_modified": "2026.03.19-19.55.30" + "times_spawned": 26, + "last_modified": "2026.06.14-15.53.56", + "dimensions": + { + "x": 22, + "y": 22, + "z": 2 + } }, { "id": "restaurantscene_meshes_sm_knife", @@ -3468,8 +3499,14 @@ "food" ], "source": "catalogue", - "times_spawned": 18, - "last_modified": "2026.03.19-19.55.30" + "times_spawned": 23, + "last_modified": "2026.06.14-13.19.27", + "dimensions": + { + "x": 2, + "y": 22, + "z": 0 + } }, { "id": "paris_environment_window_02_sm_window_02_03", @@ -3488,7 +3525,13 @@ ], "source": "catalogue", "times_spawned": 2, - "last_modified": "2026.03.10-10.38.11" + "last_modified": "2026.03.10-10.38.11", + "dimensions": + { + "x": 126, + "y": 10, + "z": 226 + } }, { "id": "paris_environment_restaurant_woodenbox_01_sm_woodenbox_01_01", @@ -3503,8 +3546,14 @@ "french" ], "source": "catalogue", - "times_spawned": 2, - "last_modified": "2026.03.11-13.59.08" + "times_spawned": 4, + "last_modified": "2026.06.18-04.11.36", + "dimensions": + { + "x": 34, + "y": 20, + "z": 13 + } }, { "id": "paris_environment_bakaryshelf_01_sm_bakeryshelf_01_01", @@ -3520,7 +3569,13 @@ ], "source": "catalogue", "times_spawned": 8, - "last_modified": "2026.03.14-21.16.13" + "last_modified": "2026.03.14-21.16.13", + "dimensions": + { + "x": 100, + "y": 66, + "z": 116 + } }, { "id": "paris_environment_restaurant_counter_01_sm_counter_01_04", @@ -3536,7 +3591,13 @@ ], "source": "catalogue", "times_spawned": 4, - "last_modified": "2026.03.11-15.17.03" + "last_modified": "2026.03.11-15.17.03", + "dimensions": + { + "x": 91, + "y": 71, + "z": 103 + } }, { "id": "restaurantscene_meshes_sm_table", @@ -3554,8 +3615,14 @@ "table" ], "source": "catalogue", - "times_spawned": 27, - "last_modified": "2026.03.19-19.55.30" + "times_spawned": 32, + "last_modified": "2026.06.14-13.19.27", + "dimensions": + { + "x": 122, + "y": 76, + "z": 79 + } }, { "id": "restaurantscene_meshes_sm_ac_pipes_90turn", @@ -3575,7 +3642,13 @@ ], "source": "catalogue", "times_spawned": 11, - "last_modified": "2026.03.10-19.31.55" + "last_modified": "2026.03.10-19.31.55", + "dimensions": + { + "x": 67, + "y": 67, + "z": 34 + } }, { "id": "restaurantscene_meshes_sm_winebottle_1", @@ -3593,8 +3666,14 @@ "food" ], "source": "catalogue", - "times_spawned": 23, - "last_modified": "2026.03.19-19.55.30" + "times_spawned": 30, + "last_modified": "2026.06.14-13.23.00", + "dimensions": + { + "x": 7, + "y": 7, + "z": 29 + } }, { "id": "paris_environment_restaurant_woodenbox_01_sm_woodenbox_01_02", @@ -3610,7 +3689,13 @@ ], "source": "catalogue", "times_spawned": 9, - "last_modified": "2026.03.10-19.31.55" + "last_modified": "2026.03.10-19.31.55", + "dimensions": + { + "x": 34, + "y": 26, + "z": 19 + } }, { "id": "paris_environment_restaurant_napkin_01_sm_napkin_01_01", @@ -3625,8 +3710,14 @@ "napkin" ], "source": "catalogue", - "times_spawned": 9, - "last_modified": "2026.03.11-15.17.03" + "times_spawned": 12, + "last_modified": "2026.06.07-16.07.00", + "dimensions": + { + "x": 27, + "y": 12, + "z": 3 + } }, { "id": "restaurantscene_meshes_sm_wall01", @@ -3644,8 +3735,14 @@ "food" ], "source": "catalogue", - "times_spawned": 20, - "last_modified": "2026.03.19-19.55.30" + "times_spawned": 25, + "last_modified": "2026.06.14-13.19.27", + "dimensions": + { + "x": 300, + "y": 16, + "z": 400 + } }, { "id": "paris_environment_restaurant_counter_01_sm_counter_01_05", @@ -3661,7 +3758,13 @@ ], "source": "catalogue", "times_spawned": 8, - "last_modified": "2026.03.11-14.07.21" + "last_modified": "2026.03.11-14.07.21", + "dimensions": + { + "x": 91, + "y": 72, + "z": 102 + } }, { "id": "paris_environment_subway_subwaywall_01_sm_subwaywall_01_01", @@ -3677,7 +3780,13 @@ ], "source": "catalogue", "times_spawned": 2, - "last_modified": "2026.03.10-11.50.37" + "last_modified": "2026.03.10-11.50.37", + "dimensions": + { + "x": 260, + "y": 28, + "z": 250 + } }, { "id": "restaurantscene_meshes_sm_fork", @@ -3695,8 +3804,14 @@ "food" ], "source": "catalogue", - "times_spawned": 18, - "last_modified": "2026.03.19-19.55.30" + "times_spawned": 26, + "last_modified": "2026.06.14-13.23.00", + "dimensions": + { + "x": 3, + "y": 23, + "z": 1 + } }, { "id": "restaurantscene_meshes_sm_chair", @@ -3714,8 +3829,14 @@ "food" ], "source": "catalogue", - "times_spawned": 17, - "last_modified": "2026.03.19-19.55.30" + "times_spawned": 22, + "last_modified": "2026.06.14-13.19.27", + "dimensions": + { + "x": 41, + "y": 55, + "z": 86 + } }, { "id": "restaurantscene_meshes_sm_floor", @@ -3733,8 +3854,14 @@ "floor" ], "source": "catalogue", - "times_spawned": 16, - "last_modified": "2026.03.19-19.55.30" + "times_spawned": 21, + "last_modified": "2026.06.14-13.19.27", + "dimensions": + { + "x": 300, + "y": 300, + "z": 0 + } }, { "id": "restaurantscene_meshes_sm_wall02", @@ -3752,8 +3879,14 @@ "food" ], "source": "catalogue", - "times_spawned": 17, - "last_modified": "2026.03.19-19.55.30" + "times_spawned": 22, + "last_modified": "2026.06.14-13.19.27", + "dimensions": + { + "x": 300, + "y": 30, + "z": 400 + } }, { "id": "restaurantscene_meshes_sm_coffemug", @@ -3771,8 +3904,14 @@ "coffemug" ], "source": "catalogue", - "times_spawned": 16, - "last_modified": "2026.03.19-19.55.30" + "times_spawned": 21, + "last_modified": "2026.06.14-13.19.27", + "dimensions": + { + "x": 7, + "y": 10, + "z": 10 + } }, { "id": "paris_environment_restaurant_counter_01_sm_counter_01_02", @@ -3788,7 +3927,13 @@ ], "source": "catalogue", "times_spawned": 3, - "last_modified": "2026.03.10-11.50.37" + "last_modified": "2026.03.10-11.50.37", + "dimensions": + { + "x": 92, + "y": 71, + "z": 124 + } }, { "id": "paris_environment_restaurant_dishglass_01_sm_dishglass_01_02", @@ -3804,7 +3949,13 @@ ], "source": "catalogue", "times_spawned": 14, - "last_modified": "2026.03.11-15.19.01" + "last_modified": "2026.03.11-15.19.01", + "dimensions": + { + "x": 9, + "y": 9, + "z": 23 + } }, { "id": "restaurantscene_meshes_sm_winebottle_2", @@ -3823,7 +3974,13 @@ ], "source": "catalogue", "times_spawned": 2, - "last_modified": "2026.03.10-12.22.30" + "last_modified": "2026.03.10-12.22.30", + "dimensions": + { + "x": 7, + "y": 8, + "z": 31 + } }, { "id": "paris_environment_restaurant_slab_01_sm_slab_01_02", @@ -3839,7 +3996,13 @@ ], "source": "catalogue", "times_spawned": 2, - "last_modified": "2026.03.11-15.19.01" + "last_modified": "2026.03.11-15.19.01", + "dimensions": + { + "x": 200, + "y": 60, + "z": 3 + } }, { "id": "paris_environment_restaurant_slab_01_sm_slab_01_03", @@ -3855,7 +4018,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.10-11.55.17" + "last_modified": "2026.03.10-11.55.17", + "dimensions": + { + "x": 190, + "y": 60, + "z": 3 + } }, { "id": "restaurantscene_meshes_sm_ac_pipes_support", @@ -3875,7 +4044,13 @@ ], "source": "catalogue", "times_spawned": 2, - "last_modified": "2026.03.11-14.21.25" + "last_modified": "2026.03.11-14.21.25", + "dimensions": + { + "x": 1, + "y": 41, + "z": 150 + } }, { "id": "paris_environment_restaurant_windowframe_01_sm_windowframe_01_02", @@ -3891,7 +4066,13 @@ ], "source": "catalogue", "times_spawned": 4, - "last_modified": "2026.03.11-13.59.08" + "last_modified": "2026.03.11-13.59.08", + "dimensions": + { + "x": 120, + "y": 55, + "z": 257 + } }, { "id": "paris_environment_restaurant_beadboard_01_sm_beadboard_01_02", @@ -3907,7 +4088,13 @@ ], "source": "catalogue", "times_spawned": 7, - "last_modified": "2026.03.11-15.19.01" + "last_modified": "2026.03.11-15.19.01", + "dimensions": + { + "x": 204, + "y": 11, + "z": 130 + } }, { "id": "paris_environment_door_02_sm_door_02_02_wing_01_left", @@ -3928,7 +4115,13 @@ ], "source": "catalogue", "times_spawned": 3, - "last_modified": "2026.03.11-14.07.21" + "last_modified": "2026.03.11-14.07.21", + "dimensions": + { + "x": 101, + "y": 16, + "z": 291 + } }, { "id": "restaurantscene_meshes_sm_ac_box", @@ -3946,8 +4139,14 @@ "box" ], "source": "catalogue", - "times_spawned": 4, - "last_modified": "2026.03.11-15.19.49" + "times_spawned": 5, + "last_modified": "2026.06.07-15.56.05", + "dimensions": + { + "x": 65, + "y": 220, + "z": 153 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_01", @@ -3963,7 +4162,13 @@ ], "source": "catalogue", "times_spawned": 3, - "last_modified": "2026.03.11-14.06.34" + "last_modified": "2026.03.11-14.06.34", + "dimensions": + { + "x": 240, + "y": 240, + "z": 10 + } }, { "id": "paris_environment_restaurant_ceilingpanel_01_sm_ceilingpanel_01_01", @@ -3979,7 +4184,13 @@ ], "source": "catalogue", "times_spawned": 2, - "last_modified": "2026.03.11-14.31.04" + "last_modified": "2026.03.11-14.31.04", + "dimensions": + { + "x": 141, + "y": 141, + "z": 8 + } }, { "id": "paris_environment_bakaryshelf_01_sm_bakeryshelf_01_02", @@ -3995,7 +4206,13 @@ ], "source": "catalogue", "times_spawned": 2, - "last_modified": "2026.03.11-14.27.52" + "last_modified": "2026.03.11-14.27.52", + "dimensions": + { + "x": 100, + "y": 66, + "z": 134 + } }, { "id": "paris_environment_sidewalkisland_01_sm_sidewalkisland_01_01", @@ -4014,8 +4231,14 @@ "crossing" ], "source": "catalogue", - "times_spawned": 1, - "last_modified": "2026.03.10-12.56.17" + "times_spawned": 4, + "last_modified": "2026.06.14-13.22.59", + "dimensions": + { + "x": 111, + "y": 201, + "z": 8 + } }, { "id": "paris_environment_subway_subwayticketmachine_01_sm_subwayticketmachine_01_01", @@ -4031,7 +4254,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.10-15.42.10" + "last_modified": "2026.03.10-15.42.10", + "dimensions": + { + "x": 130, + "y": 134, + "z": 226 + } }, { "id": "paris_environment_restaurant_steelbarrel_01_sm_steelbarrel_01_01", @@ -4046,8 +4275,14 @@ "french" ], "source": "catalogue", - "times_spawned": 1, - "last_modified": "2026.03.10-15.45.34" + "times_spawned": 2, + "last_modified": "2026.06.14-13.23.00", + "dimensions": + { + "x": 38, + "y": 38, + "z": 48 + } }, { "id": "paris_environment_restaurant_counter_01_sm_counter_01_06", @@ -4062,8 +4297,14 @@ "french" ], "source": "catalogue", - "times_spawned": 2, - "last_modified": "2026.03.11-15.17.04" + "times_spawned": 3, + "last_modified": "2026.06.14-13.45.08", + "dimensions": + { + "x": 90, + "y": 51, + "z": 98 + } }, { "id": "paris_environment_window_01_sm_window_01_02", @@ -4082,7 +4323,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.10-18.02.54" + "last_modified": "2026.03.10-18.02.54", + "dimensions": + { + "x": 126, + "y": 8, + "z": 186 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_13", @@ -4098,7 +4345,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.10-18.06.12" + "last_modified": "2026.03.10-18.06.12", + "dimensions": + { + "x": 20, + "y": 50, + "z": 400 + } }, { "id": "paris_environment_door_01_sm_door_01_01_left", @@ -4117,8 +4370,14 @@ "french" ], "source": "catalogue", - "times_spawned": 1, - "last_modified": "2026.03.10-18.06.12" + "times_spawned": 22, + "last_modified": "2026.06.18-04.11.36", + "dimensions": + { + "x": 121, + "y": 24, + "z": 301 + } }, { "id": "paris_environment_door_01_sm_door_01_02_right", @@ -4137,8 +4396,14 @@ "french" ], "source": "catalogue", - "times_spawned": 2, - "last_modified": "2026.03.11-14.03.10" + "times_spawned": 15, + "last_modified": "2026.06.18-04.11.36", + "dimensions": + { + "x": 128, + "y": 27, + "z": 304 + } }, { "id": "restaurantscene_meshes_sm_ac_exaust", @@ -4157,7 +4422,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.10-19.31.54" + "last_modified": "2026.03.10-19.31.54", + "dimensions": + { + "x": 57, + "y": 57, + "z": 154 + } }, { "id": "paris_environment_towerbackground_01_sm_towerbackground_01_01", @@ -4176,8 +4447,14 @@ "french" ], "source": "catalogue", - "times_spawned": 2, - "last_modified": "2026.03.10-19.31.54" + "times_spawned": 29, + "last_modified": "2026.06.18-04.11.36", + "dimensions": + { + "x": 15935, + "y": 0, + "z": 15935 + } }, { "id": "paris_environment_subway_guardrail_01_sm_guardrail_01_01_left", @@ -4194,7 +4471,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.10-19.31.54" + "last_modified": "2026.03.10-19.31.54", + "dimensions": + { + "x": 215, + "y": 26, + "z": 154 + } }, { "id": "paris_environment_restaurant_flower_01_sm_flower_01_01", @@ -4210,7 +4493,13 @@ ], "source": "catalogue", "times_spawned": 3, - "last_modified": "2026.03.11-15.17.03" + "last_modified": "2026.03.11-15.17.03", + "dimensions": + { + "x": 12, + "y": 17, + "z": 41 + } }, { "id": "paris_environment_restaurant_windowframe_01_sm_windowframe_01_01", @@ -4226,7 +4515,13 @@ ], "source": "catalogue", "times_spawned": 2, - "last_modified": "2026.03.11-13.59.08" + "last_modified": "2026.03.11-13.59.08", + "dimensions": + { + "x": 220, + "y": 55, + "z": 257 + } }, { "id": "citypark_meshes_flora_grass_sm_grass12_5", @@ -4245,7 +4540,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.10-19.31.54" + "last_modified": "2026.03.10-19.31.54", + "dimensions": + { + "x": 57, + "y": 63, + "z": 27 + } }, { "id": "paris_environment_restaurant_bottle_01_sm_bottle_01_03", @@ -4261,7 +4562,13 @@ ], "source": "catalogue", "times_spawned": 3, - "last_modified": "2026.03.11-15.17.03" + "last_modified": "2026.03.11-15.17.03", + "dimensions": + { + "x": 9, + "y": 9, + "z": 32 + } }, { "id": "restaurantscene_meshes_sm_shaker_pepper", @@ -4280,8 +4587,14 @@ "food" ], "source": "catalogue", - "times_spawned": 1, - "last_modified": "2026.03.10-19.31.54" + "times_spawned": 2, + "last_modified": "2026.06.04-19.29.30", + "dimensions": + { + "x": 5, + "y": 5, + "z": 8 + } }, { "id": "restaurantscene_meshes_sm_napkindispenser", @@ -4300,7 +4613,13 @@ ], "source": "catalogue", "times_spawned": 2, - "last_modified": "2026.03.11-14.21.25" + "last_modified": "2026.03.11-14.21.25", + "dimensions": + { + "x": 16, + "y": 20, + "z": 24 + } }, { "id": "paris_environment_metalbarrier_01_sm_metalbarrier_01_01", @@ -4320,7 +4639,13 @@ ], "source": "catalogue", "times_spawned": 2, - "last_modified": "2026.03.11-15.17.03" + "last_modified": "2026.03.11-15.17.03", + "dimensions": + { + "x": 155, + "y": 9, + "z": 92 + } }, { "id": "paris_environment_roof_02_sm_roof_02_01_main_01", @@ -4342,7 +4667,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-13.59.08" + "last_modified": "2026.03.11-13.59.08", + "dimensions": + { + "x": 302, + "y": 257, + "z": 84 + } }, { "id": "paris_environment_restaurant_bottle_01_sm_bottle_01_01", @@ -4357,8 +4688,14 @@ "french" ], "source": "catalogue", - "times_spawned": 2, - "last_modified": "2026.03.11-14.24.47" + "times_spawned": 7, + "last_modified": "2026.06.07-15.56.05", + "dimensions": + { + "x": 8, + "y": 9, + "z": 33 + } }, { "id": "paris_environment_bridgebarrier_01_sm_bridgebarrier_01_01", @@ -4377,8 +4714,14 @@ "french" ], "source": "catalogue", - "times_spawned": 1, - "last_modified": "2026.03.11-13.59.08" + "times_spawned": 2, + "last_modified": "2026.06.07-15.42.42", + "dimensions": + { + "x": 313, + "y": 50, + "z": 104 + } }, { "id": "citypark_meshes_props_sm_drinkingfountain", @@ -4394,7 +4737,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-13.59.09" + "last_modified": "2026.03.11-13.59.09", + "dimensions": + { + "x": 69, + "y": 68, + "z": 103 + } }, { "id": "citypark_meshes_props_sm_foodstalls01", @@ -4410,7 +4759,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-13.59.09" + "last_modified": "2026.03.11-13.59.09", + "dimensions": + { + "x": 189, + "y": 236, + "z": 267 + } }, { "id": "restaurantscene_meshes_sm_plate2", @@ -4429,7 +4784,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-14.02.36" + "last_modified": "2026.03.11-14.02.36", + "dimensions": + { + "x": 18, + "y": 18, + "z": 6 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_02", @@ -4449,7 +4810,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-14.03.10" + "last_modified": "2026.03.11-14.03.10", + "dimensions": + { + "x": 106, + "y": 26, + "z": 18 + } }, { "id": "paris_environment_restaurant_beadboard_01_sm_beadboard_01_03", @@ -4465,7 +4832,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-14.03.10" + "last_modified": "2026.03.11-14.03.10", + "dimensions": + { + "x": 105, + "y": 11, + "z": 131 + } }, { "id": "paris_environment_restaurant_bottle_01_sm_bottle_01_06", @@ -4481,7 +4854,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-14.21.24" + "last_modified": "2026.03.11-14.21.24", + "dimensions": + { + "x": 10, + "y": 9, + "z": 35 + } }, { "id": "paris_environment_restaurant_trolley_01_sm_trolley_01_01", @@ -4497,7 +4876,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-14.21.25" + "last_modified": "2026.03.11-14.21.25", + "dimensions": + { + "x": 122, + "y": 71, + "z": 121 + } }, { "id": "citypark_meshes_props_sm_cafetablecloth01", @@ -4513,7 +4898,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-14.21.25" + "last_modified": "2026.03.11-14.21.25", + "dimensions": + { + "x": 109, + "y": 109, + "z": 61 + } }, { "id": "paris_environment_subway_guardrail_01_sm_guardrail_01_03_left", @@ -4530,7 +4921,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-14.21.24" + "last_modified": "2026.03.11-14.21.24", + "dimensions": + { + "x": 114, + "y": 128, + "z": 152 + } }, { "id": "paris_environment_restaurant_woodenbox_01_sm_woodenbox_01_03", @@ -4546,7 +4943,13 @@ ], "source": "catalogue", "times_spawned": 2, - "last_modified": "2026.03.11-14.21.24" + "last_modified": "2026.03.11-14.21.24", + "dimensions": + { + "x": 39, + "y": 27, + "z": 19 + } }, { "id": "paris_environment_subway_subwaydoor_01_sm_subwaydoor_01_01", @@ -4562,7 +4965,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-14.21.24" + "last_modified": "2026.03.11-14.21.24", + "dimensions": + { + "x": 108, + "y": 25, + "z": 211 + } }, { "id": "paris_environment_restaurant_windowframe_01_sm_windowframe_01_03", @@ -4578,7 +4987,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-14.21.24" + "last_modified": "2026.03.11-14.21.24", + "dimensions": + { + "x": 200, + "y": 55, + "z": 177 + } }, { "id": "paris_environment_groundleaves_01_foliagetype_sm_groundleaves_01_01_foliagetype", @@ -4610,7 +5025,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-14.21.24" + "last_modified": "2026.03.11-14.21.24", + "dimensions": + { + "x": 10, + "y": 7, + "z": 93 + } }, { "id": "restaurantscene_meshes_sm_shaker_salt", @@ -4630,7 +5051,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-14.21.25" + "last_modified": "2026.03.11-14.21.25", + "dimensions": + { + "x": 5, + "y": 5, + "z": 8 + } }, { "id": "paris_environment_restaurant_counter_01_sm_counter_01_03", @@ -4646,7 +5073,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-14.30.17" + "last_modified": "2026.03.11-14.30.17", + "dimensions": + { + "x": 91, + "y": 71, + "z": 124 + } }, { "id": "paris_environment_door_01_sm_door_01_05_bumper_left", @@ -4667,7 +5100,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-15.17.03" + "last_modified": "2026.03.11-15.17.03", + "dimensions": + { + "x": 36, + "y": 8, + "z": 52 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_20", @@ -4683,7 +5122,13 @@ ], "source": "catalogue", "times_spawned": 2, - "last_modified": "2026.03.11-15.17.03" + "last_modified": "2026.03.11-15.17.03", + "dimensions": + { + "x": 30, + "y": 30, + "z": 10 + } }, { "id": "paris_environment_restaurant_dishglass_01_sm_dishglass_01_06", @@ -4699,7 +5144,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-15.20.12" + "last_modified": "2026.03.11-15.20.12", + "dimensions": + { + "x": 9, + "y": 9, + "z": 14 + } }, { "id": "paris_environment_restaurant_windowframe_01_sm_windowframe_01_04", @@ -4715,7 +5166,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.11-15.21.53" + "last_modified": "2026.03.11-15.21.53", + "dimensions": + { + "x": 110, + "y": 55, + "z": 177 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_07", @@ -4752,7 +5209,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.16-18.12.53" + "last_modified": "2026.03.16-18.12.53", + "dimensions": + { + "x": 130, + "y": 50, + "z": 400 + } }, { "id": "imported_tripo_36c1f43e-ca51-44a3-8207-0565a60ab15a", @@ -4810,7 +5273,13 @@ ], "source": "catalogue", "times_spawned": 6, - "last_modified": "2026.03.16-19.15.14" + "last_modified": "2026.03.16-19.15.14", + "dimensions": + { + "x": 825, + "y": 442, + "z": 35 + } }, { "id": "citypark_meshes_flora_grass_sm_grass01_5", @@ -4850,7 +5319,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.16-19.15.14" + "last_modified": "2026.03.16-19.15.14", + "dimensions": + { + "x": 91, + "y": 65, + "z": 86 + } }, { "id": "imported_tripo_ee6ddf66-b63d-42b2-bb41-e86e05a79450", @@ -4898,8 +5373,14 @@ "outdoor" ], "source": "catalogue", - "times_spawned": 1, - "last_modified": "2026.03.17-12.21.16" + "times_spawned": 13, + "last_modified": "2026.06.18-01.50.08", + "dimensions": + { + "x": 17, + "y": 20, + "z": 63 + } }, { "id": "imported_tripo_0fe41479-cde1-4ad6-8cbf-d7d0f498323c", @@ -4946,7 +5427,13 @@ "french", "bakery" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 78, + "y": 11, + "z": 8 + } }, { "id": "paris_environment_bakaryshelf_01_sm_bakeryshelf_01_03", @@ -4960,7 +5447,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 100, + "y": 44, + "z": 290 + } }, { "id": "paris_environment_bakaryshelf_01_sm_bakeryshelf_01_04", @@ -4974,7 +5467,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 119, + "y": 86, + "z": 247 + } }, { "id": "paris_environment_bakerybasket_01_sm_bakerybasket_01_01", @@ -4992,7 +5491,13 @@ "french", "bakery" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 39, + "y": 41, + "z": 87 + } }, { "id": "paris_environment_balconybarrier_01_sm_balconybarrier_01_01", @@ -5010,7 +5515,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 3, + "last_modified": "2026.06.18-04.11.36", + "dimensions": + { + "x": 212, + "y": 17, + "z": 120 + } }, { "id": "paris_environment_balconybarrier_01_sm_balconybarrier_01_02", @@ -5028,7 +5541,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 112, + "y": 15, + "z": 116 + } }, { "id": "paris_environment_balconybarrier_01_sm_balconybarrier_01_03", @@ -5046,7 +5565,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 58, + "y": 14, + "z": 112 + } }, { "id": "paris_environment_balconybarrier_01_sm_balconybarrier_01_04", @@ -5064,7 +5589,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 64, + "y": 66, + "z": 118 + } }, { "id": "paris_environment_balconybarrier_01_sm_balconybarrier_01_05", @@ -5082,7 +5613,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 63, + "y": 66, + "z": 118 + } }, { "id": "paris_environment_balconybarrier_01_sm_balconybarrier_01_06", @@ -5100,7 +5637,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 209, + "y": 14, + "z": 77 + } }, { "id": "paris_environment_balconybarrier_01_sm_balconybarrier_01_07", @@ -5118,7 +5661,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 10, + "z": 68 + } }, { "id": "paris_environment_balconybarrier_01_sm_balconybarrier_01_08", @@ -5136,7 +5685,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 53, + "y": 10, + "z": 68 + } }, { "id": "paris_environment_balconybarrier_01_sm_balconybarrier_01_09", @@ -5154,7 +5709,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 59, + "y": 58, + "z": 68 + } }, { "id": "paris_environment_balconybarrier_01_sm_balconybarrier_01_10", @@ -5172,7 +5733,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 58, + "y": 58, + "z": 67 + } }, { "id": "paris_environment_balconybarrier_02_sm_balconybarrier_02_01", @@ -5190,7 +5757,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 909, + "y": 124, + "z": 113 + } }, { "id": "paris_environment_balconybarrier_02_sm_balconybarrier_02_02", @@ -5208,7 +5781,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 305, + "y": 122, + "z": 104 + } }, { "id": "paris_environment_balconybarrier_02_sm_balconybarrier_02_03", @@ -5226,7 +5805,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 195, + "y": 36, + "z": 113 + } }, { "id": "paris_environment_balconybarrier_02_sm_balconybarrier_02_04", @@ -5244,7 +5829,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 162, + "y": 24, + "z": 92 + } }, { "id": "paris_environment_balconybarrier_03_sm_balconybarrier_03_01", @@ -5262,7 +5853,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 905, + "y": 95, + "z": 97 + } }, { "id": "paris_environment_balconybarrier_03_sm_balconybarrier_03_02", @@ -5280,7 +5877,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 310, + "y": 95, + "z": 97 + } }, { "id": "paris_environment_balconybarrier_03_sm_balconybarrier_03_03", @@ -5298,7 +5901,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 167, + "y": 7, + "z": 92 + } }, { "id": "paris_environment_balconybarrier_04_sm_balconybarrier_01_01", @@ -5316,7 +5925,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 312, + "y": 104, + "z": 80 + } }, { "id": "paris_environment_balconybarrier_04_sm_balconybarrier_01_02", @@ -5334,7 +5949,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 901, + "y": 109, + "z": 84 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_01", @@ -5352,7 +5973,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 51, + "y": 26, + "z": 18 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_03", @@ -5370,7 +5997,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 21, + "y": 25, + "z": 28 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_04", @@ -5388,7 +6021,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 36, + "y": 37, + "z": 46 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_05", @@ -5406,7 +6045,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 26, + "y": 26, + "z": 74 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_06", @@ -5424,7 +6069,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 100, + "y": 8, + "z": 202 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_07", @@ -5442,7 +6093,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 42, + "y": 3, + "z": 254 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_08", @@ -5460,7 +6117,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 87, + "y": 5, + "z": 166 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_09", @@ -5478,7 +6141,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 140, + "y": 62, + "z": 235 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_10", @@ -5496,7 +6165,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 110, + "y": 28, + "z": 174 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_11", @@ -5514,7 +6189,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 38, + "y": 31, + "z": 34 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_12", @@ -5532,7 +6213,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 94, + "y": 51, + "z": 58 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_13", @@ -5550,7 +6237,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 105, + "y": 136, + "z": 115 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_14", @@ -5568,7 +6261,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 108, + "y": 73, + "z": 71 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_15", @@ -5586,7 +6285,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 136, + "y": 103, + "z": 97 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_16", @@ -5604,7 +6309,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 94, + "y": 91, + "z": 86 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_17", @@ -5622,7 +6333,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 69, + "y": 78, + "z": 92 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_18", @@ -5640,7 +6357,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 35, + "z": 215 + } }, { "id": "paris_environment_balconykit_01_sm_balconykit_01_19", @@ -5658,7 +6381,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 93, + "y": 27, + "z": 213 + } }, { "id": "paris_environment_balcony_01_sm_balcony_01_01", @@ -5674,7 +6403,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 899, + "y": 103, + "z": 95 + } }, { "id": "paris_environment_balcony_01_sm_balcony_01_02", @@ -5690,7 +6425,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 602, + "y": 101, + "z": 95 + } }, { "id": "paris_environment_balcony_01_sm_balcony_01_03", @@ -5706,7 +6447,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 303, + "y": 100, + "z": 93 + } }, { "id": "paris_environment_bikestand_01_sm_bikestand_01_01", @@ -5725,7 +6472,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.07-15.56.05", + "dimensions": + { + "x": 136, + "y": 33, + "z": 36 + } }, { "id": "paris_environment_bike_01_sm_bike_01_01", @@ -5742,7 +6497,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 152, + "y": 65, + "z": 104 + } }, { "id": "paris_environment_bike_01_sm_bike_01_02", @@ -5759,7 +6520,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 70, + "y": 27, + "z": 86 + } }, { "id": "paris_environment_bike_01_sm_bike_01_03", @@ -5776,7 +6543,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 71, + "y": 27, + "z": 86 + } }, { "id": "paris_environment_bike_01_sm_bike_01_04", @@ -5793,7 +6566,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 76, + "y": 16, + "z": 73 + } }, { "id": "paris_environment_bike_01_sm_bike_01_05", @@ -5810,7 +6589,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 73, + "y": 15, + "z": 71 + } }, { "id": "paris_environment_bike_01_sm_bike_01_06", @@ -5827,7 +6612,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 78, + "y": 15, + "z": 72 + } }, { "id": "paris_environment_bike_01_sm_bike_01_07", @@ -5844,7 +6635,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 28, + "y": 21, + "z": 28 + } }, { "id": "paris_environment_bike_01_sm_bike_01_08", @@ -5861,7 +6658,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 31, + "y": 17, + "z": 30 + } }, { "id": "paris_environment_bike_01_sm_bike_01_09", @@ -5878,7 +6681,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 51, + "y": 3, + "z": 23 + } }, { "id": "paris_environment_bike_01_sm_bike_01_10", @@ -5895,7 +6704,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 4, + "z": 13 + } }, { "id": "paris_environment_bike_01_sm_bike_01_11", @@ -5912,7 +6727,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 64, + "y": 19, + "z": 48 + } }, { "id": "paris_environment_bike_01_sm_bike_01_12", @@ -5929,7 +6750,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 40, + "y": 13, + "z": 51 + } }, { "id": "paris_environment_bike_01_sm_bike_01_13", @@ -5946,7 +6773,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 40, + "y": 33, + "z": 65 + } }, { "id": "paris_environment_bike_01_sm_bike_01_14", @@ -5963,7 +6796,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 11, + "y": 6, + "z": 14 + } }, { "id": "paris_environment_bike_01_sm_bike_01_15", @@ -5980,7 +6819,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 17, + "y": 7, + "z": 18 + } }, { "id": "paris_environment_bike_01_sm_bike_01_16", @@ -5997,7 +6842,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 11, + "y": 13, + "z": 32 + } }, { "id": "paris_environment_bike_01_sm_bike_01_17", @@ -6014,7 +6865,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 71, + "y": 20, + "z": 37 + } }, { "id": "paris_environment_bike_01_sm_bike_01_18", @@ -6031,7 +6888,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 44, + "y": 37, + "z": 22 + } }, { "id": "paris_environment_bollard_01_sm_bollard_01_01", @@ -6048,7 +6911,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 2, + "last_modified": "2026.06.07-15.42.42", + "dimensions": + { + "x": 39, + "y": 40, + "z": 89 + } }, { "id": "paris_environment_bollard_02_sm_bollard_02_01", @@ -6065,7 +6936,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 10, + "y": 9, + "z": 112 + } }, { "id": "paris_environment_bridgebarrier_01_sm_bridgebarrier_01_02", @@ -6085,7 +6962,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.19-14.33.22" + "last_modified": "2026.03.19-14.33.22", + "dimensions": + { + "x": 267, + "y": 50, + "z": 104 + } }, { "id": "paris_environment_bridgebarrier_01_sm_bridgebarrier_01_03", @@ -6105,7 +6988,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.19-14.33.22" + "last_modified": "2026.03.19-14.33.22", + "dimensions": + { + "x": 326, + "y": 58, + "z": 103 + } }, { "id": "paris_environment_bridgebarrier_01_sm_bridgebarrier_01_04", @@ -6123,7 +7012,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 268, + "y": 51, + "z": 104 + } }, { "id": "paris_environment_bridgebarrier_01_sm_bridgebarrier_01_05", @@ -6141,7 +7036,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 334, + "y": 330, + "z": 104 + } }, { "id": "paris_environment_bridgebarrier_01_sm_bridgebarrier_01_06", @@ -6159,7 +7060,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 121, + "y": 50, + "z": 103 + } }, { "id": "paris_environment_bridgebarrier_02_sm_bridgebarier_02_01", @@ -6177,7 +7084,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 3, + "last_modified": "2026.06.07-14.24.18", + "dimensions": + { + "x": 180, + "y": 33, + "z": 101 + } }, { "id": "paris_environment_bridgebarrier_02_sm_bridgebarier_02_02", @@ -6195,7 +7110,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 116, + "y": 137, + "z": 102 + } }, { "id": "paris_environment_bridgebarrier_02_sm_bridgebarier_02_03", @@ -6213,7 +7134,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 118, + "y": 135, + "z": 102 + } }, { "id": "paris_environment_bridgebarrier_02_sm_bridgebarier_02_04", @@ -6231,7 +7158,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 27, + "z": 99 + } }, { "id": "paris_environment_bridgebarrier_02_sm_bridgebarier_02_05", @@ -6249,7 +7182,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 202, + "y": 27, + "z": 114 + } }, { "id": "paris_environment_bridgebarrier_02_sm_bridgebarier_02_06", @@ -6267,7 +7206,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 184, + "y": 27, + "z": 175 + } }, { "id": "paris_environment_bridgebarrier_02_sm_bridgebarier_02_07", @@ -6285,7 +7230,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 195, + "y": 28, + "z": 163 + } }, { "id": "paris_environment_bridgebarrier_02_sm_bridgebarier_02_08", @@ -6303,7 +7254,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 164, + "y": 27, + "z": 168 + } }, { "id": "paris_environment_bridge_01_sm_bridge_01_01", @@ -6319,7 +7276,15 @@ "french", "crossing" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.07-13.55.19", + "dimensions": + { + "x": 5057, + "y": 2117, + "z": 688 + } }, { "id": "paris_environment_bridge_01_sm_bridge_01_02", @@ -6335,7 +7300,13 @@ "french", "crossing" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 286, + "y": 170, + "z": 292 + } }, { "id": "paris_environment_bridge_01_sm_bridge_01_03", @@ -6353,7 +7324,13 @@ ], "source": "catalogue", "times_spawned": 4, - "last_modified": "2026.03.19-14.11.09" + "last_modified": "2026.03.19-14.11.09", + "dimensions": + { + "x": 282, + "y": 168, + "z": 297 + } }, { "id": "paris_environment_bridge_01_sm_bridge_01_04", @@ -6369,7 +7346,13 @@ "french", "crossing" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 415, + "y": 275, + "z": 643 + } }, { "id": "paris_environment_buildings_01_sm_buildings_01_01_proxy", @@ -6387,7 +7370,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 18, + "last_modified": "2026.06.18-02.58.18", + "dimensions": + { + "x": 1661, + "y": 1701, + "z": 1942 + } }, { "id": "paris_environment_buildings_01_sm_buildings_01_02_proxy", @@ -6405,7 +7396,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 3777, + "y": 3311, + "z": 2360 + } }, { "id": "paris_environment_buildings_01_sm_buildings_01_03_proxy", @@ -6423,7 +7420,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1956, + "y": 1721, + "z": 2206 + } }, { "id": "paris_environment_buildings_01_sm_buildings_01_04_proxy", @@ -6441,7 +7444,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 2055, + "y": 2337, + "z": 2430 + } }, { "id": "paris_environment_buildings_01_sm_buildings_01_05_proxy", @@ -6459,7 +7468,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 3700, + "y": 1830, + "z": 2463 + } }, { "id": "paris_environment_busstop_01_sm_busstop_01_01", @@ -6477,7 +7492,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 124, + "y": 15, + "z": 404 + } }, { "id": "paris_environment_busstop_02_sm_busstop_02_01", @@ -6495,7 +7516,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 384, + "y": 166, + "z": 266 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_01_bottom_01", @@ -6516,7 +7543,15 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 8, + "last_modified": "2026.06.18-04.11.36", + "dimensions": + { + "x": 3030, + "y": 543, + "z": 238 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_01_bottom_02", @@ -6537,7 +7572,13 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 254, + "y": 58, + "z": 241 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_01_bottom_03", @@ -6558,7 +7599,13 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 98, + "y": 52, + "z": 216 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_01_bottom_04", @@ -6579,7 +7626,13 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 2520, + "y": 525, + "z": 223 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_01_bottom_05", @@ -6600,7 +7653,13 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1513, + "y": 523, + "z": 222 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_01_bottom_06", @@ -6621,7 +7680,13 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 517, + "y": 493, + "z": 221 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_02_top_01", @@ -6642,7 +7707,13 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 3008, + "y": 270, + "z": 509 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_02_top_02", @@ -6663,7 +7734,13 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 205, + "y": 63, + "z": 503 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_02_top_03", @@ -6684,7 +7761,13 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 2524, + "y": 221, + "z": 503 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_02_top_04", @@ -6705,7 +7788,13 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1517, + "y": 187, + "z": 504 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_02_top_05", @@ -6726,7 +7815,13 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 508, + "y": 184, + "z": 503 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_02_top_06", @@ -6747,7 +7842,13 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 3059, + "y": 273, + "z": 528 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_02_top_07", @@ -6768,7 +7869,13 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 2584, + "y": 237, + "z": 523 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_02_top_08", @@ -6789,7 +7896,13 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1523, + "y": 193, + "z": 502 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_02_top_09", @@ -6810,7 +7923,13 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 505, + "y": 190, + "z": 502 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_02_top_10", @@ -6831,7 +7950,13 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 503, + "y": 189, + "z": 500 + } }, { "id": "paris_environment_canalwall_01_sm_canalwall_01_02_top_11_descension_01", @@ -6853,7 +7978,13 @@ "french", "seine" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1114, + "y": 54, + "z": 587 + } }, { "id": "paris_environment_columnadvertising_01_sm_columnadvertising_01_01", @@ -6871,7 +8002,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 108, + "y": 108, + "z": 347 + } }, { "id": "paris_environment_curb_01_sm_curb_01_01", @@ -6888,7 +8025,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 300, + "y": 24, + "z": 14 + } }, { "id": "paris_environment_curb_01_sm_curb_01_02", @@ -6905,7 +8048,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 300, + "y": 24, + "z": 14 + } }, { "id": "paris_environment_curb_01_sm_curb_01_03", @@ -6922,7 +8071,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 301, + "y": 37, + "z": 16 + } }, { "id": "paris_environment_curb_01_sm_curb_01_04", @@ -6939,7 +8094,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 301, + "y": 47, + "z": 15 + } }, { "id": "paris_environment_curb_01_sm_curb_01_05", @@ -6956,7 +8117,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 71, + "y": 69, + "z": 14 + } }, { "id": "paris_environment_door_01_sm_door_01_03_entrance_01", @@ -6973,7 +8140,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 308, + "y": 71, + "z": 365 + } }, { "id": "paris_environment_door_01_sm_door_01_04_cornice_01", @@ -6991,7 +8164,13 @@ "french", "cornice" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 302, + "y": 76, + "z": 17 + } }, { "id": "paris_environment_door_01_sm_door_01_06_bumper_right", @@ -7010,7 +8189,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 38, + "y": 8, + "z": 52 + } }, { "id": "paris_environment_door_01_sm_door_01_07_entryphone_01", @@ -7028,7 +8213,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 11, + "y": 3, + "z": 25 + } }, { "id": "paris_environment_door_01_sm_door_01_08_ornament_01", @@ -7046,7 +8237,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 287, + "y": 33, + "z": 73 + } }, { "id": "paris_environment_door_01_sm_door_01_09_left", @@ -7064,7 +8261,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 121, + "y": 13, + "z": 279 + } }, { "id": "paris_environment_door_01_sm_door_01_10_right", @@ -7082,7 +8285,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 125, + "y": 15, + "z": 279 + } }, { "id": "paris_environment_door_01_sm_door_01_11_detail_01", @@ -7100,7 +8309,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 245, + "y": 13, + "z": 309 + } }, { "id": "paris_environment_door_01_sm_door_01_12_left", @@ -7118,7 +8333,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 120, + "y": 20, + "z": 300 + } }, { "id": "paris_environment_door_01_sm_door_01_13_right", @@ -7136,7 +8357,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 126, + "y": 22, + "z": 300 + } }, { "id": "paris_environment_door_02_sm_door_02_01_entrance_01", @@ -7153,7 +8380,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 330, + "y": 76, + "z": 369 + } }, { "id": "paris_environment_door_02_sm_door_02_02_wing_03_right", @@ -7172,7 +8405,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 100, + "y": 10, + "z": 286 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_01_wallcorner_01", @@ -7191,7 +8430,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 259, + "y": 261, + "z": 251 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_01_wallcorner_02", @@ -7210,7 +8455,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 37, + "y": 37, + "z": 250 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_01_wall_01", @@ -7228,7 +8479,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 302, + "y": 57, + "z": 252 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_01_wall_02", @@ -7246,7 +8503,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 301, + "y": 57, + "z": 250 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_01_wall_03", @@ -7264,7 +8527,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 397, + "y": 83, + "z": 255 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_02_wallcorner_01", @@ -7283,7 +8552,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 242, + "y": 242, + "z": 282 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_02_wallcorner_02", @@ -7302,7 +8577,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 22, + "y": 23, + "z": 280 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_02_wall_01", @@ -7320,7 +8601,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 301, + "y": 65, + "z": 289 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_02_wall_02", @@ -7338,7 +8625,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 302, + "y": 42, + "z": 285 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_02_wall_03", @@ -7356,7 +8649,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 363, + "y": 85, + "z": 292 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_03_wallcorner_01", @@ -7375,7 +8674,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 265, + "y": 265, + "z": 280 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_03_wallcorner_02", @@ -7394,7 +8699,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 42, + "y": 42, + "z": 280 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_03_wall_01", @@ -7412,7 +8723,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 313, + "y": 61, + "z": 280 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_03_wall_02", @@ -7430,7 +8747,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 308, + "y": 59, + "z": 281 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_03_wall_03", @@ -7448,7 +8771,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 396, + "y": 80, + "z": 281 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_04_wallcorner_01", @@ -7467,7 +8796,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 282, + "y": 283, + "z": 251 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_04_wallcorner_02", @@ -7486,7 +8821,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 61, + "y": 60, + "z": 250 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_04_wall_01", @@ -7504,7 +8845,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 310, + "y": 80, + "z": 252 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_04_wall_02", @@ -7522,7 +8869,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 303, + "y": 80, + "z": 250 + } }, { "id": "paris_environment_elevation_01_sm_elevation_01_04_wall_03", @@ -7540,7 +8893,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 444, + "y": 106, + "z": 260 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_01_wall_01", @@ -7558,7 +8917,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 611, + "y": 75, + "z": 638 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_01_wall_02", @@ -7576,7 +8941,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 604, + "y": 77, + "z": 291 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_01_wall_03", @@ -7594,7 +8965,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 258, + "y": 256, + "z": 634 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_01_wall_04", @@ -7612,7 +8989,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 307, + "y": 74, + "z": 632 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_01_wall_05", @@ -7630,7 +9013,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 30, + "y": 31, + "z": 630 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_01_wall_06", @@ -7648,7 +9037,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 30, + "y": 30, + "z": 289 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_02_door_01_l", @@ -7667,7 +9062,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 16, + "z": 282 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_02_door_02_r", @@ -7686,7 +9087,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 101, + "y": 13, + "z": 282 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_02_wall_01", @@ -7704,7 +9111,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 478, + "y": 91, + "z": 641 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_02_wall_02", @@ -7722,7 +9135,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 473, + "y": 94, + "z": 642 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_02_wall_03", @@ -7740,7 +9159,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 476, + "y": 89, + "z": 640 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_02_wall_04", @@ -7758,7 +9183,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 480, + "y": 137, + "z": 640 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_03_wall_01", @@ -7776,7 +9207,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 306, + "y": 51, + "z": 304 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_03_wall_02", @@ -7794,7 +9231,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 75, + "y": 48, + "z": 300 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_03_wall_03", @@ -7812,7 +9255,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 254, + "y": 257, + "z": 301 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_03_wall_04", @@ -7830,7 +9279,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 28, + "y": 28, + "z": 300 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_04_wall_01", @@ -7848,7 +9303,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 305, + "y": 55, + "z": 324 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_04_wall_02", @@ -7866,7 +9327,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 76, + "y": 49, + "z": 320 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_04_wall_03", @@ -7884,7 +9351,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 255, + "y": 253, + "z": 325 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_04_wall_04", @@ -7902,7 +9375,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 30, + "y": 30, + "z": 320 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_05_wall_01", @@ -7920,7 +9399,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 305, + "y": 59, + "z": 324 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_05_wall_02", @@ -7938,7 +9423,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 77, + "y": 50, + "z": 320 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_05_wall_03", @@ -7956,7 +9447,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 256, + "y": 258, + "z": 325 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_05_wall_04", @@ -7974,7 +9471,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 30, + "y": 30, + "z": 320 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_06_wall_01", @@ -7992,7 +9495,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 301, + "y": 45, + "z": 270 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_06_wall_02", @@ -8010,7 +9519,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 75, + "y": 45, + "z": 270 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_06_wall_03", @@ -8028,7 +9543,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 251, + "y": 249, + "z": 270 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_06_wall_04", @@ -8046,7 +9567,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 25, + "y": 25, + "z": 270 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_07_cornice_01", @@ -8065,7 +9592,13 @@ "facade", "cornice" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 600, + "y": 80, + "z": 15 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_07_cornice_02", @@ -8084,7 +9617,13 @@ "facade", "cornice" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 300, + "y": 80, + "z": 15 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_07_cornice_03", @@ -8103,7 +9642,13 @@ "facade", "cornice" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 80, + "y": 80, + "z": 15 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_07_cornice_04", @@ -8122,7 +9667,13 @@ "facade", "cornice" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 286, + "y": 284, + "z": 15 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_07_cornice_05", @@ -8141,7 +9692,13 @@ "facade", "cornice" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 60, + "z": 15 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_08_wall_01", @@ -8159,7 +9716,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 613, + "y": 76, + "z": 402 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_09_detail_01", @@ -8178,7 +9741,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 211, + "y": 21, + "z": 85 + } }, { "id": "paris_environment_elevation_02_sm_elevation_02_09_wall_01", @@ -8196,7 +9765,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 480, + "y": 92, + "z": 411 + } }, { "id": "paris_environment_elevation_03_sm_elevation_03_01_base_01", @@ -8215,7 +9790,15 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.14-13.22.59", + "dimensions": + { + "x": 303, + "y": 49, + "z": 300 + } }, { "id": "paris_environment_elevation_03_sm_elevation_03_01_base_02", @@ -8234,7 +9817,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 604, + "y": 50, + "z": 306 + } }, { "id": "paris_environment_elevation_03_sm_elevation_03_02_base_01", @@ -8253,7 +9842,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 304, + "y": 49, + "z": 300 + } }, { "id": "paris_environment_elevation_03_sm_elevation_03_03_wall_01", @@ -8271,7 +9866,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 312, + "y": 118, + "z": 350 + } }, { "id": "paris_environment_elevation_03_sm_elevation_03_03_wall_02", @@ -8289,7 +9890,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 309, + "y": 118, + "z": 363 + } }, { "id": "paris_environment_elevation_03_sm_elevation_03_04_wall_01", @@ -8307,7 +9914,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 607, + "y": 122, + "z": 353 + } }, { "id": "paris_environment_elevation_03_sm_elevation_03_05_base_01", @@ -8326,7 +9939,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 181, + "y": 182, + "z": 301 + } }, { "id": "paris_environment_elevation_03_sm_elevation_03_05_base_02", @@ -8345,7 +9964,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 181, + "y": 182, + "z": 301 + } }, { "id": "paris_environment_elevation_03_sm_elevation_03_06_wall_01", @@ -8363,7 +9988,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 256, + "y": 252, + "z": 350 + } }, { "id": "paris_environment_elevation_03_sm_elevation_03_06_wall_02", @@ -8381,7 +10012,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 256, + "y": 252, + "z": 350 + } }, { "id": "paris_environment_elevation_03_sm_elevation_03_07_entrance_01", @@ -8400,7 +10037,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 620, + "y": 126, + "z": 651 + } }, { "id": "paris_environment_elevation_03_sm_elevation_03_08_door_01", @@ -8419,7 +10062,13 @@ "haussmann", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 284, + "y": 76, + "z": 548 + } }, { "id": "paris_environment_flag_01_sm_flag_01_01", @@ -8435,7 +10084,15 @@ "french", "pole" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 5, + "last_modified": "2026.06.18-04.11.36", + "dimensions": + { + "x": 164, + "y": 31, + "z": 207 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_01_pedestal_01", @@ -8453,7 +10110,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 250, + "y": 113, + "z": 151 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_01_pedestal_02", @@ -8471,7 +10134,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 250, + "y": 113, + "z": 151 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_02_monument_01", @@ -8489,7 +10158,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 235, + "y": 120, + "z": 226 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_02_monument_02", @@ -8507,7 +10182,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 227, + "y": 114, + "z": 226 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_03_walllow_01", @@ -8525,7 +10206,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 752, + "y": 40, + "z": 67 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_03_walllow_02", @@ -8543,7 +10230,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 457, + "y": 53, + "z": 78 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_04_basin_02", @@ -8561,7 +10254,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 825, + "y": 549, + "z": 59 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_05_stepplatform_01", @@ -8579,7 +10278,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1297, + "y": 502, + "z": 212 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_06_wall_01", @@ -8597,7 +10302,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 342, + "y": 143, + "z": 224 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_07_pedestal_01", @@ -8615,7 +10326,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 454, + "y": 282, + "z": 151 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_08_pedestal_01", @@ -8633,7 +10350,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 403, + "y": 254, + "z": 251 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_09_pedestal_01", @@ -8651,7 +10374,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 343, + "y": 212, + "z": 201 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_10_monument_01", @@ -8669,7 +10398,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 384, + "y": 303, + "z": 714 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_11_column_01", @@ -8687,7 +10422,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 100, + "y": 100, + "z": 364 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_12_column_01", @@ -8707,7 +10448,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.19-14.33.43" + "last_modified": "2026.03.19-14.33.43", + "dimensions": + { + "x": 114, + "y": 110, + "z": 250 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_13_column_01", @@ -8727,7 +10474,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.19-14.33.43" + "last_modified": "2026.03.19-14.33.43", + "dimensions": + { + "x": 126, + "y": 125, + "z": 601 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_14_column_01", @@ -8745,7 +10498,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 138, + "y": 139, + "z": 252 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_15_column_01", @@ -8763,7 +10522,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 129, + "y": 129, + "z": 355 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_16_column_01", @@ -8781,7 +10546,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 100, + "y": 99, + "z": 602 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_17_wall_01", @@ -8799,7 +10570,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 263, + "y": 71, + "z": 704 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_17_wall_02", @@ -8817,7 +10594,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 253, + "y": 65, + "z": 701 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_18_wall_01", @@ -8835,7 +10618,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 517, + "y": 169, + "z": 605 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_19_arch_01", @@ -8853,7 +10642,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 582, + "y": 260, + "z": 373 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_20_cornice_01", @@ -8871,7 +10666,13 @@ "french", "cornice" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1305, + "y": 72, + "z": 76 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_21_ornamentblock_01", @@ -8889,7 +10690,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 144, + "y": 177, + "z": 150 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_21_ornamentblock_02", @@ -8907,7 +10714,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 144, + "y": 177, + "z": 152 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_22_column_01", @@ -8925,7 +10738,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 105, + "z": 251 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_23_relief_01", @@ -8943,7 +10762,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 565, + "y": 55, + "z": 205 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_24_relief_01", @@ -8961,7 +10786,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 225, + "y": 66, + "z": 206 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_24_relief_02", @@ -8979,7 +10810,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 225, + "y": 65, + "z": 205 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_25_cornice_01", @@ -8997,7 +10834,15 @@ "french", "cornice" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.07-15.42.42", + "dimensions": + { + "x": 1300, + "y": 60, + "z": 50 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_26_cornice_01", @@ -9015,7 +10860,13 @@ "french", "cornice" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1436, + "y": 40, + "z": 51 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_27_pediment_01", @@ -9033,7 +10884,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1451, + "y": 118, + "z": 736 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_27_pediment_02", @@ -9051,7 +10908,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 896, + "y": 116, + "z": 347 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_28_monument_01", @@ -9069,7 +10932,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 90, + "y": 93, + "z": 239 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_29_monument_01", @@ -9087,7 +10956,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 91, + "y": 75, + "z": 242 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_30_monument_01", @@ -9105,7 +10980,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 75, + "y": 71, + "z": 244 + } }, { "id": "paris_environment_fountain_01_sm_fountain_01_31_monument_01", @@ -9123,7 +11004,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 75, + "y": 71, + "z": 241 + } }, { "id": "paris_environment_groundleaves_01_sm_groundleaves_01_01", @@ -9142,7 +11029,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 6, + "last_modified": "2026.06.18-04.11.36", + "dimensions": + { + "x": 86, + "y": 76, + "z": 4 + } }, { "id": "paris_environment_groundleaves_01_sm_groundleaves_01_02", @@ -9161,7 +11056,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 91, + "y": 46, + "z": 3 + } }, { "id": "paris_environment_groundleaves_01_sm_groundleaves_01_03", @@ -9180,7 +11081,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 225, + "y": 346, + "z": 4 + } }, { "id": "paris_environment_groundleaves_01_sm_groundleaves_01_04", @@ -9199,7 +11106,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 312, + "y": 340, + "z": 4 + } }, { "id": "paris_environment_groundleaves_01_sm_groundleaves_01_05", @@ -9218,7 +11131,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 112, + "y": 46, + "z": 17 + } }, { "id": "paris_environment_groundleaves_01_sm_groundleaves_01_06", @@ -9237,7 +11156,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 211, + "y": 37, + "z": 18 + } }, { "id": "paris_environment_gutter_01_sm_gutter_01_01", @@ -9253,7 +11178,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 24, + "y": 28, + "z": 53 + } }, { "id": "paris_environment_gutter_01_sm_gutter_01_02", @@ -9269,7 +11200,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 23, + "y": 21, + "z": 151 + } }, { "id": "paris_environment_gutter_01_sm_gutter_01_03", @@ -9285,7 +11222,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 23, + "y": 21, + "z": 151 + } }, { "id": "paris_environment_gutter_01_sm_gutter_01_04", @@ -9301,7 +11244,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 29, + "y": 29, + "z": 36 + } }, { "id": "paris_environment_gutter_01_sm_gutter_01_05", @@ -9317,7 +11266,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 21, + "y": 23, + "z": 302 + } }, { "id": "paris_environment_manhole_01_sm_manhole_01_01", @@ -9334,7 +11289,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.07-15.42.42", + "dimensions": + { + "x": 127, + "y": 129, + "z": 3 + } }, { "id": "paris_environment_manhole_02_sm_manhole_02_01", @@ -9351,7 +11314,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 128, + "y": 128, + "z": 4 + } }, { "id": "paris_environment_manhole_02_sm_manhole_02_02", @@ -9368,7 +11337,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 128, + "y": 129, + "z": 5 + } }, { "id": "paris_environment_plaza_01_sm_plaza_01_01", @@ -9385,7 +11360,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 2783, + "y": 3816, + "z": 31 + } }, { "id": "paris_environment_plaza_01_sm_plaza_01_02_tile", @@ -9403,7 +11384,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 301, + "y": 300, + "z": 2 + } }, { "id": "paris_environment_post_01_sm_post_01_01", @@ -9419,7 +11406,13 @@ "french", "pole" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 13, + "y": 14, + "z": 102 + } }, { "id": "paris_environment_poster_01_sm_poster_01_01", @@ -9436,7 +11429,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 72, + "y": 0, + "z": 100 + } }, { "id": "paris_environment_poster_01_sm_poster_01_02", @@ -9453,7 +11452,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 72, + "y": 0, + "z": 100 + } }, { "id": "paris_environment_poster_01_sm_poster_01_03", @@ -9470,7 +11475,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 72, + "y": 0, + "z": 100 + } }, { "id": "paris_environment_poster_01_sm_poster_01_04", @@ -9487,7 +11498,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 72, + "y": 0, + "z": 100 + } }, { "id": "paris_environment_poster_01_sm_poster_01_05", @@ -9504,7 +11521,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 72, + "y": 0, + "z": 100 + } }, { "id": "paris_environment_poster_01_sm_poster_01_06", @@ -9521,7 +11544,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 72, + "y": 0, + "z": 100 + } }, { "id": "paris_environment_restaurant_airconditioner_01_sm_airconditioner_01_01", @@ -9535,7 +11564,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 141, + "y": 141, + "z": 45 + } }, { "id": "paris_environment_restaurant_beadboard_01_sm_beadboard_01_01", @@ -9549,7 +11584,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.04-19.29.29", + "dimensions": + { + "x": 306, + "y": 10, + "z": 131 + } }, { "id": "paris_environment_restaurant_beadboard_01_sm_beadboard_01_04", @@ -9563,7 +11606,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 52, + "y": 11, + "z": 130 + } }, { "id": "paris_environment_restaurant_beadboard_01_sm_beadboard_01_05", @@ -9577,7 +11626,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 32, + "y": 10, + "z": 130 + } }, { "id": "paris_environment_restaurant_beadboard_01_sm_beadboard_01_06", @@ -9591,7 +11646,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 26, + "y": 17, + "z": 130 + } }, { "id": "paris_environment_restaurant_beadboard_01_sm_beadboard_01_07", @@ -9605,7 +11666,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 21, + "y": 21, + "z": 130 + } }, { "id": "paris_environment_restaurant_beadboard_01_sm_beadboard_01_08", @@ -9619,7 +11686,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 21, + "y": 11, + "z": 130 + } }, { "id": "paris_environment_restaurant_beadboard_01_sm_beadboard_01_09", @@ -9633,7 +11706,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 11, + "y": 10, + "z": 130 + } }, { "id": "paris_environment_restaurant_beadboard_01_sm_beadboard_01_10", @@ -9647,7 +11726,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 206, + "y": 11, + "z": 50 + } }, { "id": "paris_environment_restaurant_beadboard_01_sm_beadboard_01_10_bend", @@ -9662,7 +11747,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 201, + "y": 31, + "z": 51 + } }, { "id": "paris_environment_restaurant_beadboard_01_sm_beadboard_01_11", @@ -9676,7 +11767,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 21, + "y": 10, + "z": 50 + } }, { "id": "paris_environment_restaurant_beadboard_01_sm_beadboard_01_12", @@ -9690,7 +11787,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 11, + "y": 10, + "z": 50 + } }, { "id": "paris_environment_restaurant_beadboard_01_sm_beadboard_01_13", @@ -9704,7 +11807,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 255, + "y": 46, + "z": 85 + } }, { "id": "paris_environment_restaurant_beveragetap_01_sm_beveragetap_01_01", @@ -9718,7 +11827,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 58, + "y": 30, + "z": 44 + } }, { "id": "paris_environment_restaurant_blocking_sm_blocking_ceilingtop", @@ -9733,7 +11848,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 2, + "last_modified": "2026.06.09-18.56.16", + "dimensions": + { + "x": 862, + "y": 1562, + "z": 52 + } }, { "id": "paris_environment_restaurant_blocking_sm_blocking_groundfloor", @@ -9748,7 +11871,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 862, + "y": 1562, + "z": 52 + } }, { "id": "paris_environment_restaurant_books_01_sm_books_01_01", @@ -9762,7 +11891,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 67, + "y": 27, + "z": 43 + } }, { "id": "paris_environment_restaurant_books_01_sm_books_01_02", @@ -9776,7 +11911,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 56, + "y": 29, + "z": 42 + } }, { "id": "paris_environment_restaurant_bottle_01_sm_bottle_01_02", @@ -9790,7 +11931,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 10, + "y": 9, + "z": 35 + } }, { "id": "paris_environment_restaurant_bottle_01_sm_bottle_01_04", @@ -9804,7 +11951,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 9, + "y": 9, + "z": 36 + } }, { "id": "paris_environment_restaurant_bottle_01_sm_bottle_01_05", @@ -9818,7 +11971,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 8, + "y": 8, + "z": 33 + } }, { "id": "paris_environment_restaurant_bottle_01_sm_bottle_01_07", @@ -9832,7 +11991,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 9, + "y": 9, + "z": 36 + } }, { "id": "paris_environment_restaurant_caisse_01_sm_caisse_01_01", @@ -9846,7 +12011,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 56, + "y": 47, + "z": 52 + } }, { "id": "paris_environment_restaurant_ceilingpanel_01_sm_ceilingpanel_01_02", @@ -9860,7 +12031,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 141, + "y": 141, + "z": 8 + } }, { "id": "paris_environment_restaurant_ceilingpanel_01_sm_ceilingpanel_01_03", @@ -9874,7 +12051,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 141, + "y": 141, + "z": 8 + } }, { "id": "paris_environment_restaurant_chest_01_sm_chest_01_01", @@ -9888,7 +12071,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 117, + "y": 80, + "z": 80 + } }, { "id": "paris_environment_restaurant_container_01_sm_container_01_01", @@ -9902,7 +12091,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 3, + "last_modified": "2026.06.07-15.56.06", + "dimensions": + { + "x": 30, + "y": 29, + "z": 53 + } }, { "id": "paris_environment_restaurant_counterrailing_01_sm_counterrailing_01_01", @@ -9916,7 +12113,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 356, + "y": 18, + "z": 20 + } }, { "id": "paris_environment_restaurant_counterrailing_01_sm_counterrailing_01_02", @@ -9930,7 +12133,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 105, + "y": 18, + "z": 21 + } }, { "id": "paris_environment_restaurant_counterrailing_01_sm_counterrailing_01_03", @@ -9944,7 +12153,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 79, + "y": 18, + "z": 20 + } }, { "id": "paris_environment_restaurant_counterrailing_01_sm_counterrailing_01_04", @@ -9958,7 +12173,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 357, + "y": 14, + "z": 9 + } }, { "id": "paris_environment_restaurant_counterrailing_01_sm_counterrailing_01_05", @@ -9972,7 +12193,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 106, + "y": 14, + "z": 7 + } }, { "id": "paris_environment_restaurant_counterrailing_01_sm_counterrailing_01_06", @@ -9986,7 +12213,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 82, + "y": 14, + "z": 7 + } }, { "id": "paris_environment_restaurant_counter_01_sm_counter_01_07", @@ -10000,7 +12233,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 90, + "y": 51, + "z": 98 + } }, { "id": "paris_environment_restaurant_counter_01_sm_counter_01_08", @@ -10014,7 +12253,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 90, + "y": 51, + "z": 98 + } }, { "id": "paris_environment_restaurant_counter_01_sm_counter_01_09", @@ -10028,7 +12273,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 88, + "y": 51, + "z": 103 + } }, { "id": "paris_environment_restaurant_counter_01_sm_counter_01_10", @@ -10042,7 +12293,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 86, + "y": 35, + "z": 136 + } }, { "id": "paris_environment_restaurant_counter_01_sm_counter_01_11", @@ -10056,7 +12313,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 10, + "y": 35, + "z": 133 + } }, { "id": "paris_environment_restaurant_counter_01_sm_counter_01_12", @@ -10070,7 +12333,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 10, + "y": 53, + "z": 95 + } }, { "id": "paris_environment_restaurant_counter_01_sm_counter_01_13", @@ -10084,7 +12353,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 10, + "y": 8, + "z": 103 + } }, { "id": "paris_environment_restaurant_counter_01_sm_counter_01_15", @@ -10098,7 +12373,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 10, + "y": 7, + "z": 71 + } }, { "id": "paris_environment_restaurant_cutlery_01_sm_cutlery_01_01", @@ -10112,7 +12393,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 3, + "last_modified": "2026.06.14-13.23.00", + "dimensions": + { + "x": 21, + "y": 5, + "z": 2 + } }, { "id": "paris_environment_restaurant_cutlery_01_sm_cutlery_01_02", @@ -10126,7 +12415,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.04-16.15.12", + "dimensions": + { + "x": 21, + "y": 2, + "z": 1 + } }, { "id": "paris_environment_restaurant_cutlery_01_sm_cutlery_01_03", @@ -10140,7 +12437,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 20, + "y": 3, + "z": 3 + } }, { "id": "paris_environment_restaurant_cutlery_01_sm_cutlery_01_04", @@ -10154,7 +12457,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 16, + "y": 2, + "z": 2 + } }, { "id": "paris_environment_restaurant_cutlery_01_sm_cutlery_01_05", @@ -10168,7 +12477,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 14, + "y": 3, + "z": 2 + } }, { "id": "paris_environment_restaurant_dishglass_01_sm_dishglass_01_03", @@ -10182,7 +12497,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 8, + "y": 8, + "z": 20 + } }, { "id": "paris_environment_restaurant_dishglass_01_sm_dishglass_01_04", @@ -10196,7 +12517,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 8, + "y": 8, + "z": 21 + } }, { "id": "paris_environment_restaurant_dishglass_01_sm_dishglass_01_05", @@ -10210,7 +12537,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.04-19.29.29", + "dimensions": + { + "x": 8, + "y": 8, + "z": 18 + } }, { "id": "paris_environment_restaurant_dish_01_sm_dish_01_01", @@ -10224,7 +12559,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 15, + "y": 12, + "z": 8 + } }, { "id": "paris_environment_restaurant_dish_01_sm_dish_01_02", @@ -10238,7 +12579,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 16, + "y": 16, + "z": 7 + } }, { "id": "paris_environment_restaurant_dish_01_sm_dish_01_03", @@ -10252,7 +12599,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 25, + "y": 26, + "z": 2 + } }, { "id": "paris_environment_restaurant_dish_01_sm_dish_01_04", @@ -10266,7 +12619,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 18, + "y": 18, + "z": 3 + } }, { "id": "paris_environment_restaurant_doorframe_01_sm_doorframe_01_01", @@ -10280,7 +12639,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 230, + "y": 55, + "z": 240 + } }, { "id": "paris_environment_restaurant_doorframe_01_sm_doorframe_01_02", @@ -10294,7 +12659,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 200, + "y": 55, + "z": 240 + } }, { "id": "paris_environment_restaurant_doorframe_01_sm_doorframe_01_03", @@ -10308,7 +12679,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 130, + "y": 55, + "z": 240 + } }, { "id": "paris_environment_restaurant_doorframe_01_sm_doorframe_01_04", @@ -10322,7 +12699,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 90, + "y": 55, + "z": 240 + } }, { "id": "paris_environment_restaurant_door_01_sm_door_01_01", @@ -10339,7 +12722,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 101, + "y": 13, + "z": 225 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_02", @@ -10353,7 +12742,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 210, + "y": 210, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_03", @@ -10367,7 +12762,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 120, + "y": 210, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_04", @@ -10381,7 +12782,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 148, + "y": 210, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_05", @@ -10395,7 +12802,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 210, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_06", @@ -10409,7 +12822,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 30, + "y": 210, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_07", @@ -10423,7 +12842,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 120, + "y": 120, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_08", @@ -10437,7 +12862,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 120, + "y": 60, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_09", @@ -10451,7 +12882,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 60, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_10", @@ -10465,7 +12902,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 30, + "y": 120, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_11", @@ -10479,7 +12922,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 30, + "y": 30, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_12", @@ -10493,7 +12942,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 30, + "y": 120, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_13", @@ -10507,7 +12962,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 150, + "y": 60, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_14", @@ -10521,7 +12982,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 60, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_15", @@ -10535,7 +13002,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 60, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_16", @@ -10549,7 +13022,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 30, + "y": 60, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_17", @@ -10563,7 +13042,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 150, + "y": 30, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_18", @@ -10577,7 +13062,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 30, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_19", @@ -10591,7 +13082,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 30, + "y": 30, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_21", @@ -10605,7 +13102,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 240, + "y": 30, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_22", @@ -10619,7 +13122,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 120, + "y": 30, + "z": 10 + } }, { "id": "paris_environment_restaurant_floortiles_01_sm_floortiles_01_23", @@ -10633,7 +13142,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 30, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_01", @@ -10647,7 +13162,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 729, + "y": 744, + "z": 11 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_02", @@ -10661,7 +13182,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 729, + "y": 308, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_03", @@ -10675,7 +13202,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 729, + "y": 156, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_04", @@ -10689,7 +13222,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 434, + "y": 744, + "z": 11 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_05", @@ -10703,7 +13242,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 729, + "y": 65, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_06", @@ -10717,7 +13262,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 729, + "y": 35, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_07", @@ -10731,7 +13282,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 725, + "y": 15, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_08", @@ -10745,7 +13302,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 433, + "y": 308, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_09", @@ -10759,7 +13322,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 433, + "y": 156, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_10", @@ -10773,7 +13342,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 433, + "y": 65, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_11", @@ -10787,7 +13362,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 431, + "y": 31, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_12", @@ -10801,7 +13382,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 430, + "y": 15, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_13", @@ -10815,7 +13402,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 283, + "y": 744, + "z": 11 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_14", @@ -10829,7 +13422,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 283, + "y": 308, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_15", @@ -10843,7 +13442,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 283, + "y": 156, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_16", @@ -10857,7 +13462,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 283, + "y": 65, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_17", @@ -10871,7 +13482,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 279, + "y": 30, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_18", @@ -10885,7 +13502,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 279, + "y": 15, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_19", @@ -10899,7 +13522,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 133, + "y": 734, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_20", @@ -10913,7 +13542,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 133, + "y": 154, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_21", @@ -10927,7 +13562,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 133, + "y": 308, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_22", @@ -10941,7 +13582,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 132, + "y": 64, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_23", @@ -10955,7 +13602,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 129, + "y": 30, + "z": 10 + } }, { "id": "paris_environment_restaurant_floorwoodplanks_01_sm_floorwoodplanks_01_24", @@ -10969,7 +13622,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 129, + "y": 15, + "z": 10 + } }, { "id": "paris_environment_restaurant_flower_01_sm_flower_01_02", @@ -10983,7 +13642,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 16, + "y": 11, + "z": 51 + } }, { "id": "paris_environment_restaurant_flower_01_sm_flower_01_03", @@ -10997,7 +13662,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 9, + "y": 9, + "z": 38 + } }, { "id": "paris_environment_restaurant_jarcookies_01_sm_jarcookies_01_01", @@ -11011,7 +13682,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 17, + "y": 15, + "z": 21 + } }, { "id": "paris_environment_restaurant_jukebox_01_sm_jukebox_01_01", @@ -11025,7 +13702,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 92, + "y": 52, + "z": 155 + } }, { "id": "paris_environment_restaurant_lampcord_01_sm_lampcord_01_01", @@ -11039,7 +13722,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 120, + "y": 21, + "z": 205 + } }, { "id": "paris_environment_restaurant_lampcord_01_sm_lampcord_01_02", @@ -11053,7 +13742,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 266, + "y": 152, + "z": 153 + } }, { "id": "paris_environment_restaurant_lampcord_01_sm_lampcord_01_03", @@ -11067,7 +13762,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 603, + "y": 69, + "z": 185 + } }, { "id": "paris_environment_restaurant_lampcord_01_sm_lampcord_01_04", @@ -11081,7 +13782,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 620, + "y": 77, + "z": 186 + } }, { "id": "paris_environment_restaurant_lamphanging_01_sm_lamphanging_01_01", @@ -11095,7 +13802,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 35, + "y": 37, + "z": 53 + } }, { "id": "paris_environment_restaurant_lampsconce_01_sm_lampsconce_01_01", @@ -11109,7 +13822,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 44, + "y": 22, + "z": 29 + } }, { "id": "paris_environment_restaurant_lounge_01_sm_lounge_01_01", @@ -11123,7 +13842,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 121, + "y": 74, + "z": 118 + } }, { "id": "paris_environment_restaurant_lounge_01_sm_lounge_01_02", @@ -11137,7 +13862,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 81, + "y": 75, + "z": 118 + } }, { "id": "paris_environment_restaurant_lounge_01_sm_lounge_01_03", @@ -11151,7 +13882,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 41, + "y": 73, + "z": 118 + } }, { "id": "paris_environment_restaurant_lounge_01_sm_lounge_01_04", @@ -11165,7 +13902,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 90, + "y": 91, + "z": 119 + } }, { "id": "paris_environment_restaurant_lounge_01_sm_lounge_01_05", @@ -11179,7 +13922,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 80, + "y": 79, + "z": 119 + } }, { "id": "paris_environment_restaurant_lounge_01_sm_lounge_01_06", @@ -11193,7 +13942,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 4, + "last_modified": "2026.05.30-19.22.26", + "dimensions": + { + "x": 92, + "y": 92, + "z": 118 + } }, { "id": "paris_environment_restaurant_lounge_01_sm_lounge_01_07", @@ -11207,7 +13964,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 81, + "y": 76, + "z": 46 + } }, { "id": "paris_environment_restaurant_menu_01_sm_menu_01_01", @@ -11221,7 +13984,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 30, + "y": 11, + "z": 37 + } }, { "id": "paris_environment_restaurant_mouldingcrown_01_sm_mouldingcrown_01_01", @@ -11235,7 +14004,13 @@ "haussmann", "mouldingcrown" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 201, + "y": 15, + "z": 25 + } }, { "id": "paris_environment_restaurant_mouldingcrown_01_sm_mouldingcrown_01_02", @@ -11249,7 +14024,13 @@ "haussmann", "mouldingcrown" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 101, + "y": 15, + "z": 25 + } }, { "id": "paris_environment_restaurant_mouldingcrown_01_sm_mouldingcrown_01_03", @@ -11263,7 +14044,13 @@ "haussmann", "mouldingcrown" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 51, + "y": 15, + "z": 25 + } }, { "id": "paris_environment_restaurant_mouldingcrown_01_sm_mouldingcrown_01_04", @@ -11277,7 +14064,13 @@ "haussmann", "mouldingcrown" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 31, + "y": 15, + "z": 25 + } }, { "id": "paris_environment_restaurant_mouldingcrown_01_sm_mouldingcrown_01_05", @@ -11291,7 +14084,13 @@ "haussmann", "mouldingcrown" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 26, + "y": 25, + "z": 25 + } }, { "id": "paris_environment_restaurant_mouldingcrown_01_sm_mouldingcrown_01_06", @@ -11305,7 +14104,13 @@ "haussmann", "mouldingcrown" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 21, + "y": 21, + "z": 25 + } }, { "id": "paris_environment_restaurant_mouldingcrown_01_sm_mouldingcrown_01_07", @@ -11319,7 +14124,13 @@ "haussmann", "mouldingcrown" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 10, + "y": 15, + "z": 25 + } }, { "id": "paris_environment_restaurant_napkin_01_sm_napkin_01_02", @@ -11333,7 +14144,13 @@ "haussmann", "napkin" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 26, + "y": 28, + "z": 19 + } }, { "id": "paris_environment_restaurant_pictureframemenu_01_sm_pictureframemenu_01_01", @@ -11347,7 +14164,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 3, + "z": 100 + } }, { "id": "paris_environment_restaurant_pictureframemenu_01_sm_pictureframemenu_01_02", @@ -11361,7 +14184,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 3, + "z": 100 + } }, { "id": "paris_environment_restaurant_pictureframemenu_01_sm_pictureframemenu_01_03", @@ -11375,7 +14204,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 100, + "y": 3, + "z": 60 + } }, { "id": "paris_environment_restaurant_pictureframemenu_01_sm_pictureframemenu_01_04", @@ -11389,7 +14224,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 100, + "y": 3, + "z": 60 + } }, { "id": "paris_environment_restaurant_pictureframemenu_01_sm_pictureframemenu_01_05", @@ -11403,7 +14244,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 3, + "z": 100 + } }, { "id": "paris_environment_restaurant_pictureframemenu_01_sm_pictureframemenu_01_06", @@ -11417,7 +14264,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 3, + "z": 100 + } }, { "id": "paris_environment_restaurant_pillar_01_sm_pillar_01_01", @@ -11431,7 +14284,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 28, + "y": 30, + "z": 390 + } }, { "id": "paris_environment_restaurant_pillar_01_sm_pillar_01_02", @@ -11445,7 +14304,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 30, + "y": 31, + "z": 390 + } }, { "id": "paris_environment_restaurant_pillar_01_sm_pillar_01_03", @@ -11459,7 +14324,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 44, + "y": 30, + "z": 391 + } }, { "id": "paris_environment_restaurant_pillar_01_sm_pillar_02_01", @@ -11473,7 +14344,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 28, + "y": 30, + "z": 390 + } }, { "id": "paris_environment_restaurant_pillar_01_sm_pillar_02_02", @@ -11487,7 +14364,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 29, + "y": 30, + "z": 390 + } }, { "id": "paris_environment_restaurant_pillar_01_sm_pillar_02_03", @@ -11501,7 +14384,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 28, + "y": 28, + "z": 390 + } }, { "id": "paris_environment_restaurant_pillar_01_sm_pillar_03_01", @@ -11515,7 +14404,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 42, + "y": 42, + "z": 390 + } }, { "id": "paris_environment_restaurant_pillar_01_sm_pillar_03_02", @@ -11529,7 +14424,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 42, + "y": 42, + "z": 390 + } }, { "id": "paris_environment_restaurant_pillar_01_sm_pillar_03_03", @@ -11543,7 +14444,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 42, + "y": 43, + "z": 390 + } }, { "id": "paris_environment_restaurant_plant_01_sm_plant_01_01", @@ -11557,7 +14464,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 100, + "y": 41, + "z": 37 + } }, { "id": "paris_environment_restaurant_plant_01_sm_plant_01_02", @@ -11571,7 +14484,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 42, + "y": 30, + "z": 54 + } }, { "id": "paris_environment_restaurant_plant_02_sm_plant_02_01", @@ -11585,7 +14504,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 150, + "y": 166, + "z": 157 + } }, { "id": "paris_environment_restaurant_plant_02_sm_plant_02_02", @@ -11599,7 +14524,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 122, + "y": 74, + "z": 163 + } }, { "id": "paris_environment_restaurant_plant_02_sm_plant_02_03", @@ -11613,7 +14544,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 39, + "y": 71, + "z": 154 + } }, { "id": "paris_environment_restaurant_slab_01_sm_slab_01_01", @@ -11627,7 +14564,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 120, + "y": 60, + "z": 10 + } }, { "id": "paris_environment_restaurant_slab_01_sm_slab_01_04", @@ -11641,7 +14584,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 90, + "y": 60, + "z": 3 + } }, { "id": "paris_environment_restaurant_slab_01_sm_slab_01_05", @@ -11655,7 +14604,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 100, + "y": 10, + "z": 3 + } }, { "id": "paris_environment_restaurant_slab_01_sm_slab_01_06", @@ -11669,7 +14624,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 20, + "y": 10, + "z": 3 + } }, { "id": "paris_environment_restaurant_spice_01_sm_spice_01_01", @@ -11683,7 +14644,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 5, + "y": 5, + "z": 15 + } }, { "id": "paris_environment_restaurant_sugar_01_sm_sugar_01_01", @@ -11697,7 +14664,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 12, + "y": 13, + "z": 15 + } }, { "id": "paris_environment_restaurant_table_01_sm_table_01_01", @@ -11711,7 +14684,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 60, + "z": 87 + } }, { "id": "paris_environment_restaurant_table_01_sm_table_01_02", @@ -11725,7 +14704,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 63, + "y": 64, + "z": 88 + } }, { "id": "paris_environment_restaurant_tray_01_sm_tray_01_01", @@ -11739,7 +14724,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 51, + "z": 4 + } }, { "id": "paris_environment_restaurant_umbrella_01_sm_umbrella_01_01", @@ -11756,7 +14747,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 19, + "y": 11, + "z": 51 + } }, { "id": "paris_environment_restaurant_wallframe_01_sm_wallframe_01_01", @@ -11770,7 +14767,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 100, + "y": 2, + "z": 225 + } }, { "id": "paris_environment_restaurant_wallframe_01_sm_wallframe_01_02", @@ -11784,7 +14787,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 90, + "y": 2, + "z": 225 + } }, { "id": "paris_environment_restaurant_wallframe_01_sm_wallframe_01_03", @@ -11798,7 +14807,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 80, + "y": 2, + "z": 225 + } }, { "id": "paris_environment_restaurant_wallframe_01_sm_wallframe_01_04", @@ -11812,7 +14827,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 180, + "y": 2, + "z": 125 + } }, { "id": "paris_environment_restaurant_wallframe_01_sm_wallframe_01_05", @@ -11826,7 +14847,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 110, + "y": 2, + "z": 125 + } }, { "id": "paris_environment_restaurant_wallframe_01_sm_wallframe_01_06", @@ -11840,7 +14867,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 110, + "y": 2, + "z": 86 + } }, { "id": "paris_environment_restaurant_wallframe_01_sm_wallframe_01_07", @@ -11854,7 +14887,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 180, + "y": 2, + "z": 55 + } }, { "id": "paris_environment_restaurant_wallframe_01_sm_wallframe_01_08", @@ -11868,7 +14907,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 90, + "y": 2, + "z": 55 + } }, { "id": "paris_environment_restaurant_wallornament_01_sm_wallornament_01_01", @@ -11882,7 +14927,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 85, + "y": 6, + "z": 19 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_01", @@ -11896,7 +14947,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 400, + "y": 50, + "z": 400 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_02", @@ -11910,7 +14967,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 300, + "y": 50, + "z": 400 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_03", @@ -11924,7 +14987,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 200, + "y": 50, + "z": 400 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_04", @@ -11938,7 +15007,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 200, + "y": 50, + "z": 400 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_05", @@ -11952,7 +15027,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 200, + "y": 50, + "z": 400 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_06", @@ -11966,7 +15047,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 110, + "y": 50, + "z": 400 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_08", @@ -11980,7 +15067,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 100, + "y": 50, + "z": 400 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_09", @@ -11994,7 +15087,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 80, + "y": 50, + "z": 400 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_10", @@ -12008,7 +15107,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 50, + "z": 400 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_11", @@ -12022,7 +15127,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 40, + "y": 50, + "z": 300 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_12", @@ -12036,7 +15147,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 30, + "y": 50, + "z": 400 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_14", @@ -12050,7 +15167,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 10, + "y": 50, + "z": 400 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_15", @@ -12064,7 +15187,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 80, + "y": 35, + "z": 400 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_16", @@ -12078,7 +15207,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 80, + "y": 35, + "z": 400 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_17", @@ -12092,7 +15227,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 184, + "y": 80, + "z": 70 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_18", @@ -12106,7 +15247,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 184, + "y": 80, + "z": 10 + } }, { "id": "paris_environment_restaurant_wall_01_sm_wall_01_19", @@ -12120,7 +15267,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 200, + "y": 50, + "z": 50 + } }, { "id": "paris_environment_restaurant_wickerbench_01_sm_wickerbench_01_01", @@ -12134,7 +15287,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 51, + "y": 47, + "z": 42 + } }, { "id": "paris_environment_restaurant_wickerbench_01_sm_wickerbench_01_02", @@ -12148,7 +15307,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 134, + "y": 52, + "z": 44 + } }, { "id": "paris_environment_restaurant_wickerbench_01_sm_wickerbench_01_03", @@ -12162,7 +15327,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 153, + "y": 53, + "z": 48 + } }, { "id": "paris_environment_restaurant_wickerbench_01_sm_wickerbench_01_04", @@ -12176,7 +15347,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 103, + "y": 57, + "z": 5 + } }, { "id": "paris_environment_restaurant_wickerchair_01_sm_wickerchair_01_01", @@ -12190,7 +15367,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 47, + "y": 49, + "z": 93 + } }, { "id": "paris_environment_restaurant_wickerchair_01_sm_wickerchair_01_02", @@ -12204,7 +15387,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 66, + "y": 59, + "z": 90 + } }, { "id": "paris_environment_restaurant_wickerchair_01_sm_wickerchair_01_03", @@ -12218,7 +15407,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 70, + "y": 70, + "z": 90 + } }, { "id": "paris_environment_restaurant_wickerchair_01_sm_wickerchair_01_04", @@ -12232,7 +15427,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 58, + "y": 59, + "z": 129 + } }, { "id": "paris_environment_restaurant_wickerchair_01_sm_wickerchair_01_05", @@ -12246,7 +15447,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 52, + "y": 51, + "z": 93 + } }, { "id": "paris_environment_restaurant_wickerchair_01_sm_wickerchair_01_06", @@ -12260,7 +15467,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 39, + "y": 42, + "z": 49 + } }, { "id": "paris_environment_restaurant_wickerhanger_01_sm_wickerhanger_01_01", @@ -12274,7 +15487,13 @@ "haussmann", "wickerhanger" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 62, + "y": 63, + "z": 179 + } }, { "id": "paris_environment_restaurant_wickerplanter_01_sm_wickerplanter_01_01", @@ -12288,7 +15507,13 @@ "haussmann", "wickerplanter" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 109, + "y": 47, + "z": 113 + } }, { "id": "paris_environment_restaurant_wickersofa_01_sm_wickersofa_01_01", @@ -12302,7 +15527,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 251, + "y": 66, + "z": 95 + } }, { "id": "paris_environment_restaurant_wickersofa_01_sm_wickersofa_01_02", @@ -12316,7 +15547,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 97, + "y": 62, + "z": 86 + } }, { "id": "paris_environment_restaurant_wickertablecoffee_01_sm_wickertablecoffee_01_01", @@ -12330,7 +15567,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 81, + "y": 80, + "z": 43 + } }, { "id": "paris_environment_restaurantfront_01_sm_restaurantfront_01_01", @@ -12349,7 +15592,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 73, + "y": 321, + "z": 194 + } }, { "id": "paris_environment_restaurantfront_01_sm_restaurantfront_01_02", @@ -12368,7 +15617,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 70, + "y": 319, + "z": 183 + } }, { "id": "paris_environment_restaurantfront_01_sm_restaurantfront_01_03", @@ -12387,7 +15642,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 609, + "y": 333, + "z": 216 + } }, { "id": "paris_environment_restaurantfront_01_sm_restaurantfront_01_04", @@ -12406,7 +15667,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 306, + "y": 329, + "z": 215 + } }, { "id": "paris_environment_restaurantfront_01_sm_restaurantfront_01_05_fence_01", @@ -12426,7 +15693,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 102, + "y": 5, + "z": 247 + } }, { "id": "paris_environment_restaurantfront_01_sm_restaurantfront_01_05_fence_02", @@ -12446,7 +15719,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 101, + "y": 5, + "z": 246 + } }, { "id": "paris_environment_restaurantfront_01_sm_restaurantfront_01_06_fence_01", @@ -12466,7 +15745,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 80, + "y": 3, + "z": 135 + } }, { "id": "paris_environment_restaurantfront_01_sm_restaurantfront_01_06_fence_02", @@ -12486,7 +15771,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 80, + "y": 3, + "z": 135 + } }, { "id": "paris_environment_restaurantfront_01_sm_restaurantfront_01_07", @@ -12505,7 +15796,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 300, + "y": 1, + "z": 150 + } }, { "id": "paris_environment_restaurantfront_01_sm_restaurantfront_01_08", @@ -12524,7 +15821,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 69, + "y": 314, + "z": 169 + } }, { "id": "paris_environment_restaurantfront_01_sm_restaurantfront_01_09", @@ -12543,7 +15846,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 532, + "y": 534, + "z": 215 + } }, { "id": "paris_environment_restaurantfront_01_sm_restaurantfront_01_10", @@ -12562,7 +15871,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 607, + "y": 13, + "z": 54 + } }, { "id": "paris_environment_road_01_sm_road_01_01", @@ -12579,7 +15894,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 600, + "y": 1200, + "z": 0 + } }, { "id": "paris_environment_road_01_sm_road_01_01_90", @@ -12596,7 +15917,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1200, + "y": 600, + "z": 0 + } }, { "id": "paris_environment_road_01_sm_road_01_02", @@ -12613,7 +15940,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 300, + "y": 1200, + "z": 0 + } }, { "id": "paris_environment_road_01_sm_road_01_03", @@ -12630,7 +15963,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 300, + "y": 1200, + "z": 0 + } }, { "id": "paris_environment_road_01_sm_road_01_04", @@ -12647,7 +15986,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 600, + "y": 600, + "z": 0 + } }, { "id": "paris_environment_road_01_sm_road_01_05", @@ -12664,7 +16009,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 600, + "y": 600, + "z": 0 + } }, { "id": "paris_environment_road_01_sm_road_01_06_turn20", @@ -12682,7 +16033,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 2193, + "y": 3001, + "z": 0 + } }, { "id": "paris_environment_road_01_sm_road_01_07_turn20", @@ -12700,7 +16057,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 2193, + "y": 3001, + "z": 0 + } }, { "id": "paris_environment_road_01_sm_road_01_08_turn10", @@ -12718,7 +16081,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 2024, + "y": 2500, + "z": 0 + } }, { "id": "paris_environment_road_01_sm_road_01_09_turn10", @@ -12736,7 +16105,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 2051, + "y": 2813, + "z": 0 + } }, { "id": "paris_environment_road_02_sm_road_02_01", @@ -12753,7 +16128,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 423, + "y": 1605, + "z": 10 + } }, { "id": "paris_environment_road_02_sm_road_02_02", @@ -12770,7 +16151,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 423, + "y": 405, + "z": 8 + } }, { "id": "paris_environment_road_02_sm_road_02_03", @@ -12787,7 +16174,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 413, + "y": 399, + "z": 7 + } }, { "id": "paris_environment_road_02_sm_road_02_04", @@ -12804,7 +16197,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 413, + "y": 397, + "z": 7 + } }, { "id": "paris_environment_road_02_sm_road_02_05", @@ -12821,7 +16220,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 414, + "y": 405, + "z": 7 + } }, { "id": "paris_environment_roof_01_sm_roof_01_01_main_01", @@ -12841,7 +16246,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 5, + "last_modified": "2026.06.18-04.11.36", + "dimensions": + { + "x": 301, + "y": 269, + "z": 113 + } }, { "id": "paris_environment_roof_01_sm_roof_01_02_main_02", @@ -12861,7 +16274,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 201, + "y": 269, + "z": 111 + } }, { "id": "paris_environment_roof_01_sm_roof_01_03_maincorner_01", @@ -12881,7 +16300,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 676, + "y": 408, + "z": 115 + } }, { "id": "paris_environment_roof_01_sm_roof_01_04_maincorner_02", @@ -12901,7 +16326,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 262, + "y": 274, + "z": 112 + } }, { "id": "paris_environment_roof_01_sm_roof_01_05_front_01", @@ -12921,7 +16352,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 6, + "last_modified": "2026.06.08-17.55.53", + "dimensions": + { + "x": 301, + "y": 63, + "z": 252 + } }, { "id": "paris_environment_roof_01_sm_roof_01_06_front_02", @@ -12941,7 +16380,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 301, + "y": 55, + "z": 250 + } }, { "id": "paris_environment_roof_01_sm_roof_01_07_corner_01", @@ -12961,7 +16406,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.10-13.17.53", + "dimensions": + { + "x": 305, + "y": 65, + "z": 253 + } }, { "id": "paris_environment_roof_01_sm_roof_01_08_corner_02", @@ -12981,7 +16434,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 311, + "y": 311, + "z": 262 + } }, { "id": "paris_environment_roof_01_sm_roof_01_09_side_01", @@ -13001,7 +16460,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 21, + "y": 307, + "z": 354 + } }, { "id": "paris_environment_roof_01_sm_roof_01_10_chimney_01", @@ -13020,7 +16485,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 122, + "y": 328, + "z": 148 + } }, { "id": "paris_environment_roof_01_sm_roof_01_11_window_01", @@ -13040,7 +16511,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 98, + "y": 12, + "z": 157 + } }, { "id": "paris_environment_roof_01_sm_roof_01_11_window_02", @@ -13060,7 +16537,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 98, + "y": 9, + "z": 157 + } }, { "id": "paris_environment_roof_01_sm_roof_01_11_window_03", @@ -13080,7 +16563,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 98, + "y": 9, + "z": 157 + } }, { "id": "paris_environment_roof_02_sm_roof_02_02_main_01", @@ -13100,7 +16589,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 127, + "y": 257, + "z": 84 + } }, { "id": "paris_environment_roof_02_sm_roof_02_03_maincorner_01", @@ -13120,7 +16615,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 309, + "y": 312, + "z": 94 + } }, { "id": "paris_environment_roof_02_sm_roof_02_03_maincorner_02", @@ -13140,7 +16641,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 466, + "y": 425, + "z": 95 + } }, { "id": "paris_environment_roof_02_sm_roof_02_03_maincorner_03", @@ -13160,7 +16667,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 365, + "y": 335, + "z": 78 + } }, { "id": "paris_environment_roof_02_sm_roof_02_04_front_01", @@ -13180,7 +16693,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 302, + "y": 236, + "z": 278 + } }, { "id": "paris_environment_roof_02_sm_roof_02_05_front_01", @@ -13200,7 +16719,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 302, + "y": 217, + "z": 280 + } }, { "id": "paris_environment_roof_02_sm_roof_02_06_front_01", @@ -13220,7 +16745,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 302, + "y": 218, + "z": 278 + } }, { "id": "paris_environment_roof_02_sm_roof_02_07_corner_01", @@ -13240,7 +16771,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 217, + "y": 220, + "z": 273 + } }, { "id": "paris_environment_roof_02_sm_roof_02_08_corner_01", @@ -13260,7 +16797,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 310, + "y": 312, + "z": 277 + } }, { "id": "paris_environment_roof_02_sm_roof_02_08_corner_02", @@ -13280,7 +16823,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 426, + "y": 414, + "z": 283 + } }, { "id": "paris_environment_roof_02_sm_roof_02_08_corner_03", @@ -13300,7 +16849,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 359, + "y": 411, + "z": 277 + } }, { "id": "paris_environment_roof_02_sm_roof_02_09_side_01", @@ -13320,7 +16875,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 21, + "y": 454, + "z": 348 + } }, { "id": "paris_environment_roof_02_sm_roof_02_10_chimney_01", @@ -13339,7 +16900,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 112, + "y": 383, + "z": 478 + } }, { "id": "paris_environment_roof_02_sm_roof_02_11_chimney_01", @@ -13358,7 +16925,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 112, + "y": 54, + "z": 466 + } }, { "id": "paris_environment_roof_02_sm_roof_02_12_chimney_01", @@ -13377,7 +16950,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 62, + "y": 63, + "z": 103 + } }, { "id": "paris_environment_roof_02_sm_roof_02_13_top_01", @@ -13397,7 +16976,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 301, + "y": 355, + "z": 19 + } }, { "id": "paris_environment_roof_03_sm_roof_03_01_main_01", @@ -13417,7 +17002,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 301, + "y": 303, + "z": 497 + } }, { "id": "paris_environment_roof_03_sm_roof_03_01_main_02", @@ -13437,7 +17028,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 308, + "y": 342, + "z": 501 + } }, { "id": "paris_environment_roof_03_sm_roof_03_01_main_03", @@ -13457,7 +17054,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 305, + "y": 348, + "z": 507 + } }, { "id": "paris_environment_roof_03_sm_roof_03_02_corner_01", @@ -13477,7 +17080,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 303, + "y": 304, + "z": 500 + } }, { "id": "paris_environment_roof_03_sm_roof_03_03_side_01", @@ -13497,7 +17106,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 11, + "y": 301, + "z": 495 + } }, { "id": "paris_environment_roof_03_sm_roof_03_04_top_01", @@ -13517,7 +17132,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 300, + "y": 301, + "z": 15 + } }, { "id": "paris_environment_shopfront_02_sm_shopfront_02_01", @@ -13531,7 +17152,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 305, + "y": 57, + "z": 310 + } }, { "id": "paris_environment_shopfront_02_sm_shopfront_02_02", @@ -13545,7 +17172,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 304, + "y": 55, + "z": 305 + } }, { "id": "paris_environment_shopfront_02_sm_shopfront_02_03", @@ -13559,7 +17192,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 211, + "y": 4, + "z": 230 + } }, { "id": "paris_environment_shopfront_02_sm_shopfront_02_04_door", @@ -13574,7 +17213,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 66, + "y": 12, + "z": 201 + } }, { "id": "paris_environment_shopfront_02_sm_shopfront_02_05_door", @@ -13589,7 +17234,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 66, + "y": 12, + "z": 201 + } }, { "id": "paris_environment_shopfront_02_sm_shopfront_02_05_window", @@ -13604,7 +17255,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 210, + "y": 7, + "z": 230 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_01_door_01", @@ -13624,7 +17281,13 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 75, + "y": 14, + "z": 246 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_02_frame_01", @@ -13644,7 +17307,15 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.09-19.12.57", + "dimensions": + { + "x": 83, + "y": 8, + "z": 306 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_03", @@ -13663,7 +17334,13 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 636, + "y": 108, + "z": 380 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_04", @@ -13682,7 +17359,13 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 636, + "y": 108, + "z": 380 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_04_onesided", @@ -13702,7 +17385,15 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 5, + "last_modified": "2026.06.10-13.06.27", + "dimensions": + { + "x": 636, + "y": 108, + "z": 379 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_04_plane", @@ -13722,7 +17413,13 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 205, + "y": 0, + "z": 241 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_04_plane_subdivide", @@ -13743,7 +17440,13 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 205, + "y": 0, + "z": 241 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_04_twosided", @@ -13763,7 +17466,13 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 636, + "y": 108, + "z": 379 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_05", @@ -13782,7 +17491,13 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 320, + "y": 109, + "z": 380 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_06", @@ -13801,7 +17516,13 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 321, + "y": 108, + "z": 380 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_07", @@ -13820,7 +17541,13 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 306, + "y": 61, + "z": 62 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_08", @@ -13839,7 +17566,13 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 321, + "y": 109, + "z": 71 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_09", @@ -13858,7 +17591,13 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 302, + "y": 52, + "z": 252 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_10", @@ -13877,7 +17616,13 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 63, + "y": 52, + "z": 254 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_11", @@ -13896,7 +17641,13 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 246, + "y": 108, + "z": 380 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_12", @@ -13915,7 +17666,13 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 160, + "y": 109, + "z": 140 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_13", @@ -13934,7 +17691,13 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 243, + "y": 108, + "z": 251 + } }, { "id": "paris_environment_shopfront_01_sm_shopfront_01_14", @@ -13953,7 +17716,13 @@ "french", "shop" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 151, + "y": 108, + "z": 252 + } }, { "id": "paris_environment_sidewalk_01_sm_sidewalk_01_01", @@ -13969,7 +17738,13 @@ "haussmann", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 306, + "y": 305, + "z": 7 + } }, { "id": "paris_environment_sidewalk_01_sm_sidewalk_01_02", @@ -13985,7 +17760,13 @@ "haussmann", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 308, + "y": 306, + "z": 9 + } }, { "id": "paris_environment_sidewalk_01_sm_sidewalk_01_03", @@ -14001,7 +17782,13 @@ "haussmann", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 303, + "y": 152, + "z": 3 + } }, { "id": "paris_environment_sidewalk_01_sm_sidewalk_01_04", @@ -14017,7 +17804,13 @@ "haussmann", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 304, + "y": 154, + "z": 3 + } }, { "id": "paris_environment_sidewalk_01_sm_sidewalk_01_05", @@ -14033,7 +17826,13 @@ "haussmann", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 326, + "y": 331, + "z": 21 + } }, { "id": "paris_environment_sidewalk_01_sm_sidewalk_01_06", @@ -14049,7 +17848,13 @@ "haussmann", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 326, + "y": 332, + "z": 22 + } }, { "id": "paris_environment_sidewalk_01_sm_sidewalk_01_07", @@ -14065,7 +17870,13 @@ "haussmann", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 328, + "y": 313, + "z": 28 + } }, { "id": "paris_environment_sidewalk_01_sm_sidewalk_01_08", @@ -14081,7 +17892,13 @@ "haussmann", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 313, + "y": 340, + "z": 31 + } }, { "id": "paris_environment_sidewalk_01_sm_sidewalk_01_09", @@ -14097,7 +17914,13 @@ "haussmann", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 613, + "y": 338, + "z": 35 + } }, { "id": "paris_environment_sidewalk_01_sm_sidewalk_01_10", @@ -14113,7 +17936,13 @@ "haussmann", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 113, + "y": 203, + "z": 20 + } }, { "id": "paris_environment_sidewalk_01_sm_sidewalk_01_11", @@ -14129,7 +17958,13 @@ "haussmann", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 329, + "y": 333, + "z": 28 + } }, { "id": "paris_environment_sidewalk_01_sm_sidewalk_01_12", @@ -14145,7 +17980,13 @@ "haussmann", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 337, + "y": 334, + "z": 22 + } }, { "id": "paris_environment_signboards_01_sm_signboards_01_01_sign_01", @@ -14163,7 +18004,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 5, + "last_modified": "2026.06.14-13.23.00", + "dimensions": + { + "x": 88, + "y": 4, + "z": 34 + } }, { "id": "paris_environment_signboards_01_sm_signboards_01_01_sign_02", @@ -14181,7 +18030,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 106, + "y": 5, + "z": 68 + } }, { "id": "paris_environment_signboards_01_sm_signboards_01_01_sign_03", @@ -14199,7 +18054,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 75, + "y": 7, + "z": 85 + } }, { "id": "paris_environment_signboards_01_sm_signboards_01_02_sign_01", @@ -14217,7 +18078,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 108, + "y": 8, + "z": 159 + } }, { "id": "paris_environment_signboards_01_sm_signboards_01_03_sign_01", @@ -14235,7 +18102,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 70, + "y": 1, + "z": 48 + } }, { "id": "paris_environment_signboards_01_sm_signboards_01_04_mounting_01", @@ -14254,7 +18127,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 107, + "y": 8, + "z": 37 + } }, { "id": "paris_environment_signboards_01_sm_signboards_01_04_mounting_02", @@ -14273,7 +18152,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 106, + "y": 8, + "z": 8 + } }, { "id": "paris_environment_signboards_01_sm_signboards_01_04_mounting_03", @@ -14292,7 +18177,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 79, + "y": 4, + "z": 54 + } }, { "id": "paris_environment_signboards_01_sm_signboards_01_04_mounting_04", @@ -14311,7 +18202,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 92, + "y": 4, + "z": 54 + } }, { "id": "paris_environment_signbridge_01_sm_signbridge_01_01", @@ -14329,7 +18226,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 63, + "y": 11, + "z": 60 + } }, { "id": "paris_environment_signbridge_01_sm_signbridge_01_02", @@ -14347,7 +18250,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 63, + "y": 11, + "z": 60 + } }, { "id": "paris_environment_signbridge_01_sm_signbridge_01_03", @@ -14365,7 +18274,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 63, + "y": 11, + "z": 62 + } }, { "id": "paris_environment_signbridge_01_sm_signbridge_01_04", @@ -14383,7 +18298,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 81, + "y": 11, + "z": 81 + } }, { "id": "paris_environment_signbridge_01_sm_signbridge_01_05", @@ -14401,7 +18322,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 63, + "y": 11, + "z": 60 + } }, { "id": "paris_environment_signbridge_01_sm_signbridge_01_06", @@ -14421,7 +18348,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.19-14.33.22" + "last_modified": "2026.03.19-14.33.22", + "dimensions": + { + "x": 64, + "y": 4, + "z": 21 + } }, { "id": "paris_environment_signbridge_01_sm_signbridge_01_07", @@ -14439,7 +18372,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 88, + "y": 11, + "z": 60 + } }, { "id": "paris_environment_signroad_01_sm_signroad_01_01_pole_01", @@ -14458,7 +18397,13 @@ "french", "pole" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 6, + "y": 6, + "z": 300 + } }, { "id": "paris_environment_signroad_01_sm_signroad_01_02", @@ -14476,7 +18421,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 63, + "y": 11, + "z": 60 + } }, { "id": "paris_environment_signroad_01_sm_signroad_01_03", @@ -14494,7 +18445,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 10, + "z": 22 + } }, { "id": "paris_environment_signroad_01_sm_signroad_01_04", @@ -14512,7 +18469,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 10, + "z": 22 + } }, { "id": "paris_environment_signroad_01_sm_signroad_01_05", @@ -14530,7 +18493,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 10, + "z": 22 + } }, { "id": "paris_environment_signroad_01_sm_signroad_01_06", @@ -14548,7 +18517,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 11, + "z": 22 + } }, { "id": "paris_environment_signroad_01_sm_signroad_01_07", @@ -14566,7 +18541,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 62, + "y": 13, + "z": 60 + } }, { "id": "paris_environment_signroad_02_sm_signroad_02_01", @@ -14584,7 +18565,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 62, + "y": 12, + "z": 62 + } }, { "id": "paris_environment_signroad_02_sm_signroad_02_02", @@ -14602,7 +18589,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 61, + "y": 11, + "z": 63 + } }, { "id": "paris_environment_signroad_02_sm_signroad_02_03", @@ -14620,7 +18613,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 62, + "y": 12, + "z": 62 + } }, { "id": "paris_environment_signroad_02_sm_signroad_02_04", @@ -14638,7 +18637,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 63, + "y": 12, + "z": 62 + } }, { "id": "paris_environment_signroad_03_sm_signroad_03_01", @@ -14656,7 +18661,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 62, + "y": 11, + "z": 60 + } }, { "id": "paris_environment_signroad_03_sm_signroad_03_02", @@ -14674,7 +18685,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 62, + "y": 12, + "z": 63 + } }, { "id": "paris_environment_signroad_03_sm_signroad_03_03", @@ -14692,7 +18709,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 75, + "y": 12, + "z": 67 + } }, { "id": "paris_environment_signroad_03_sm_signroad_03_04", @@ -14710,7 +18733,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 52, + "y": 11, + "z": 50 + } }, { "id": "paris_environment_signroad_03_sm_signroad_03_05", @@ -14728,7 +18757,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 81, + "y": 11, + "z": 28 + } }, { "id": "paris_environment_signtext_01_sm_signtext_01_01", @@ -14746,7 +18781,13 @@ "french", "street name" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 252, + "y": 6, + "z": 66 + } }, { "id": "paris_environment_signtext_01_sm_signtext_01_02", @@ -14764,7 +18805,13 @@ "french", "street name" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 253, + "y": 6, + "z": 44 + } }, { "id": "paris_environment_signtext_01_sm_signtext_01_03", @@ -14782,7 +18829,13 @@ "french", "street name" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 215, + "y": 19, + "z": 74 + } }, { "id": "paris_environment_signtext_01_sm_signtext_01_04", @@ -14800,7 +18853,13 @@ "french", "street name" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 257, + "y": 7, + "z": 47 + } }, { "id": "paris_environment_signtext_01_sm_signtext_01_05", @@ -14818,7 +18877,13 @@ "french", "street name" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 80, + "y": 18, + "z": 281 + } }, { "id": "paris_environment_sky_01_sm_sky_01_01", @@ -14834,7 +18899,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 4, + "last_modified": "2026.06.18-04.11.36", + "dimensions": + { + "x": 100, + "y": 100, + "z": 100 + } }, { "id": "paris_environment_stairs_01_sm_stairs_01_01", @@ -14850,7 +18923,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 265, + "y": 353, + "z": 197 + } }, { "id": "paris_environment_stairs_01_sm_stairs_01_02", @@ -14866,7 +18945,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 244, + "y": 185, + "z": 98 + } }, { "id": "paris_environment_stairs_01_sm_stairs_01_03", @@ -14882,7 +18967,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 247, + "y": 182, + "z": 95 + } }, { "id": "paris_environment_stairs_01_sm_stairs_01_04", @@ -14898,7 +18989,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 327, + "y": 353, + "z": 217 + } }, { "id": "paris_environment_stairs_01_sm_stairs_01_05", @@ -14914,7 +19011,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 312, + "y": 184, + "z": 108 + } }, { "id": "paris_environment_stairs_01_sm_stairs_01_06", @@ -14930,7 +19033,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 310, + "y": 182, + "z": 106 + } }, { "id": "paris_environment_stand_01_sm_stand_01_01", @@ -14947,7 +19056,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 61, + "y": 58, + "z": 102 + } }, { "id": "paris_environment_stand_01_sm_stand_01_02", @@ -14964,7 +19079,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 58, + "z": 103 + } }, { "id": "paris_environment_stand_01_sm_stand_01_03", @@ -14981,7 +19102,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 61, + "y": 58, + "z": 102 + } }, { "id": "paris_environment_stand_01_sm_stand_01_04", @@ -14998,7 +19125,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 58, + "z": 103 + } }, { "id": "paris_environment_stand_01_sm_stand_01_05", @@ -15015,7 +19148,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 3, + "z": 83 + } }, { "id": "paris_environment_stand_01_sm_stand_01_06", @@ -15032,7 +19171,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 61, + "y": 3, + "z": 83 + } }, { "id": "paris_environment_stand_01_sm_stand_01_07", @@ -15049,7 +19194,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 5, + "z": 85 + } }, { "id": "paris_environment_stand_01_sm_stand_01_08", @@ -15066,7 +19217,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 61, + "y": 3, + "z": 83 + } }, { "id": "paris_environment_stickers_01_sm_stickers_01_01", @@ -15084,7 +19241,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 0, + "z": 55 + } }, { "id": "paris_environment_stickers_01_sm_stickers_01_02", @@ -15102,7 +19265,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 0, + "z": 55 + } }, { "id": "paris_environment_stickers_01_sm_stickers_01_03", @@ -15120,7 +19289,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 0, + "z": 45 + } }, { "id": "paris_environment_stickers_01_sm_stickers_01_04", @@ -15138,7 +19313,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 0, + "z": 45 + } }, { "id": "paris_environment_stickers_02_sm_stickers_02_01", @@ -15156,7 +19337,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 0, + "z": 55 + } }, { "id": "paris_environment_stickers_02_sm_stickers_02_02", @@ -15174,7 +19361,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 0, + "z": 55 + } }, { "id": "paris_environment_stickers_02_sm_stickers_02_03", @@ -15192,7 +19385,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 0, + "z": 45 + } }, { "id": "paris_environment_stickers_02_sm_stickers_02_04", @@ -15210,7 +19409,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 0, + "z": 45 + } }, { "id": "paris_environment_streetlamp_01_sm_streetlamp_01_01", @@ -15229,7 +19434,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 114, + "y": 101, + "z": 750 + } }, { "id": "paris_environment_streetlamp_01_sm_streetlamp_01_01_lightbulb_01", @@ -15249,7 +19460,15 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.07-13.55.19", + "dimensions": + { + "x": 59, + "y": 59, + "z": 53 + } }, { "id": "paris_environment_streetlamp_01_sm_streetlamp_01_01_nanite_01", @@ -15268,7 +19487,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 117, + "y": 104, + "z": 752 + } }, { "id": "paris_environment_streetlamp_01_sm_streetlamp_01_01_pole_01", @@ -15288,7 +19513,13 @@ "street lamp", "pole" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 115, + "y": 104, + "z": 752 + } }, { "id": "paris_environment_streetlamp_01_sm_streetlamp_01_02_camera_01", @@ -15308,7 +19539,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 41, + "y": 76, + "z": 60 + } }, { "id": "paris_environment_streetlamp_02_sm_streetlamp_02_01", @@ -15327,7 +19564,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 62, + "y": 61, + "z": 575 + } }, { "id": "paris_environment_streetlamp_02_sm_streetlamp_02_01_lightbulb_01", @@ -15347,7 +19590,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 49, + "y": 50, + "z": 53 + } }, { "id": "paris_environment_streetlamp_02_sm_streetlamp_02_01_nanite_01", @@ -15366,7 +19615,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 65, + "y": 63, + "z": 576 + } }, { "id": "paris_environment_streetlamp_02_sm_streetlamp_02_01_pole_01", @@ -15386,7 +19641,13 @@ "street lamp", "pole" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 63, + "y": 63, + "z": 576 + } }, { "id": "paris_environment_streetlamp_02_sm_streetlamp_02_02", @@ -15405,7 +19666,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 176, + "y": 62, + "z": 534 + } }, { "id": "paris_environment_streetlamp_02_sm_streetlamp_02_02_lightbulb_01", @@ -15425,7 +19692,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 164, + "y": 49, + "z": 53 + } }, { "id": "paris_environment_streetlamp_02_sm_streetlamp_02_02_nanite_01", @@ -15444,7 +19717,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 176, + "y": 63, + "z": 538 + } }, { "id": "paris_environment_streetlamp_02_sm_streetlamp_02_02_pole_01", @@ -15464,7 +19743,13 @@ "street lamp", "pole" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 176, + "y": 63, + "z": 536 + } }, { "id": "paris_environment_streetlamp_02_sm_streetlamp_02_03", @@ -15483,7 +19768,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 172, + "y": 154, + "z": 534 + } }, { "id": "paris_environment_streetlamp_02_sm_streetlamp_02_03_lightbulb_01", @@ -15503,7 +19794,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 160, + "y": 143, + "z": 53 + } }, { "id": "paris_environment_streetlamp_02_sm_streetlamp_02_03_lightbulb_02", @@ -15523,7 +19820,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 110, + "y": 99, + "z": 23 + } }, { "id": "paris_environment_streetlamp_02_sm_streetlamp_02_03_lightbulb_03", @@ -15543,7 +19846,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 160, + "y": 143, + "z": 53 + } }, { "id": "paris_environment_streetlamp_02_sm_streetlamp_02_03_nanite_01", @@ -15562,7 +19871,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 175, + "y": 154, + "z": 535 + } }, { "id": "paris_environment_streetlamp_02_sm_streetlamp_02_03_pole_01", @@ -15582,7 +19897,13 @@ "street lamp", "pole" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 172, + "y": 154, + "z": 538 + } }, { "id": "paris_environment_streetlamp_03_sm_streetlamp_03_01", @@ -15601,7 +19922,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 62, + "y": 136, + "z": 175 + } }, { "id": "paris_environment_streetlamp_03_sm_streetlamp_03_01_lightbulb_01", @@ -15621,7 +19948,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 53, + "y": 52, + "z": 51 + } }, { "id": "paris_environment_streetlamp_03_sm_streetlamp_03_01_mount_01", @@ -15641,7 +19974,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 62, + "y": 137, + "z": 175 + } }, { "id": "paris_environment_streetlamp_03_sm_streetlamp_03_01_nanite_01", @@ -15660,7 +19999,13 @@ "haussmann", "street lamp" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 63, + "y": 137, + "z": 176 + } }, { "id": "paris_environment_streetsign_01_sm_streetsign_01_01", @@ -15677,7 +20022,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 61, + "y": 3, + "z": 61 + } }, { "id": "paris_environment_streetsign_01_sm_streetsign_01_02", @@ -15694,7 +20045,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 3, + "z": 61 + } }, { "id": "paris_environment_streetsign_01_sm_streetsign_01_03", @@ -15711,7 +20068,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 61, + "y": 2, + "z": 61 + } }, { "id": "paris_environment_streetsign_01_sm_streetsign_01_04", @@ -15728,7 +20091,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 80, + "y": 1, + "z": 71 + } }, { "id": "paris_environment_streetsign_01_sm_streetsign_01_05", @@ -15745,7 +20114,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 80, + "y": 1, + "z": 71 + } }, { "id": "paris_environment_streetsign_01_sm_streetsign_01_06", @@ -15762,7 +20137,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 80, + "y": 1, + "z": 40 + } }, { "id": "paris_environment_streetsign_01_sm_streetsign_01_07", @@ -15779,7 +20160,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 70, + "y": 2, + "z": 40 + } }, { "id": "paris_environment_streetsign_01_sm_streetsign_01_08", @@ -15796,7 +20183,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 80, + "y": 1, + "z": 50 + } }, { "id": "paris_environment_streetsign_01_sm_streetsign_01_09", @@ -15813,7 +20206,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 80, + "y": 1, + "z": 50 + } }, { "id": "paris_environment_subway_guardrail_01_sm_guardrail_01_01", @@ -15827,7 +20226,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 219, + "y": 27, + "z": 153 + } }, { "id": "paris_environment_subway_guardrail_01_sm_guardrail_01_02", @@ -15841,7 +20246,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 187, + "y": 25, + "z": 152 + } }, { "id": "paris_environment_subway_guardrail_01_sm_guardrail_01_02_left", @@ -15856,7 +20267,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 187, + "y": 27, + "z": 152 + } }, { "id": "paris_environment_subway_guardrail_01_sm_guardrail_01_03", @@ -15870,7 +20287,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 114, + "y": 128, + "z": 168 + } }, { "id": "paris_environment_subway_guardrail_01_sm_guardrail_01_04", @@ -15884,7 +20307,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 98, + "y": 26, + "z": 152 + } }, { "id": "paris_environment_subway_guardrail_01_sm_guardrail_01_04_left", @@ -15899,7 +20328,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 96, + "y": 26, + "z": 152 + } }, { "id": "paris_environment_subway_guardrail_01_sm_guardrail_01_05", @@ -15913,7 +20348,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 3, + "y": 5, + "z": 147 + } }, { "id": "paris_environment_subway_guardrail_02_sm_guardrail_02_01", @@ -15927,7 +20368,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 195, + "y": 48, + "z": 199 + } }, { "id": "paris_environment_subway_guardrail_02_sm_guardrail_02_02", @@ -15941,7 +20388,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 176, + "y": 48, + "z": 168 + } }, { "id": "paris_environment_subway_guardrail_02_sm_guardrail_02_03", @@ -15955,7 +20408,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 230, + "y": 196, + "z": 168 + } }, { "id": "paris_environment_subway_guardrail_02_sm_guardrail_02_04", @@ -15969,7 +20428,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 175, + "y": 48, + "z": 197 + } }, { "id": "paris_environment_subway_guardrail_02_sm_guardrail_02_05", @@ -15983,7 +20448,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 193, + "y": 121, + "z": 512 + } }, { "id": "paris_environment_subway_subwayark_01_sm_subwayark_01_01", @@ -15997,7 +20468,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 218, + "y": 30, + "z": 502 + } }, { "id": "paris_environment_subway_subwayark_01_sm_subwayark_01_02", @@ -16011,7 +20488,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 218, + "y": 31, + "z": 502 + } }, { "id": "paris_environment_subway_subwayark_01_sm_subwayark_01_03", @@ -16025,7 +20508,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 449, + "y": 33, + "z": 261 + } }, { "id": "paris_environment_subway_subwayark_01_sm_subwayark_01_04", @@ -16039,7 +20528,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 73, + "y": 75, + "z": 89 + } }, { "id": "paris_environment_subway_subwaybin_01_sm_subwaybin_01_01", @@ -16053,7 +20548,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 39, + "y": 44, + "z": 55 + } }, { "id": "paris_environment_subway_subwayceiling_01_sm_subwayceiling_01_01", @@ -16067,7 +20568,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 250, + "y": 250, + "z": 25 + } }, { "id": "paris_environment_subway_subwaydecoration_01_sm_subwaydecoration_01_01", @@ -16081,7 +20588,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 10, + "y": 2, + "z": 203 + } }, { "id": "paris_environment_subway_subwaydoor_01_sm_subwaydoor_01_02", @@ -16095,7 +20608,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 102, + "y": 25, + "z": 211 + } }, { "id": "paris_environment_subway_subwaydoor_01_sm_subwaydoor_01_03", @@ -16109,7 +20628,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 25, + "z": 251 + } }, { "id": "paris_environment_subway_subwaydoor_01_sm_subwaydoor_01_04", @@ -16123,7 +20648,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 102, + "y": 25, + "z": 251 + } }, { "id": "paris_environment_subway_subwayfloor_01_sm_subwayfloor_01_01", @@ -16137,7 +20668,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 250, + "y": 250, + "z": 25 + } }, { "id": "paris_environment_subway_subwayfloor_01_sm_subwayfloor_01_02", @@ -16151,7 +20688,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 500, + "y": 233, + "z": 25 + } }, { "id": "paris_environment_subway_subwayframe_01_sm_subwayframe_01_01", @@ -16165,7 +20708,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 204, + "y": 6, + "z": 167 + } }, { "id": "paris_environment_subway_subwaygate_01_sm_subwaygate_01_01", @@ -16179,7 +20728,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 182, + "y": 29, + "z": 267 + } }, { "id": "paris_environment_subway_subwaygate_02_sm_subwaygate_02_01", @@ -16193,7 +20748,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 92, + "y": 162, + "z": 136 + } }, { "id": "paris_environment_subway_subwayinfomachine_01_sm_subwayinfomachine_01_01", @@ -16207,7 +20768,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 76, + "y": 136, + "z": 225 + } }, { "id": "paris_environment_subway_subwaylampsign_01_sm_streetlamp_04_01", @@ -16221,7 +20788,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 120, + "y": 46, + "z": 445 + } }, { "id": "paris_environment_subway_subwaylampsign_01_sm_streetlamp_04_01_lightbulb_01", @@ -16236,7 +20809,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 44, + "y": 45, + "z": 43 + } }, { "id": "paris_environment_subway_subwaylampsign_01_sm_streetlamp_04_01_nanite_01", @@ -16250,7 +20829,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 122, + "y": 57, + "z": 451 + } }, { "id": "paris_environment_subway_subwaylampsign_01_sm_streetlamp_04_01_pole_01", @@ -16265,7 +20850,13 @@ "french", "pole" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 121, + "y": 35, + "z": 449 + } }, { "id": "paris_environment_subway_subwaylampsign_01_sm_streetlamp_04_02_sign_01", @@ -16280,7 +20871,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 151, + "y": 24, + "z": 60 + } }, { "id": "paris_environment_subway_subwaylamp_01_sm_subwaylamp_01_01", @@ -16294,7 +20891,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 152, + "y": 28, + "z": 12 + } }, { "id": "paris_environment_subway_subwaylamp_01_sm_subwaylamp_01_02", @@ -16308,7 +20911,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 52, + "y": 29, + "z": 11 + } }, { "id": "paris_environment_subway_subwaylamp_01_sm_subwaylamp_01_03", @@ -16322,7 +20931,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 52, + "y": 29, + "z": 11 + } }, { "id": "paris_environment_subway_subwaylamp_02_sm_subwaylamp_02_01", @@ -16336,7 +20951,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 37, + "y": 17, + "z": 10 + } }, { "id": "paris_environment_subway_subwaylamp_03_sm_subwaylamp_03_01", @@ -16350,7 +20971,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 154, + "y": 19, + "z": 40 + } }, { "id": "paris_environment_subway_subwaylamp_04_sm_subwaylamp_04_01", @@ -16364,7 +20991,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 40, + "y": 26, + "z": 41 + } }, { "id": "paris_environment_subway_subwaymap_01_sm_subwaymap_01_01", @@ -16378,7 +21011,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 138, + "y": 8, + "z": 128 + } }, { "id": "paris_environment_subway_subwaymap_01_sm_subwaymap_01_02", @@ -16392,7 +21031,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 138, + "y": 8, + "z": 239 + } }, { "id": "paris_environment_subway_subwayrail_01_sm_subwayrail_01_01", @@ -16406,7 +21051,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 711, + "y": 25, + "z": 399 + } }, { "id": "paris_environment_subway_subwayrail_01_sm_subwayrail_01_02", @@ -16420,7 +21071,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 352, + "y": 20, + "z": 240 + } }, { "id": "paris_environment_subway_subwayrail_01_sm_subwayrail_01_03", @@ -16434,7 +21091,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 393, + "y": 136, + "z": 54 + } }, { "id": "paris_environment_subway_subwayrail_01_sm_subwayrail_01_04", @@ -16448,7 +21111,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 135, + "y": 135, + "z": 53 + } }, { "id": "paris_environment_subway_subwayrail_01_sm_subwayrail_01_05", @@ -16462,7 +21131,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 263, + "y": 49, + "z": 54 + } }, { "id": "paris_environment_subway_subwayrail_01_sm_subwayrail_01_06", @@ -16476,7 +21151,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 136, + "y": 49, + "z": 53 + } }, { "id": "paris_environment_subway_subwayrail_01_sm_subwayrail_01_07", @@ -16490,7 +21171,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 105, + "y": 105, + "z": 116 + } }, { "id": "paris_environment_subway_subwayscreen_01_sm_subwayscreen_01_01", @@ -16504,7 +21191,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 106, + "y": 24, + "z": 175 + } }, { "id": "paris_environment_subway_subwayscreen_01_sm_subwayscreen_01_02", @@ -16518,7 +21211,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 106, + "y": 24, + "z": 175 + } }, { "id": "paris_environment_subway_subwayscreen_01_sm_subwayscreen_01_03", @@ -16532,7 +21231,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 106, + "y": 24, + "z": 175 + } }, { "id": "paris_environment_subway_subwaysign_01_sm_subwaysign_01_01", @@ -16546,7 +21251,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 94, + "y": 2, + "z": 45 + } }, { "id": "paris_environment_subway_subwaysign_01_sm_subwaysign_01_02", @@ -16560,7 +21271,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 30, + "y": 2, + "z": 45 + } }, { "id": "paris_environment_subway_subwaysign_01_sm_subwaysign_01_03", @@ -16574,7 +21291,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 22, + "y": 2, + "z": 45 + } }, { "id": "paris_environment_subway_subwaysign_01_sm_subwaysign_01_04", @@ -16588,7 +21311,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 22, + "y": 2, + "z": 45 + } }, { "id": "paris_environment_subway_subwaysign_01_sm_subwaysign_01_05", @@ -16602,7 +21331,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 22, + "y": 2, + "z": 45 + } }, { "id": "paris_environment_subway_subwaysign_01_sm_subwaysign_01_06", @@ -16616,7 +21351,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 22, + "y": 1, + "z": 45 + } }, { "id": "paris_environment_subway_subwaysign_01_sm_subwaysign_01_07", @@ -16630,7 +21371,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 51, + "y": 3, + "z": 51 + } }, { "id": "paris_environment_subway_subwaysign_01_sm_subwaysign_01_08", @@ -16644,7 +21391,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 25, + "y": 3, + "z": 45 + } }, { "id": "paris_environment_subway_subwaysign_01_sm_subwaysign_01_09", @@ -16658,7 +21411,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 50, + "y": 2, + "z": 25 + } }, { "id": "paris_environment_subway_subwaysign_02_sm_subwaysign_02_01", @@ -16672,7 +21431,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 325, + "y": 25, + "z": 37 + } }, { "id": "paris_environment_subway_subwaysign_03_sm_subwaysign_03_01", @@ -16686,7 +21451,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 34, + "y": 1, + "z": 34 + } }, { "id": "paris_environment_subway_subwaywall_01_sm_subwaywall_01_02", @@ -16700,7 +21471,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 253, + "y": 27, + "z": 250 + } }, { "id": "paris_environment_subway_subwaywall_01_sm_subwaywall_01_03", @@ -16714,7 +21491,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 77, + "y": 77, + "z": 250 + } }, { "id": "paris_environment_subway_subwaywall_01_sm_subwaywall_01_04", @@ -16728,7 +21511,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 54, + "y": 54, + "z": 250 + } }, { "id": "paris_environment_subway_subwaywall_01_sm_subwaywall_01_05", @@ -16742,7 +21531,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 29, + "y": 29, + "z": 250 + } }, { "id": "paris_environment_subway_subwaywall_01_sm_subwaywall_01_06", @@ -16756,7 +21551,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 151, + "y": 27, + "z": 250 + } }, { "id": "paris_environment_subway_subwaywall_01_sm_subwaywall_01_07", @@ -16770,7 +21571,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 252, + "y": 31, + "z": 251 + } }, { "id": "paris_environment_subway_subwaywall_01_sm_subwaywall_01_08", @@ -16784,7 +21591,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 254, + "y": 27, + "z": 252 + } }, { "id": "paris_environment_subway_subwaywall_01_sm_subwaywall_01_09", @@ -16798,7 +21611,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 345, + "y": 104, + "z": 251 + } }, { "id": "paris_environment_subway_subwaywall_01_sm_subwaywall_01_10", @@ -16812,7 +21631,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 97, + "y": 105, + "z": 251 + } }, { "id": "paris_environment_subway_subwaywall_01_sm_subwaywall_01_11", @@ -16826,7 +21651,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 503, + "y": 250, + "z": 251 + } }, { "id": "paris_environment_subway_subwaywall_01_sm_subwaywall_01_12", @@ -16840,7 +21671,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 251, + "y": 251, + "z": 251 + } }, { "id": "paris_environment_subway_subwaywall_01_sm_subwaywall_01_13", @@ -16854,7 +21691,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 252, + "y": 26, + "z": 298 + } }, { "id": "paris_environment_subway_subwaywall_01_sm_subwaywall_01_14", @@ -16868,7 +21711,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 300, + "y": 82, + "z": 50 + } }, { "id": "paris_environment_tactilepaving_01_sm_tactilepaving_01_01", @@ -16886,7 +21735,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 51, + "y": 72, + "z": 2 + } }, { "id": "paris_environment_tactilepaving_01_sm_tactilepaving_01_02", @@ -16904,7 +21759,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 51, + "y": 72, + "z": 2 + } }, { "id": "paris_environment_tactilepaving_01_sm_tactilepaving_01_03", @@ -16922,7 +21783,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 51, + "y": 72, + "z": 2 + } }, { "id": "paris_environment_tactilepaving_01_sm_tactilepaving_01_04", @@ -16940,7 +21807,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 51, + "y": 72, + "z": 1 + } }, { "id": "paris_environment_towerbackground_01_sm_towerbackground_01_02", @@ -16958,7 +21831,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 6204, + "y": 6204, + "z": 15840 + } }, { "id": "paris_environment_trafficlights_01_sm_trafficlights_01_01", @@ -16975,7 +21854,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 31, + "y": 41, + "z": 292 + } }, { "id": "paris_environment_trafficlights_01_sm_trafficlights_01_02", @@ -16992,7 +21877,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 14, + "y": 29, + "z": 36 + } }, { "id": "paris_environment_trafficlights_01_sm_trafficlights_01_03", @@ -17009,7 +21900,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 19, + "y": 19, + "z": 226 + } }, { "id": "paris_environment_trafficlights_01_sm_trafficlights_01_04", @@ -17026,7 +21923,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 29, + "y": 39, + "z": 69 + } }, { "id": "paris_environment_trafficlights_01_sm_trafficlights_01_05", @@ -17043,7 +21946,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 28, + "y": 22, + "z": 36 + } }, { "id": "paris_environment_trashbin_01_sm_trashbin_01_01", @@ -17062,7 +21971,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.07-15.56.06", + "dimensions": + { + "x": 69, + "y": 83, + "z": 137 + } }, { "id": "paris_environment_treebarrier_01_sm_treebarrier_01_01", @@ -17080,7 +21997,15 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 31, + "last_modified": "2026.06.10-12.57.33", + "dimensions": + { + "x": 251, + "y": 256, + "z": 116 + } }, { "id": "paris_environment_treegrate_01_sm_treegrate_01_01", @@ -17098,7 +22023,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 305, + "y": 303, + "z": 22 + } }, { "id": "paris_environment_treegrate_01_sm_treegrate_01_02", @@ -17116,7 +22047,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 269, + "y": 272, + "z": 6 + } }, { "id": "paris_environment_windowblind_01_sm_windowblind_01_01", @@ -17134,7 +22071,15 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 3, + "last_modified": "2026.06.18-02.58.18", + "dimensions": + { + "x": 61, + "y": 4, + "z": 207 + } }, { "id": "paris_environment_windowblind_01_sm_windowblind_01_02", @@ -17152,7 +22097,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 58, + "y": 4, + "z": 100 + } }, { "id": "paris_environment_windowblind_01_sm_windowblind_01_03", @@ -17170,7 +22121,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 58, + "y": 2, + "z": 42 + } }, { "id": "paris_environment_windowblind_01_sm_windowblind_01_04", @@ -17188,7 +22145,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 56, + "y": 2, + "z": 203 + } }, { "id": "paris_environment_windowblind_01_sm_windowblind_01_05", @@ -17206,7 +22169,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 56, + "y": 2, + "z": 99 + } }, { "id": "paris_environment_windowblind_01_sm_windowblind_01_06", @@ -17224,7 +22193,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 56, + "y": 2, + "z": 42 + } }, { "id": "paris_environment_windowblind_01_sm_windowblind_01_07", @@ -17242,7 +22217,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 59, + "y": 4, + "z": 203 + } }, { "id": "paris_environment_windowblind_01_sm_windowblind_01_08", @@ -17260,7 +22241,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 118, + "y": 9, + "z": 209 + } }, { "id": "paris_environment_windowumbrella_01_sm_windowumbrella_01_01", @@ -17279,7 +22266,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 566, + "y": 272, + "z": 178 + } }, { "id": "paris_environment_windowumbrella_01_sm_windowumbrella_01_02", @@ -17298,7 +22291,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 559, + "y": 92, + "z": 169 + } }, { "id": "paris_environment_windowumbrella_01_sm_windowumbrella_01_03", @@ -17317,7 +22316,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 397, + "y": 253, + "z": 160 + } }, { "id": "paris_environment_windowumbrella_01_sm_windowumbrella_01_04", @@ -17336,7 +22341,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 393, + "y": 82, + "z": 151 + } }, { "id": "paris_environment_windowumbrella_01_sm_windowumbrella_01_05", @@ -17355,7 +22366,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 312, + "y": 190, + "z": 125 + } }, { "id": "paris_environment_windowumbrella_01_sm_windowumbrella_01_06", @@ -17374,7 +22391,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 309, + "y": 65, + "z": 118 + } }, { "id": "paris_environment_windowumbrella_02_sm_windowumbrella_02_01", @@ -17393,7 +22416,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 354, + "y": 180, + "z": 132 + } }, { "id": "paris_environment_windowumbrella_02_sm_windowumbrella_02_02", @@ -17412,7 +22441,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 354, + "y": 184, + "z": 125 + } }, { "id": "paris_environment_windowumbrella_02_sm_windowumbrella_02_03_signboard_01", @@ -17432,7 +22467,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 343, + "y": 13, + "z": 20 + } }, { "id": "paris_environment_windowumbrella_02_sm_windowumbrella_02_04", @@ -17451,7 +22492,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 236, + "y": 120, + "z": 76 + } }, { "id": "paris_environment_windowumbrella_02_sm_windowumbrella_02_05", @@ -17470,7 +22517,13 @@ "haussmann", "french" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 238, + "y": 118, + "z": 72 + } }, { "id": "paris_environment_window_01_sm_window_01_01", @@ -17487,7 +22540,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 133, + "y": 12, + "z": 193 + } }, { "id": "paris_environment_window_01_sm_window_01_03", @@ -17504,7 +22563,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 126, + "y": 10, + "z": 186 + } }, { "id": "paris_environment_window_01_sm_window_01_04", @@ -17521,7 +22586,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 126, + "y": 9, + "z": 186 + } }, { "id": "paris_environment_window_01_sm_window_01_05", @@ -17538,7 +22609,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 126, + "y": 9, + "z": 186 + } }, { "id": "paris_environment_window_01_sm_window_01_06", @@ -17555,7 +22632,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 132, + "y": 12, + "z": 193 + } }, { "id": "paris_environment_window_01_sm_window_01_07", @@ -17572,7 +22655,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 126, + "y": 11, + "z": 186 + } }, { "id": "paris_environment_window_01_sm_window_01_08_shutter_01", @@ -17589,7 +22678,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 123, + "y": 13, + "z": 180 + } }, { "id": "paris_environment_window_01_sm_window_01_08_shutter_02", @@ -17606,7 +22701,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 124, + "y": 45, + "z": 180 + } }, { "id": "paris_environment_window_01_sm_window_01_08_shutter_03", @@ -17623,7 +22724,15 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.05.30-19.50.35", + "dimensions": + { + "x": 125, + "y": 62, + "z": 180 + } }, { "id": "paris_environment_window_01_sm_window_01_08_shutter_04", @@ -17640,7 +22749,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 238, + "y": 24, + "z": 180 + } }, { "id": "paris_environment_window_01_sm_window_01_09_shutter_01", @@ -17657,7 +22772,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 123, + "y": 10, + "z": 180 + } }, { "id": "paris_environment_window_01_sm_window_01_09_shutter_02", @@ -17674,7 +22795,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 123, + "y": 31, + "z": 180 + } }, { "id": "paris_environment_window_01_sm_window_01_09_shutter_03", @@ -17691,7 +22818,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 123, + "y": 41, + "z": 180 + } }, { "id": "paris_environment_window_01_sm_window_01_09_shutter_04", @@ -17708,7 +22841,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 125, + "y": 34, + "z": 180 + } }, { "id": "paris_environment_window_01_sm_window_01_10_shutter_01", @@ -17725,7 +22864,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 121, + "y": 7, + "z": 180 + } }, { "id": "paris_environment_window_01_sm_window_01_10_shutter_02", @@ -17742,7 +22887,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 121, + "y": 36, + "z": 180 + } }, { "id": "paris_environment_window_01_sm_window_01_10_shutter_03", @@ -17759,7 +22910,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 121, + "y": 33, + "z": 180 + } }, { "id": "paris_environment_window_01_sm_window_01_10_shutter_04", @@ -17776,7 +22933,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 122, + "y": 22, + "z": 180 + } }, { "id": "paris_environment_window_01_sm_window_01_11_shutter_01", @@ -17793,7 +22956,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 124, + "y": 9, + "z": 182 + } }, { "id": "paris_environment_window_01_sm_window_01_11_shutter_02", @@ -17810,7 +22979,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 124, + "y": 23, + "z": 183 + } }, { "id": "paris_environment_window_01_sm_window_01_11_shutter_03", @@ -17827,7 +23002,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 124, + "y": 36, + "z": 183 + } }, { "id": "paris_environment_window_01_sm_window_01_11_shutter_04", @@ -17844,7 +23025,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 124, + "y": 25, + "z": 183 + } }, { "id": "paris_environment_window_02_sm_window_02_01", @@ -17861,7 +23048,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 129, + "y": 13, + "z": 229 + } }, { "id": "paris_environment_window_02_sm_window_02_02", @@ -17878,7 +23071,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 126, + "y": 9, + "z": 226 + } }, { "id": "paris_environment_window_02_sm_window_02_04", @@ -17895,7 +23094,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 126, + "y": 9, + "z": 226 + } }, { "id": "paris_environment_window_02_sm_window_02_05", @@ -17912,7 +23117,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 126, + "y": 9, + "z": 226 + } }, { "id": "paris_environment_window_02_sm_window_02_06", @@ -17929,7 +23140,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 126, + "y": 10, + "z": 226 + } }, { "id": "paris_environment_window_02_sm_window_02_07", @@ -17946,7 +23163,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 126, + "y": 10, + "z": 226 + } }, { "id": "paris_environment_window_02_sm_window_02_08_shutter_01", @@ -17963,7 +23186,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 124, + "y": 13, + "z": 220 + } }, { "id": "paris_environment_window_02_sm_window_02_08_shutter_02", @@ -17980,7 +23209,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 124, + "y": 45, + "z": 220 + } }, { "id": "paris_environment_window_02_sm_window_02_08_shutter_03", @@ -17997,7 +23232,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 125, + "y": 62, + "z": 220 + } }, { "id": "paris_environment_window_02_sm_window_02_08_shutter_04", @@ -18014,7 +23255,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 238, + "y": 25, + "z": 220 + } }, { "id": "paris_environment_window_02_sm_window_02_09_shutter_01", @@ -18031,7 +23278,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 124, + "y": 9, + "z": 220 + } }, { "id": "paris_environment_window_02_sm_window_02_09_shutter_02", @@ -18048,7 +23301,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 124, + "y": 31, + "z": 220 + } }, { "id": "paris_environment_window_02_sm_window_02_09_shutter_03", @@ -18065,7 +23324,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 123, + "y": 41, + "z": 220 + } }, { "id": "paris_environment_window_02_sm_window_02_09_shutter_04", @@ -18082,7 +23347,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 124, + "y": 34, + "z": 220 + } }, { "id": "paris_environment_window_02_sm_window_02_10_shutter_01", @@ -18099,7 +23370,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 121, + "y": 5, + "z": 221 + } }, { "id": "paris_environment_window_02_sm_window_02_10_shutter_02", @@ -18116,7 +23393,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 121, + "y": 36, + "z": 220 + } }, { "id": "paris_environment_window_02_sm_window_02_10_shutter_03", @@ -18133,7 +23416,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 121, + "y": 34, + "z": 220 + } }, { "id": "paris_environment_window_02_sm_window_02_10_shutter_04", @@ -18150,7 +23439,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 123, + "y": 22, + "z": 220 + } }, { "id": "paris_environment_window_02_sm_window_02_11_shutter_01", @@ -18167,7 +23462,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 125, + "y": 9, + "z": 222 + } }, { "id": "paris_environment_window_02_sm_window_02_11_shutter_02", @@ -18184,7 +23485,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 124, + "y": 22, + "z": 223 + } }, { "id": "paris_environment_window_02_sm_window_02_11_shutter_03", @@ -18201,7 +23508,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 124, + "y": 35, + "z": 222 + } }, { "id": "paris_environment_window_02_sm_window_02_11_shutter_04", @@ -18218,7 +23531,13 @@ "haussmann", "window" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 123, + "y": 25, + "z": 222 + } }, { "id": "paris_audio_audioocluders_01_sm_audiooccluder_01_01_box", @@ -18233,7 +23552,15 @@ "french", "audio" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 4, + "last_modified": "2026.06.07-15.56.05", + "dimensions": + { + "x": 1585, + "y": 648, + "z": 648 + } }, { "id": "paris_audio_audioocluders_01_sm_audiooccluder_01_02_subway", @@ -18248,7 +23575,13 @@ "french", "audio" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 4413, + "y": 3447, + "z": 680 + } }, { "id": "citypark_meshes_buildings_sm_cafebuilding01", @@ -18267,7 +23600,13 @@ "outdoor", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 759, + "y": 1051, + "z": 801 + } }, { "id": "citypark_meshes_buildings_sm_cafebuilding02", @@ -18286,7 +23625,13 @@ "outdoor", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 859, + "y": 859, + "z": 802 + } }, { "id": "citypark_meshes_buildings_sm_cafebuilding03", @@ -18305,7 +23650,13 @@ "outdoor", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 663, + "y": 667, + "z": 800 + } }, { "id": "citypark_meshes_buildings_sm_cafebuilding04", @@ -18324,7 +23675,13 @@ "outdoor", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 236, + "y": 238, + "z": 603 + } }, { "id": "citypark_meshes_buildings_sm_cafebuilding05", @@ -18343,7 +23700,13 @@ "outdoor", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 843, + "y": 1586, + "z": 335 + } }, { "id": "citypark_meshes_buildings_sm_house01", @@ -18362,7 +23725,13 @@ "outdoor", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 511, + "y": 511, + "z": 462 + } }, { "id": "citypark_meshes_buildings_sm_house02_1", @@ -18381,7 +23750,13 @@ "outdoor", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1401, + "y": 854, + "z": 686 + } }, { "id": "citypark_meshes_buildings_sm_house02_2", @@ -18400,7 +23775,13 @@ "outdoor", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1158, + "y": 2679, + "z": 705 + } }, { "id": "citypark_meshes_buildings_sm_house02_3", @@ -18419,7 +23800,13 @@ "outdoor", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1105, + "y": 905, + "z": 695 + } }, { "id": "citypark_meshes_buildings_sm_house02_4", @@ -18438,7 +23825,13 @@ "outdoor", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1735, + "y": 355, + "z": 698 + } }, { "id": "citypark_meshes_buildings_sm_house02_5", @@ -18457,7 +23850,13 @@ "outdoor", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 342, + "y": 243, + "z": 253 + } }, { "id": "citypark_meshes_buildings_sm_house02_6", @@ -18476,7 +23875,13 @@ "outdoor", "facade" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 253, + "y": 253, + "z": 640 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush1_01", @@ -18490,7 +23895,15 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 2, + "last_modified": "2026.06.10-12.57.33", + "dimensions": + { + "x": 98, + "y": 135, + "z": 106 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush1_02", @@ -18504,7 +23917,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 143, + "y": 205, + "z": 165 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush1_03", @@ -18518,7 +23937,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 185, + "y": 191, + "z": 216 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush1_04", @@ -18532,7 +23957,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 215, + "y": 294, + "z": 286 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush1_05", @@ -18546,7 +23977,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 166, + "y": 204, + "z": 158 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush2_01", @@ -18560,7 +23997,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 112, + "y": 116, + "z": 103 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush2_02", @@ -18574,7 +24017,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 134, + "y": 168, + "z": 163 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush2_03", @@ -18588,7 +24037,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 160, + "y": 173, + "z": 195 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush2_04", @@ -18602,7 +24057,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 296, + "y": 336, + "z": 306 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush2_05", @@ -18616,7 +24077,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 406, + "y": 302, + "z": 361 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush3_01", @@ -18630,7 +24097,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 491, + "y": 400, + "z": 391 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush3_02", @@ -18644,7 +24117,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 626, + "y": 550, + "z": 433 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush3_03", @@ -18658,7 +24137,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 504, + "y": 602, + "z": 579 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush4_01", @@ -18672,7 +24157,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 73, + "y": 75, + "z": 63 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush4_02", @@ -18686,7 +24177,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 127, + "y": 121, + "z": 136 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush4_03", @@ -18700,7 +24197,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 149, + "y": 143, + "z": 164 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush4_04", @@ -18714,7 +24217,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 150, + "y": 168, + "z": 155 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush5_01", @@ -18728,7 +24237,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 195, + "y": 217, + "z": 159 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush5_02", @@ -18742,7 +24257,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 304, + "y": 307, + "z": 236 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush5_03", @@ -18756,7 +24277,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 377, + "y": 324, + "z": 334 + } }, { "id": "citypark_meshes_flora_bushs_sm_bush5_04", @@ -18770,7 +24297,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 540, + "y": 559, + "z": 412 + } }, { "id": "citypark_meshes_flora_grass_sm_grass10_3", @@ -18787,7 +24320,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 58, + "y": 71, + "z": 87 + } }, { "id": "citypark_meshes_flora_grass_sm_grass10_4", @@ -18804,7 +24343,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 69, + "y": 105, + "z": 83 + } }, { "id": "citypark_meshes_flora_grass_sm_grass10_5", @@ -18821,7 +24366,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 109, + "y": 150, + "z": 91 + } }, { "id": "citypark_meshes_flora_grass_sm_grass10_6", @@ -18838,7 +24389,15 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 3, + "last_modified": "2026.05.30-19.30.41", + "dimensions": + { + "x": 102, + "y": 110, + "z": 137 + } }, { "id": "citypark_meshes_flora_grass_sm_grass10_7", @@ -18855,7 +24414,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 106, + "y": 107, + "z": 178 + } }, { "id": "citypark_meshes_flora_grass_sm_grass10_8", @@ -18872,7 +24437,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 140, + "y": 143, + "z": 69 + } }, { "id": "citypark_meshes_flora_grass_sm_grass11_1", @@ -18889,7 +24460,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 48, + "y": 68, + "z": 23 + } }, { "id": "citypark_meshes_flora_grass_sm_grass11_2", @@ -18906,7 +24483,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 82, + "y": 84, + "z": 25 + } }, { "id": "citypark_meshes_flora_grass_sm_grass11_3", @@ -18923,7 +24506,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 117, + "y": 114, + "z": 24 + } }, { "id": "citypark_meshes_flora_grass_sm_grass11_4", @@ -18940,7 +24529,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 93, + "y": 108, + "z": 24 + } }, { "id": "citypark_meshes_flora_grass_sm_grass12_1", @@ -18957,7 +24552,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 31, + "y": 33, + "z": 5 + } }, { "id": "citypark_meshes_flora_grass_sm_grass12_2", @@ -18974,7 +24575,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 29, + "y": 24, + "z": 8 + } }, { "id": "citypark_meshes_flora_grass_sm_grass12_3", @@ -18991,7 +24598,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 49, + "y": 56, + "z": 8 + } }, { "id": "citypark_meshes_flora_grass_sm_grass12_4", @@ -19008,7 +24621,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 54, + "y": 58, + "z": 15 + } }, { "id": "citypark_meshes_flora_grass_sm_grass12_6", @@ -19025,7 +24644,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 65, + "y": 74, + "z": 32 + } }, { "id": "citypark_meshes_flora_grass_sm_grass13_1", @@ -19042,7 +24667,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 51, + "y": 55, + "z": 68 + } }, { "id": "citypark_meshes_flora_grass_sm_grass13_2", @@ -19059,7 +24690,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 46, + "y": 50, + "z": 52 + } }, { "id": "citypark_meshes_flora_grass_sm_grass13_3", @@ -19076,7 +24713,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 33, + "y": 53, + "z": 38 + } }, { "id": "citypark_meshes_flora_grass_sm_grass13_4", @@ -19093,7 +24736,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 26, + "y": 32, + "z": 23 + } }, { "id": "citypark_meshes_flora_grass_sm_grass14_1", @@ -19110,7 +24759,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 155, + "y": 148, + "z": 157 + } }, { "id": "citypark_meshes_flora_grass_sm_grass14_2", @@ -19127,7 +24782,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 162, + "y": 180, + "z": 211 + } }, { "id": "citypark_meshes_flora_grass_sm_lawn01_1", @@ -19144,7 +24805,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 41, + "y": 37, + "z": 18 + } }, { "id": "citypark_meshes_flora_grass_sm_smallbush1_01", @@ -19162,7 +24829,15 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 5, + "last_modified": "2026.06.14-13.23.00", + "dimensions": + { + "x": 92, + "y": 98, + "z": 83 + } }, { "id": "citypark_meshes_flora_grass_sm_smallbush1_02", @@ -19180,7 +24855,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 55, + "y": 66, + "z": 52 + } }, { "id": "citypark_meshes_flora_grass_sm_smallbush2_01", @@ -19198,7 +24879,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 48, + "z": 69 + } }, { "id": "citypark_meshes_flora_grass_sm_smallbush2_02", @@ -19216,7 +24903,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 81, + "y": 90, + "z": 87 + } }, { "id": "citypark_meshes_flora_grass_sm_waterplant01", @@ -19234,7 +24927,13 @@ "waterplant", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 224, + "y": 136, + "z": 2 + } }, { "id": "citypark_meshes_flora_grass_sm_waterplant02", @@ -19252,7 +24951,13 @@ "waterplant", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 163, + "y": 193, + "z": 2 + } }, { "id": "citypark_meshes_flora_grass_sm_waterplant03", @@ -19270,7 +24975,13 @@ "waterplant", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 248, + "y": 252, + "z": 2 + } }, { "id": "citypark_meshes_flora_grass_sm_waterplant04", @@ -19288,7 +24999,13 @@ "waterplant", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 326, + "y": 283, + "z": 2 + } }, { "id": "citypark_meshes_flora_grass_sm_grass01_1", @@ -19305,7 +25022,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 92, + "y": 76, + "z": 19 + } }, { "id": "citypark_meshes_flora_grass_sm_grass01_2", @@ -19322,7 +25045,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 77, + "y": 76, + "z": 32 + } }, { "id": "citypark_meshes_flora_grass_sm_grass01_3", @@ -19339,7 +25068,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 113, + "y": 90, + "z": 32 + } }, { "id": "citypark_meshes_flora_grass_sm_grass01_4", @@ -19356,7 +25091,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 112, + "y": 88, + "z": 75 + } }, { "id": "citypark_meshes_flora_grass_sm_grass02", @@ -19373,7 +25114,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 101, + "y": 77, + "z": 157 + } }, { "id": "citypark_meshes_flora_grass_sm_grass03", @@ -19390,7 +25137,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 98, + "y": 105, + "z": 166 + } }, { "id": "citypark_meshes_flora_grass_sm_grass04", @@ -19409,7 +25162,13 @@ ], "source": "catalogue", "times_spawned": 1, - "last_modified": "2026.03.19-19.55.52" + "last_modified": "2026.03.19-19.55.52", + "dimensions": + { + "x": 109, + "y": 92, + "z": 143 + } }, { "id": "citypark_meshes_flora_grass_sm_grass05", @@ -19426,7 +25185,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 103, + "y": 89, + "z": 97 + } }, { "id": "citypark_meshes_flora_grass_sm_grass06_1", @@ -19443,7 +25208,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 66, + "y": 71, + "z": 73 + } }, { "id": "citypark_meshes_flora_grass_sm_grass06_2", @@ -19460,7 +25231,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 52, + "y": 43, + "z": 64 + } }, { "id": "citypark_meshes_flora_grass_sm_grass06_3", @@ -19477,7 +25254,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 38, + "y": 39, + "z": 62 + } }, { "id": "citypark_meshes_flora_grass_sm_grass06_4", @@ -19494,7 +25277,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 38, + "y": 36, + "z": 63 + } }, { "id": "citypark_meshes_flora_grass_sm_grass06_5", @@ -19511,7 +25300,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 115, + "y": 130, + "z": 73 + } }, { "id": "citypark_meshes_flora_grass_sm_grass07_1", @@ -19528,7 +25323,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 114, + "y": 120, + "z": 44 + } }, { "id": "citypark_meshes_flora_grass_sm_grass07_2", @@ -19545,7 +25346,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 155, + "y": 133, + "z": 48 + } }, { "id": "citypark_meshes_flora_grass_sm_grass08_1", @@ -19562,7 +25369,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 56, + "y": 57, + "z": 17 + } }, { "id": "citypark_meshes_flora_grass_sm_grass08_2", @@ -19579,7 +25392,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 71, + "y": 67, + "z": 22 + } }, { "id": "citypark_meshes_flora_grass_sm_grass08_3", @@ -19596,7 +25415,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 107, + "y": 104, + "z": 47 + } }, { "id": "citypark_meshes_flora_grass_sm_grass09_1", @@ -19613,7 +25438,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 69, + "y": 75, + "z": 64 + } }, { "id": "citypark_meshes_flora_grass_sm_grass09_2", @@ -19630,7 +25461,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 53, + "y": 52, + "z": 84 + } }, { "id": "citypark_meshes_flora_grass_sm_grass09_3", @@ -19647,7 +25484,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 65, + "y": 61, + "z": 87 + } }, { "id": "citypark_meshes_flora_grass_sm_grass09_4", @@ -19664,7 +25507,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 79, + "y": 92, + "z": 88 + } }, { "id": "citypark_meshes_flora_grass_sm_grass09_5", @@ -19681,7 +25530,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 124, + "y": 115, + "z": 176 + } }, { "id": "citypark_meshes_flora_grass_sm_grass10_1", @@ -19698,7 +25553,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 21, + "y": 19, + "z": 77 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy1_01", @@ -19715,7 +25576,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 282, + "y": 137, + "z": 369 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy1_02", @@ -19732,7 +25599,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 284, + "y": 123, + "z": 267 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy1_03", @@ -19749,7 +25622,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 228, + "y": 108, + "z": 164 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy1_04", @@ -19766,7 +25645,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 144, + "y": 137, + "z": 369 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy1_05", @@ -19783,7 +25668,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 170, + "y": 135, + "z": 368 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy1_06", @@ -19800,7 +25691,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 85, + "y": 85, + "z": 231 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy1_07", @@ -19817,7 +25714,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 192, + "y": 116, + "z": 195 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy1_08", @@ -19834,7 +25737,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 208, + "y": 107, + "z": 127 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy1_09", @@ -19851,7 +25760,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 158, + "y": 106, + "z": 135 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy1_10", @@ -19868,7 +25783,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 44, + "y": 83, + "z": 182 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy1_11", @@ -19885,7 +25806,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 40, + "y": 68, + "z": 104 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy1_12", @@ -19902,7 +25829,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 23, + "y": 11, + "z": 34 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy2_01", @@ -19919,7 +25852,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 3407, + "y": 176, + "z": 797 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy2_02", @@ -19936,7 +25875,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1706, + "y": 170, + "z": 600 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy2_03", @@ -19953,7 +25898,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1705, + "y": 168, + "z": 848 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy2_04", @@ -19970,7 +25921,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1505, + "y": 170, + "z": 328 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy2_05", @@ -19987,7 +25944,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1505, + "y": 170, + "z": 328 + } }, { "id": "citypark_meshes_flora_ivy_sm_ivy2_06", @@ -20004,7 +25967,13 @@ "climbing", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1703, + "y": 170, + "z": 797 + } }, { "id": "citypark_meshes_flora_trees_sm_amurcork01", @@ -20018,7 +25987,15 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 4, + "last_modified": "2026.06.07-16.55.38", + "dimensions": + { + "x": 211, + "y": 210, + "z": 177 + } }, { "id": "citypark_meshes_flora_trees_sm_amurcork02", @@ -20032,7 +26009,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 240, + "y": 260, + "z": 343 + } }, { "id": "citypark_meshes_flora_trees_sm_amurcork03", @@ -20046,7 +26029,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 261, + "y": 241, + "z": 372 + } }, { "id": "citypark_meshes_flora_trees_sm_amurcork04", @@ -20060,7 +26049,15 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 7, + "last_modified": "2026.05.30-19.44.10", + "dimensions": + { + "x": 310, + "y": 393, + "z": 480 + } }, { "id": "citypark_meshes_flora_trees_sm_amurcork05", @@ -20074,7 +26071,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 642, + "y": 718, + "z": 734 + } }, { "id": "citypark_meshes_flora_trees_sm_amurcork06", @@ -20088,7 +26091,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 764, + "y": 883, + "z": 844 + } }, { "id": "citypark_meshes_flora_trees_sm_amurcork07", @@ -20102,7 +26111,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1071, + "y": 890, + "z": 1218 + } }, { "id": "citypark_meshes_flora_trees_sm_amurcork08", @@ -20116,7 +26131,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1105, + "y": 988, + "z": 999 + } }, { "id": "citypark_meshes_flora_trees_sm_amurcork09", @@ -20130,7 +26151,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 936, + "y": 954, + "z": 1211 + } }, { "id": "citypark_meshes_flora_trees_sm_amurcork10", @@ -20144,7 +26171,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1283, + "y": 1349, + "z": 1222 + } }, { "id": "citypark_meshes_flora_trees_sm_amurcork11", @@ -20158,7 +26191,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1203, + "y": 1414, + "z": 1668 + } }, { "id": "citypark_meshes_flora_trees_sm_amurcork12", @@ -20172,7 +26211,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1458, + "y": 1408, + "z": 1563 + } }, { "id": "citypark_meshes_flora_trees_sm_amurcork13", @@ -20186,7 +26231,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1755, + "y": 1567, + "z": 1693 + } }, { "id": "citypark_meshes_flora_trees_sm_amurcork14", @@ -20200,7 +26251,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1765, + "y": 2247, + "z": 1661 + } }, { "id": "citypark_meshes_flora_trees_sm_elm01", @@ -20214,7 +26271,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 206, + "y": 208, + "z": 284 + } }, { "id": "citypark_meshes_flora_trees_sm_elm02", @@ -20228,7 +26291,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 209, + "y": 210, + "z": 266 + } }, { "id": "citypark_meshes_flora_trees_sm_elm03", @@ -20242,7 +26311,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 218, + "y": 255, + "z": 397 + } }, { "id": "citypark_meshes_flora_trees_sm_elm04", @@ -20256,7 +26331,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 276, + "y": 226, + "z": 339 + } }, { "id": "citypark_meshes_flora_trees_sm_elm05", @@ -20270,7 +26351,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 704, + "y": 781, + "z": 540 + } }, { "id": "citypark_meshes_flora_trees_sm_elm06", @@ -20284,7 +26371,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 787, + "y": 863, + "z": 607 + } }, { "id": "citypark_meshes_flora_trees_sm_elm07", @@ -20298,7 +26391,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 949, + "y": 941, + "z": 857 + } }, { "id": "citypark_meshes_flora_trees_sm_elm08", @@ -20312,7 +26411,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 510, + "y": 578, + "z": 820 + } }, { "id": "citypark_meshes_flora_trees_sm_elm09", @@ -20326,7 +26431,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 740, + "y": 521, + "z": 961 + } }, { "id": "citypark_meshes_flora_trees_sm_elm10", @@ -20340,7 +26451,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 784, + "y": 658, + "z": 1190 + } }, { "id": "citypark_meshes_flora_trees_sm_elm11", @@ -20354,7 +26471,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 897, + "y": 1133, + "z": 1320 + } }, { "id": "citypark_meshes_flora_trees_sm_elm12", @@ -20368,7 +26491,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1096, + "y": 1068, + "z": 1557 + } }, { "id": "citypark_meshes_flora_trees_sm_elm13", @@ -20382,7 +26511,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1455, + "y": 1585, + "z": 1427 + } }, { "id": "citypark_meshes_flora_trees_sm_elm14", @@ -20396,7 +26531,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1790, + "y": 1589, + "z": 1894 + } }, { "id": "citypark_meshes_flora_trees_sm_elm15", @@ -20410,7 +26551,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1927, + "y": 1732, + "z": 1832 + } }, { "id": "citypark_meshes_flora_trees_sm_elm16", @@ -20424,7 +26571,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 2410, + "y": 2462, + "z": 2194 + } }, { "id": "citypark_meshes_flora_trees_sm_elm17", @@ -20438,7 +26591,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 2196, + "y": 2546, + "z": 2576 + } }, { "id": "citypark_meshes_flora_trees_sm_maple01", @@ -20452,7 +26611,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 202, + "y": 213, + "z": 290 + } }, { "id": "citypark_meshes_flora_trees_sm_maple02", @@ -20466,7 +26631,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 188, + "y": 206, + "z": 283 + } }, { "id": "citypark_meshes_flora_trees_sm_maple03", @@ -20480,7 +26651,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 271, + "y": 356, + "z": 495 + } }, { "id": "citypark_meshes_flora_trees_sm_maple04", @@ -20494,7 +26671,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 325, + "y": 369, + "z": 506 + } }, { "id": "citypark_meshes_flora_trees_sm_maple05", @@ -20508,7 +26691,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 374, + "y": 396, + "z": 666 + } }, { "id": "citypark_meshes_flora_trees_sm_maple06", @@ -20522,7 +26711,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 431, + "y": 474, + "z": 666 + } }, { "id": "citypark_meshes_flora_trees_sm_maple07", @@ -20536,7 +26731,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 477, + "y": 536, + "z": 903 + } }, { "id": "citypark_meshes_flora_trees_sm_maple08", @@ -20550,7 +26751,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 542, + "y": 559, + "z": 903 + } }, { "id": "citypark_meshes_flora_trees_sm_maple09", @@ -20564,7 +26771,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 775, + "y": 630, + "z": 1318 + } }, { "id": "citypark_meshes_flora_trees_sm_maple10", @@ -20578,7 +26791,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 828, + "y": 682, + "z": 1339 + } }, { "id": "citypark_meshes_flora_trees_sm_maple11", @@ -20592,7 +26811,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 879, + "y": 1077, + "z": 1343 + } }, { "id": "citypark_meshes_flora_trees_sm_maple12", @@ -20606,7 +26831,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1066, + "y": 1077, + "z": 1372 + } }, { "id": "citypark_meshes_flora_trees_sm_weepingwillow01", @@ -20620,7 +26851,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1503, + "y": 1631, + "z": 1362 + } }, { "id": "citypark_meshes_ground_sm_dryleaves01", @@ -20634,7 +26871,15 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.07-16.55.38", + "dimensions": + { + "x": 66, + "y": 59, + "z": 2 + } }, { "id": "citypark_meshes_ground_sm_dryleaves02", @@ -20648,7 +26893,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 107, + "y": 94, + "z": 3 + } }, { "id": "citypark_meshes_ground_sm_dryleaves03", @@ -20662,7 +26913,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 159, + "y": 129, + "z": 3 + } }, { "id": "citypark_meshes_ground_sm_dryleaves04", @@ -20676,7 +26933,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 97, + "y": 82, + "z": 2 + } }, { "id": "citypark_meshes_ground_sm_dryleaves05", @@ -20690,7 +26953,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 149, + "y": 126, + "z": 2 + } }, { "id": "citypark_meshes_ground_sm_dryleaves06", @@ -20704,7 +26973,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 59, + "y": 680, + "z": 242 + } }, { "id": "citypark_meshes_ground_sm_dryleaves07", @@ -20718,7 +26993,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 59, + "y": 685, + "z": 239 + } }, { "id": "citypark_meshes_ground_sm_rock01", @@ -20732,7 +27013,15 @@ "rock", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 22, + "last_modified": "2026.06.13-17.00.00", + "dimensions": + { + "x": 44, + "y": 55, + "z": 60 + } }, { "id": "citypark_meshes_ground_sm_rock02", @@ -20746,7 +27035,13 @@ "rock", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 59, + "y": 51, + "z": 49 + } }, { "id": "citypark_meshes_ground_sm_rock03", @@ -20760,7 +27055,13 @@ "rock", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 51, + "y": 46, + "z": 56 + } }, { "id": "citypark_meshes_ground_sm_rock04", @@ -20774,7 +27075,13 @@ "rock", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 77, + "y": 70, + "z": 32 + } }, { "id": "citypark_meshes_ground_sm_rock04_2", @@ -20788,7 +27095,13 @@ "rock", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 109, + "y": 106, + "z": 33 + } }, { "id": "citypark_meshes_ground_sm_rock05", @@ -20802,7 +27115,13 @@ "rock", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 166, + "y": 117, + "z": 45 + } }, { "id": "citypark_meshes_ground_sm_rock05_2", @@ -20816,7 +27135,13 @@ "rock", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 256, + "y": 174, + "z": 45 + } }, { "id": "citypark_meshes_ground_sm_rock06", @@ -20830,7 +27155,13 @@ "rock", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 267, + "y": 286, + "z": 104 + } }, { "id": "citypark_meshes_ground_sm_rock06_2", @@ -20844,7 +27175,13 @@ "rock", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 369, + "y": 374, + "z": 105 + } }, { "id": "citypark_meshes_ground_sm_rock07", @@ -20858,7 +27195,13 @@ "rock", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 475, + "y": 456, + "z": 148 + } }, { "id": "citypark_meshes_ground_sm_rock07_2", @@ -20872,7 +27215,13 @@ "rock", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 723, + "y": 702, + "z": 150 + } }, { "id": "citypark_meshes_ground_sm_stickdebris01", @@ -20886,7 +27235,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 58, + "y": 72, + "z": 2 + } }, { "id": "citypark_meshes_ground_sm_stickdebris02", @@ -20900,7 +27255,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 110, + "y": 89, + "z": 3 + } }, { "id": "citypark_meshes_ground_sm_stickdebris03", @@ -20914,7 +27275,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 128, + "y": 126, + "z": 3 + } }, { "id": "citypark_meshes_ground_sm_stickdebris04", @@ -20928,7 +27295,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 133, + "y": 170, + "z": 3 + } }, { "id": "citypark_meshes_ground_sm_waterplane", @@ -20942,7 +27315,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 150, + "y": 150, + "z": 0 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedbridge01", @@ -20956,7 +27335,13 @@ "mergedbridge", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 22747, + "y": 19974, + "z": 441 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedbridge03", @@ -20970,7 +27355,13 @@ "mergedbridge", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 88334, + "y": 73803, + "z": 1341 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedbridge03_2", @@ -20984,7 +27375,13 @@ "mergedbridge", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 5109, + "y": 2471, + "z": 782 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence01_1", @@ -20998,7 +27395,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 13259, + "y": 7416, + "z": 558 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence01_2", @@ -21012,7 +27415,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 12992, + "y": 5555, + "z": 703 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence01_3", @@ -21026,7 +27435,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1466, + "y": 4055, + "z": 336 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence01_4", @@ -21040,7 +27455,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 13193, + "y": 4227, + "z": 549 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence01_5", @@ -21054,7 +27475,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 3169, + "y": 3588, + "z": 306 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence01_6", @@ -21068,7 +27495,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 5640, + "y": 5640, + "z": 266 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence02_1", @@ -21082,7 +27515,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 67, + "y": 78611, + "z": 135 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence02_2", @@ -21096,7 +27535,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 98744, + "y": 66, + "z": 150 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence02_3", @@ -21110,7 +27555,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 69, + "y": 78517, + "z": 139 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence02_4", @@ -21124,7 +27575,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 98684, + "y": 67, + "z": 135 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence03_1", @@ -21138,7 +27595,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 13207, + "y": 7256, + "z": 567 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence03_2", @@ -21152,7 +27615,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 9515, + "y": 13111, + "z": 747 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence03_3", @@ -21166,7 +27635,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 19830, + "y": 36669, + "z": 717 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence03_4", @@ -21180,7 +27655,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7573, + "y": 10538, + "z": 447 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence03_5", @@ -21194,7 +27675,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 27407, + "y": 12573, + "z": 501 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence03_6", @@ -21208,7 +27695,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 27169, + "y": 47357, + "z": 708 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence04", @@ -21222,7 +27715,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 97559, + "y": 77220, + "z": 1108 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence05", @@ -21236,7 +27735,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 30090, + "y": 62001, + "z": 508 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence06_1", @@ -21250,7 +27755,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 19640, + "y": 17384, + "z": 332 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedfence06_2", @@ -21264,7 +27775,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 11415, + "y": 9623, + "z": 407 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedground01", @@ -21278,7 +27795,13 @@ "mergedground", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 34355, + "y": 21006, + "z": 398 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedleaks01", @@ -21292,7 +27815,13 @@ "mergedleaks", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 78060, + "y": 73558, + "z": 1158 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedparkfence02", @@ -21306,7 +27835,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 62323, + "y": 52282, + "z": 873 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedparkfence03_1", @@ -21320,7 +27855,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 3382, + "y": 1281, + "z": 134 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedparkfence03_2", @@ -21334,7 +27875,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 3640, + "y": 3646, + "z": 135 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedparkfence03_3", @@ -21348,7 +27895,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1866, + "y": 1293, + "z": 154 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedparkfence03_4", @@ -21362,7 +27915,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 8138, + "y": 9571, + "z": 135 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedparksquare01_1", @@ -21376,7 +27935,13 @@ "mergedparksquare", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 11151, + "y": 24052, + "z": 955 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedparksquare01_2", @@ -21390,7 +27955,13 @@ "mergedparksquare", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 16232, + "y": 9247, + "z": 145 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedparksquare01_3", @@ -21404,7 +27975,13 @@ "mergedparksquare", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 8532, + "y": 4903, + "z": 135 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedparksquare01_4", @@ -21418,7 +27995,13 @@ "mergedparksquare", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 4734, + "y": 9018, + "z": 263 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedroad01", @@ -21432,7 +28015,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 26058, + "y": 20657, + "z": 739 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedroad02", @@ -21446,7 +28035,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 25153, + "y": 20452, + "z": 631 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedroad03", @@ -21460,7 +28055,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 25981, + "y": 20519, + "z": 730 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedroad04", @@ -21474,7 +28075,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 25229, + "y": 20607, + "z": 584 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedroad05", @@ -21488,7 +28095,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 102346, + "y": 82181, + "z": 819 + } }, { "id": "citypark_meshes_mergemeshes_sm_mergedtunnel01", @@ -21502,7 +28115,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 74856, + "y": 44941, + "z": 840 + } }, { "id": "citypark_meshes_parksquare_sm_fountain01", @@ -21520,7 +28139,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1308, + "y": 1330, + "z": 308 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare01_1", @@ -21538,7 +28163,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 118, + "y": 118, + "z": 204 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare01_10", @@ -21556,7 +28187,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 401, + "y": 29, + "z": 124 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare01_11", @@ -21574,7 +28211,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 89, + "y": 30, + "z": 115 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare01_2", @@ -21592,7 +28235,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 118, + "y": 118, + "z": 204 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare01_3", @@ -21610,7 +28259,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 66, + "y": 700, + "z": 204 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare01_4", @@ -21628,7 +28283,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 61, + "y": 62, + "z": 182 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare01_5", @@ -21646,7 +28307,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 161, + "y": 86, + "z": 305 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare01_6", @@ -21664,7 +28331,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 82, + "y": 82, + "z": 267 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare01_7", @@ -21682,7 +28355,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 400, + "y": 27, + "z": 124 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare01_8", @@ -21700,7 +28379,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 401, + "y": 28, + "z": 124 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare01_9", @@ -21718,7 +28403,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 28, + "y": 803, + "z": 374 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare02_1", @@ -21736,7 +28427,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 128, + "y": 128, + "z": 515 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare02_2", @@ -21754,7 +28451,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 128, + "y": 128, + "z": 250 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare02_3", @@ -21772,7 +28475,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 103, + "y": 700, + "z": 250 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare02_4", @@ -21790,7 +28499,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 72, + "y": 250, + "z": 220 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare02_5", @@ -21808,7 +28523,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 102, + "y": 309, + "z": 268 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare02_6", @@ -21826,7 +28547,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 71, + "y": 829, + "z": 270 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare02_7", @@ -21844,7 +28571,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 109, + "y": 1000, + "z": 515 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare02_8", @@ -21862,7 +28595,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 97, + "y": 700, + "z": 250 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare03_1", @@ -21880,7 +28619,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 804, + "y": 707, + "z": 268 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare03_2", @@ -21898,7 +28643,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 804, + "y": 1009, + "z": 267 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare03_3", @@ -21916,7 +28667,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 406, + "y": 707, + "z": 268 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare03_4", @@ -21934,7 +28691,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 406, + "y": 1009, + "z": 267 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare03_5", @@ -21952,7 +28715,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 273, + "y": 707, + "z": 268 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare03_6", @@ -21970,7 +28739,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 273, + "y": 1009, + "z": 266 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare03_7", @@ -21988,7 +28763,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 3047, + "y": 1355, + "z": 268 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare03_8", @@ -22006,7 +28787,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 3051, + "y": 1363, + "z": 269 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare04_1", @@ -22024,7 +28811,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 800, + "z": 0 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare04_2", @@ -22042,7 +28835,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 400, + "y": 400, + "z": 0 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare05_1", @@ -22060,7 +28859,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 117, + "y": 800, + "z": 5 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare05_10", @@ -22078,7 +28883,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 119, + "y": 119, + "z": 8 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare05_11", @@ -22096,7 +28907,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 119, + "y": 95, + "z": 8 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare05_12", @@ -22114,7 +28931,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 97, + "y": 800, + "z": 26 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare05_2", @@ -22132,7 +28955,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 51, + "y": 800, + "z": 5 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare05_3", @@ -22150,7 +28979,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 62, + "y": 800, + "z": 5 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare05_4", @@ -22168,7 +29003,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 70, + "y": 800, + "z": 5 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare05_5", @@ -22186,7 +29027,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 68, + "y": 800, + "z": 5 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare05_6", @@ -22204,7 +29051,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 614, + "y": 613, + "z": 9 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare05_7", @@ -22222,7 +29075,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 290, + "y": 290, + "z": 5 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare05_8", @@ -22240,7 +29099,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 32, + "y": 32, + "z": 5 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare05_9", @@ -22258,7 +29123,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 119, + "y": 119, + "z": 8 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare06_1", @@ -22276,7 +29147,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 99, + "y": 96, + "z": 498 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare06_2", @@ -22294,7 +29171,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 251, + "y": 99, + "z": 500 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare06_3", @@ -22312,7 +29195,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 205, + "y": 99, + "z": 500 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare06_4", @@ -22330,7 +29219,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 256, + "y": 96, + "z": 430 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare06_5", @@ -22348,7 +29243,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 205, + "y": 96, + "z": 430 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare06_6", @@ -22366,7 +29267,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 62, + "y": 26, + "z": 430 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare07_1", @@ -22384,7 +29291,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 251, + "z": 163 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare07_2", @@ -22402,7 +29315,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 77, + "y": 189, + "z": 138 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare07_3", @@ -22420,7 +29339,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 163, + "z": 114 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare08", @@ -22438,7 +29363,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 400, + "y": 400, + "z": 5 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare09_1", @@ -22456,7 +29387,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 400, + "y": 400, + "z": 10 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare09_2", @@ -22474,7 +29411,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 22, + "y": 22, + "z": 20 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare09_3", @@ -22492,7 +29435,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 400, + "y": 52, + "z": 7 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare09_4", @@ -22510,7 +29459,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 67, + "y": 67, + "z": 8 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare10", @@ -22528,7 +29483,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 300, + "y": 43, + "z": 383 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare11_1", @@ -22546,7 +29507,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 447, + "y": 447, + "z": 18 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare11_2", @@ -22564,7 +29531,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 647, + "y": 647, + "z": 18 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare11_3", @@ -22582,7 +29555,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 999, + "y": 999, + "z": 16 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare12_1", @@ -22600,7 +29579,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 6392, + "y": 5833, + "z": 11 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare12_2", @@ -22618,7 +29603,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 6315, + "y": 6284, + "z": 299 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare12_3", @@ -22636,7 +29627,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 3033, + "y": 3013, + "z": 307 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare13_1", @@ -22654,7 +29651,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 32, + "y": 1043, + "z": 342 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare13_2", @@ -22672,7 +29675,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 32, + "y": 757, + "z": 345 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare13_3", @@ -22690,7 +29699,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 33, + "y": 1043, + "z": 342 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare13_4", @@ -22708,7 +29723,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 32, + "y": 89, + "z": 38 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare13_5", @@ -22726,7 +29747,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 51, + "y": 51, + "z": 118 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare13_6", @@ -22744,7 +29771,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 32, + "y": 295, + "z": 38 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare13_7", @@ -22762,7 +29795,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 32, + "y": 1043, + "z": 342 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare14_1", @@ -22780,7 +29819,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 17, + "y": 1016, + "z": 351 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare14_2", @@ -22798,7 +29843,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 17, + "y": 723, + "z": 351 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare14_3", @@ -22816,7 +29867,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 17, + "y": 61, + "z": 38 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare14_4", @@ -22834,7 +29891,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 26, + "y": 25, + "z": 126 + } }, { "id": "citypark_meshes_parksquare_sm_parksquare14_5", @@ -22852,7 +29915,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 17, + "y": 159, + "z": 38 + } }, { "id": "citypark_meshes_parksquare_sm_pool", @@ -22870,7 +29939,13 @@ "plaza", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 16380, + "y": 9388, + "z": 582 + } }, { "id": "citypark_meshes_particles_sm_leaves01", @@ -22884,7 +29959,13 @@ "leaves", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 11, + "y": 16, + "z": 2 + } }, { "id": "citypark_meshes_particles_sm_splash", @@ -22898,7 +29979,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 152, + "y": 150, + "z": 6 + } }, { "id": "citypark_meshes_playground_sm_playground1_01", @@ -22915,7 +30002,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 146, + "y": 157, + "z": 426 + } }, { "id": "citypark_meshes_playground_sm_playground1_02", @@ -22932,7 +30025,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 25, + "y": 110, + "z": 101 + } }, { "id": "citypark_meshes_playground_sm_playground1_03", @@ -22949,7 +30048,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 188, + "y": 121, + "z": 389 + } }, { "id": "citypark_meshes_playground_sm_playground1_04", @@ -22966,7 +30071,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 167, + "y": 121, + "z": 389 + } }, { "id": "citypark_meshes_playground_sm_playground1_05", @@ -22983,7 +30094,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 145, + "y": 156, + "z": 430 + } }, { "id": "citypark_meshes_playground_sm_playground2_01", @@ -23000,7 +30117,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 118, + "y": 403, + "z": 146 + } }, { "id": "citypark_meshes_playground_sm_playground2_02", @@ -23017,7 +30140,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 118, + "y": 406, + "z": 144 + } }, { "id": "citypark_meshes_playground_sm_playground3_01", @@ -23034,7 +30163,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 332, + "y": 110, + "z": 290 + } }, { "id": "citypark_meshes_playground_sm_playground3_02", @@ -23051,7 +30186,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 290, + "y": 109, + "z": 338 + } }, { "id": "citypark_meshes_playground_sm_playground3_03", @@ -23068,7 +30209,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 269, + "y": 109, + "z": 258 + } }, { "id": "citypark_meshes_playground_sm_playground3_04", @@ -23085,7 +30232,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 106, + "y": 110, + "z": 338 + } }, { "id": "citypark_meshes_playground_sm_playground3_05", @@ -23102,7 +30255,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 105, + "y": 110, + "z": 340 + } }, { "id": "citypark_meshes_playground_sm_playground3_06", @@ -23119,7 +30278,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 133, + "y": 113, + "z": 338 + } }, { "id": "citypark_meshes_playground_sm_playground3_07", @@ -23136,7 +30301,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 52, + "y": 109, + "z": 338 + } }, { "id": "citypark_meshes_playground_sm_playground3_08", @@ -23153,7 +30324,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 158, + "y": 109, + "z": 338 + } }, { "id": "citypark_meshes_playground_sm_playground3_09", @@ -23170,7 +30347,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 126, + "y": 151, + "z": 338 + } }, { "id": "citypark_meshes_playground_sm_playground3_10", @@ -23187,7 +30370,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 46, + "y": 110, + "z": 338 + } }, { "id": "citypark_meshes_playground_sm_playground4_01", @@ -23204,7 +30393,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 418, + "y": 192, + "z": 391 + } }, { "id": "citypark_meshes_playground_sm_playground5_01", @@ -23221,7 +30416,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 383, + "y": 379, + "z": 426 + } }, { "id": "citypark_meshes_playground_sm_playground5_02", @@ -23238,7 +30439,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 383, + "y": 401, + "z": 426 + } }, { "id": "citypark_meshes_playground_sm_playground5_03", @@ -23255,7 +30462,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 375, + "y": 377, + "z": 159 + } }, { "id": "citypark_meshes_playground_sm_playground6_01", @@ -23272,7 +30485,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 145, + "y": 165, + "z": 303 + } }, { "id": "citypark_meshes_playground_sm_playground6_02", @@ -23289,7 +30508,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 144, + "y": 146, + "z": 303 + } }, { "id": "citypark_meshes_playground_sm_playground6_03", @@ -23306,7 +30531,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 118, + "y": 355, + "z": 180 + } }, { "id": "citypark_meshes_playground_sm_playground6_04", @@ -23323,7 +30554,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 77, + "y": 460, + "z": 247 + } }, { "id": "citypark_meshes_playground_sm_playground6_05", @@ -23340,7 +30577,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 361, + "y": 379, + "z": 199 + } }, { "id": "citypark_meshes_playground_sm_playground6_06", @@ -23357,7 +30600,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 305, + "y": 305, + "z": 100 + } }, { "id": "citypark_meshes_playground_sm_playground6_07", @@ -23374,7 +30623,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 447, + "y": 447, + "z": 379 + } }, { "id": "citypark_meshes_playground_sm_playground7_01", @@ -23391,7 +30646,13 @@ "play", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 4516, + "y": 4509, + "z": 27 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns01", @@ -23408,7 +30669,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 8, + "y": 7, + "z": 307 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns02", @@ -23425,7 +30692,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 28, + "y": 10, + "z": 27 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns03", @@ -23442,7 +30715,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 68, + "y": 10, + "z": 42 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns04", @@ -23459,7 +30738,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 39, + "y": 10, + "z": 42 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns05", @@ -23476,7 +30761,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 39, + "y": 10, + "z": 42 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns06", @@ -23493,7 +30784,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 10, + "z": 104 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns07", @@ -23510,7 +30807,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 10, + "z": 104 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns08", @@ -23527,7 +30830,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 10, + "z": 104 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns09", @@ -23544,7 +30853,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 10, + "z": 104 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns10", @@ -23561,7 +30876,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 10, + "z": 104 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns11", @@ -23578,7 +30899,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 10, + "z": 104 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns12", @@ -23595,7 +30922,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 10, + "z": 104 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns13", @@ -23612,7 +30945,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 10, + "z": 104 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns14", @@ -23629,7 +30968,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 10, + "z": 104 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns15", @@ -23646,7 +30991,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 10, + "z": 104 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns16", @@ -23663,7 +31014,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 129, + "y": 10, + "z": 71 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns17", @@ -23680,7 +31037,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 129, + "y": 10, + "z": 71 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns18", @@ -23697,7 +31060,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 10, + "z": 72 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns19", @@ -23714,7 +31083,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 60, + "y": 10, + "z": 71 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns20", @@ -23731,7 +31106,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 72, + "y": 10, + "z": 72 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns21", @@ -23748,7 +31129,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 72, + "y": 10, + "z": 72 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns22", @@ -23765,7 +31152,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 129, + "y": 10, + "z": 71 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns23", @@ -23782,7 +31175,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 129, + "y": 10, + "z": 71 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns24", @@ -23799,7 +31198,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 129, + "y": 10, + "z": 71 + } }, { "id": "citypark_meshes_props_roadsigns_sm_roadsigns25", @@ -23816,7 +31221,13 @@ "roadsigns", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 23, + "y": 1, + "z": 35 + } }, { "id": "citypark_meshes_props_sm_bench01_1", @@ -23830,7 +31241,15 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 2, + "last_modified": "2026.06.07-15.56.05", + "dimensions": + { + "x": 214, + "y": 75, + "z": 108 + } }, { "id": "citypark_meshes_props_sm_bench01_2", @@ -23844,7 +31263,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 530, + "y": 132, + "z": 134 + } }, { "id": "citypark_meshes_props_sm_bench02_1", @@ -23858,7 +31283,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 224, + "y": 108, + "z": 123 + } }, { "id": "citypark_meshes_props_sm_bench02_2", @@ -23872,7 +31303,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 222, + "y": 61, + "z": 58 + } }, { "id": "citypark_meshes_props_sm_bench03", @@ -23886,7 +31323,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 92, + "y": 221, + "z": 106 + } }, { "id": "citypark_meshes_props_sm_borderwood", @@ -23900,7 +31343,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 301, + "y": 300, + "z": 43 + } }, { "id": "citypark_meshes_props_sm_bower01", @@ -23914,7 +31363,15 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 2, + "last_modified": "2026.06.09-19.12.57", + "dimensions": + { + "x": 783, + "y": 1173, + "z": 763 + } }, { "id": "citypark_meshes_props_sm_bower02", @@ -23928,7 +31385,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 783, + "y": 642, + "z": 763 + } }, { "id": "citypark_meshes_props_sm_cafechair01", @@ -23942,7 +31405,13 @@ "cafechair", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 70, + "y": 63, + "z": 118 + } }, { "id": "citypark_meshes_props_sm_cafechair02", @@ -23956,7 +31425,13 @@ "cafechair", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 74, + "y": 64, + "z": 120 + } }, { "id": "citypark_meshes_props_sm_cafechair03", @@ -23970,7 +31445,13 @@ "cafechair", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 80, + "y": 67, + "z": 143 + } }, { "id": "citypark_meshes_props_sm_cafechair04", @@ -23984,7 +31465,13 @@ "cafechair", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 79, + "y": 72, + "z": 117 + } }, { "id": "citypark_meshes_props_sm_cafetable01", @@ -23998,7 +31485,13 @@ "cafetable", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 90, + "y": 90, + "z": 101 + } }, { "id": "citypark_meshes_props_sm_cafetable02", @@ -24012,7 +31505,13 @@ "cafetable", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 121, + "y": 122, + "z": 100 + } }, { "id": "citypark_meshes_props_sm_cafetable03", @@ -24026,7 +31525,13 @@ "cafetable", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 122, + "y": 127, + "z": 102 + } }, { "id": "citypark_meshes_props_sm_cafetablecloth02", @@ -24040,7 +31545,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 131, + "y": 131, + "z": 64 + } }, { "id": "citypark_meshes_props_sm_fence01_1", @@ -24054,7 +31565,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 501, + "y": 174, + "z": 269 + } }, { "id": "citypark_meshes_props_sm_fence01_2", @@ -24068,7 +31585,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 123, + "y": 125, + "z": 246 + } }, { "id": "citypark_meshes_props_sm_fence01_3", @@ -24082,7 +31605,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 501, + "y": 211, + "z": 493 + } }, { "id": "citypark_meshes_props_sm_fence01_4", @@ -24096,7 +31625,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 123, + "y": 125, + "z": 453 + } }, { "id": "citypark_meshes_props_sm_fence02_1", @@ -24110,7 +31645,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 500, + "y": 59, + "z": 120 + } }, { "id": "citypark_meshes_props_sm_fence02_2", @@ -24124,7 +31665,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 104, + "z": 172 + } }, { "id": "citypark_meshes_props_sm_fence03_1", @@ -24138,7 +31685,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 500, + "y": 7, + "z": 252 + } }, { "id": "citypark_meshes_props_sm_fence03_2", @@ -24152,7 +31705,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 257 + } }, { "id": "citypark_meshes_props_sm_fence03_3", @@ -24166,7 +31725,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 500, + "y": 8, + "z": 252 + } }, { "id": "citypark_meshes_props_sm_fence03_4", @@ -24180,7 +31745,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 10, + "y": 10, + "z": 284 + } }, { "id": "citypark_meshes_props_sm_fence03_5", @@ -24194,7 +31765,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 86, + "y": 87, + "z": 177 + } }, { "id": "citypark_meshes_props_sm_fence04_1", @@ -24208,7 +31785,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 607, + "y": 23, + "z": 140 + } }, { "id": "citypark_meshes_props_sm_fence05_1", @@ -24222,7 +31805,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 500, + "y": 103, + "z": 105 + } }, { "id": "citypark_meshes_props_sm_fence06_1", @@ -24236,7 +31825,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 19, + "y": 400, + "z": 461 + } }, { "id": "citypark_meshes_props_sm_fence06_2", @@ -24250,7 +31845,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 21, + "y": 15, + "z": 460 + } }, { "id": "citypark_meshes_props_sm_fence06_3", @@ -24264,7 +31865,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 19, + "y": 400, + "z": 314 + } }, { "id": "citypark_meshes_props_sm_fence06_4", @@ -24278,7 +31885,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 20, + "y": 15, + "z": 314 + } }, { "id": "citypark_meshes_props_sm_fence06_5", @@ -24292,7 +31905,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 400, + "y": 18, + "z": 461 + } }, { "id": "citypark_meshes_props_sm_fence06_6", @@ -24306,7 +31925,13 @@ "outdoor", "fence" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 400, + "y": 18, + "z": 314 + } }, { "id": "citypark_meshes_props_sm_foodstalls02", @@ -24320,7 +31945,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 121, + "y": 175, + "z": 157 + } }, { "id": "citypark_meshes_props_sm_foodstalls03", @@ -24334,7 +31965,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 190, + "y": 236, + "z": 269 + } }, { "id": "citypark_meshes_props_sm_foodstalls04", @@ -24348,7 +31985,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 123, + "y": 177, + "z": 137 + } }, { "id": "citypark_meshes_props_sm_lamppost01", @@ -24362,7 +32005,15 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.07-14.24.18", + "dimensions": + { + "x": 40, + "y": 41, + "z": 406 + } }, { "id": "citypark_meshes_props_sm_lamppost02_1", @@ -24376,7 +32027,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 316, + "y": 44, + "z": 1065 + } }, { "id": "citypark_meshes_props_sm_lamppost02_2", @@ -24390,7 +32047,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 589, + "y": 44, + "z": 1065 + } }, { "id": "citypark_meshes_props_sm_lamppost02_3", @@ -24404,7 +32067,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 44, + "y": 44, + "z": 474 + } }, { "id": "citypark_meshes_props_sm_manholes01", @@ -24418,7 +32087,13 @@ "manholes", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 103, + "y": 103, + "z": 4 + } }, { "id": "citypark_meshes_props_sm_manholes02", @@ -24432,7 +32107,13 @@ "manholes", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 103, + "y": 104, + "z": 2 + } }, { "id": "citypark_meshes_props_sm_manholes03", @@ -24446,7 +32127,13 @@ "manholes", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 104, + "y": 103, + "z": 3 + } }, { "id": "citypark_meshes_props_sm_manholes04", @@ -24460,7 +32147,13 @@ "manholes", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 103, + "y": 103, + "z": 3 + } }, { "id": "citypark_meshes_props_sm_manholes05", @@ -24474,7 +32167,13 @@ "manholes", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 83, + "y": 83, + "z": 2 + } }, { "id": "citypark_meshes_props_sm_manholes06", @@ -24488,7 +32187,13 @@ "manholes", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 84, + "y": 84, + "z": 1 + } }, { "id": "citypark_meshes_props_sm_manholes07", @@ -24502,7 +32207,13 @@ "manholes", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 83, + "y": 83, + "z": 4 + } }, { "id": "citypark_meshes_props_sm_manholes08", @@ -24516,7 +32227,13 @@ "manholes", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 76, + "y": 77, + "z": 1 + } }, { "id": "citypark_meshes_props_sm_manholes09", @@ -24530,7 +32247,13 @@ "manholes", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 122, + "y": 42, + "z": 1 + } }, { "id": "citypark_meshes_props_sm_manholes10", @@ -24544,7 +32267,13 @@ "manholes", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 74, + "y": 43, + "z": 1 + } }, { "id": "citypark_meshes_props_sm_newspaper01", @@ -24558,7 +32287,13 @@ "newspaper", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 138, + "y": 154, + "z": 10 + } }, { "id": "citypark_meshes_props_sm_newspaper02", @@ -24572,7 +32307,13 @@ "newspaper", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 254, + "y": 273, + "z": 18 + } }, { "id": "citypark_meshes_props_sm_newspaper03", @@ -24586,7 +32327,13 @@ "newspaper", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 329, + "y": 290, + "z": 18 + } }, { "id": "citypark_meshes_props_sm_parkfence01", @@ -24600,7 +32347,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 14, + "y": 14, + "z": 63 + } }, { "id": "citypark_meshes_props_sm_parkfence02_1", @@ -24614,7 +32367,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 208, + "y": 16, + "z": 133 + } }, { "id": "citypark_meshes_props_sm_parkfence02_2", @@ -24628,7 +32387,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 16, + "y": 16, + "z": 132 + } }, { "id": "citypark_meshes_props_sm_parkfence02_3", @@ -24642,7 +32407,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 201, + "y": 17, + "z": 133 + } }, { "id": "citypark_meshes_props_sm_parkfence02_4", @@ -24656,7 +32427,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 18, + "y": 18, + "z": 144 + } }, { "id": "citypark_meshes_props_sm_parkfence03_1", @@ -24670,7 +32447,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 184, + "y": 80, + "z": 134 + } }, { "id": "citypark_meshes_props_sm_parkfence03_2", @@ -24684,7 +32467,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 152, + "y": 68, + "z": 134 + } }, { "id": "citypark_meshes_props_sm_parkfence03_3", @@ -24698,7 +32487,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 25, + "y": 69, + "z": 139 + } }, { "id": "citypark_meshes_props_sm_pier01", @@ -24712,7 +32507,15 @@ "outdoor", "pier" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.07-13.55.19", + "dimensions": + { + "x": 500, + "y": 504, + "z": 26 + } }, { "id": "citypark_meshes_props_sm_pier02", @@ -24726,7 +32529,13 @@ "outdoor", "pier" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 268, + "y": 556, + "z": 552 + } }, { "id": "citypark_meshes_props_sm_pier03", @@ -24740,7 +32549,13 @@ "outdoor", "pier" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 501, + "y": 32, + "z": 160 + } }, { "id": "citypark_meshes_props_sm_roadblock01", @@ -24754,7 +32569,13 @@ "roadblock", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 245, + "y": 43, + "z": 110 + } }, { "id": "citypark_meshes_props_sm_roadblock02", @@ -24768,7 +32589,13 @@ "roadblock", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 246, + "y": 43, + "z": 110 + } }, { "id": "citypark_meshes_props_sm_statue01", @@ -24782,7 +32609,15 @@ "statue", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 2, + "last_modified": "2026.06.09-18.56.17", + "dimensions": + { + "x": 390, + "y": 426, + "z": 603 + } }, { "id": "citypark_meshes_props_sm_statue02", @@ -24796,7 +32631,13 @@ "statue", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 176, + "y": 178, + "z": 454 + } }, { "id": "citypark_meshes_props_sm_statue03", @@ -24810,7 +32651,13 @@ "statue", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1937, + "y": 2154, + "z": 693 + } }, { "id": "citypark_meshes_props_sm_statue04", @@ -24824,7 +32671,13 @@ "statue", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 201, + "y": 203, + "z": 379 + } }, { "id": "citypark_meshes_props_sm_statue05", @@ -24838,7 +32691,13 @@ "statue", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 129, + "y": 129, + "z": 138 + } }, { "id": "citypark_meshes_props_sm_statue06", @@ -24852,7 +32711,13 @@ "statue", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 239, + "y": 239, + "z": 56 + } }, { "id": "citypark_meshes_props_sm_statue07", @@ -24866,7 +32731,13 @@ "statue", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 3, + "y": 65, + "z": 21 + } }, { "id": "citypark_meshes_props_sm_trafficbarrel01", @@ -24880,7 +32751,13 @@ "trafficbarrel", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 82, + "y": 81, + "z": 94 + } }, { "id": "citypark_meshes_props_sm_trafficlight_01", @@ -24894,7 +32771,13 @@ "trafficlight", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 31, + "y": 69, + "z": 111 + } }, { "id": "citypark_meshes_props_sm_trafficlight_02", @@ -24908,7 +32791,13 @@ "trafficlight", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 31, + "y": 69, + "z": 85 + } }, { "id": "citypark_meshes_props_sm_trafficlight_03", @@ -24922,7 +32811,13 @@ "trafficlight", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 31, + "y": 69, + "z": 85 + } }, { "id": "citypark_meshes_props_sm_trafficlight_04", @@ -24936,7 +32831,13 @@ "trafficlight", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 412, + "y": 97, + "z": 143 + } }, { "id": "citypark_meshes_props_sm_trafficlight_05", @@ -24950,7 +32851,13 @@ "trafficlight", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 415, + "y": 144, + "z": 143 + } }, { "id": "citypark_meshes_props_sm_trashcan01", @@ -24964,7 +32871,13 @@ "trashcan", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 84, + "y": 84, + "z": 120 + } }, { "id": "citypark_meshes_props_sm_trashcan02", @@ -24978,7 +32891,13 @@ "trashcan", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 84, + "y": 84, + "z": 121 + } }, { "id": "citypark_meshes_props_sm_umbrella01", @@ -24992,7 +32911,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 290, + "y": 290, + "z": 288 + } }, { "id": "citypark_meshes_props_sm_umbrella02", @@ -25006,7 +32931,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 76, + "y": 71, + "z": 288 + } }, { "id": "citypark_meshes_road_sm_asphalt01_1", @@ -25023,7 +32954,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 889, + "z": 54 + } }, { "id": "citypark_meshes_road_sm_asphalt01_10", @@ -25040,7 +32977,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 889, + "z": 62 + } }, { "id": "citypark_meshes_road_sm_asphalt01_11", @@ -25057,7 +33000,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 804, + "y": 1454, + "z": 88 + } }, { "id": "citypark_meshes_road_sm_asphalt01_2", @@ -25074,7 +33023,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 889, + "z": 62 + } }, { "id": "citypark_meshes_road_sm_asphalt01_3", @@ -25091,7 +33046,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 801, + "y": 889, + "z": 62 + } }, { "id": "citypark_meshes_road_sm_asphalt01_4", @@ -25108,7 +33069,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 889, + "z": 62 + } }, { "id": "citypark_meshes_road_sm_asphalt01_5", @@ -25125,7 +33092,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 889, + "z": 62 + } }, { "id": "citypark_meshes_road_sm_asphalt01_6", @@ -25142,7 +33115,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 889, + "z": 62 + } }, { "id": "citypark_meshes_road_sm_asphalt01_7", @@ -25159,7 +33138,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 889, + "z": 62 + } }, { "id": "citypark_meshes_road_sm_asphalt01_8", @@ -25176,7 +33161,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 889, + "z": 62 + } }, { "id": "citypark_meshes_road_sm_asphalt01_9", @@ -25193,7 +33184,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 889, + "z": 62 + } }, { "id": "citypark_meshes_road_sm_asphalt02_1", @@ -25210,7 +33207,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 475, + "z": 42 + } }, { "id": "citypark_meshes_road_sm_asphalt02_10", @@ -25227,7 +33230,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 503, + "z": 42 + } }, { "id": "citypark_meshes_road_sm_asphalt02_11", @@ -25244,7 +33253,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 503, + "z": 42 + } }, { "id": "citypark_meshes_road_sm_asphalt02_2", @@ -25261,7 +33276,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 801, + "y": 475, + "z": 73 + } }, { "id": "citypark_meshes_road_sm_asphalt02_3", @@ -25278,7 +33299,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 475, + "z": 51 + } }, { "id": "citypark_meshes_road_sm_asphalt02_4", @@ -25295,7 +33322,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 475, + "z": 51 + } }, { "id": "citypark_meshes_road_sm_asphalt02_5", @@ -25312,7 +33345,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 801, + "y": 475, + "z": 74 + } }, { "id": "citypark_meshes_road_sm_asphalt02_6", @@ -25329,7 +33368,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 475, + "z": 51 + } }, { "id": "citypark_meshes_road_sm_asphalt02_7", @@ -25346,7 +33391,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 475, + "z": 51 + } }, { "id": "citypark_meshes_road_sm_asphalt02_8", @@ -25363,7 +33414,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 503, + "z": 52 + } }, { "id": "citypark_meshes_road_sm_asphalt02_9", @@ -25380,7 +33437,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 503, + "z": 52 + } }, { "id": "citypark_meshes_road_sm_asphalt03_1", @@ -25397,7 +33460,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 1713, + "z": 68 + } }, { "id": "citypark_meshes_road_sm_asphalt03_2", @@ -25414,7 +33483,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 1713, + "z": 59 + } }, { "id": "citypark_meshes_road_sm_border01", @@ -25432,7 +33507,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 18, + "z": 42 + } }, { "id": "citypark_meshes_road_sm_border02", @@ -25450,7 +33531,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 19, + "z": 60 + } }, { "id": "citypark_meshes_road_sm_border03", @@ -25468,7 +33555,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 200, + "y": 18, + "z": 42 + } }, { "id": "citypark_meshes_road_sm_bridge01_1", @@ -25486,7 +33579,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 149, + "y": 322, + "z": 213 + } }, { "id": "citypark_meshes_road_sm_bridge01_2", @@ -25504,7 +33603,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 16, + "y": 306, + "z": 352 + } }, { "id": "citypark_meshes_road_sm_bridge02_1", @@ -25522,7 +33627,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 441, + "y": 212, + "z": 179 + } }, { "id": "citypark_meshes_road_sm_bridge02_2", @@ -25540,7 +33651,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 435, + "y": 207, + "z": 179 + } }, { "id": "citypark_meshes_road_sm_bridge02_3", @@ -25558,7 +33675,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 428, + "y": 14, + "z": 96 + } }, { "id": "citypark_meshes_road_sm_bridge02_4", @@ -25576,7 +33699,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 422, + "y": 1051, + "z": 506 + } }, { "id": "citypark_meshes_road_sm_bridge02_5", @@ -25594,7 +33723,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 459, + "y": 70, + "z": 129 + } }, { "id": "citypark_meshes_road_sm_bridge03_1", @@ -25612,7 +33747,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 500, + "y": 1369, + "z": 536 + } }, { "id": "citypark_meshes_road_sm_bridge03_10", @@ -25630,7 +33771,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 157, + "y": 418, + "z": 110 + } }, { "id": "citypark_meshes_road_sm_bridge03_11", @@ -25648,7 +33795,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 268, + "y": 268, + "z": 19 + } }, { "id": "citypark_meshes_road_sm_bridge03_12", @@ -25666,7 +33819,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1701, + "y": 300, + "z": 783 + } }, { "id": "citypark_meshes_road_sm_bridge03_2", @@ -25684,7 +33843,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 300, + "y": 1701, + "z": 781 + } }, { "id": "citypark_meshes_road_sm_bridge03_3", @@ -25702,7 +33867,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 500, + "y": 1369, + "z": 536 + } }, { "id": "citypark_meshes_road_sm_bridge03_4", @@ -25720,7 +33891,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 300, + "y": 1705, + "z": 783 + } }, { "id": "citypark_meshes_road_sm_bridge03_5", @@ -25738,7 +33915,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 331, + "y": 331, + "z": 692 + } }, { "id": "citypark_meshes_road_sm_bridge03_6", @@ -25756,7 +33939,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 198, + "y": 49, + "z": 134 + } }, { "id": "citypark_meshes_road_sm_bridge03_7", @@ -25774,7 +33963,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 289, + "y": 131, + "z": 115 + } }, { "id": "citypark_meshes_road_sm_bridge03_8", @@ -25792,7 +33987,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1700, + "y": 300, + "z": 779 + } }, { "id": "citypark_meshes_road_sm_bridge03_9", @@ -25810,7 +34011,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 419, + "y": 419, + "z": 110 + } }, { "id": "citypark_meshes_road_sm_leakdecal01", @@ -25828,7 +34035,13 @@ "leakdecal", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1700, + "y": 0, + "z": 602 + } }, { "id": "citypark_meshes_road_sm_leakdecal02", @@ -25846,7 +34059,13 @@ "leakdecal", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 0, + "y": 1700, + "z": 602 + } }, { "id": "citypark_meshes_road_sm_leakdecal03", @@ -25864,7 +34083,13 @@ "leakdecal", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1700, + "y": 0, + "z": 675 + } }, { "id": "citypark_meshes_road_sm_parkpath1_1", @@ -25882,7 +34107,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 308, + "z": 39 + } }, { "id": "citypark_meshes_road_sm_parkpath1_2", @@ -25900,7 +34131,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 308, + "z": 45 + } }, { "id": "citypark_meshes_road_sm_parkpath1_3", @@ -25918,7 +34155,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 308, + "z": 45 + } }, { "id": "citypark_meshes_road_sm_parkpath1_4", @@ -25936,7 +34179,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 308, + "z": 45 + } }, { "id": "citypark_meshes_road_sm_parkpath2_1", @@ -25954,7 +34203,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 308, + "z": 39 + } }, { "id": "citypark_meshes_road_sm_roaddecal01", @@ -25972,7 +34227,15 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.07-13.55.19", + "dimensions": + { + "x": 800, + "y": 24, + "z": 6 + } }, { "id": "citypark_meshes_road_sm_roaddecal02", @@ -25990,7 +34253,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 24, + "z": 6 + } }, { "id": "citypark_meshes_road_sm_roaddecal03", @@ -26008,7 +34277,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 24, + "z": 6 + } }, { "id": "citypark_meshes_road_sm_roaddecal04", @@ -26026,7 +34301,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 70, + "z": 6 + } }, { "id": "citypark_meshes_road_sm_roaddecal05", @@ -26044,7 +34325,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 96, + "y": 127, + "z": 3 + } }, { "id": "citypark_meshes_road_sm_roaddecal06", @@ -26062,7 +34349,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 94, + "y": 121, + "z": 3 + } }, { "id": "citypark_meshes_road_sm_roaddecal07", @@ -26080,7 +34373,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 141, + "y": 130, + "z": 9 + } }, { "id": "citypark_meshes_road_sm_roaddecal08", @@ -26098,7 +34397,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 82, + "y": 131, + "z": 4 + } }, { "id": "citypark_meshes_road_sm_roaddecal09", @@ -26116,7 +34421,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 129, + "y": 138, + "z": 6 + } }, { "id": "citypark_meshes_road_sm_roaddecal10", @@ -26134,7 +34445,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 102, + "y": 24, + "z": 6 + } }, { "id": "citypark_meshes_road_sm_roaddecal11", @@ -26152,7 +34469,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 388, + "y": 720, + "z": 23 + } }, { "id": "citypark_meshes_road_sm_roaddecal12", @@ -26170,7 +34493,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 388, + "y": 331, + "z": 9 + } }, { "id": "citypark_meshes_road_sm_roaddecal13", @@ -26188,7 +34517,13 @@ "road", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 140, + "y": 126, + "z": 6 + } }, { "id": "citypark_meshes_road_sm_sidewalk01", @@ -26206,7 +34541,13 @@ "outdoor", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 991, + "y": 995, + "z": 103 + } }, { "id": "citypark_meshes_road_sm_sidewalk02", @@ -26224,7 +34565,13 @@ "outdoor", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 324, + "z": 42 + } }, { "id": "citypark_meshes_road_sm_sidewalk03", @@ -26242,7 +34589,13 @@ "outdoor", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 497, + "y": 954, + "z": 52 + } }, { "id": "citypark_meshes_road_sm_sidewalk04", @@ -26260,7 +34613,13 @@ "outdoor", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 935, + "y": 954, + "z": 42 + } }, { "id": "citypark_meshes_road_sm_sidewalk05", @@ -26278,7 +34637,13 @@ "outdoor", "sidewalk" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 800, + "y": 211, + "z": 0 + } }, { "id": "citypark_meshes_sportsground_sm_baseballfield", @@ -26292,7 +34657,13 @@ "baseballfield", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 8408, + "y": 5153, + "z": 25 + } }, { "id": "citypark_meshes_sportsground_sm_baseballgate", @@ -26306,7 +34677,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 2108, + "y": 633, + "z": 908 + } }, { "id": "citypark_meshes_sportsground_sm_basketballfield", @@ -26320,7 +34697,13 @@ "basketballfield", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 3054, + "y": 1883, + "z": 32 + } }, { "id": "citypark_meshes_sportsground_sm_basketballhoop", @@ -26334,7 +34717,13 @@ "basketballhoop", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 213, + "y": 129, + "z": 376 + } }, { "id": "citypark_meshes_sportsground_sm_footballfield01", @@ -26348,7 +34737,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 3638, + "y": 5298, + "z": 23 + } }, { "id": "citypark_meshes_sportsground_sm_footballfield02", @@ -26362,7 +34757,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7226, + "y": 10515, + "z": 1 + } }, { "id": "citypark_meshes_sportsground_sm_footballgate", @@ -26376,7 +34777,13 @@ "footballgate", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 736, + "y": 259, + "z": 266 + } }, { "id": "citypark_meshes_sportsground_sm_tennisbench", @@ -26390,7 +34797,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 281, + "y": 111, + "z": 257 + } }, { "id": "citypark_meshes_sportsground_sm_tennisfield1", @@ -26404,7 +34817,13 @@ "tennisfield", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 3658, + "y": 1830, + "z": 32 + } }, { "id": "citypark_meshes_sportsground_sm_tennisfloodlight", @@ -26418,7 +34837,13 @@ "tennisfloodlight", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 178, + "y": 121, + "z": 989 + } }, { "id": "citypark_meshes_sportsground_sm_tennisnet", @@ -26432,7 +34857,13 @@ "tennisnet", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 16, + "y": 1335, + "z": 122 + } }, { "id": "citypark_meshes_sportsground_sm_tennisumpireschair", @@ -26446,7 +34877,13 @@ "city", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 71, + "y": 164, + "z": 309 + } }, { "id": "citypark_meshes_sportsground_sm_tribune01", @@ -26460,7 +34897,13 @@ "tribune", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 306, + "y": 357, + "z": 194 + } }, { "id": "citypark_meshes_sportsground_sm_tribune02", @@ -26474,7 +34917,13 @@ "tribune", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 304, + "y": 367, + "z": 194 + } }, { "id": "citypark_meshes_sportsground_sm_tribune03", @@ -26488,7 +34937,13 @@ "tribune", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 300, + "y": 12, + "z": 394 + } }, { "id": "citypark_meshes_sportsground_sm_tribune04", @@ -26502,7 +34957,13 @@ "tribune", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 12, + "y": 286, + "z": 343 + } }, { "id": "citypark_meshes_sportsground_sm_tribune05", @@ -26516,7 +34977,13 @@ "tribune", "outdoor" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 300, + "y": 37, + "z": 66 + } }, { "id": "restaurantscene_meshes_sm_ac_pipes_3m", @@ -26533,7 +35000,15 @@ "dining", "food" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.07-15.42.42", + "dimensions": + { + "x": 300, + "y": 34, + "z": 34 + } }, { "id": "restaurantscene_meshes_sm_ac_pipes_tjoint", @@ -26551,7 +35026,13 @@ "dining", "food" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 100, + "y": 67, + "z": 34 + } }, { "id": "restaurantscene_meshes_sm_booth", @@ -26568,7 +35049,13 @@ "food", "booth" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 120, + "y": 64, + "z": 131 + } }, { "id": "restaurantscene_meshes_sm_cables_3m", @@ -26585,7 +35072,13 @@ "dining", "food" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 301, + "y": 9, + "z": 134 + } }, { "id": "restaurantscene_meshes_sm_cables_90turn", @@ -26603,7 +35096,13 @@ "dining", "food" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 28, + "y": 27, + "z": 4 + } }, { "id": "restaurantscene_meshes_sm_cables_spline", @@ -26621,7 +35120,13 @@ "food", "spline" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 25, + "y": 0, + "z": 0 + } }, { "id": "restaurantscene_meshes_sm_ceilinglamp", @@ -26638,7 +35143,13 @@ "dining", "food" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 17, + "y": 17, + "z": 180 + } }, { "id": "restaurantscene_meshes_sm_chalkboard", @@ -26655,7 +35166,13 @@ "food", "chalkboard" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 118, + "y": 3, + "z": 175 + } }, { "id": "restaurantscene_meshes_sm_decals", @@ -26672,7 +35189,13 @@ "dining", "food" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 4, + "y": 4, + "z": 248 + } }, { "id": "restaurantscene_meshes_sm_merged_ceiling", @@ -26690,7 +35213,13 @@ "dining", "food" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 1200, + "y": 900, + "z": 100 + } }, { "id": "restaurantscene_meshes_sm_newspaper", @@ -26707,7 +35236,13 @@ "food", "newspaper" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 11, + "y": 40, + "z": 4 + } }, { "id": "restaurantscene_meshes_sm_plantpot", @@ -26724,7 +35259,13 @@ "dining", "food" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 151, + "y": 161, + "z": 159 + } }, { "id": "restaurantscene_meshes_sm_reservedsign", @@ -26741,7 +35282,13 @@ "dining", "food" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 16, + "y": 4, + "z": 4 + } }, { "id": "restaurantscene_meshes_sm_sphere", @@ -26758,7 +35305,13 @@ "dining", "food" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 200, + "y": 200, + "z": 200 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_1", @@ -26775,7 +35328,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_10", @@ -26792,7 +35351,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_11", @@ -26809,7 +35374,15 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.05.30-19.22.25", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_12", @@ -26826,7 +35399,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_13", @@ -26843,7 +35422,15 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.05.30-19.22.25", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_14", @@ -26860,7 +35447,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_15", @@ -26877,7 +35470,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_16", @@ -26894,7 +35493,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_17", @@ -26911,7 +35516,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_18", @@ -26928,7 +35539,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_19", @@ -26945,7 +35562,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_2", @@ -26962,7 +35585,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_20", @@ -26979,7 +35608,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_21", @@ -26996,7 +35631,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_22", @@ -27013,7 +35654,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_23", @@ -27030,7 +35677,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_24", @@ -27047,7 +35700,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_25", @@ -27064,7 +35723,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_3", @@ -27081,7 +35746,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_4", @@ -27098,7 +35769,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_5", @@ -27115,7 +35792,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_6", @@ -27132,7 +35815,15 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.05.30-19.22.25", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_7", @@ -27149,7 +35840,15 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.05.30-19.22.25", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_8", @@ -27166,7 +35865,13 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_tablenumber_9", @@ -27183,7 +35888,15 @@ "food", "tablenumber" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.05.30-19.22.25", + "dimensions": + { + "x": 7, + "y": 7, + "z": 7 + } }, { "id": "restaurantscene_meshes_sm_utilitycart", @@ -27200,7 +35913,15 @@ "dining", "food" ], - "source": "catalogue" + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.06.07-13.55.19", + "dimensions": + { + "x": 49, + "y": 86, + "z": 85 + } }, { "id": "restaurantscene_meshes_sm_venetianblind01", @@ -27217,7 +35938,13 @@ "food", "venetianblind" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 290, + "y": 6, + "z": 219 + } }, { "id": "restaurantscene_meshes_sm_venetianblind02", @@ -27234,7 +35961,13 @@ "food", "venetianblind" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 290, + "y": 6, + "z": 168 + } }, { "id": "restaurantscene_meshes_sm_wall03", @@ -27251,7 +35984,13 @@ "dining", "food" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 300, + "y": 30, + "z": 400 + } }, { "id": "restaurantscene_meshes_sm_wallpainting_1", @@ -27268,7 +36007,13 @@ "dining", "food" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 67, + "y": 3, + "z": 93 + } }, { "id": "restaurantscene_meshes_sm_wallpainting_2", @@ -27285,7 +36030,13 @@ "dining", "food" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 67, + "y": 3, + "z": 93 + } }, { "id": "restaurantscene_meshes_sm_wallshelves", @@ -27302,7 +36053,13 @@ "food", "wallshelves" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 196, + "y": 21, + "z": 107 + } }, { "id": "restaurantscene_meshes_sm_winebottle_3", @@ -27319,7 +36076,13 @@ "dining", "food" ], - "source": "catalogue" + "source": "catalogue", + "dimensions": + { + "x": 10, + "y": 10, + "z": 34 + } }, { "id": "imported_tripo_2a8d4ca6-9725-40b5-8de4-160a97cafca4", @@ -27343,7 +36106,146 @@ "path": "/Game/ImportedMeshes/tripo_db2a1535-d1aa-4dd8-8d6e-095ed8bfe835/StaticMeshes/tripo_db2a1535-d1aa-4dd8-8d6e-095ed8bfe835.tripo_db2a1535-d1aa-4dd8-8d6e-095ed8bfe835", "source": "imported", "imported_at": "2026.03.20-20.06.25", - "last_modified": "2026.03.20-20.06.25" + "last_modified": "2026.03.20-20.06.25", + "dimensions": + { + "x": 90, + "y": 72, + "z": 30 + } + }, + { + "id": "ef_grounds_waterfall_a", + "name": "Waterfall Cascade A", + "category": "EF_Grounds/Waterfalls", + "path": "/Game/EF_Grounds/Meshes/Waterfall_a", + "tags": [ + "water", + "waterfall", + "cascade", + "natural", + "falls" + ], + "source": "catalogue", + "times_spawned": 5, + "last_modified": "2026.06.18-04.11.36", + "dimensions": + { + "x": 1217, + "y": 938, + "z": 423 + } + }, + { + "id": "ef_grounds_waterfall_b", + "name": "Waterfall Cascade B", + "category": "EF_Grounds/Waterfalls", + "path": "/Game/EF_Grounds/Meshes/Waterfall_b", + "tags": [ + "water", + "waterfall", + "cascade", + "natural", + "falls" + ], + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.04.17-14.33.40", + "dimensions": + { + "x": 433, + "y": 393, + "z": 272 + } + }, + { + "id": "ef_grounds_waterfall_c", + "name": "Waterfall Cascade C", + "category": "EF_Grounds/Waterfalls", + "path": "/Game/EF_Grounds/Meshes/Waterfall_c", + "tags": [ + "water", + "waterfall", + "cascade", + "natural", + "falls" + ], + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.04.17-14.33.40", + "dimensions": + { + "x": 597, + "y": 997, + "z": 1095 + } + }, + { + "id": "ef_grounds_waterfall_d", + "name": "Waterfall Cascade D", + "category": "EF_Grounds/Waterfalls", + "path": "/Game/EF_Grounds/Meshes/Waterfall_d", + "tags": [ + "water", + "waterfall", + "cascade", + "natural", + "falls" + ], + "source": "catalogue", + "times_spawned": 1, + "last_modified": "2026.04.17-14.33.40", + "dimensions": + { + "x": 534, + "y": 768, + "z": 1039 + } + }, + { + "id": "paris_environment_groundleaves_01_foliagetype_sm_groundleaves_01_02_foliagetype", + "name": "GroundLeaves 01 02 FoliageType", + "category": "Paris/GroundLeaves_01/FoliageType", + "path": "/Game/Paris/Environment/GroundLeaves_01/FoliageType/sm_GroundLeaves_01_02_FoliageType", + "tags": [ + "european", + "groundleaves", + "paris", + "foliagetype", + "haussmann", + "french" + ], + "source": "catalogue" + }, + { + "id": "paris_environment_groundleaves_01_foliagetype_sm_groundleaves_01_03_foliagetype", + "name": "GroundLeaves 01 03 FoliageType", + "category": "Paris/GroundLeaves_01/FoliageType", + "path": "/Game/Paris/Environment/GroundLeaves_01/FoliageType/sm_GroundLeaves_01_03_FoliageType", + "tags": [ + "european", + "groundleaves", + "paris", + "foliagetype", + "haussmann", + "french" + ], + "source": "catalogue" + }, + { + "id": "paris_environment_groundleaves_01_foliagetype_sm_groundleaves_01_04_foliagetype", + "name": "GroundLeaves 01 04 FoliageType", + "category": "Paris/GroundLeaves_01/FoliageType", + "path": "/Game/Paris/Environment/GroundLeaves_01/FoliageType/sm_GroundLeaves_01_04_FoliageType", + "tags": [ + "european", + "groundleaves", + "paris", + "foliagetype", + "haussmann", + "french" + ], + "source": "catalogue" } ] } \ No newline at end of file diff --git a/RalphaData/metahumans/registry.json b/RalphaData/metahumans/registry.json index 432098cb7..72284b66c 100644 --- a/RalphaData/metahumans/registry.json +++ b/RalphaData/metahumans/registry.json @@ -1,40 +1,226 @@ { - "version": "5-ondisk", - "description": "Auto-generated by scripts/dev/regen_metahuman_registry.py from MetaHuman Blueprints present on disk. Runtime spawn source; re-run after adding/removing content.", - "metahumans": [ - { - "id": "MH_Aera", - "name": "Aera", - "gender": "Female", - "age_range": "Young Adult", - "ethnicity": "Unspecified", - "description": "Primary textured hero MetaHuman (critic-accepted hero shot, docs/launch/hero/metahuman_aera.png).", - "blueprint_path": "/Game/MetaHumans/Aera_MHC/BP_Aera", - "default_clothing": "Casual", - "available_clothing": [ - "Casual", - "Business", - "Athletic", - "Evening", - "Uniform" - ] - }, - { - "id": "MH_Cen", - "name": "Cen", - "gender": "Unspecified", - "age_range": "Unspecified", - "ethnicity": "Unspecified", - "description": "Proxy / clay-fidelity test MetaHuman \u2014 not for hero shots.", - "blueprint_path": "/Game/MetaHumans/Cen/BP_Cen", - "default_clothing": "Casual", - "available_clothing": [ - "Casual", - "Business", - "Athletic", - "Evening", - "Uniform" - ] - } - ] -} + "metahumans": [ + { + "id": "MH_M_20_Caucasian", + "name": "Alex", + "gender": "Male", + "age_range": "20s", + "ethnicity": "Caucasian", + "description": "Generic young male, versatile for casual and professional scenes", + "blueprint_path": "/Game/Ralpha/MetaHumans/Male/BP_MH_M_20_Caucasian", + "default_clothing": "Casual" + }, + { + "id": "MH_M_35_Caucasian", + "name": "Michael", + "gender": "Male", + "age_range": "30s", + "ethnicity": "Caucasian", + "description": "Business professional, suitable for corporate and executive scenes", + "blueprint_path": "/Game/Ralpha/MetaHumans/Male/BP_MH_M_35_Caucasian", + "default_clothing": "Business" + }, + { + "id": "MH_M_50_Caucasian", + "name": "Robert", + "gender": "Male", + "age_range": "50s", + "ethnicity": "Caucasian", + "description": "Mature male, distinguished look for senior professional roles", + "blueprint_path": "/Game/Ralpha/MetaHumans/Male/BP_MH_M_50_Caucasian", + "default_clothing": "Business" + }, + { + "id": "MH_M_25_African", + "name": "Marcus", + "gender": "Male", + "age_range": "20s", + "ethnicity": "African", + "description": "Young male, athletic build, versatile appearance", + "blueprint_path": "/Game/Ralpha/MetaHumans/Male/BP_MH_M_25_African", + "default_clothing": "Casual" + }, + { + "id": "MH_M_40_African", + "name": "James", + "gender": "Male", + "age_range": "40s", + "ethnicity": "African", + "description": "Mature male, professional demeanor", + "blueprint_path": "/Game/Ralpha/MetaHumans/Male/BP_MH_M_40_African", + "default_clothing": "Business" + }, + { + "id": "MH_M_30_Asian", + "name": "Kenji", + "gender": "Male", + "age_range": "30s", + "ethnicity": "East Asian", + "description": "Young professional, modern tech-savvy appearance", + "blueprint_path": "/Game/Ralpha/MetaHumans/Male/BP_MH_M_30_Asian", + "default_clothing": "Business" + }, + { + "id": "MH_M_45_Asian", + "name": "Hiroshi", + "gender": "Male", + "age_range": "40s", + "ethnicity": "East Asian", + "description": "Mature male, executive presence", + "blueprint_path": "/Game/Ralpha/MetaHumans/Male/BP_MH_M_45_Asian", + "default_clothing": "Business" + }, + { + "id": "MH_M_25_Hispanic", + "name": "Carlos", + "gender": "Male", + "age_range": "20s", + "ethnicity": "Hispanic", + "description": "Young male, charismatic appearance", + "blueprint_path": "/Game/Ralpha/MetaHumans/Male/BP_MH_M_25_Hispanic", + "default_clothing": "Casual" + }, + { + "id": "MH_M_35_SouthAsian", + "name": "Raj", + "gender": "Male", + "age_range": "30s", + "ethnicity": "South Asian", + "description": "Professional, well-groomed appearance", + "blueprint_path": "/Game/Ralpha/MetaHumans/Male/BP_MH_M_35_SouthAsian", + "default_clothing": "Business" + }, + { + "id": "MH_M_60_Mixed", + "name": "William", + "gender": "Male", + "age_range": "60s", + "ethnicity": "Mixed", + "description": "Senior male, distinguished grey hair, wise appearance", + "blueprint_path": "/Game/Ralpha/MetaHumans/Male/BP_MH_M_60_Mixed", + "default_clothing": "Business" + }, + { + "id": "MH_F_20_Caucasian", + "name": "Emma", + "gender": "Female", + "age_range": "20s", + "ethnicity": "Caucasian", + "description": "Young female, fresh and versatile appearance", + "blueprint_path": "/Game/Ralpha/MetaHumans/Female/BP_MH_F_20_Caucasian", + "default_clothing": "Casual" + }, + { + "id": "MH_F_35_Caucasian", + "name": "Sarah", + "gender": "Female", + "age_range": "30s", + "ethnicity": "Caucasian", + "description": "Professional female, corporate ready", + "blueprint_path": "/Game/Ralpha/MetaHumans/Female/BP_MH_F_35_Caucasian", + "default_clothing": "Business" + }, + { + "id": "MH_F_50_Caucasian", + "name": "Catherine", + "gender": "Female", + "age_range": "50s", + "ethnicity": "Caucasian", + "description": "Mature female, elegant and sophisticated", + "blueprint_path": "/Game/Ralpha/MetaHumans/Female/BP_MH_F_50_Caucasian", + "default_clothing": "Business" + }, + { + "id": "MH_F_25_African", + "name": "Aisha", + "gender": "Female", + "age_range": "20s", + "ethnicity": "African", + "description": "Young female, striking features, versatile look", + "blueprint_path": "/Game/Ralpha/MetaHumans/Female/BP_MH_F_25_African", + "default_clothing": "Casual" + }, + { + "id": "MH_F_40_African", + "name": "Zara", + "gender": "Female", + "age_range": "40s", + "ethnicity": "African", + "description": "Mature female, confident professional presence", + "blueprint_path": "/Game/Ralpha/MetaHumans/Female/BP_MH_F_40_African", + "default_clothing": "Business" + }, + { + "id": "MH_F_30_Asian", + "name": "Mei", + "gender": "Female", + "age_range": "30s", + "ethnicity": "East Asian", + "description": "Young professional, modern appearance", + "blueprint_path": "/Game/Ralpha/MetaHumans/Female/BP_MH_F_30_Asian", + "default_clothing": "Business" + }, + { + "id": "MH_F_45_Asian", + "name": "Yuki", + "gender": "Female", + "age_range": "40s", + "ethnicity": "East Asian", + "description": "Mature female, refined elegance", + "blueprint_path": "/Game/Ralpha/MetaHumans/Female/BP_MH_F_45_Asian", + "default_clothing": "Business" + }, + { + "id": "MH_F_25_Hispanic", + "name": "Sofia", + "gender": "Female", + "age_range": "20s", + "ethnicity": "Hispanic", + "description": "Young female, vibrant and expressive", + "blueprint_path": "/Game/Ralpha/MetaHumans/Female/BP_MH_F_25_Hispanic", + "default_clothing": "Casual" + }, + { + "id": "MH_F_35_SouthAsian", + "name": "Priya", + "gender": "Female", + "age_range": "30s", + "ethnicity": "South Asian", + "description": "Professional female, graceful appearance", + "blueprint_path": "/Game/Ralpha/MetaHumans/Female/BP_MH_F_35_SouthAsian", + "default_clothing": "Business" + }, + { + "id": "MH_F_60_Mixed", + "name": "Eleanor", + "gender": "Female", + "age_range": "60s", + "ethnicity": "Mixed", + "description": "Senior female, graceful aging, distinguished presence", + "blueprint_path": "/Game/Ralpha/MetaHumans/Female/BP_MH_F_60_Mixed", + "default_clothing": "Business" + }, + { + "id": "Aera_MHC", + "name": "Aera_MHC", + "gender": "Unknown", + "age_range": "Adult", + "ethnicity": "Diverse", + "description": "MetaHuman character: Aera_MHC", + "blueprint_path": "/Game/MetaHumans/Aera_MHC/BP_Aera.BP_Aera", + "default_clothing": "Casual" + }, + { + "id": "Cen", + "name": "Cen", + "gender": "Unknown", + "age_range": "Adult", + "ethnicity": "Diverse", + "description": "MetaHuman character: Cen", + "blueprint_path": "/Game/MetaHumans/Cen/BP_Cen.BP_Cen", + "default_clothing": "Casual" + } + ], + "version": "1.0", + "generated_at": "2026.06.14-15.28.48" +} \ No newline at end of file diff --git a/benchmark/references/_quarantine/20140323_51.23_0.05.jpg b/benchmark/references/_quarantine/20140323_51.23_0.05.jpg new file mode 100644 index 000000000..0933c811a --- /dev/null +++ b/benchmark/references/_quarantine/20140323_51.23_0.05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749e2d04766295080cac89d846b87bf32746d2667d6844548a2af82915d9c108 +size 3306738 diff --git a/benchmark/references/_quarantine/20190505_33.06_-117.24.jpg b/benchmark/references/_quarantine/20190505_33.06_-117.24.jpg new file mode 100644 index 000000000..4d5ccda29 --- /dev/null +++ b/benchmark/references/_quarantine/20190505_33.06_-117.24.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a464c61d97dee7fb88eefe3c0fff0d9bc722f3ea54329a0cd5146cf62367daf +size 2276918 diff --git a/benchmark/references/_quarantine/20210901_32.96_-117.27.jpg b/benchmark/references/_quarantine/20210901_32.96_-117.27.jpg new file mode 100644 index 000000000..ab7d026e7 --- /dev/null +++ b/benchmark/references/_quarantine/20210901_32.96_-117.27.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6739b70da30782b172716a60718190614a1172d55036165805552694133a202c +size 1945391 diff --git a/benchmark/references/_quarantine/20230908_39.53_-119.81.jpg b/benchmark/references/_quarantine/20230908_39.53_-119.81.jpg new file mode 100644 index 000000000..f35a64a3b --- /dev/null +++ b/benchmark/references/_quarantine/20230908_39.53_-119.81.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1173572adc614c84733727f032a0b8add9316086ee8f252739823728a2ad0d69 +size 2204125 diff --git a/benchmark/references/_quarantine/20231227_39.64_-106.39.jpg b/benchmark/references/_quarantine/20231227_39.64_-106.39.jpg new file mode 100644 index 000000000..e7668a1ad --- /dev/null +++ b/benchmark/references/_quarantine/20231227_39.64_-106.39.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f745ea61495a0df1a229713902f825555d382e1912901269328e4e3143ba33e0 +size 1651845 diff --git a/benchmark/references/_quarantine/20241002_32.88_-117.22.jpg b/benchmark/references/_quarantine/20241002_32.88_-117.22.jpg new file mode 100644 index 000000000..3daaa69c0 --- /dev/null +++ b/benchmark/references/_quarantine/20241002_32.88_-117.22.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a7511b4bcd8fa1081c1dd7f170e9f39e8765228af2b106bb9d8936fe498852 +size 4222982 diff --git a/benchmark/references/_quarantine/20250926_0.37_36.91.jpg b/benchmark/references/_quarantine/20250926_0.37_36.91.jpg new file mode 100644 index 000000000..5b6a5de09 --- /dev/null +++ b/benchmark/references/_quarantine/20250926_0.37_36.91.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031422bc553d20b4eb3e2ad8d77fd8c60205e0b03c7a71831db807c0be672cf6 +size 1942399 diff --git a/benchmark/references/_quarantine/20250930_-1.32_36.70.jpg b/benchmark/references/_quarantine/20250930_-1.32_36.70.jpg new file mode 100644 index 000000000..4b31ec238 --- /dev/null +++ b/benchmark/references/_quarantine/20250930_-1.32_36.70.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0970cf4af9d2474f72975f0cbcb079a4dd21e8a1384491226b56029043eea41 +size 1293691 diff --git a/benchmark/references/cinema/pirate-ship-storm/midjourney-v7-pirate-ship-storm.mask.png b/benchmark/references/cinema/pirate-ship-storm/midjourney-v7-pirate-ship-storm.mask.png new file mode 100644 index 000000000..ec7f820aa --- /dev/null +++ b/benchmark/references/cinema/pirate-ship-storm/midjourney-v7-pirate-ship-storm.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500a2e4698f113c9b384a7a6eca4f401c4e3e39e0c5dc47c483dac3999689a7f +size 24388 diff --git a/benchmark/references/interior/interior-natural-light/pexels-1457842-window-light.mask.png b/benchmark/references/interior/interior-natural-light/pexels-1457842-window-light.mask.png new file mode 100644 index 000000000..043f27535 --- /dev/null +++ b/benchmark/references/interior/interior-natural-light/pexels-1457842-window-light.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128613e26ad53c2d4a8e1578e234e825b8a5a2422b6abf5be7d0e1f42e0c38e3 +size 23085 diff --git a/benchmark/references/nature/mountain/mountain-valley-boreal.mask.png b/benchmark/references/nature/mountain/mountain-valley-boreal.mask.png new file mode 100644 index 000000000..65b105b1b --- /dev/null +++ b/benchmark/references/nature/mountain/mountain-valley-boreal.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e762b5af3d4e3a421cd949454081f8e5f9e50bfffb4b38b8fddd61264b85f30f +size 25871 diff --git a/benchmark/references/night/starry-night/pexels-2670898-starry-night.mask.png b/benchmark/references/night/starry-night/pexels-2670898-starry-night.mask.png new file mode 100644 index 000000000..f084fda12 --- /dev/null +++ b/benchmark/references/night/starry-night/pexels-2670898-starry-night.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7230f068178f7a94979d76bd63d7d897826221c18197ce262a6a1e8ff58a40 +size 57662 diff --git a/benchmark/references/portrait/alysson/alysson-lab-portrait.mask.png b/benchmark/references/portrait/alysson/alysson-lab-portrait.mask.png new file mode 100644 index 000000000..dfbdee9a1 --- /dev/null +++ b/benchmark/references/portrait/alysson/alysson-lab-portrait.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c886a68b6322bb1c523e84be28692ae8f3785ae5aa80e9e96b4f716ba68883bc +size 44493 diff --git a/benchmark/references/scene/salt-flat-mirror/pexels-30929491-uyuni-salt-flat.mask.png b/benchmark/references/scene/salt-flat-mirror/pexels-30929491-uyuni-salt-flat.mask.png new file mode 100644 index 000000000..0382a37e2 --- /dev/null +++ b/benchmark/references/scene/salt-flat-mirror/pexels-30929491-uyuni-salt-flat.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4e8fa6a43a3c4ff24780f1a3021ff383234dbcc34b1ce6aaafe075c8cba7d3 +size 6884 diff --git a/benchmark/references/scene/tropical-beach-noon/pexels-1174732-tropical-beach.mask.png b/benchmark/references/scene/tropical-beach-noon/pexels-1174732-tropical-beach.mask.png new file mode 100644 index 000000000..0576b1cdc --- /dev/null +++ b/benchmark/references/scene/tropical-beach-noon/pexels-1174732-tropical-beach.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecab020128b08bf82ddb306af8a992998098e36d58e6cbfff6cb39146081908 +size 20117 diff --git a/benchmark/references/scene/venetian-canal/pexels-797724-venice-grand-canal.mask.png b/benchmark/references/scene/venetian-canal/pexels-797724-venice-grand-canal.mask.png new file mode 100644 index 000000000..a888b1d2e --- /dev/null +++ b/benchmark/references/scene/venetian-canal/pexels-797724-venice-grand-canal.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180a93bfe36072f38f47a28bad484bb11e6e0e95c8d81d0d29492753e69a3a75 +size 21250 diff --git a/benchmark/references/sea/calm-lake/pexels-346529-calm-lake.mask.png b/benchmark/references/sea/calm-lake/pexels-346529-calm-lake.mask.png new file mode 100644 index 000000000..46a348240 --- /dev/null +++ b/benchmark/references/sea/calm-lake/pexels-346529-calm-lake.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee606c35364630996f459605c7a9876a30013fcc531b97e7dcec3e42912b5a6c +size 9815 diff --git a/benchmark/references/sea/frozen-wave-iceland/pexels-3264723-diamond-beach.mask.png b/benchmark/references/sea/frozen-wave-iceland/pexels-3264723-diamond-beach.mask.png new file mode 100644 index 000000000..d2ecf2dc2 --- /dev/null +++ b/benchmark/references/sea/frozen-wave-iceland/pexels-3264723-diamond-beach.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd6adb46f30cdcb80baea443f6e3312f98f8dca45ff5dcd3b52f4a25122f45b +size 58112 diff --git a/benchmark/references/sea/frozen-wave-iceland/pexels-4087258-diamond-beach-iceland-ice.mask.png b/benchmark/references/sea/frozen-wave-iceland/pexels-4087258-diamond-beach-iceland-ice.mask.png new file mode 100644 index 000000000..bfbe03c00 --- /dev/null +++ b/benchmark/references/sea/frozen-wave-iceland/pexels-4087258-diamond-beach-iceland-ice.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc580d8f8cea1ee7eb31e7065a6e51c923ffb4da8b3850304056043c67174efa +size 18520 diff --git a/benchmark/references/sea/niagara-falls/pexels-14436969-niagara-falls-ontario.mask.png b/benchmark/references/sea/niagara-falls/pexels-14436969-niagara-falls-ontario.mask.png new file mode 100644 index 000000000..b86dcd21a --- /dev/null +++ b/benchmark/references/sea/niagara-falls/pexels-14436969-niagara-falls-ontario.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93060f86a4a08e70fc031fb2a00181d1f64ac45719b5108b48cca2dec0a53b1e +size 9678 diff --git a/benchmark/references/sea/river-rapids/pexels-8908464-whitewater-rapids.mask.png b/benchmark/references/sea/river-rapids/pexels-8908464-whitewater-rapids.mask.png new file mode 100644 index 000000000..b9509ce25 --- /dev/null +++ b/benchmark/references/sea/river-rapids/pexels-8908464-whitewater-rapids.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f00f56053bd4339b89b3bec831f027a96c87e4c6aff0b4ce6bbc6e02a1bb4c7 +size 9540 diff --git a/benchmark/references/sea/tropical-shallows/pexels-1320684-tropical-shallows.mask.png b/benchmark/references/sea/tropical-shallows/pexels-1320684-tropical-shallows.mask.png new file mode 100644 index 000000000..ec74fe197 --- /dev/null +++ b/benchmark/references/sea/tropical-shallows/pexels-1320684-tropical-shallows.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdaf42a9ba33b5be2625c3a17cba7bf3f733ca171217559ebacbbd8e2e3348e1 +size 50416 diff --git a/benchmark/references/sky/blue-hour-twilight/pexels-867092-city-dusk.mask.png b/benchmark/references/sky/blue-hour-twilight/pexels-867092-city-dusk.mask.png new file mode 100644 index 000000000..e675eb566 --- /dev/null +++ b/benchmark/references/sky/blue-hour-twilight/pexels-867092-city-dusk.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0838fd45978b03d9ebdcf86a41fcf55fc1d042d3d162bd8a811f10e5e6aac6 +size 12366 diff --git a/benchmark/references/sky/clear-blue-midday/pexels-281260-clear-blue-sky.mask.png b/benchmark/references/sky/clear-blue-midday/pexels-281260-clear-blue-sky.mask.png new file mode 100644 index 000000000..3eb36c4cc --- /dev/null +++ b/benchmark/references/sky/clear-blue-midday/pexels-281260-clear-blue-sky.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354fa405da1ce7da6e55ceb2db265d4692a6099bde144f138908b717725bfecf +size 2447 diff --git a/benchmark/references/sky/crepuscular-rays/pexels-13036981-sunbeams-dark-clouds.mask.png b/benchmark/references/sky/crepuscular-rays/pexels-13036981-sunbeams-dark-clouds.mask.png new file mode 100644 index 000000000..16ca7f11c --- /dev/null +++ b/benchmark/references/sky/crepuscular-rays/pexels-13036981-sunbeams-dark-clouds.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331c8edb21adeee3926c79b4f3b8bae86e5394e1f7264a3d01518bc196c0006d +size 9332 diff --git a/benchmark/references/sky/cumulus-field/pexels-5745683-blue-sky-fluffy-clouds.mask.png b/benchmark/references/sky/cumulus-field/pexels-5745683-blue-sky-fluffy-clouds.mask.png new file mode 100644 index 000000000..4d357017e --- /dev/null +++ b/benchmark/references/sky/cumulus-field/pexels-5745683-blue-sky-fluffy-clouds.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584341d09f486cd12289d17772145eb974ee5b91a4dbe9badbb2d5cc9c75bbe8 +size 9234 diff --git a/benchmark/references/sky/golden-hour-landscape/pexels-926995-golden-hour-field.mask.png b/benchmark/references/sky/golden-hour-landscape/pexels-926995-golden-hour-field.mask.png new file mode 100644 index 000000000..05b3c25ca --- /dev/null +++ b/benchmark/references/sky/golden-hour-landscape/pexels-926995-golden-hour-field.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a3271f575bb98a89c6ae0d0ae01d88c6e94ac2d6e8e04569d3ef1fd9059853a +size 7682 diff --git a/benchmark/references/sky/overcast-diffuse/pexels-414659-grey-overcast-sky.mask.png b/benchmark/references/sky/overcast-diffuse/pexels-414659-grey-overcast-sky.mask.png new file mode 100644 index 000000000..4847fecf6 --- /dev/null +++ b/benchmark/references/sky/overcast-diffuse/pexels-414659-grey-overcast-sky.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbe9730e1346631bbd2a0e24485b55f4933b3ce40d0c45356181c9b8d233149 +size 10639 diff --git a/benchmark/references/sky/storm-clouds/pexels-1162251-storm-clouds.mask.png b/benchmark/references/sky/storm-clouds/pexels-1162251-storm-clouds.mask.png new file mode 100644 index 000000000..e2ef5c472 --- /dev/null +++ b/benchmark/references/sky/storm-clouds/pexels-1162251-storm-clouds.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730db53a0bbe6b87e0a04f839ae848e6b03540b728f8938604937340cab2a7cd +size 14278 diff --git a/benchmark/references/sky/sunrise-coastal/pexels-35145247-sunrise-ocean-pink-sky.mask.png b/benchmark/references/sky/sunrise-coastal/pexels-35145247-sunrise-ocean-pink-sky.mask.png new file mode 100644 index 000000000..f4bbcc318 --- /dev/null +++ b/benchmark/references/sky/sunrise-coastal/pexels-35145247-sunrise-ocean-pink-sky.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a14ab5046132453f14faf6557296fced8204d151569ed4bbe76eebb28e66fc4 +size 3491 diff --git a/benchmark/references/terrain/arctic-ice/pexels-3660696-blue-glacier.mask.png b/benchmark/references/terrain/arctic-ice/pexels-3660696-blue-glacier.mask.png new file mode 100644 index 000000000..c8d395dbf --- /dev/null +++ b/benchmark/references/terrain/arctic-ice/pexels-3660696-blue-glacier.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a712b8c0b844ae2acd490a6b787170e773c29d4bcaa6fee637da762059a1656 +size 36906 diff --git a/benchmark/references/terrain/autumn-foliage/pexels-29054973-autumn-forest.mask.png b/benchmark/references/terrain/autumn-foliage/pexels-29054973-autumn-forest.mask.png new file mode 100644 index 000000000..4bd0f10df --- /dev/null +++ b/benchmark/references/terrain/autumn-foliage/pexels-29054973-autumn-forest.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff400e7ec85a19f4f8b84b63f214debea22584e612bdcf53d4e0c88a7da394c +size 19774 diff --git a/benchmark/references/terrain/bamboo-forest/pexels-2070025-bamboo-forest.mask.png b/benchmark/references/terrain/bamboo-forest/pexels-2070025-bamboo-forest.mask.png new file mode 100644 index 000000000..0b5cbc3bf --- /dev/null +++ b/benchmark/references/terrain/bamboo-forest/pexels-2070025-bamboo-forest.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b042606e383eb0c453cfed51a864a05196a09099fcb10423ccdd15305b9ec75 +size 30468 diff --git a/benchmark/references/terrain/cave-cenote/pexels-11447571-cenote-cave-swimming.mask.png b/benchmark/references/terrain/cave-cenote/pexels-11447571-cenote-cave-swimming.mask.png new file mode 100644 index 000000000..94355d343 --- /dev/null +++ b/benchmark/references/terrain/cave-cenote/pexels-11447571-cenote-cave-swimming.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04439455fadce5899b45483a9da84f3e8027c725d8e1f600404b2ef8b8a9caa6 +size 113917 diff --git a/benchmark/references/terrain/cherry-blossom-japan/pexels-402028-cherry-blossom-temple.mask.png b/benchmark/references/terrain/cherry-blossom-japan/pexels-402028-cherry-blossom-temple.mask.png new file mode 100644 index 000000000..dddeba288 --- /dev/null +++ b/benchmark/references/terrain/cherry-blossom-japan/pexels-402028-cherry-blossom-temple.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cc2e35c7f3bc362179b330fbb3bd729d66353a0f2c454ede986f254dfb24b1 +size 11471 diff --git a/benchmark/references/terrain/coastal-cliffs/pexels-32103725-coastal-cliffs.mask.png b/benchmark/references/terrain/coastal-cliffs/pexels-32103725-coastal-cliffs.mask.png new file mode 100644 index 000000000..629818f6f --- /dev/null +++ b/benchmark/references/terrain/coastal-cliffs/pexels-32103725-coastal-cliffs.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279d895303c5b0c435b13a7b4d2dfb4816054a815cee57de15c641570e82029a +size 34609 diff --git a/benchmark/references/terrain/everest-summit/pexels-2335126-himalaya.mask.png b/benchmark/references/terrain/everest-summit/pexels-2335126-himalaya.mask.png new file mode 100644 index 000000000..6af2be842 --- /dev/null +++ b/benchmark/references/terrain/everest-summit/pexels-2335126-himalaya.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e5d71e03349442dabe4833e98361f1293afb299316a3577e23881920e191d8 +size 33074 diff --git a/benchmark/references/terrain/everest-summit/pexels-6642124-everest-summit.mask.png b/benchmark/references/terrain/everest-summit/pexels-6642124-everest-summit.mask.png new file mode 100644 index 000000000..811a77b8b --- /dev/null +++ b/benchmark/references/terrain/everest-summit/pexels-6642124-everest-summit.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0490ab954fb25faab93d4111a7cd3b7da710e0fb9fc791fdb8b3b9888292d8e3 +size 30540 diff --git a/benchmark/references/terrain/fjord-norway/pexels-29106462-norwegian-fjord.mask.png b/benchmark/references/terrain/fjord-norway/pexels-29106462-norwegian-fjord.mask.png new file mode 100644 index 000000000..0dd67b5a9 --- /dev/null +++ b/benchmark/references/terrain/fjord-norway/pexels-29106462-norwegian-fjord.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c18735949153b2b07a789f8df8415f6979bd16c90913419b20f5f817c848ee1 +size 40982 diff --git a/benchmark/references/terrain/forest-canopy/pexels-1367192-foggy-forest.mask.png b/benchmark/references/terrain/forest-canopy/pexels-1367192-foggy-forest.mask.png new file mode 100644 index 000000000..fa4c46833 --- /dev/null +++ b/benchmark/references/terrain/forest-canopy/pexels-1367192-foggy-forest.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d102a66ab370c9e1d660e0f1af5745842c1f0a240861e7c22bd6f3897c34303e +size 14686 diff --git a/benchmark/references/terrain/forest-canopy/pexels-6363665-looking-up-forest-canopy.mask.png b/benchmark/references/terrain/forest-canopy/pexels-6363665-looking-up-forest-canopy.mask.png new file mode 100644 index 000000000..eacfd8443 --- /dev/null +++ b/benchmark/references/terrain/forest-canopy/pexels-6363665-looking-up-forest-canopy.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd29226af5ff9d8d4a4fe1a206a53bdf5e6f7a1d47c8e1c57b015a36ffd37cc +size 43112 diff --git a/benchmark/references/terrain/frozen-waterfall/pexels-10837132-frozen-waterfall-winter.mask.png b/benchmark/references/terrain/frozen-waterfall/pexels-10837132-frozen-waterfall-winter.mask.png new file mode 100644 index 000000000..21c0758aa --- /dev/null +++ b/benchmark/references/terrain/frozen-waterfall/pexels-10837132-frozen-waterfall-winter.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc0024b719d392a089cf80606f17dd722583b9a7db7d965aa080aba81a025f2 +size 115149 diff --git a/benchmark/references/terrain/frozen-waterfall/pexels-2662116-frozen-waterfall.mask.png b/benchmark/references/terrain/frozen-waterfall/pexels-2662116-frozen-waterfall.mask.png new file mode 100644 index 000000000..cd7797176 --- /dev/null +++ b/benchmark/references/terrain/frozen-waterfall/pexels-2662116-frozen-waterfall.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5302e0a1099529847b54bfc98c1d37b30c0c052b623d00de38700ed54107b8a +size 38489 diff --git a/benchmark/references/terrain/grand-canyon/pexels-17131308-grand-canyon.mask.png b/benchmark/references/terrain/grand-canyon/pexels-17131308-grand-canyon.mask.png new file mode 100644 index 000000000..be8a74721 --- /dev/null +++ b/benchmark/references/terrain/grand-canyon/pexels-17131308-grand-canyon.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75323d7da0358a8fd88b9ee45c659e5e9ad3207f05093f30562a1d7e6ef571f4 +size 2739 diff --git a/benchmark/references/urban/paris-eiffel/barnyz-flickr-paris-seine.mask.png b/benchmark/references/urban/paris-eiffel/barnyz-flickr-paris-seine.mask.png new file mode 100644 index 000000000..bae550749 --- /dev/null +++ b/benchmark/references/urban/paris-eiffel/barnyz-flickr-paris-seine.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e076fd6366f554370925760fef1cfc8a1e2d772f04010bdf22c4f0a8657bd406 +size 63006 diff --git a/benchmark/references/vehicle/f1-car-speed/pexels-12801-race-car.mask.png b/benchmark/references/vehicle/f1-car-speed/pexels-12801-race-car.mask.png new file mode 100644 index 000000000..8ee138e97 --- /dev/null +++ b/benchmark/references/vehicle/f1-car-speed/pexels-12801-race-car.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2950b528a92ce584f17919b60011e32a079703379c47f1d519e316e3a8361032 +size 13170 diff --git a/benchmark/references/weather/fog-valley/pexels-1367192-fog-valley.mask.png b/benchmark/references/weather/fog-valley/pexels-1367192-fog-valley.mask.png new file mode 100644 index 000000000..fa4c46833 --- /dev/null +++ b/benchmark/references/weather/fog-valley/pexels-1367192-fog-valley.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d102a66ab370c9e1d660e0f1af5745842c1f0a240861e7c22bd6f3897c34303e +size 14686 diff --git a/benchmark/references/weather/rain-scene/pexels-1529360-rain-street.mask.png b/benchmark/references/weather/rain-scene/pexels-1529360-rain-street.mask.png new file mode 100644 index 000000000..84db34e54 --- /dev/null +++ b/benchmark/references/weather/rain-scene/pexels-1529360-rain-street.mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92cbd19307b1e666577068021526d5b66164ea457e2835c3d3fb58d270708f58 +size 7913 diff --git a/cesium-request-cache.sqlite b/cesium-request-cache.sqlite index b541e4d9d..0d3d8e627 100644 Binary files a/cesium-request-cache.sqlite and b/cesium-request-cache.sqlite differ diff --git a/cesium-request-cache.sqlite-shm b/cesium-request-cache.sqlite-shm deleted file mode 100644 index fe9ac2845..000000000 Binary files a/cesium-request-cache.sqlite-shm and /dev/null differ diff --git a/cesium-request-cache.sqlite-wal b/cesium-request-cache.sqlite-wal deleted file mode 100644 index e69de29bb..000000000 diff --git a/sunset over water/2002-08_Westerland_Sundown.jpg b/sunset over water/2002-08_Westerland_Sundown.jpg new file mode 100644 index 000000000..caeba17fd --- /dev/null +++ b/sunset over water/2002-08_Westerland_Sundown.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc8cc341987fa59fc7bc6a5e87ae98513c5a3eee9774a230c6be58b86cfdd7d +size 1327168 diff --git a/sunset over water/IMG_5925 2.jpeg b/sunset over water/IMG_5925 2.jpeg new file mode 100644 index 000000000..d66b28585 --- /dev/null +++ b/sunset over water/IMG_5925 2.jpeg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d639abb57d5304c9890c3e38d545b79b31cfc4df9031e33e1624cffa09de1293 +size 5669214 diff --git a/sunset over water/Kitesurfer_at_sunset,_Workum,_may_2017.jpg b/sunset over water/Kitesurfer_at_sunset,_Workum,_may_2017.jpg new file mode 100644 index 000000000..903a0cbcc --- /dev/null +++ b/sunset over water/Kitesurfer_at_sunset,_Workum,_may_2017.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af9eebb8fd09d6247441bed951ad140e0e722e337ac1c614a57ea74a58f7fd4 +size 36385 diff --git a/sunset over water/Sunset,_Kuta,_Bali,_Indonesia,_20220825_1755_0879.jpg b/sunset over water/Sunset,_Kuta,_Bali,_Indonesia,_20220825_1755_0879.jpg new file mode 100644 index 000000000..7e9f77a8b --- /dev/null +++ b/sunset over water/Sunset,_Kuta,_Bali,_Indonesia,_20220825_1755_0879.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6d27072711b1d8fa08994a4fbfd0839f8e4a23308718ed35e401ff2c515466 +size 16868480 diff --git a/sunset over water/adrian-balcan-tGHOTZgJaDQ-unsplash.jpg b/sunset over water/adrian-balcan-tGHOTZgJaDQ-unsplash.jpg new file mode 100644 index 000000000..6b8e900db --- /dev/null +++ b/sunset over water/adrian-balcan-tGHOTZgJaDQ-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac24c3260b0104a1d4ddbe1c21c6b70f17b2705f81afda33418846a46ea0e194 +size 2669627 diff --git a/sunset over water/ahzza-fathima-97VHxc8d5X4-unsplash.jpg b/sunset over water/ahzza-fathima-97VHxc8d5X4-unsplash.jpg new file mode 100644 index 000000000..5034d7776 --- /dev/null +++ b/sunset over water/ahzza-fathima-97VHxc8d5X4-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26506774ed3707e4b0101f64542a261740174c76d71b0dbc3e38e9f1685d3a7 +size 2206617 diff --git a/sunset over water/alexander-akimenko-qZjquxf7a1g-unsplash.jpg b/sunset over water/alexander-akimenko-qZjquxf7a1g-unsplash.jpg new file mode 100644 index 000000000..c9e3da1fe --- /dev/null +++ b/sunset over water/alexander-akimenko-qZjquxf7a1g-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e9650910525c1e9308c3e420ec7cd66e1ebc06ae08dc0c39451a12cb9a903b +size 2363591 diff --git a/sunset over water/alexander-milano-bthou5T-paQ-unsplash.jpg b/sunset over water/alexander-milano-bthou5T-paQ-unsplash.jpg new file mode 100644 index 000000000..cfc72f6f8 --- /dev/null +++ b/sunset over water/alexander-milano-bthou5T-paQ-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c5345c83223dd272a5a0c958e4dd7094d1c126776ed7ca8b67ed5bbf93942c +size 2134332 diff --git a/sunset over water/ali-abdul-rahman-k0koxEH9TdQ-unsplash.jpg b/sunset over water/ali-abdul-rahman-k0koxEH9TdQ-unsplash.jpg new file mode 100644 index 000000000..dc2ea5069 --- /dev/null +++ b/sunset over water/ali-abdul-rahman-k0koxEH9TdQ-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3638dbf2e414576f3bd6b2e4bae71a5cdf8747436c36d8ea6632eef972f02cb8 +size 413291 diff --git a/sunset over water/alina-iustyna-Hcya7nbUboM-unsplash.jpg b/sunset over water/alina-iustyna-Hcya7nbUboM-unsplash.jpg new file mode 100644 index 000000000..9f033f4df --- /dev/null +++ b/sunset over water/alina-iustyna-Hcya7nbUboM-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69f86abbfe04b3106b823e65c5bf0376ee901ac0e71af8c17e810b139783bfa +size 1584706 diff --git a/sunset over water/ann-danilina-1A3xHWKNxBA-unsplash.jpg b/sunset over water/ann-danilina-1A3xHWKNxBA-unsplash.jpg new file mode 100644 index 000000000..6c5954679 --- /dev/null +++ b/sunset over water/ann-danilina-1A3xHWKNxBA-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e993d75be3b608d6020cb5b1e126d9372f0d3a224e6b36dd9ff36c5d0ffb35ab +size 2085255 diff --git a/sunset over water/canada lake.jpg b/sunset over water/canada lake.jpg new file mode 100644 index 000000000..72fea80cd --- /dev/null +++ b/sunset over water/canada lake.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1393ad8ce28a176c99ece28345fd079bf3521a41bfc702e827610c52598ceee +size 4016449 diff --git a/sunset over water/cindy-del-valle--Y-XzY0HhEM-unsplash.jpg b/sunset over water/cindy-del-valle--Y-XzY0HhEM-unsplash.jpg new file mode 100644 index 000000000..561d8eca0 --- /dev/null +++ b/sunset over water/cindy-del-valle--Y-XzY0HhEM-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f22aafc950aad1dddab9570b12ae6fe56bc82d65711373db3b4b5e022507dfe +size 2051914 diff --git a/sunset over water/damien-dufour-qkWCazwRYm0-unsplash.jpg b/sunset over water/damien-dufour-qkWCazwRYm0-unsplash.jpg new file mode 100644 index 000000000..86443318e --- /dev/null +++ b/sunset over water/damien-dufour-qkWCazwRYm0-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb67a049acebc12d6f90d4c307bc2ea52e4dc2a2cc6b95012ca1e1820ea52b6 +size 3715514 diff --git a/sunset over water/dave-hoefler-tV-JtIaAhe8-unsplash.jpg b/sunset over water/dave-hoefler-tV-JtIaAhe8-unsplash.jpg new file mode 100644 index 000000000..b2dcc6d31 --- /dev/null +++ b/sunset over water/dave-hoefler-tV-JtIaAhe8-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce55d969dd5e36c952730e24407a1c6d74dc87c5d2f70cb5e253158c36d39808 +size 3946553 diff --git a/sunset over water/evan-bollag-rYf5Ksvz3NY-unsplash.jpg b/sunset over water/evan-bollag-rYf5Ksvz3NY-unsplash.jpg new file mode 100644 index 000000000..778c25f61 --- /dev/null +++ b/sunset over water/evan-bollag-rYf5Ksvz3NY-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254d943b36b22aa70eed7ffc2f0ab1a371ecfb45832f6cd436e876b66010876b +size 1148576 diff --git a/sunset over water/explore-with-joshua-a3xymeWNDso-unsplash.jpg b/sunset over water/explore-with-joshua-a3xymeWNDso-unsplash.jpg new file mode 100644 index 000000000..befa61d1d --- /dev/null +++ b/sunset over water/explore-with-joshua-a3xymeWNDso-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd3ff79822c79632a4c1efa5c02927105b75b6e827758d621b2d5108102fed3 +size 1295962 diff --git a/sunset over water/gabriel-garcia-marengo-kOqBCFsGTs8-unsplash.jpg b/sunset over water/gabriel-garcia-marengo-kOqBCFsGTs8-unsplash.jpg new file mode 100644 index 000000000..8aaa59fa0 --- /dev/null +++ b/sunset over water/gabriel-garcia-marengo-kOqBCFsGTs8-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87af3f9233b1f966326befe7e7666c51047d60169c4cd751fba98f4f30ccbd43 +size 4275576 diff --git a/sunset over water/giuseppe-famiani-9G8sd0Irq5A-unsplash.jpg b/sunset over water/giuseppe-famiani-9G8sd0Irq5A-unsplash.jpg new file mode 100644 index 000000000..f57be2e37 --- /dev/null +++ b/sunset over water/giuseppe-famiani-9G8sd0Irq5A-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6933ab480988155899710f411577796ab910be68aa9e2b4dede69b5a16715742 +size 724220 diff --git a/sunset over water/graphic-node-UaKk7D3ZakY-unsplash.jpg b/sunset over water/graphic-node-UaKk7D3ZakY-unsplash.jpg new file mode 100644 index 000000000..1e8a2ccd9 --- /dev/null +++ b/sunset over water/graphic-node-UaKk7D3ZakY-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d28b1f2fd4a80ccd844b21ba5c8a8e12043ace70563163f5168f849eb63d0b +size 1843547 diff --git a/sunset over water/guillaume-bleyer-Y18pVOZI7io-unsplash.jpg b/sunset over water/guillaume-bleyer-Y18pVOZI7io-unsplash.jpg new file mode 100644 index 000000000..d7255104c --- /dev/null +++ b/sunset over water/guillaume-bleyer-Y18pVOZI7io-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e2643c417117316caab04edf97cef991e7a6609340af225e2d61370866c8d2 +size 6947496 diff --git a/sunset over water/igor-oliyarnik-Wp8TnV92oN4-unsplash.jpg b/sunset over water/igor-oliyarnik-Wp8TnV92oN4-unsplash.jpg new file mode 100644 index 000000000..0956ed0a8 --- /dev/null +++ b/sunset over water/igor-oliyarnik-Wp8TnV92oN4-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cafcb4bb41bec2c581f867143c6a961afe253c7c9583ebc6541fbae2aa4ef5d +size 1307701 diff --git a/sunset over water/john-murphey-dXnNb18KkSQ-unsplash.jpg b/sunset over water/john-murphey-dXnNb18KkSQ-unsplash.jpg new file mode 100644 index 000000000..22c83427d --- /dev/null +++ b/sunset over water/john-murphey-dXnNb18KkSQ-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c4e33edd593d6e1f7a9165e506e99ee30e41d542c004c37602c3502a0edecd +size 7052432 diff --git a/sunset over water/josh-sorenson-AvPmoTPdbOM-unsplash (1).jpg b/sunset over water/josh-sorenson-AvPmoTPdbOM-unsplash (1).jpg new file mode 100644 index 000000000..3bba84ffc --- /dev/null +++ b/sunset over water/josh-sorenson-AvPmoTPdbOM-unsplash (1).jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c6106ebdd473cc585f33b47fcf32bd21827fa69739b3f2064b60ae3ae1ede2 +size 2402739 diff --git a/sunset over water/josh-sorenson-AvPmoTPdbOM-unsplash.jpg b/sunset over water/josh-sorenson-AvPmoTPdbOM-unsplash.jpg new file mode 100644 index 000000000..3bba84ffc --- /dev/null +++ b/sunset over water/josh-sorenson-AvPmoTPdbOM-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c6106ebdd473cc585f33b47fcf32bd21827fa69739b3f2064b60ae3ae1ede2 +size 2402739 diff --git a/sunset over water/joshua-wilson-XyHfpRrrYtM-unsplash.jpg b/sunset over water/joshua-wilson-XyHfpRrrYtM-unsplash.jpg new file mode 100644 index 000000000..9d108ed7f --- /dev/null +++ b/sunset over water/joshua-wilson-XyHfpRrrYtM-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c2fd30e664cccff832eb7530dae625df9fc5580e6244facd67483599251ac2 +size 274263 diff --git a/sunset over water/koji-futami-l8Dldjy95UI-unsplash.jpg b/sunset over water/koji-futami-l8Dldjy95UI-unsplash.jpg new file mode 100644 index 000000000..1cc06d6d0 --- /dev/null +++ b/sunset over water/koji-futami-l8Dldjy95UI-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21109a2b27130eb7713ceafb08e3ba3e278139457c67c8376ca9d1013a0237ee +size 2118046 diff --git a/sunset over water/krista-little-s1bodYMfkqk-unsplash.jpg b/sunset over water/krista-little-s1bodYMfkqk-unsplash.jpg new file mode 100644 index 000000000..1de48b27f --- /dev/null +++ b/sunset over water/krista-little-s1bodYMfkqk-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370211e14d95969eaf5b913d30235d31ef8f5c967d8b44efcb551f2e3a3a77bf +size 976131 diff --git a/sunset over water/lawless-capture-K60S_7Fufhg-unsplash.jpg b/sunset over water/lawless-capture-K60S_7Fufhg-unsplash.jpg new file mode 100644 index 000000000..e2fd3e134 --- /dev/null +++ b/sunset over water/lawless-capture-K60S_7Fufhg-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421a148262a741be7ff246d94e41068a59f74d7bfe60be5fb1c6e09072aea14c +size 1779736 diff --git a/sunset over water/linus-nylund-JP23z_-dA74-unsplash.jpg b/sunset over water/linus-nylund-JP23z_-dA74-unsplash.jpg new file mode 100644 index 000000000..ba055e989 --- /dev/null +++ b/sunset over water/linus-nylund-JP23z_-dA74-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d5fc1f0c7762893de0361ec8b9139afb6210bac7cd2be4c94f55a37aa21761 +size 917401 diff --git a/sunset over water/malachi-brooks-e2cm7pJxCZU-unsplash.jpg b/sunset over water/malachi-brooks-e2cm7pJxCZU-unsplash.jpg new file mode 100644 index 000000000..7f8fc422c --- /dev/null +++ b/sunset over water/malachi-brooks-e2cm7pJxCZU-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cf388499c40487c8486037ee31624164db046bf93b32a64518d0cc07b1fb2c +size 1857913 diff --git a/sunset over water/matthew-feeney-hpgjEqPcPVo-unsplash.jpg b/sunset over water/matthew-feeney-hpgjEqPcPVo-unsplash.jpg new file mode 100644 index 000000000..f49cec7ac --- /dev/null +++ b/sunset over water/matthew-feeney-hpgjEqPcPVo-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd3fa546d78bdea8772978fa0cba224181f18631d809fa510b4446cfac140ed3 +size 5903905 diff --git a/sunset over water/megs-harrison-Dq3b6rRN6GM-unsplash.jpg b/sunset over water/megs-harrison-Dq3b6rRN6GM-unsplash.jpg new file mode 100644 index 000000000..b8ddbbf86 --- /dev/null +++ b/sunset over water/megs-harrison-Dq3b6rRN6GM-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff9d6f16970bcd6f83c8bd94e7ca9f192beae558d043365968fab706112f1b8 +size 2134034 diff --git a/sunset over water/mohamed-jamil-latrach-1ETx8zhOItA-unsplash.jpg b/sunset over water/mohamed-jamil-latrach-1ETx8zhOItA-unsplash.jpg new file mode 100644 index 000000000..9943670b7 --- /dev/null +++ b/sunset over water/mohamed-jamil-latrach-1ETx8zhOItA-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1aadc0ed18abfe732473d597c9b978d98eef719c3ed0bee49984b50784ca87 +size 2514730 diff --git a/sunset over water/philip-graves-JvIwBruknXk-unsplash.jpg b/sunset over water/philip-graves-JvIwBruknXk-unsplash.jpg new file mode 100644 index 000000000..78415ca68 --- /dev/null +++ b/sunset over water/philip-graves-JvIwBruknXk-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5415890e18b94e098df7193e3b0756859b2ca51990cebcd73961474f5871180 +size 3334464 diff --git a/sunset over water/raimond-klavins-Wv4xVNDN6n8-unsplash.jpg b/sunset over water/raimond-klavins-Wv4xVNDN6n8-unsplash.jpg new file mode 100644 index 000000000..d672a6a20 --- /dev/null +++ b/sunset over water/raimond-klavins-Wv4xVNDN6n8-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2e7dc8ab11b5bd1b574ac400d68ed5f677c51a0ee5017ee49501a4b4b0f8ec +size 1046869 diff --git a/sunset over water/sebastien-gabriel--IMlv9Jlb24-unsplash.jpg b/sunset over water/sebastien-gabriel--IMlv9Jlb24-unsplash.jpg new file mode 100644 index 000000000..5c716262d --- /dev/null +++ b/sunset over water/sebastien-gabriel--IMlv9Jlb24-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0685a5b3eaea71596986767395cd4005bb901787ba5efd1d38ad6cfdc2bf33ab +size 2518527 diff --git a/sunset over water/sifat-niloy-0OyGAGrBqsQ-unsplash.jpg b/sunset over water/sifat-niloy-0OyGAGrBqsQ-unsplash.jpg new file mode 100644 index 000000000..879d54a64 --- /dev/null +++ b/sunset over water/sifat-niloy-0OyGAGrBqsQ-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29771abf147aeea215e396bb2ccf25a62fdbff8a057e379cc2d48370c91216a9 +size 2153467 diff --git a/sunset over water/stories-HRX5WXFyB64-unsplash.jpg b/sunset over water/stories-HRX5WXFyB64-unsplash.jpg new file mode 100644 index 000000000..9000e9478 --- /dev/null +++ b/sunset over water/stories-HRX5WXFyB64-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0862bc340a252fca6f72d9871e79747e587c1b151e605309a27c8d0731a83c21 +size 4900375 diff --git a/sunset over water/tim-s-OY1ITTYvxko-unsplash.jpg b/sunset over water/tim-s-OY1ITTYvxko-unsplash.jpg new file mode 100644 index 000000000..8e9c80efc --- /dev/null +++ b/sunset over water/tim-s-OY1ITTYvxko-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff24b10b40fc44b802a275754ad28c322bd40263e32e305d09798b891eba4f2 +size 3526333 diff --git a/sunset over water/todd-jiang-_qSFRACvaFI-unsplash.jpg b/sunset over water/todd-jiang-_qSFRACvaFI-unsplash.jpg new file mode 100644 index 000000000..11afa9f68 --- /dev/null +++ b/sunset over water/todd-jiang-_qSFRACvaFI-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcea41996efb100c8bd56fc6723b46aac3656b220c074c9f49c23a530e9de119 +size 2982227 diff --git a/sunset over water/todd-kent-pHBplPLtltQ-unsplash.jpg b/sunset over water/todd-kent-pHBplPLtltQ-unsplash.jpg new file mode 100644 index 000000000..81da35095 --- /dev/null +++ b/sunset over water/todd-kent-pHBplPLtltQ-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c6cad17e8a1e1f548d79aa18d518f7ea8dcbc863d23902ae3354509f5394de +size 803305 diff --git a/sunset over water/valeriia-neganova-3lFNH-lOSqE-unsplash.jpg b/sunset over water/valeriia-neganova-3lFNH-lOSqE-unsplash.jpg new file mode 100644 index 000000000..f8ce4fa2d --- /dev/null +++ b/sunset over water/valeriia-neganova-3lFNH-lOSqE-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a19c4d8b33d0f9686ef934bf0137f1d96e6f3cbc70eda6c6c9e48ace29bde3 +size 948670 diff --git a/sunset over water/virgil-cayasa-VAIUzSgWXHI-unsplash.jpg b/sunset over water/virgil-cayasa-VAIUzSgWXHI-unsplash.jpg new file mode 100644 index 000000000..d0e912748 --- /dev/null +++ b/sunset over water/virgil-cayasa-VAIUzSgWXHI-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ad743bc61739ab6b994cb377fccfa5652a669395e2855f45c07a62a7db2b38 +size 3427962 diff --git a/sunset over water/vladimir-fedotov-nU2W_jhX1w0-unsplash.jpg b/sunset over water/vladimir-fedotov-nU2W_jhX1w0-unsplash.jpg new file mode 100644 index 000000000..d33b1f2dc --- /dev/null +++ b/sunset over water/vladimir-fedotov-nU2W_jhX1w0-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5350d111aa6103eac6a53333a2c3a1f1038ccd68f45d5248974e5d001b62da8 +size 2507711 diff --git a/sunset over water/zoltan-tasi-KHD_FA43aMw-unsplash.jpg b/sunset over water/zoltan-tasi-KHD_FA43aMw-unsplash.jpg new file mode 100644 index 000000000..844db0804 --- /dev/null +++ b/sunset over water/zoltan-tasi-KHD_FA43aMw-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9660f1a9617e97d50d9ae9f0b66d1b4e7e8fcfe838f25fe4d2467893c65952e +size 1405624 diff --git a/sunset over water/zuzana-ruttkay-nPoVQAlSOZc-unsplash.jpg b/sunset over water/zuzana-ruttkay-nPoVQAlSOZc-unsplash.jpg new file mode 100644 index 000000000..eabe26ce4 --- /dev/null +++ b/sunset over water/zuzana-ruttkay-nPoVQAlSOZc-unsplash.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81cfd8c51974f66c0747291dc713bab310873d7317487f4a26c785695b5d0f1 +size 5443645 diff --git a/templates/crepuscular-rays/meta.json b/templates/crepuscular-rays/meta.json new file mode 100644 index 000000000..13a5fbfbd --- /dev/null +++ b/templates/crepuscular-rays/meta.json @@ -0,0 +1,9 @@ +{ + "archetype_id": "crepuscular-rays", + "archetype_name": "Crepuscular Rays (God Rays)", + "opus_score": 0.5060819852052671, + "timestamp": "2026-05-30T19:26:58.745278", + "build_mode": "scratch", + "reference_image": "/Users/jamestagg/Documents/GitHub/ralpha-ue5/benchmark/references/sky/crepuscular-rays/pexels-13036981-sunbeams-dark-clouds.jpg", + "builder": {} +} \ No newline at end of file diff --git a/templates/crepuscular-rays/render.png b/templates/crepuscular-rays/render.png new file mode 100644 index 000000000..0098b572e --- /dev/null +++ b/templates/crepuscular-rays/render.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ccfa441073a4955f9eec3c6671fc2dd650c62bfb1a4e247bf6f397b2709c91 +size 1779706 diff --git a/templates/crepuscular-rays/scene.json b/templates/crepuscular-rays/scene.json new file mode 100644 index 000000000..a5cfb84b8 --- /dev/null +++ b/templates/crepuscular-rays/scene.json @@ -0,0 +1,426 @@ +{ + "version": 1, + "archetype_id": "crepuscular-rays", + "timestamp": "2026-05-30T19:26:58.742655", + "actor_count": 19, + "actors": [ + { + "actor_id": "WorldSettings", + "label": "WorldSettings", + "class": "WorldSettings", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "MassVisualizer_0", + "label": "MassRepresentationSubsystemVisualizer", + "class": "MassVisualizer", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "DefaultPhysicsVolume_0", + "label": "DefaultPhysicsVolume0", + "class": "DefaultPhysicsVolume", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "BuoyancyManager_0", + "label": "BuoyancyManager0", + "class": "BuoyancyManager", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "GameplayDebuggerPlayerManager_0", + "label": "GameplayDebuggerPlayerManager0", + "class": "GameplayDebuggerPlayerManager", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "ChaosDebugDrawActor", + "label": "Actor", + "class": "Actor", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "SmartObjectSubsystemRenderingActor_0", + "label": "SmartObjectSubsystemRenderingActor0", + "class": "SmartObjectSubsystemRenderingActor", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "AbstractNavData-Default", + "label": "AbstractNavData-Default", + "class": "AbstractNavData", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "GaussianSplatSystemActor", + "label": "CesiumGaussianSplatActor", + "class": "CesiumGaussianSplatActor", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "PostProcessVolume_0", + "label": "Ralpha_PostProcess", + "class": "PostProcessVolume", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "DirectionalLight_0", + "label": "Ralpha_Sun", + "class": "DirectionalLight", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": -0.19999999998037765, + "yaw": -89.99999999437944, + "roll": 180 + }, + "scale": { + "x": 2.5, + "y": 2.5, + "z": 2.5 + } + } + }, + { + "actor_id": "SkyLight_0", + "label": "Ralpha_SkyLight", + "class": "SkyLight", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 1000 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "ExponentialHeightFog_0", + "label": "Ralpha_Fog", + "class": "ExponentialHeightFog", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "SkyAtmosphere_0", + "label": "Ralpha_SkyAtmosphere", + "class": "SkyAtmosphere", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "VolumetricCloud_0", + "label": "Ralpha_VolumetricCloud", + "class": "VolumetricCloud", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "CineCameraActor_0", + "label": "Ralpha_Camera", + "class": "CineCameraActor", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 200 + }, + "rotation": { + "pitch": -2.999999999705437, + "yaw": -109.99999999471112, + "roll": 1.9905746893443335e-16 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "WaterBodyOcean_0", + "label": "Ralpha_Ocean_13", + "class": "WaterBodyOcean", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "WaterZone_0", + "label": "WaterZone", + "class": "WaterZone", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "Landscape_0", + "label": "Landscape0", + "class": "Landscape", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 100, + "y": 100, + "z": 100 + } + } + } + ] +} \ No newline at end of file diff --git a/templates/sunset-lake/meta.json b/templates/sunset-lake/meta.json new file mode 100644 index 000000000..fdd07fdc8 --- /dev/null +++ b/templates/sunset-lake/meta.json @@ -0,0 +1,9 @@ +{ + "archetype_id": "sunset-lake", + "archetype_name": "Sunset Over Lake (Oswego)", + "opus_score": 0.535, + "timestamp": "2026-05-30T17:39:10.974704", + "build_mode": "scratch", + "reference_image": "/Users/jamestagg/Documents/GitHub/ralpha-ue5/benchmark/references/sea/sunset-oswego/sunset-oswego-nikon-d5100.jpg", + "builder": {} +} \ No newline at end of file diff --git a/templates/sunset-lake/render.png b/templates/sunset-lake/render.png new file mode 100644 index 000000000..1683a6cb5 --- /dev/null +++ b/templates/sunset-lake/render.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53fb023e5c0bb5c319872160b69394f63a55354a78d61f4bf437aba2a1f811c7 +size 241092 diff --git a/templates/sunset-lake/scene.json b/templates/sunset-lake/scene.json new file mode 100644 index 000000000..bfc16631f --- /dev/null +++ b/templates/sunset-lake/scene.json @@ -0,0 +1,404 @@ +{ + "version": 1, + "archetype_id": "sunset-lake", + "timestamp": "2026-05-30T17:39:10.972796", + "actor_count": 18, + "actors": [ + { + "actor_id": "WorldSettings", + "label": "WorldSettings", + "class": "WorldSettings", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "MassVisualizer_0", + "label": "MassRepresentationSubsystemVisualizer", + "class": "MassVisualizer", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "DefaultPhysicsVolume_0", + "label": "DefaultPhysicsVolume0", + "class": "DefaultPhysicsVolume", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "BuoyancyManager_0", + "label": "BuoyancyManager0", + "class": "BuoyancyManager", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "GameplayDebuggerPlayerManager_0", + "label": "GameplayDebuggerPlayerManager0", + "class": "GameplayDebuggerPlayerManager", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "ChaosDebugDrawActor", + "label": "Actor", + "class": "Actor", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "SmartObjectSubsystemRenderingActor_0", + "label": "SmartObjectSubsystemRenderingActor0", + "class": "SmartObjectSubsystemRenderingActor", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "AbstractNavData-Default", + "label": "AbstractNavData-Default", + "class": "AbstractNavData", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "GaussianSplatSystemActor", + "label": "CesiumGaussianSplatActor", + "class": "CesiumGaussianSplatActor", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "PostProcessVolume_0", + "label": "Ralpha_PostProcess", + "class": "PostProcessVolume", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "DirectionalLight_0", + "label": "Ralpha_Sun", + "class": "DirectionalLight", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": -2.099999999793909, + "yaw": 83.09999999441638, + "roll": 0 + }, + "scale": { + "x": 2.5, + "y": 2.5, + "z": 2.5 + } + } + }, + { + "actor_id": "SkyLight_0", + "label": "Ralpha_SkyLight", + "class": "SkyLight", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 1000 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "ExponentialHeightFog_0", + "label": "Ralpha_Fog", + "class": "ExponentialHeightFog", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "SkyAtmosphere_0", + "label": "Ralpha_SkyAtmosphere", + "class": "SkyAtmosphere", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "VolumetricCloud_0", + "label": "Ralpha_VolumetricCloud", + "class": "VolumetricCloud", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "CineCameraActor_0", + "label": "Ralpha_Camera", + "class": "CineCameraActor", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 160 + }, + "rotation": { + "pitch": -3.799999999626664, + "yaw": -96.89999999440784, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "WaterZone_0", + "label": "WaterZone", + "class": "WaterZone", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + }, + { + "actor_id": "WaterBodyOcean_1", + "label": "Ralpha_Ocean_2", + "class": "WaterBodyOcean", + "transform": { + "location": { + "x": 0, + "y": 0, + "z": 0 + }, + "rotation": { + "pitch": 0, + "yaw": 0, + "roll": 0 + }, + "scale": { + "x": 1, + "y": 1, + "z": 1 + } + } + } + ] +} \ No newline at end of file