From 71f01e3cc64d3485eaf2991aa5968f3fe6d14b58 Mon Sep 17 00:00:00 2001 From: Max Preussner Date: Mon, 16 Jan 2017 13:38:13 -0500 Subject: [PATCH] Prevent loading of plug-in in console apps. --- ExrMedia.uplugin | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ExrMedia.uplugin b/ExrMedia.uplugin index 74a3b9b..b7714d3 100644 --- a/ExrMedia.uplugin +++ b/ExrMedia.uplugin @@ -19,7 +19,7 @@ [ { "Name" : "ExrMedia", - "Type" : "Runtime", + "Type" : "RuntimeNoCommandlet", "LoadingPhase" : "PreLoadingScreen", "WhitelistPlatforms" : [ "Win32", "Win64" ] }, @@ -31,13 +31,13 @@ }, { "Name" : "ExrMediaFactory", - "Type" : "Runtime", + "Type" : "RuntimeNoCommandlet", "LoadingPhase" : "PostEngineInit", "WhitelistPlatforms" : [ "Win32", "Win64" ] }, { "Name" : "OpenExrWrapper", - "Type" : "Runtime", + "Type" : "RuntimeNoCommandlet", "LoadingPhase" : "PostEngineInit", "WhitelistPlatforms" : [ "Win32", "Win64" ] }