Skip to content
Snippets Groups Projects
Select Git revision
  • eecb58b36ec408bbabc13b54f08f8f216f32069b
  • master default protected
  • develop
3 results

common.py

Blame
  • RWTHVRToolkit.uplugin 958 B
    {
    	"FileVersion": 3,
    	"Version": 1,
    	"VersionName": "1.0",
    	"FriendlyName": "RWTH VR Toolkit",
    	"Description": "",
    	"Category": "Other",
    	"CreatedBy": "",
    	"CreatedByURL": "",
    	"DocsURL": "",
    	"MarketplaceURL": "",
    	"SupportURL": "",
    	"CanContainContent": true,
    	"IsBetaVersion": false,
    	"Installed": false,
    	"EnabledByDefault": true,
    	"Modules": [
    		{
    			"Name": "Calibratio",
    			"Type": "Runtime",
    			"LoadingPhase": "Default",
    			"WhitelistPlatforms": [
    				"Win64",
    				"Linux"
    			]
    		},
    		{
    			"Name": "RWTHVRCluster",
    			"Type": "Runtime",
    			"LoadingPhase": "Default",
    			"WhitelistPlatforms": [
    				"Win64",
    				"Linux"
    			]
    		},
    		{
    			"Name": "RWTHVRToolkit",
    			"Type": "Runtime",
    			"LoadingPhase": "Default"
    		},
    		{
    			"Name": "RWTHVRToolkitEditor",
    			"Type": "Editor",
    			"LoadingPhase": "PostEngineInit"
    		}
    	],
    	"Plugins": [
    		{
    			"Name": "nDisplay",
    			"Enabled": true
    		},
        {
          "Name": "LiveLink",
          "Enabled": true
        }
    	]
    }