Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vxlcoder committed Sep 14, 2021
1 parent 1f36746 commit fd55790
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_data/options.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rf_version: '3.2.2'
rf_version: '3.2.3'
warning_max_sources: '1m'
warning_max_target: '20k'
6 changes: 6 additions & 0 deletions docs/changelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

### RetopoFlow 3.2.2→3.2.3

- Worked around a bug with Apple M1 MacBook Pro / Inter graphics card where Blender would crash on load
- Warn if a source or the target has non-invertible transformation matrix
- Minor change due to Blender 3.0 deprecating `blf.KERNING_DEFAULT`

### RetopoFlow 3.2.1→3.2.2

- Fixed major updater bug
Expand Down
8 changes: 8 additions & 0 deletions docs/warnings.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ If the edited mesh is not visible, RetopoFlow cannot start.
See [Quick Start Guide](quick_start.md) for more details.


## Setup: Non-Invertible Matrix

RetopoFlow is designed to work with sources and targets that have invertible transformation matrices.
RetopoFlow will warn if a source object or the target object has a transformation matrix that is not invertible (ex: one of the scale transform values is near 0).

While RetopoFlow will still start and operate when an object has a non-invertible matrix, the results and behaviors are undefined.


## Layout: Quad View / Multiple 3D Views

RetopoFlow is designed to work in a single 3D view.
Expand Down

0 comments on commit fd55790

Please sign in to comment.