Skip to content

Commit

Permalink
version bump, regenerated online help docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vxlcoder committed Sep 6, 2023
1 parent a05ff21 commit 7d5ae04
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 12 deletions.
3 changes: 1 addition & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"doc_url": "https://docs.retopoflow.com",
"tracker_url": "https://github.com/CGCookie/retopoflow/issues",
"location": "View 3D > Header",
"category": "3D View",
"warning": "Alpha",}
"category": "3D View",}

# update bl_info above based on hive data
from .addon_common.hive.hive import Hive
Expand Down
12 changes: 6 additions & 6 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.11.1)
colorator (1.1.0)
commonmarker (0.23.9)
commonmarker (0.23.10)
concurrent-ruby (1.2.2)
dnsruby (1.70.0)
simpleidn (~> 0.2.1)
Expand Down Expand Up @@ -210,8 +210,8 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.18.1)
nokogiri (1.15.3-x86_64-linux)
minitest (5.19.0)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand All @@ -223,7 +223,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rexml (3.2.6)
rouge (3.26.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
Expand All @@ -250,7 +250,7 @@ GEM
unicode-display_width (1.8.0)
wdm (0.1.1)
webrick (1.8.1)
zeitwerk (2.6.8)
zeitwerk (2.6.11)

PLATFORMS
x86_64-linux
Expand Down
4 changes: 2 additions & 2 deletions docs/_data/keymaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ scale: "<code>S</code>"
delete: "<code>Backspace</code>, <code>Delete</code>, <code>X</code>"
delete_pie_menu: "<code>Ctrl+Backspace</code>, <code>Ctrl+Delete</code>, <code>Ctrl+X</code>"
smooth_edge_flow: "<code>Shift+S</code>"
rip: "<code>V</code>"
rip_fill: "<code>Alt+V</code>"
hide_selected: "<code>H</code>"
hide_unselected: "<code>Shift+H</code>"
reveal_hidden: "<code>Alt+H</code>"
Expand All @@ -45,8 +47,6 @@ rotate_screen: "<code>R</code>, <code>Shift+R</code>"
slide: "<code>G</code>"
fill: "<code>Enter</code>, <code>F</code>, <code>NumEnter</code>"
knife_reset: "<code>E</code>"
rip: "<code>V</code>"
rip_fill: "<code>Alt+V</code>"
grease_clear: "<code>C</code>"
brush: "<code>LMB</code>, <code>LMB+Double</code>, <code>LMB+Drag</code>"
brush_alt: "<code>Shift+LMB</code>, <code>Shift+LMB+Double</code>, <code>Shift+LMB+Drag</code>"
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.4.0
rf_version: 3.4.1
10 changes: 10 additions & 0 deletions docs/changelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This document contains details about what has changed in RetopoFlow since version 2.x.

### RetopoFlow 3.4.0&rarr;3.4.1

- Improved visualization and editing when working on "wrong" side of symmetry
- Fixed bridging bug with Strokes
- Fixed many bugs
- Improved general PolyPen performance
- UI drawing uses framebuffers again (UI performance)
- Warns when geometry is on "wrong" side of symmetry
- General code cleanup, refactor, and optimizations

### RetopoFlow 3.3.0&rarr;3.4.0

This version of RetopoFlow requires Blender 3.6 or later.
Expand Down
2 changes: 1 addition & 1 deletion hive.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A suite of retopology tools for Blender through a unified retopology mode",
"author": "Jonathan Denning, Jonathan Lampel, Jonathan Williamson, Patrick Moore, Patrick Crawford, Christopher Gearhart",
"version": "3.4.1",
"release": "alpha",
"release": "official",
"source": "Blender Market",
"blender hard minimum version": "3.5.1",
"blender minimum version": "3.6.0",
Expand Down

0 comments on commit 7d5ae04

Please sign in to comment.