Skip to content

Replace GltfOptions with FileSaveOptions in saveGltfCharacter APIs#826

Closed
yutingye wants to merge 2 commits into
mainfrom
export-D86882964
Closed

Replace GltfOptions with FileSaveOptions in saveGltfCharacter APIs#826
yutingye wants to merge 2 commits into
mainfrom
export-D86882964

Conversation

@yutingye
Copy link
Copy Markdown
Contributor

Summary: This diff replaces the GltfOptions parameter with FileSaveOptions in the saveGltfCharacter function signatures to provide a unified interface for file saving options across different formats (GLTF and FBX).

Reviewed By: cstollmeta, jeongseok-meta

Differential Revision: D86882964

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Meta Open Source bot. label Nov 15, 2025
@meta-codesync
Copy link
Copy Markdown
Contributor

meta-codesync Bot commented Nov 15, 2025

@yutingye has exported this pull request. If you are a Meta employee, you can view the originating Diff in D86882964.

facebook-github-bot pushed a commit that referenced this pull request Nov 15, 2025
)

Summary:

This diff replaces the `GltfOptions` parameter with `FileSaveOptions` in the `saveGltfCharacter` function signatures to provide a unified interface for file saving options across different formats (GLTF and FBX).

Reviewed By: cstollmeta, jeongseok-meta

Differential Revision: D86882964
facebook-github-bot pushed a commit that referenced this pull request Nov 15, 2025
)

Summary:

This diff replaces the `GltfOptions` parameter with `FileSaveOptions` in the `saveGltfCharacter` function signatures to provide a unified interface for file saving options across different formats (GLTF and FBX).

Reviewed By: cstollmeta, jeongseok-meta

Differential Revision: D86882964
facebook-github-bot pushed a commit that referenced this pull request Nov 15, 2025
)

Summary:

This diff replaces the `GltfOptions` parameter with `FileSaveOptions` in the `saveGltfCharacter` function signatures to provide a unified interface for file saving options across different formats (GLTF and FBX).

Reviewed By: cstollmeta, jeongseok-meta

Differential Revision: D86882964
facebook-github-bot pushed a commit that referenced this pull request Nov 15, 2025
)

Summary:

This diff replaces the `GltfOptions` parameter with `FileSaveOptions` in the `saveGltfCharacter` function signatures to provide a unified interface for file saving options across different formats (GLTF and FBX).

Reviewed By: cstollmeta, jeongseok-meta

Differential Revision: D86882964
facebook-github-bot pushed a commit that referenced this pull request Nov 15, 2025
)

Summary:

This diff replaces the `GltfOptions` parameter with `FileSaveOptions` in the `saveGltfCharacter` function signatures to provide a unified interface for file saving options across different formats (GLTF and FBX).

Reviewed By: cstollmeta, jeongseok-meta

Differential Revision: D86882964
Summary:

This change adds a parameterized constructor to the FileSaveOptions Python binding, enabling users to initialize all member variables directly when creating the object instead of having to set them one by one after construction.

This improves the API ergonomics by allowing cleaner initialization patterns:
```python
options = FileSaveOptions(mesh=False, locators=True, blend_shapes=False)
```

Reviewed By: cstollmeta, jeongseok-meta

Differential Revision: D86904749
)

Summary:

This diff replaces the `GltfOptions` parameter with `FileSaveOptions` in the `saveGltfCharacter` function signatures to provide a unified interface for file saving options across different formats (GLTF and FBX).

Reviewed By: cstollmeta, jeongseok-meta

Differential Revision: D86882964
facebook-github-bot pushed a commit that referenced this pull request Nov 15, 2025
)

Summary:

This diff replaces the `GltfOptions` parameter with `FileSaveOptions` in the `saveGltfCharacter` function signatures to provide a unified interface for file saving options across different formats (GLTF and FBX).

Reviewed By: cstollmeta, jeongseok-meta

Differential Revision: D86882964
facebook-github-bot pushed a commit that referenced this pull request Nov 15, 2025
)

Summary:

This diff replaces the `GltfOptions` parameter with `FileSaveOptions` in the `saveGltfCharacter` function signatures to provide a unified interface for file saving options across different formats (GLTF and FBX).

Reviewed By: cstollmeta, jeongseok-meta

Differential Revision: D86882964
@meta-codesync meta-codesync Bot closed this in 6934fbf Nov 15, 2025
@meta-codesync
Copy link
Copy Markdown
Contributor

meta-codesync Bot commented Nov 15, 2025

This pull request has been merged in 6934fbf.

@jeongseok-meta jeongseok-meta deleted the export-D86882964 branch November 16, 2025 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot. fb-exported Merged meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants