Export UV Layout: fix property descriptions
commit8005f025de776bd88d6f8701a0496d6d7a06f4a1
authorDamien Picard <dam.pic@free.fr>
Tue, 21 Nov 2023 02:15:08 +0000 (21 03:15 +0100)
committerDamien Picard <dam.pic@free.fr>
Tue, 21 Nov 2023 17:20:33 +0000 (21 18:20 +0100)
tree2ba9d9901c49a6b71b03ee4c2257b77b29b3434c
parent100288bef8e87c26384f41512f5da0ac2187da1c
Export UV Layout: fix property descriptions

- The description read "the [0, 1 range]" instead of "the [0, 1]
  range", which did not make much sense.
- Use underscore inside variables in the expressions from the UDIM and
  UVTILE descriptions. These expressions came from the manual, and
  did not seem out of place in that context because of formatting, but
  here the dashes look like minus signs, so it is less confusing to
  replace them with underscores.
io_mesh_uv_layout/__init__.py