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

Setup build / test / docs pipeline #2

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Setup build / test / docs pipeline #2

merged 1 commit into from
Sep 23, 2024

Conversation

kwokcb
Copy link
Contributor

@kwokcb kwokcb commented Sep 23, 2024

Changes

  • Add docs generation
  • Add stub unit test execution.
  • Add github actions workflow which:
    • Pulls down the repo
    • Installs required build env including doxygen
    • Installs the package (which also pulls the MaterialX package)
    • Runs unit tests
    • Builds docs
    • Creates a distribution

Add github actions workflow.
@kwokcb kwokcb merged commit 8dd8ae3 into main Sep 23, 2024
@kwokcb kwokcb deleted the test_docs_setup branch September 23, 2024 18:16
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant