Commit 80abdd2
Rename from_gltf_bytes to load_gltf_from_bytes (#567)
Summary:
Pull Request resolved: #567
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 first 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}], since this is the format most of the other functions use.
Reviewed By: jeongseok-meta
Differential Revision: D82386701
fbshipit-source-id: ad93adbf66bddf7a8de0656b66a53d44cf1b32371 parent 8fd6455 commit 80abdd2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
668 | 668 | | |
669 | 669 | | |
670 | 670 | | |
671 | | - | |
| 671 | + | |
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
| |||
0 commit comments