From 7d5ae041876dc4b2f8d02e01c19b43cf824f8283 Mon Sep 17 00:00:00 2001 From: jon denning Date: Tue, 5 Sep 2023 20:28:17 -0400 Subject: [PATCH] version bump, regenerated online help docs --- __init__.py | 3 +-- docs/Gemfile.lock | 12 ++++++------ docs/_data/keymaps.yml | 4 ++-- docs/_data/options.yml | 2 +- docs/changelist.md | 10 ++++++++++ hive.json | 2 +- 6 files changed, 21 insertions(+), 12 deletions(-) diff --git a/__init__.py b/__init__.py index 7fe353805..87c9e163d 100644 --- a/__init__.py +++ b/__init__.py @@ -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 diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 66dc10e6b..c55f03de4 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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 diff --git a/docs/_data/keymaps.yml b/docs/_data/keymaps.yml index a12bc2459..d898c6572 100644 --- a/docs/_data/keymaps.yml +++ b/docs/_data/keymaps.yml @@ -35,6 +35,8 @@ scale: "S" delete: "Backspace, Delete, X" delete_pie_menu: "Ctrl+Backspace, Ctrl+Delete, Ctrl+X" smooth_edge_flow: "Shift+S" +rip: "V" +rip_fill: "Alt+V" hide_selected: "H" hide_unselected: "Shift+H" reveal_hidden: "Alt+H" @@ -45,8 +47,6 @@ rotate_screen: "R, Shift+R" slide: "G" fill: "Enter, F, NumEnter" knife_reset: "E" -rip: "V" -rip_fill: "Alt+V" grease_clear: "C" brush: "LMB, LMB+Double, LMB+Drag" brush_alt: "Shift+LMB, Shift+LMB+Double, Shift+LMB+Drag" diff --git a/docs/_data/options.yml b/docs/_data/options.yml index 333c9e277..2f440ccd8 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.4.0 \ No newline at end of file +rf_version: 3.4.1 \ No newline at end of file diff --git a/docs/changelist.md b/docs/changelist.md index d85285e66..2344fd40a 100644 --- a/docs/changelist.md +++ b/docs/changelist.md @@ -2,6 +2,16 @@ This document contains details about what has changed in RetopoFlow since version 2.x. +### RetopoFlow 3.4.0→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→3.4.0 This version of RetopoFlow requires Blender 3.6 or later. diff --git a/hive.json b/hive.json index 3845baf64..d3660fb0c 100644 --- a/hive.json +++ b/hive.json @@ -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",