Page MenuHome

UV: Extend custom grid sizes to set each axis separately.
ClosedPublic

Authored by Chris Blackbourn (chrisbblend) on Sep 18 2022, 7:21 AM.

Details

Summary

For example, allows a custom UV grid size of 4 x 12.

TODO: Fix snapping with custom UV grid sizes.

Manifest Tasks: T78391

Diff Detail

Repository
rB Blender

Event Timeline

Chris Blackbourn (chrisbblend) requested review of this revision.Sep 18 2022, 7:21 AM
Chris Blackbourn (chrisbblend) created this revision.

Request regarding versioning, otherwise LGTM.

source/blender/blenloader/intern/versioning_300.c
2357–2361

These values have been cleared by converting it to an array. Suggest to remove this entirely as it will be overwritten later and I don't think this is so important to maintain from older files.

This revision is now accepted and ready to land.Sep 19 2022, 9:27 AM