remove custom pathmap

This commit is contained in:
Alexey Bogomolov 2023-02-03 02:22:02 +03:00
parent 324eaa26b9
commit 3b0f560133

View file

@ -6,7 +6,7 @@ Global = {
["OpenPype:"] = "$(OPENPYPE_FUSION)/deploy",
["Config:"] = "UserPaths:Config;OpenPype:Config",
["Scripts:"] = "UserPaths:Scripts;Reactor:System/Scripts;OpenPype:Scripts",
["UserPaths:"] = "UserData:;GIT:;AllData:;Fusion:;Reactor:Deploy"
["UserPaths:"] = "UserData:;AllData:;Fusion:;Reactor:Deploy"
},
},
Script = {
@ -14,4 +14,4 @@ Global = {
Python3Forced = true
},
},
}
}