leukbaars / DreamUV

DreamUV - 3D viewport UV editing tools for Blender
1.42k stars 61 forks source link

Convert atlas property from string to pointer #11

Closed ThatAsherGuy closed 4 years ago

ThatAsherGuy commented 4 years ago

This is a relatively minor tweak, which converts subrect_atlas from a StringProperty to a PointerProperty. Using a pointer property removes a level of indirection and makes it easier to query/set/update the atlas.