From abae91b4b50ac1e6edec27512ee6825f408e02d6 Mon Sep 17 00:00:00 2001 From: Neltulz Date: Sat, 7 Dec 2019 16:28:54 -0600 Subject: [PATCH] v1.0.9 - Add Extreme Isolate & More - added ability to hided axes when isolating objects - added "use extreme isolate" - improved compatibility with other addons when performing UNDO or REDO - removed some console print messages - removed some unnecessary code that apparently did nothing - removed some code that was supposed to improve camera distance when framing only vertice, but in many cases was causing camera to be too zoomed out --- README_Neltulz_Smart_Frame_Selection.html | 18 +++++++++-- __init__.py | 2 +- main_ot.py | 26 ++++++---------- misc_functions.py | 37 +++++++++++++++++++++++ misc_ot.py | 30 ++++++------------ panels.py | 12 ++++++-- properties.py | 30 ++++++++++++++++++ 7 files changed, 113 insertions(+), 42 deletions(-) diff --git a/README_Neltulz_Smart_Frame_Selection.html b/README_Neltulz_Smart_Frame_Selection.html index 6e0618c..7e7067d 100644 --- a/README_Neltulz_Smart_Frame_Selection.html +++ b/README_Neltulz_Smart_Frame_Selection.html @@ -10,11 +10,11 @@ - + - + @@ -83,7 +83,7 @@

- Neltulz - Smart Frame Selection
Version: 1.0.8
Updated: 10/12/2019
+ Neltulz - Smart Frame Selection
Version: 1.0.9
Updated: 12/07/2019

@@ -295,6 +295,18 @@

From the GNU GPL v3.0:

Changelog