Skip to content

Commit

Permalink
Simplifying geodesic algorithm (#8)
Browse files Browse the repository at this point in the history
* Simplifying geodesic algorithm

* Adding multipoint geodesic

* Fixing last segment not being added on geodesic export

* Bumping up version

* Softening geodesic curve by cleaning up some points in the generated path

* Commenting out messages to make geodesic path more responsive

* Adding useful stats while adding points

* Tweaking grab mode look and feel

* More code cleanup

* More refactoring

* Even more code cleanup

* Enabling dragging point

* Improving drag logic

* More improvements

* Fixing descent direction when adding points

* Final polishing

* Minor description tweaks
  • Loading branch information
UncleFirefox authored Mar 14, 2021
1 parent 139d484 commit a04e909
Show file tree
Hide file tree
Showing 7 changed files with 850 additions and 860 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<img src="screenshots/headerimage.jpg" width="80%">
</div>

This Blender addon is intended to accelearate the creation of measures for an Avatar.
This Blender addon is intended to accelerate the creation of measures for an Avatar.

## Features
- Circular measures using bisection
- Segments along the surface using Geodesic Path (WIP)
- Connected multi-segment polilines using geodesic paths

## Developing the plugin
Install the following tools:
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Albert Rodriguez",
"description": "Tools to take measures for Avatar",
"blender": (2, 90, 0),
"version": (0, 3, 8),
"version": (0, 4, 0),
"location": "View3D > Toolshelf",
"warning": "This plugin is only compatible with Blender 2.90",
"category": "Add measures",
Expand Down
Loading

0 comments on commit a04e909

Please sign in to comment.