Skip to content

Commit

Permalink
MAYA-95627 - Update to latest AL develop branch v0.29.4 + USD v18.11 (A…
Browse files Browse the repository at this point in the history
…nimalLogic#28)

* Some minor fixes related to merging discovered when trying to merge
  our 'dev-adsk' branch into 'develop'.
  • Loading branch information
seando-adsk authored and GitHub Enterprise committed Nov 19, 2018
1 parent 39559d0 commit 1ca311c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if(CMAKE_WANT_UFE_BUILD)
string(REPLACE "." ";" UFE_VERSION_LIST ${UFE_VERSION})
list(GET UFE_VERSION_LIST 0 UFE_MAJOR_VERSION)
list(GET UFE_VERSION_LIST 1 UFE_MINOR_VERSION)
list(GET UFE_VERSION_LIST 1 UFE_PATCH_LEVEL)
list(GET UFE_VERSION_LIST 2 UFE_PATCH_LEVEL)
find_package(UFE REQUIRED)
include_directories(${UFE_INCLUDE_DIR})
endif()
Expand Down
2 changes: 1 addition & 1 deletion schemas/AL/usd/schemas/plugInfo.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
}
}
},
"LibraryPath": "${LIBRARY_LOCATION}/@CMAKE_SHARED_LIBRARY_PREFIX@@SCHEMAS_PACKAGE@@CMAKE_SHARED_LIBRARY_SUFFIX@",
"LibraryPath": "${SCHEMAS_LIBRARY_DIR}/@CMAKE_SHARED_LIBRARY_PREFIX@@SCHEMAS_PACKAGE@@CMAKE_SHARED_LIBRARY_SUFFIX@",
"Name": "@SCHEMAS_PACKAGE@",
"ResourcePath": "resources",
"Root": "..",
Expand Down
1 change: 0 additions & 1 deletion translators/Camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class Camera
AL_USDMAYA_PUBLIC virtual void writePrim(UsdPrim &prim, MDagPath dagPath, const ExporterParams& params);

private:
MStatus updateAttributes(MObject to, UsdGeomCamera& usdCamera);
static MObject m_orthographic;
static MObject m_horizontalFilmAperture;
static MObject m_verticalFilmAperture;
Expand Down

0 comments on commit 1ca311c

Please sign in to comment.