From d872c0ae30c587ddd4145b43d37982cc772c359b Mon Sep 17 00:00:00 2001 From: Arthur Comte Date: Thu, 3 Aug 2023 17:25:57 +0200 Subject: [PATCH] PopcornFX Plugin v2.15.12 --- Download_SDK_Desktop.bat | 2 +- Download_SDK_Mobile.bat | 2 +- PopcornFX.uplugin | 4 ++-- README.md | 2 +- Shaders/Private/PopcornFXVertexFactory.ush | 12 ++++++------ Source/PopcornFX/Public/PopcornFXVersionGenerated.h | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Download_SDK_Desktop.bat b/Download_SDK_Desktop.bat index 60a9fe3..16cc550 100644 --- a/Download_SDK_Desktop.bat +++ b/Download_SDK_Desktop.bat @@ -6,7 +6,7 @@ setlocal bitsadmin /reset bitsadmin /create third_party_download_desktop -bitsadmin /addfile third_party_download_desktop https://downloads.popcornfx.com/Plugins/UE4/UnrealEngine_PopcornFXPlugin_2.15.11_Win64_Linux64_Mac64.7z "%~dp0\_PopcornFX_Runtime_SDK_Desktop.7z" +bitsadmin /addfile third_party_download_desktop https://downloads.popcornfx.com/Plugins/UE4/UnrealEngine_PopcornFXPlugin_2.15.12_Win64_Linux64_Mac64.7z "%~dp0\_PopcornFX_Runtime_SDK_Desktop.7z" bitsadmin /setpriority third_party_download_desktop "FOREGROUND" bitsadmin /resume third_party_download_desktop diff --git a/Download_SDK_Mobile.bat b/Download_SDK_Mobile.bat index 9ae269e..6e8c124 100644 --- a/Download_SDK_Mobile.bat +++ b/Download_SDK_Mobile.bat @@ -6,7 +6,7 @@ setlocal bitsadmin /reset bitsadmin /create third_party_download_mobile -bitsadmin /addfile third_party_download_mobile https://downloads.popcornfx.com/Plugins/UE4/UnrealEngine_PopcornFXPlugin_2.15.11_iOS_Android.7z "%~dp0\_PopcornFX_Runtime_SDK_Mobile.7z" +bitsadmin /addfile third_party_download_mobile https://downloads.popcornfx.com/Plugins/UE4/UnrealEngine_PopcornFXPlugin_2.15.12_iOS_Android.7z "%~dp0\_PopcornFX_Runtime_SDK_Mobile.7z" bitsadmin /setpriority third_party_download_mobile "FOREGROUND" bitsadmin /resume third_party_download_mobile diff --git a/PopcornFX.uplugin b/PopcornFX.uplugin index 5c6f191..c050c12 100644 --- a/PopcornFX.uplugin +++ b/PopcornFX.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "Version": 21511, - "VersionName": "2.15.11", + "Version": 21512, + "VersionName": "2.15.12", "FriendlyName": "PopcornFX", "Description": "PopcornFX Realtime Particle Solution integration into Unreal Engine", "Category": "PopcornFX", diff --git a/README.md b/README.md index 0609f42..ec28f00 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Unreal Engine PopcornFX Plugin Integrates the **PopcornFX Runtime SDK** into **Unreal Engine 4** and **Unreal Engine 5** as a Plugin. -* **Version:** `v2.15.11` +* **Version:** `v2.15.12` * **Unreal Engine:** `4.27`, `5.0`, `5.1` and `5.2` * **Supported platforms:** `Windows`, `MacOS`, `Linux`, `iOS`, `Android`, `PS4`, `PS5`, `XboxOne`, `Xbox Series`, `Switch` diff --git a/Shaders/Private/PopcornFXVertexFactory.ush b/Shaders/Private/PopcornFXVertexFactory.ush index 0575484..4fa24af 100644 --- a/Shaders/Private/PopcornFXVertexFactory.ush +++ b/Shaders/Private/PopcornFXVertexFactory.ush @@ -83,8 +83,8 @@ struct FVertexFactoryIntermediates struct FVertexFactoryInterpolantsVSToPS { - nointerpolation float4 ParticleColor : TEXCOORD0; - nointerpolation float3 ParticleEmissiveColor : TEXCOORD1; + float4 ParticleColor : TEXCOORD0; + float3 ParticleEmissiveColor : TEXCOORD1; float4 TexCoord : TEXCOORD2; float3 Normal : TEXCOORD3; float3 Tangent : TEXCOORD4; @@ -92,16 +92,16 @@ struct FVertexFactoryInterpolantsVSToPS float4 UVScalesAndOffsets : TEXCOORD10; // TEXCOORD6-9 are reserved #if (DYNAMIC_PARAMETERS_MASK & 1) || USE_DYNAMIC_PARAMETERS - nointerpolation float4 DynamicParameter : PARTICLE_DYNAMIC_PARAM0; + float4 DynamicParameter : PARTICLE_DYNAMIC_PARAM0; #endif #if (DYNAMIC_PARAMETERS_MASK & 2) - nointerpolation float4 DynamicParameter1 : PARTICLE_DYNAMIC_PARAM1; + float4 DynamicParameter1 : PARTICLE_DYNAMIC_PARAM1; #endif #if (DYNAMIC_PARAMETERS_MASK & 4) - nointerpolation float4 DynamicParameter2 : PARTICLE_DYNAMIC_PARAM2; + float4 DynamicParameter2 : PARTICLE_DYNAMIC_PARAM2; #endif #if (DYNAMIC_PARAMETERS_MASK & 8) - nointerpolation float4 DynamicParameter3 : PARTICLE_DYNAMIC_PARAM3; + float4 DynamicParameter3 : PARTICLE_DYNAMIC_PARAM3; #endif #if INSTANCED_STEREO diff --git a/Source/PopcornFX/Public/PopcornFXVersionGenerated.h b/Source/PopcornFX/Public/PopcornFXVersionGenerated.h index d3bf31b..debd68d 100644 --- a/Source/PopcornFX/Public/PopcornFXVersionGenerated.h +++ b/Source/PopcornFX/Public/PopcornFXVersionGenerated.h @@ -7,5 +7,5 @@ #define POPCORNFX_PLUGIN_VERSION_MAJOR 2 #define POPCORNFX_PLUGIN_VERSION_MINOR 15 -#define POPCORNFX_PLUGIN_VERSION_PATCH 11 +#define POPCORNFX_PLUGIN_VERSION_PATCH 12 #define POPCORNFX_PLUGIN_VERSION_TAG ""