More cosmetic improvements in the GLTF code #80205
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
r_state
vsp_state
, inverts the change in Improve GLTF export logic for scene root nodes #79801, now it usesp_state
.texture_dir
torelative_texture_dir
since it's relative to the GLTF file.new_texture_dir
tofull_texture_dir
since it's the full directory path.Dictionary d
toimage_dict
.Dictionary d
totexture_dict
andRef<GLTFTexture> t
togltf_texture
.Several of these were taken from #79314, split off for easier reviewing.