Skip to content

Commit

Permalink
v3.3.0 official
Browse files Browse the repository at this point in the history
  • Loading branch information
vxlcoder committed Mar 17, 2023
1 parent b1ae9d1 commit b89d707
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/options.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
warning_max_sources: '1m'
warning_max_target: '20k'
rf_version: 3.3.
rf_version: 3.3.0
8 changes: 7 additions & 1 deletion docs/changelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
11 changes: 3 additions & 8 deletions docs/polystrips.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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


Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion hive.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b89d707

Please sign in to comment.