Skip to content

Commit

Permalink
Prevent loading of plug-in in console apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpreussner committed Jan 16, 2017
1 parent 8fe1b10 commit 71f01e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ExrMedia.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[
{
"Name" : "ExrMedia",
"Type" : "Runtime",
"Type" : "RuntimeNoCommandlet",
"LoadingPhase" : "PreLoadingScreen",
"WhitelistPlatforms" : [ "Win32", "Win64" ]
},
Expand All @@ -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" ]
}
Expand Down

0 comments on commit 71f01e3

Please sign in to comment.