Skip to content

Add simple export option #769

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

Open
Atulin opened this issue Mar 5, 2025 · 2 comments · May be fixed by #933
Open

Add simple export option #769

Atulin opened this issue Mar 5, 2025 · 2 comments · May be fixed by #933
Labels
enhancement New feature or request

Comments

@Atulin
Copy link

Atulin commented Mar 5, 2025

Export to Unreal/Unity/Godot is great, but sometimes I need just the textures. Or even a single texture.

I often use MM to generate multiple noises, patterns, shapes, and just pack them into RGBA channels. For projects like that, I would ideally like to export just a single .png representing the albedo

@Atulin Atulin added the enhancement New feature or request label Mar 5, 2025
@karmaral
Copy link
Contributor

karmaral commented Mar 7, 2025

You can do that within the Preview2D:

Image

That button could probably benefit from an "Export" label though.

@NotArme
Copy link
Contributor

NotArme commented Mar 7, 2025

This workaround does work if you need a single image, but it doesn't work as well if you need more than one texture, plus the current export node already feels kinda clunky since there is no way to use them without exporting extra unreal/unity/godot textures which you might not want or need
Relying on the preview2d also means you'd need to manually locate the final node in the chain and export it individually after any changes, which isn't ideal imo

Adding a "Simple export" option that only exports textures from export nodes would not be harmful and would greatly improve pretty much every workflow that doesn't fit perfectly on the current export options

@williamchange williamchange linked a pull request Jun 5, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants