Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PXR_USD_WINDOWS_DLL_PATH to all of the windows module templates. #2867

Merged
merged 1 commit into from
Mar 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/alUSD_Win.mod.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
plug-ins: plugin
PYTHONPATH+:=lib/python
PATH+:=lib
PXR_USD_WINDOWS_DLL_PATH+:=lib
${PXR_OVERRIDE_PLUGINPATH_NAME}+:=lib/usd
${PXR_OVERRIDE_PLUGINPATH_NAME}+:=plugin
4 changes: 4 additions & 0 deletions modules/mayaUSD_Win.mod.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ PYTHONPATH+:=lib/python
PATH+:=bin
PATH+:=lib
PATH+:=plugin/usd
PXR_USD_WINDOWS_DLL_PATH+:=bin
PXR_USD_WINDOWS_DLL_PATH+:=lib
PXR_USD_WINDOWS_DLL_PATH+:=plugin/usd
USD_LOCATION:=
MAYA_USD_VERSION=${USD_VERSION}
PXR_MTLX_STDLIB_SEARCH_PATHS+:=libraries
Expand All @@ -19,6 +22,7 @@ presets:
scripts: lib/scripts
resources:
PATH+:=lib
PXR_USD_WINDOWS_DLL_PATH+:=lib
PYTHONPATH+:=lib/python
${PXR_OVERRIDE_PLUGINPATH_NAME}+:=lib/usd
MAYAUSD_VERSION=${MAYAUSD_VERSION}
Expand Down
1 change: 1 addition & 0 deletions modules/pxrUSD_Win.mod.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ plug-ins: maya/plugin
scripts: maya/lib/usd/usdMaya/resources
PYTHONPATH+:=lib/python
PATH+:=maya/lib
PXR_USD_WINDOWS_DLL_PATH+:=maya/lib
${PXR_OVERRIDE_PLUGINPATH_NAME}+:=lib/usd