-
Notifications
You must be signed in to change notification settings - Fork 1
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
Setup build / test / docs pipeline #2
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add github actions workflow.
kwokcb
added a commit
that referenced
this pull request
Oct 8, 2024
* - Add basic texture / image append if a file reference is found. - Add simple file example. * - Cleanup constant strings. - Extract out fallback texture logic to addFallbackTexture() method. - Normalize variable naming. * More cleanup. Remove python build scripts as using shell scripts.
kwokcb
added a commit
that referenced
this pull request
Oct 9, 2024
* Basic File Texture Support (#2) * - Add basic texture / image append if a file reference is found. - Add simple file example. * - Cleanup constant strings. - Extract out fallback texture logic to addFallbackTexture() method. - Normalize variable naming. * More cleanup. Remove python build scripts as using shell scripts. * Update method formatting * More formatting * Formatting 3 * Bump minimum version - Need 1.39.1. Will need 1.39.2 when released. * More formatting * - Update test descriptions - Add 2 more file tests - Fix naming for one method. * Reference render new file texture file examples. * test_render cleanup. * Add development information + referene image for minimal * Minor docx fix.
kwokcb
added a commit
that referenced
this pull request
Oct 13, 2024
* Basic File Texture Support (#2) * - Add basic texture / image append if a file reference is found. - Add simple file example. * - Cleanup constant strings. - Extract out fallback texture logic to addFallbackTexture() method. - Normalize variable naming. * More cleanup. Remove python build scripts as using shell scripts. * - Fix null read and logging error if no procs created. - Update test_render to allow for input geometry file (obj/glb) to be used. - Fix up formatting for minimal config. * Add in no graph test. Cleanup test logging.
kwokcb
added a commit
that referenced
this pull request
Oct 16, 2024
* Basic File Texture Support (#2) * - Add basic texture / image append if a file reference is found. - Add simple file example. * - Cleanup constant strings. - Extract out fallback texture logic to addFallbackTexture() method. - Normalize variable naming. * More cleanup. Remove python build scripts as using shell scripts. * - Additional graph configurations and sample USDShade networks for comparison - Fix to not add images to glTF if no materials. * Fix schema to accept up to 16 numbers for matrices. Add sample supported types test. * Restore file. * README file updates. * Cleanup docs.
kwokcb
added a commit
that referenced
this pull request
Oct 16, 2024
* Basic File Texture Support (#2) * - Add basic texture / image append if a file reference is found. - Add simple file example. * - Cleanup constant strings. - Extract out fallback texture logic to addFallbackTexture() method. - Normalize variable naming. * More cleanup. Remove python build scripts as using shell scripts. * Docs cleanup / CI cleanup (#4) * Ad notebook. Fix up docs formatting. * Update CI for github pages. * Fix CI * Check if replace string is being set. * Try fixing up doxygen version. * Revert doxygen change. Don't build docs in CI. * Add github link to main page.
kwokcb
added a commit
that referenced
this pull request
Oct 16, 2024
* Basic File Texture Support (#2) * - Add basic texture / image append if a file reference is found. - Add simple file example. * - Cleanup constant strings. - Extract out fallback texture logic to addFallbackTexture() method. - Normalize variable naming. * More cleanup. Remove python build scripts as using shell scripts. * Docs cleanup / CI cleanup (#4) * Ad notebook. Fix up docs formatting. * Update CI for github pages. * Fix CI * Check if replace string is being set. * Try fixing up doxygen version. * Revert doxygen change. Don't build docs in CI. * Fix linkages for html pages to main repo. * Update html. * Docs sync
kwokcb
added a commit
that referenced
this pull request
Oct 16, 2024
* Basic File Texture Support (#2) * - Add basic texture / image append if a file reference is found. - Add simple file example. * - Cleanup constant strings. - Extract out fallback texture logic to addFallbackTexture() method. - Normalize variable naming. * More cleanup. Remove python build scripts as using shell scripts. * Docs cleanup / CI cleanup (#4) * Ad notebook. Fix up docs formatting. * Update CI for github pages. * Fix CI * Check if replace string is being set. * Try fixing up doxygen version. * Revert doxygen change. Don't build docs in CI. * Sync * Fix html.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes