Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for exporting meshes from the CLI #5

Merged
merged 2 commits into from
Jun 23, 2023
Merged

Add support for exporting meshes from the CLI #5

merged 2 commits into from
Jun 23, 2023

Conversation

Insprill
Copy link

This PR adds support for exporting meshes from the CLI. It uses the same export function from the GUI module, which seems to be how most other exporters were done. I'm not sure why mesh exports were previously excluded, so if I'm missing something, please let me know.

@aelurum
Copy link
Owner

aelurum commented Jun 22, 2023

Thanks for your contribution
In fact, I just forgot about exporting to .obj and only thought about fbx 😅
yeah, it's possible since I don't usually work with 3D stuff

The PR looks good
Just add ClassIDType.Mesh, to the supportedAssetTypes list (in the CLIOptions.cs) and I'll merge the PR

@aelurum aelurum merged commit 5695afa into aelurum:AssetStudioMod Jun 23, 2023
@Insprill Insprill deleted the feature/cli-mesh-export branch June 23, 2023 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants