thomasa88 / DirectName

Fusion 360 add-in for naming features directly after creation
MIT License
22 stars 0 forks source link

Temporal hotfix after last Fusion 360 update #8

Closed Pixel48 closed 1 year ago

Pixel48 commented 1 year ago

This is simple stupid hotfix. Lookup issue #5 for more reference

TL;DR Fuxion 360 seems to now handle selection clearing in some different way - omitting all ui_.activeSelections.clear() in DirectName.py fixed poping errors without breaking basic functionality (need more tests and better solution)

PS Sorry about long diff, my editor automatically cleaned up trailing whitespaces

thomasa88 commented 1 year ago

Issue is now resolved in master. https://github.com/thomasa88/DirectName/issues/5