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

Alembic support #56

Merged
merged 21 commits into from Sep 21, 2016
Merged

Alembic support #56

merged 21 commits into from Sep 21, 2016

Conversation

ghost
Copy link

@ghost ghost commented Sep 15, 2016

We can now build and run the usdAbc plugin.

Jamie Kenyon added 21 commits September 12, 2016 07:46
…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.
@pixar-oss pixar-oss merged commit e39a3cf into PixarAnimationStudios:dev_win_ip Sep 21, 2016
pixar-oss added a commit that referenced this pull request Sep 21, 2016
VERSION_VAR
MAYA_API_VERSION
)
if (${PXR_MAYA_API_ONLY} AND NOT ${PXR_MAYA_API_ONLY})
Copy link
Member

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?

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.

Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants