io_mesh_uv_layout: minor edits on recent 2.8 port
commit31017e2dc32c77612a44cc1f266e37928d7ed866
authorCampbell Barton <ideasman42@gmail.com>
Mon, 8 Oct 2018 21:16:39 +0000 (9 08:16 +1100)
committerCampbell Barton <ideasman42@gmail.com>
Mon, 8 Oct 2018 21:27:41 +0000 (9 08:27 +1100)
tree807e72d303ebf2421307d5434ae36a85b95cdf15
parentd4249fc739b5c7d5563de66bd7d13568660d49a7
io_mesh_uv_layout: minor edits on recent 2.8 port

- Use 0.25 opacity because front/back overlap can too easily hide wire.
- Avoid using Py builtin 'object' for naming.
- Checking a collection is true/false more efficient in RNA
  than check len(collection) > 0.
- Use staticmethods when self isn't needed.
io_mesh_uv_layout/__init__.py