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

Texture Size and Quality Transform Scene #1146

Open
perkmn98 opened this issue Jun 3, 2024 · 2 comments
Open

Texture Size and Quality Transform Scene #1146

perkmn98 opened this issue Jun 3, 2024 · 2 comments
Labels

Comments

@perkmn98
Copy link

perkmn98 commented Jun 3, 2024

TextureMesh creates generally good results. But for some models it would be preferrable to have custom, already unwrapped UVs. Since TextureMesh disregards existing UV's, they could be transferred using TransformScene, since it is very fast (depending on face-count).

But there are some issues:

  1. The transferred texture is only able to read one of the source textures. On meshes with multiple textures, the first texture is always used instead of the correct one. This can be avoided by using --max-texture-size 0 during texturing, but might create problems for large scenes due to ultra-large texture sizes.
  2. The transferred texture has a fixed resolution of 4096x4096 px. --max-resolution seems to be bypassed or erroneous, since it has no effect.
  3. UDIM is not supported. But each UDIM-tile can be transferred separately as a workaround if UDIMs would be needed.

The biggest downside is the texture size of the transferred texture. Is there a parameter which can change this?

@cdcseacave cdcseacave added the bug label Jun 5, 2024
@cdcseacave
Copy link
Owner

thx for this feedback, it sounds like there are some bugs, which is very possible as this code was not extensively tested; I'll have a look at this, but not sure when; pls feel free to create a PR with a fix

@ansj11
Copy link

ansj11 commented Jun 24, 2024

Hi, I just want to use this repo to extract texture, but I got failed when building the main branch. Can you give a right branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants