From dd27b1fc0a6cb6f7c5ed9f44c26fb554481c8555 Mon Sep 17 00:00:00 2001 From: Neltulz Date: Mon, 23 Dec 2019 07:16:15 -0600 Subject: [PATCH] v1.0.5 - Sidebar Panel Improvements - Set default sidebar tab name to "Neltulz" so that all Neltulz related sidebars from various Neltulz add-ons will be organized here. - Changed operator bl_idnames to improve organization. This may break things if you've added operators to any custom pie menus. Sorry for the inconvenience. - Improved sidebar panel significantly. Better use of space. - Set default iteration count to 4 instead of 1. This provides better results most situations. --- README_Neltulz_Edge_Curve_Plus.html | 18 +++++-- __init__.py | 4 +- addon_preferences.py | 17 ++----- keymaps.py | 15 +----- main_ot.py | 20 ++------ misc_layout.py | 68 ++++++++++++++++++++++++++ misc_ot.py | 42 ++++++++-------- panels.py | 76 ++++++++++++++++------------- properties.py | 60 +++++++++++++++-------- 9 files changed, 193 insertions(+), 127 deletions(-) create mode 100644 misc_layout.py diff --git a/README_Neltulz_Edge_Curve_Plus.html b/README_Neltulz_Edge_Curve_Plus.html index c13f7c0..9f31b4a 100644 --- a/README_Neltulz_Edge_Curve_Plus.html +++ b/README_Neltulz_Edge_Curve_Plus.html @@ -10,11 +10,11 @@ - + - + @@ -79,7 +79,7 @@

- Neltulz - Edge Curve Plus
Version: 1.0.4
Last Update: 9/3/2019
+ Neltulz - Edge Curve Plus
Version: 1.0.5
Last Update: 12/23/2019

@@ -249,8 +249,8 @@
Hotkeys
ALT+SHIFT+E Insert Edge Loop(s) with Flow - object.neltulz_edge_curve_plus - numSegments = 1
useEdgeFlow = True
tension = 180
numIterations = 1
minAngle = 0 + ntz_edg_curv.insertedges + numSegments = 1
useEdgeFlow = True
tension = 180
numIterations = 4
minAngle = 0 @@ -352,6 +352,14 @@

From the GNU GPL v3.0:

Changelog