2.0.13
Around Method: Remove 'Extend Squares' option as it gives most of the time
too ugly results. Anyway the rare cases where it would have been useful
can be achieved with the Mono Method in a more predictable way for the user.
Around Method: When 'Chosen Square Highligth' or 'Around Square Highligth'
is already checked in the panel, and when the other one is checked in turn, make it uncheck itself.
Zigzag option : Improve squares alignment when all a torus is zigzagged. Change comment in 'loops_relations' function. fix: 'Before After" option not responding at once after switching from another method (unreported). fix: Around Method: With several contiguous selected closed loops, the external selected loops were squared (unreported). Around Method edge cases improvements.
bm.free() was not in the loop in 'show_select' function. Cleanup pointless code. Update comments of 'is_cleaving' function. Correct bad handling of loops with less than four vertices in Around Method.
Cleanup: remove unused list and forgotten print()
Correct issue with Around Method (unreported)
2.0.1 - 2025/5/13 4:12 PM - Around Method improvements - Add extend option
2.0 release 2025/4/24 9:22 PM
Allow any selection as acceptable input for the square operator. Add choice between three methods: 'Multi' method to make a square for each selected loop, 'Mono' method to make one square with all the selected vertices, 'Around' method to make square(s) with the vertices around the selection. Change the GUI to match LoopTools one.