Skip to main content
Known Participant
May 4, 2022
Answered

UV packing in Painter, can we control the scale?

  • May 4, 2022
  • 1 reply
  • 286 views

Hi there,

 

We are importing a fbx model into painter, where each individual part is already unwrapped, but some of the UV islands are overlapping. The following import options gives good results:

However, are UVs are normalized with a constant texel density, and we don't want to loose track of their scaling, in order to get the materials tiling values right later on.
If any scaling happens during the UV packing process, is it uniform accross the different UV islands?
Is there an option to prevent any scaling on the UVs during the packing process?
Alternatively, can we query the total UV area for a given texture set, using the python API? That way, we could figure out the scaling that was introduced by the packing process, where scaling= sqrt(new-uv-area / old-uv-area) 

 

Thank you!

 

Isabelle

This topic has been closed for replies.
Correct answer Cedric Marchessoux

Hi there is not yet controls of the scaling of the auto UV unwrap. And the auto UV unwrap is not yet exposed in the scripting Python API.
Thanks for the feedback, I will share it with the team.

1 reply

Cedric Marchessoux
Community Manager
Cedric MarchessouxCommunity ManagerCorrect answer
Community Manager
May 10, 2022

Hi there is not yet controls of the scaling of the auto UV unwrap. And the auto UV unwrap is not yet exposed in the scripting Python API.
Thanks for the feedback, I will share it with the team.