Commit f005f9c
Rename from_gltf_bytes_with_motion to load_gltf_with_motion_from_bytes (#568)
Summary:
Pull Request resolved: #568
This was actually feedback when I first landed this function, but I never got around to it. However I recently noticed that there's a ton of inconsistency across these IO functions so let's unify them.
This is the second in a series of changes to make IO function naming more consistent across pymomentum. The naming pattern we're following is: {action}_{format}[_{data_type}][_{source_type}]
Reviewed By: jeongseok-meta
Differential Revision: D82386793
fbshipit-source-id: 76e6a0a947e76f60b05a7b251b50b24dddbd94c71 parent 80abdd2 commit f005f9c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | | - | |
| 681 | + | |
682 | 682 | | |
683 | 683 | | |
684 | | - | |
| 684 | + | |
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
| |||
0 commit comments