-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Alembic support #56
Alembic support #56
Conversation
…meaning that the fileName attribute did not manifest itself as a file.
…ver::Ar_DefaultResolver() only. This means either slash type can be passed and relative paths will be fixed up correctly.
…ariables in a string.
… constructor stuff to work.
VERSION_VAR | ||
MAYA_API_VERSION | ||
) | ||
if (${PXR_MAYA_API_ONLY} AND NOT ${PXR_MAYA_API_ONLY}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this test for ${A} AND NOT ${A} a cmake-ism or a typo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I understand its the difference between
#define A
and
#define A 1
So it tests the variable exists and its not been set to true.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, gotcha :) So much cmake to learn.
We can now build and run the usdAbc plugin.