You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
USD: add support for the usdMtlx plugin on Linux
The usdMtlx plugin that is included with USD adds a file format plugin for reading MaterialX documents and translating them into UsdShade shading networks. The plugin was already supported on Windows, and this adds support for the plugin on Linux. A subsequent change will add the plugin on Mac. #jira UE-142381 #rb daniel.coelho, anousack.kitisa #preflight 62a7a29967522b9df0ffb3d0 [CL 20651253 by matt johnson in ue5-main branch]
This commit is contained in:
@@ -73424,6 +73424,8 @@
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Content/Python/Lib/Linux/site-packages/pxr/UsdLux/_usdLux.so" Hash="024f1cae4a668458a3fded8f47588ff753468f83" IsExecutable="true" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Content/Python/Lib/Linux/site-packages/pxr/UsdMedia/__init__.py" Hash="1caa1ca91f4cb2ee29a964698a26a66e032fa60d" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Content/Python/Lib/Linux/site-packages/pxr/UsdMedia/_usdMedia.so" Hash="a6a30734d78b4657482205e9bcb8cd9bddfe2eba" IsExecutable="true" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Content/Python/Lib/Linux/site-packages/pxr/UsdMtlx/__init__.py" Hash="377c3288e65dae0c8b424609233f2438724d9ae4" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Content/Python/Lib/Linux/site-packages/pxr/UsdMtlx/_usdMtlx.so" Hash="5e197dea8fa9fb8548ddb5b7ca14033cfb7788bf" IsExecutable="true" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Content/Python/Lib/Linux/site-packages/pxr/UsdPhysics/__init__.py" Hash="180bf4c8c1f916012baf9f63609426f565cc242f" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Content/Python/Lib/Linux/site-packages/pxr/UsdPhysics/_usdPhysics.so" Hash="3666849dcfc0d602406104284a15b160e0e124af" IsExecutable="true" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Content/Python/Lib/Linux/site-packages/pxr/UsdRender/__init__.py" Hash="b165a569397955eb9e165915fc41b1c9f4d1e4ff" />
|
||||
@@ -73447,7 +73449,7 @@
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Content/Python/Lib/Linux/site-packages/pxr/Vt/_vt.so" Hash="d483fa32dfa2bfe775a369292b1ebfe3c6c5b0ad" IsExecutable="true" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Content/Python/Lib/Linux/site-packages/pxr/Work/__init__.py" Hash="ba4424c4de534fd5e4f0cdb46762c5813bb624b0" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Content/Python/Lib/Linux/site-packages/pxr/Work/_work.so" Hash="6b5ad8ead5a82c4702d8ba33a92d3c64a27b646d" IsExecutable="true" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Content/Python/Lib/Linux/site-packages/pxr/__init__.py" Hash="cf74c8a5bb4d22f444f9c692ffc76c60028f87c8" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Content/Python/Lib/Linux/site-packages/pxr/__init__.py" Hash="daad02e0bcdf7ce4f678ff54d9852d45b91ba8a0" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Content/Python/Lib/Mac/site-packages/pxr/Ar/__init__.py" Hash="b165a569397955eb9e165915fc41b1c9f4d1e4ff" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Content/Python/Lib/Mac/site-packages/pxr/Ar/_ar.so" Hash="6677bb4d382b4b85a9f2ce58979d9a5e7c64f20b" IsExecutable="true" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Content/Python/Lib/Mac/site-packages/pxr/Gf/__init__.py" Hash="73773ce97a31dfb9db61b2bf5e6f03397e8d40e4" />
|
||||
@@ -73673,6 +73675,7 @@
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Source/ThirdParty/Linux/bin/x86_64-unknown-linux-gnu/libusd_usdHydra.so" Hash="dd50fd9f5c0be91fcb68d7fccb1a389999114c3c" IsExecutable="true" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Source/ThirdParty/Linux/bin/x86_64-unknown-linux-gnu/libusd_usdLux.so" Hash="1f7edd3194dd16b45cc3faabd9f7c76b0098d274" IsExecutable="true" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Source/ThirdParty/Linux/bin/x86_64-unknown-linux-gnu/libusd_usdMedia.so" Hash="69b23880e014e59e6ba42422fb1af191d869edf5" IsExecutable="true" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Source/ThirdParty/Linux/bin/x86_64-unknown-linux-gnu/libusd_usdMtlx.so" Hash="c576321b7b535e0d127fc3e89126e03a2b52e73b" IsExecutable="true" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Source/ThirdParty/Linux/bin/x86_64-unknown-linux-gnu/libusd_usdPhysics.so" Hash="c621de650b76c04575d81e0a8e2b24ec85ccd3a4" IsExecutable="true" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Source/ThirdParty/Linux/bin/x86_64-unknown-linux-gnu/libusd_usdRender.so" Hash="eb6f3e88bd17be47017d5ccb41ef24c4d7512615" IsExecutable="true" />
|
||||
<File Name="Engine/Plugins/Importers/USDImporter/Source/ThirdParty/Linux/bin/x86_64-unknown-linux-gnu/libusd_usdRi.so" Hash="b62418928ac5e827b48afd354904dcbda06f2d09" IsExecutable="true" />
|
||||
@@ -120225,6 +120228,7 @@
|
||||
<Blob Hash="5e14046a90e60963ea5bb8abca28a7cd9bfc8ed8" Size="965" PackHash="27121601acbe7178335d2b27550880f69147f685" PackOffset="1186454" />
|
||||
<Blob Hash="5e141354d8dcdc10b4b997ed686a15761c235578" Size="9945" PackHash="b5942e3263c9b705065b2ff303de5b08e5ad0231" PackOffset="910092" />
|
||||
<Blob Hash="5e187310496b9110aa95fa6737c97f9db8d04db5" Size="1605352" PackHash="effbd9d6461c61e69428062b188e9bcfe65fd466" PackOffset="8" />
|
||||
<Blob Hash="5e197dea8fa9fb8548ddb5b7ca14033cfb7788bf" Size="69640" PackHash="d8ab286b48510fe5c99cf49f02a2b09ed035d8ca" PackOffset="8" />
|
||||
<Blob Hash="5e1a110a6a9fd8b86d4ed7b7801b186cb4d250be" Size="892" PackHash="4cd00b358c33e93bbfe4b13c36cdadb6c4b5b610" PackOffset="1874" />
|
||||
<Blob Hash="5e1a2b5aa9a8145f48505acffa5873b589124781" Size="2552" PackHash="4e53bbfdf22250a2aa2ae82b2c80528399dfe4ef" PackOffset="268742" />
|
||||
<Blob Hash="5e1b1e9c771827fadbfc38265bbfbf0ea678ee16" Size="570309" PackHash="ef60a0c38ea7162ceec2c523ef91f87a81f89cf2" PackOffset="8" />
|
||||
@@ -144357,6 +144361,7 @@
|
||||
<Blob Hash="c574ea624904d08cf3ac8869ee824217400470e9" Size="93913" PackHash="3ce154ee1488f62d7804205c87d8e37504733e7a" PackOffset="8" />
|
||||
<Blob Hash="c575a639609620af7c56430991d0e4c2b50bdec5" Size="257" PackHash="f25f5da5b49f7c1000f7e4195d4038bda16e5c38" PackOffset="1683989" />
|
||||
<Blob Hash="c57626241d74e3999884b8cb3895ec168e2bfaec" Size="112" PackHash="830cc93f966e96754b4b160b2d5ffbe64678ec80" PackOffset="172532" />
|
||||
<Blob Hash="c576321b7b535e0d127fc3e89126e03a2b52e73b" Size="2188768" PackHash="0f85bcf0233b4a27c2c766a9b6ec5ce6ea216866" PackOffset="8" />
|
||||
<Blob Hash="c5767c3b8dc0a0a964799d4e77b6ab3e6fdb8a4c" Size="321" PackHash="6974b9c6f99dd329465ca79c60ac6eebd6d448a5" PackOffset="330165" />
|
||||
<Blob Hash="c57762e21d22ba586e41fe39d4a41461157f4707" Size="1892864" PackHash="ccb339e0039f70bb2c64902991d7d726700b6c76" PackOffset="8" />
|
||||
<Blob Hash="c577be0bf181f8d2d4ec6cd4900c2dc33e6a88fa" Size="5310" PackHash="3431b9c905a574820d1e97a0097536296e23e1f9" PackOffset="1280445" />
|
||||
@@ -158369,6 +158374,7 @@
|
||||
<Pack Hash="0f4d411f14c4a394347e4274d30c54a8e7f3bf61" Size="7038462" CompressedSize="1534826" RemotePath="3094220-59e13834c31f46ecbaebfd3e87eef600" />
|
||||
<Pack Hash="0f6d610fe0ae5550af9d29d5fd234f2636c1c3de" Size="2064185" CompressedSize="574351" RemotePath="UnrealEngine-16720863" />
|
||||
<Pack Hash="0f7e66e94cccaeb99680c7b3440e85893652a0b9" Size="2076498" CompressedSize="569760" RemotePath="UnrealEngine-16942270" />
|
||||
<Pack Hash="0f85bcf0233b4a27c2c766a9b6ec5ce6ea216866" Size="2188776" CompressedSize="620306" RemotePath="UnrealEngine-20651253" />
|
||||
<Pack Hash="0f8a3c70af2ddf81d0ae69a2e1cec6dbe1c0da88" Size="3184182" CompressedSize="3182666" RemotePath="UnrealEngine-15741166" />
|
||||
<Pack Hash="0f9bd3569cb5f5280dc495d029f03adc73445c46" Size="5068612" CompressedSize="1585246" RemotePath="UnrealEngine-17805357" />
|
||||
<Pack Hash="0f9e720fb8148a459f26972fe8ee32c7bb1f7e45" Size="2094408" CompressedSize="647197" RemotePath="UnrealEngine-19069551" />
|
||||
@@ -163095,6 +163101,7 @@
|
||||
<Pack Hash="d889e4d65d962a36e5839fedc6a70a00ac10fafd" Size="4343852" CompressedSize="2387949" RemotePath="2369826-2acd3c361c9d4a858bd63938a2ab980e" />
|
||||
<Pack Hash="d8911aec6661dafdb776f74515eb619f117229f3" Size="40352424" CompressedSize="16934034" RemotePath="UnrealEngine-14318395-cba6db71c6f24db0bbe903f31973761e" />
|
||||
<Pack Hash="d8aabdc43bc5c0d35d5d46d12e180cea85e6f757" Size="37901962" CompressedSize="17086315" RemotePath="UnrealEngine-17464653" />
|
||||
<Pack Hash="d8ab286b48510fe5c99cf49f02a2b09ed035d8ca" Size="69648" CompressedSize="16933" RemotePath="UnrealEngine-20651253" />
|
||||
<Pack Hash="d8abbf7642437f66197d216a0eceef1ccce557c9" Size="2092268" CompressedSize="2090952" RemotePath="2487260-b428468bcd6545bfbb79f02a6605b9ef" />
|
||||
<Pack Hash="d8ada64b4675fd69021068e5ad3348c77bd2728c" Size="2097152" CompressedSize="415723" RemotePath="UnrealEngine-14445373" />
|
||||
<Pack Hash="d8b28d1207e0a74dfa4822bc69e44fc4be6e3388" Size="5043" CompressedSize="2255" RemotePath="UnrealEngine-19653796" />
|
||||
|
||||
Reference in New Issue
Block a user