Skip to content

Commit

Permalink
Squashed 'src/' changes from 982b045..73ab955
Browse files Browse the repository at this point in the history
73ab955 Fix OSS USD Transaction build Autodesk#2 (Autodesk#947)

git-subtree-dir: src
git-subtree-split: 73ab955
  • Loading branch information
BuildBoy Jenkins committed Aug 27, 2019
1 parent 08acf39 commit 8638909
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ set(USDUTILS_INCLUDE_LOCATION ${CMAKE_CURRENT_LIST_DIR}/usdutils)
set(MAYAUTILS_INCLUDE_LOCATION ${CMAKE_CURRENT_LIST_DIR}/mayautils)
set(USDMAYAUTILS_INCLUDE_LOCATION ${CMAKE_CURRENT_LIST_DIR}/usdmayautils)
set(MAYATEST_INCLUDE_LOCATION ${CMAKE_CURRENT_LIST_DIR}/mayatest)
set(USDTRANSACTION_INCLUDE_LOCATION ${CMAKE_CURRENT_LIST_DIR}/usdtransaction)

add_subdirectory(utils)
add_subdirectory(usdutils)
Expand Down
1 change: 1 addition & 0 deletions plugin/AL_USDMayaTestPlugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ target_link_libraries(${PXR_PACKAGE}
AL_USDUtils
AL_USDMaya #Adding this recursively pulls in lots of things
AL_MayaTest
AL_USDMayaSchemas
AL_USDMayaSchemasTest
${GTEST_LIBRARIES}
)
Expand Down
8 changes: 8 additions & 0 deletions schemas/AL/usd/schemas/maya/plugInfo.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@
"default": "",
"documentation": "A custom maya transform type name to use instead of the built-in AL_usdmaya_Transform node type",
"type": "string"
},
"assettype": {
"appliesTo": [
"prims"
],
"default": "",
"documentation": "Animal Logic AssetType used as a key to register AL_USDMaya Translators against",
"type": "string"
}
},
"Types": {
Expand Down
2 changes: 1 addition & 1 deletion usdtransaction/AL/usd/transaction/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ target_link_libraries(${USDTRANSACTION_TEST_EXECUTABLE_NAME}
arch
usd
vt
ALboost_python
${boost_python_LIBRARIES}
${USDTRANSACTION_LIBRARY_NAME}
)

Expand Down

0 comments on commit 8638909

Please sign in to comment.