Skip to content

Commit 5a1cc9e

Browse files
tellypresencetellypresence
andauthored
Update tinyusdz git hash (fix USD animation) (assimp#6034)
* Update tinyusdz * Improve reference screenshots * Add .csm reference screenshot * Bump version --------- Co-authored-by: tellypresence <[email protected]>
1 parent a93b9f8 commit 5a1cc9e

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

code/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,8 +1011,8 @@ IF (ASSIMP_BUILD_USD_IMPORTER)
10111011
# Note: ALWAYS specify a git commit hash (or tag) instead of a branch name; using a branch
10121012
# name can lead to non-deterministic (unpredictable) results since the code is potentially
10131013
# in flux
1014-
# "dev" branch, 28 Oct 2024
1015-
set(TINYUSDZ_GIT_TAG "36f2aabb256b360365989c01a52f839a57dfe2a6")
1014+
# "dev" branch, 14 Mar 2025
1015+
set(TINYUSDZ_GIT_TAG "6050eef932f7d2788656d63297aa488fb0961ed1")
10161016
message("****")
10171017
message("\n\n**** Cloning tinyusdz repo, git tag ${TINYUSDZ_GIT_TAG}\n\n")
10181018

test/models/COB/ref/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# COB 3D model reference images
22

33
## molecule_ascii.cob
4-
![molecule_ascii.cob](molecule_ascii_cob.png)
4+
<img alt="molecule_ascii.cob" src="screenshots/molecule_ascii_cob.png" width=180 />
File renamed without changes.

test/models/CSM/ref/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# CSM 3D model reference images
2+
3+
## ThomasFechten.csm
4+
<img alt="ThomasFechten.csm" src="screenshots/ThomasFechten_csm.gif" width=180 />
1.46 MB
Loading

test/models/NFF/ref/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# NFF 3D model reference images
22

33
## cone.nff
4-
![cone.nff](screenshots/cone_nff.png)
4+
<img alt="cone.nff" src="screenshots/cone_nff.png" width=180 />

0 commit comments

Comments
 (0)