Skip to content

Commit 76ff5ad

Browse files
committed
docs: record the avatar characters in the third-party notices
avatar2.glb and avatar3.glb are Adobe Mixamo exports (the Beta and Remy characters): both carry the mixamorig: skeleton, a mixamo.com animation track, and Mixamo mesh and texture names. List them alongside xbot.glb so the existing Mixamo posture covers every committed character, and sync package-lock.json with the 0.4.3 workspace versions.
1 parent 80c8e36 commit 76ff5ad

3 files changed

Lines changed: 23 additions & 17 deletions

File tree

docs/legal/LEGAL_REVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ This is an engineering audit checklist, not legal advice. Resolve these points w
2323

2424
## Third-party materials
2525

26-
- Recheck the current Adobe Mixamo terms for redistribution of `xbot.glb` and `jumping-jacks.fbx`, especially for npm, source archives, hosted demos, white-label offerings, and customer redistribution.
26+
- Recheck the current Adobe Mixamo terms for redistribution of `xbot.glb`, `avatar2.glb`, `avatar3.glb`, and `jumping-jacks.fbx`, especially for npm, source archives, hosted demos, white-label offerings, and customer redistribution.
2727
- Replace the remaining Mixamo-derived files with owned or clearly redistributable assets if the intended distribution is not covered.
2828
- Run a dependency and source-provenance audit for every release artifact, including bundled JavaScript, model files, fonts, images, and generated content. Preserve all required notices.

docs/legal/THIRD_PARTY_NOTICES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ Posecode npm packages use dependencies under permissive licenses including MIT,
77
The following committed files originate from Adobe Mixamo character or animation exports and are governed by the applicable Adobe terms, not Apache-2.0 or AGPL-3.0:
88

99
- `playground/public/models/xbot.glb`
10+
- `playground/public/models/avatar2.glb` (Mixamo "Beta" character)
11+
- `playground/public/models/avatar3.glb` (Mixamo "Remy" character)
1012
- `playground/public/clips/jumping-jacks.fbx`
1113

14+
Provenance for the two avatar characters is established by their glTF contents:
15+
both carry the `mixamorig:` skeleton, a `mixamo.com` animation track, and Mixamo
16+
mesh and texture names (`Beta_Joints`/`Beta_Surface` and `Remy_Body_*`).
17+
1218
The software licenses in this repository do not grant independent rights to extract, redistribute, or relicense these assets. Review the current Adobe Mixamo terms before redistribution. Posecode also provides a code-generated procedural figure that does not require these assets.
1319

1420
`playground/public/models/character.glb`, an older unused Mixamo-derived character, was removed before the 0.3.0 release. The hosted embed default now uses the same active XBot asset as the playground.

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)