From 64cf232aaab7b8135f1cd67eb21a3e90ce018be5 Mon Sep 17 00:00:00 2001 From: geekosaurusr3x Date: Tue, 31 Mar 2026 15:46:00 +0200 Subject: [PATCH] Enable Linux support for plugin --- Blend4Real.uplugin | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Blend4Real.uplugin b/Blend4Real.uplugin index 85ca7be..00f2df0 100644 --- a/Blend4Real.uplugin +++ b/Blend4Real.uplugin @@ -21,10 +21,10 @@ "LoadingPhase": "Default", "PlatformAllowList": [ "Win64", - "Mac" + "Mac", + "Linux" ], "PlatformDenyList": [ - "Linux" ] } ], @@ -47,6 +47,7 @@ ], "SupportedTargetPlatforms": [ "Win64", - "Mac" + "Mac", + "Linux" ] } \ No newline at end of file