You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CharacterProjection 0.2.1
A Blender add-on that draws human scale reference silhouettes only in the
orthographic view they belong to, straight into the viewport with the gpu
module, without creating anything in the scene.
- six projections, each drawn only in the view that belongs to it, decided per
viewport region so several viewports never fight over one visibility flag
- Facing, so the figure can look along whichever axis the character does
- calibration that measures the figure inside the image, from its alpha or from
a flat background colour, so Height is the height of the character and the
plan width follows from it
- four depth modes relative to the scene or to the active object
- reference images are deduplicated on load and dropped when unused, and images
the add-on did not load are never touched
- CC0 placeholder mannequin plus the generator that produced it
- 136 headless checks and an interactive GPU check
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>