From b89d7078a5373411ad3dfd7d090e2a969d7ef773 Mon Sep 17 00:00:00 2001 From: jon denning Date: Thu, 16 Mar 2023 20:09:55 -0400 Subject: [PATCH] v3.3.0 official --- __init__.py | 2 +- docs/_data/options.yml | 2 +- docs/changelist.md | 8 +++++++- docs/polystrips.md | 11 +++-------- hive.json | 2 +- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/__init__.py b/__init__.py index ef9d1c9d9..03541b0c0 100644 --- a/__init__.py +++ b/__init__.py @@ -42,7 +42,7 @@ ####################################################################################### # NOTE: the following two lines are automatically updated based on hive.json "version": (3, 3, 0), # @hive.version - "warning": "Alpha", # @hive.release + # "warning": "Alpha", # @hive.release # if "warning" is present (not commented out), a warning icon will show in add-ons list ####################################################################################### "doc_url": "https://docs.retopoflow.com", diff --git a/docs/_data/options.yml b/docs/_data/options.yml index 4203a1b6b..37fca5d5a 100644 --- a/docs/_data/options.yml +++ b/docs/_data/options.yml @@ -1,3 +1,3 @@ warning_max_sources: '1m' warning_max_target: '20k' -rf_version: 3.3.0α \ No newline at end of file +rf_version: 3.3.0 \ No newline at end of file diff --git a/docs/changelist.md b/docs/changelist.md index 200d571df..12c16fff4 100644 --- a/docs/changelist.md +++ b/docs/changelist.md @@ -13,7 +13,13 @@ This document contains details about what has changed in RetopoFlow since versio - Removed code for Blender 2.79 and earlier - Reorganized file structure - Improved Hive integration -- ... +- Added option to keep viewport orbit center when nothing is selected +- Added options to control Tweak/Relax brush alpha +- Fixed disappearing text on detail UI elements at certain Blender UI scales +- Fixed crash when exiting RetopoFlow after starting in wireframe mode +- Fixed issue where selected but hidden geometry could get deleted +- Turning off shading optimization now restores original shading settings +- General code improvement ### RetopoFlow 3.2.8→3.2.9 diff --git a/docs/polystrips.md b/docs/polystrips.md index 625c3a472..9ca2e301f 100644 --- a/docs/polystrips.md +++ b/docs/polystrips.md @@ -1,9 +1,8 @@ # ![](polystrips-icon.png) PolyStrips Help -![](help_polystrips.png) - Shortcut: {{ site.data.keymaps.polystrips_tool }} + The PolyStrips tool provides quick and easy ways to map out key face loops for complex models. For example, if you need to retopologize a human face, creature, or any other complex organic or hard-surface object. @@ -12,6 +11,8 @@ The strokes are instantly converted into spline-based strips of polygons. Any continuous quad strip may be manipulated with PolyStrips via the auto-generated spline handles. +![](help_polystrips.png) + ## Creating @@ -59,9 +60,3 @@ The following actions apply to when the mouse is hovering over control points of | :--- | :--- | :--- | | {{ site.data.keymaps.delete }} | : | delete/dissolve/collapse selected | - -## Options - -Cut Count adjusts how many segments the selected PolyStrip has. The option will be greyed out if no strips are selected or if more than one strip is selected. The Cut Count can be altered for multiple strips, however, by using the hotkeys {{ site.data.keymaps.increase_count }} and {{ site.data.keymaps.decrease_count }} - -Scale Falloff controls the power of the falloff curve when scaling control points. A low value (minimum 0.25) resembles Blender's smooth falloff and will scale farther segments almost as much as closer ones. A high value (maximum 4.00) resembles Blender's sharp falloff and will scale closer segments much more than those farther away. diff --git a/hive.json b/hive.json index 6cc3492e4..ca0cc3dae 100644 --- a/hive.json +++ b/hive.json @@ -2,7 +2,7 @@ "name": "RetopoFlow", "description": "A suite of retopology tools for Blender through a unified retopology mode", "version": "3.3.0", - "release": "alpha", + "release": "official", "source": "Blender Market", "product url": "https://blendermarket.com/products/retopoflow", "documentation url": "https://docs.retopoflow.com",