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

header include fixes for refactoring_sandbox branch #11

Conversation

pmolodo
Copy link
Contributor

@pmolodo pmolodo commented Aug 8, 2019

these fall into 3 categories:

  • adding USD_INCLUDE_DIR (similar to what was done on master branch)
  • correcting relative path for schemas
    ...possibly this was moved recently?
  • changing paths in hdMaya to use "../foo.h" syntax instead of <../foo.h>
    for relative paths; this may be a difference in how Visual-C++ handles
    this versus gcc

mlbright and others added 10 commits May 1, 2019 15:50
* Enable generating compile_commands.json by default
* Make sure the build and install folders have the variant 
* Fix typo in ReadMe
* temporarily revert line endings to windows to do merge

* standardize on linux-style line endings (newline only)
these fall into 3 categories:
- adding USD_INCLUDE_DIR (similar to what was done on master branch)
- correcting relative path for schemas
  ...possibly this was moved recently?
- changing paths in hdMaya to use "../foo.h" syntax instead of <../foo.h>
  for relative paths; this may be a difference in how Visual-C++ handles
  this versus gcc
@HamedSabri-adsk
Copy link
Contributor

We have recently made several new improvements in our internal refactoring_sandbox which we are planning to push to public very soon. Category 2,3 are already in our internal refactoring_sandbox branch.

We are trying to understand category 1 before applying your change. I hope you are Ok if we close this PR?

@pmolodo
Copy link
Contributor Author

pmolodo commented Aug 12, 2019

In general, I would argue for not closing a PR that has necessary fixes, until those fixes have been addressed in the publicly available branch - both because it serves as a todo / reminder that a fix needs to be pushed, and because it provides a necessary workaround for others until the internal fix is made public. Technically, the workaround is still accessible if the PR is closed, but it becomes much less visible.

mattyjams pushed a commit to mattyjams/maya-usd that referenced this pull request Sep 26, 2019
…07-19

Support Draco USDZ archives, check property opinions.
@pmolodo
Copy link
Contributor Author

pmolodo commented Oct 18, 2019

Since category 1 should have been addressed by the USD cmake changes @mattyjams made (and it should be safe to say that the refactoring_sandbox branch should use a new USD), and the other two are addressed in this repo, I'm closing this PR

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