egtwobits / mesh_mesh_align_plus

Precisely align, move, and measure+match objects and mesh parts in your 3D scenes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maplus_banner_v3

Mesh Align Plus [Blender Addon]

Mesh Align Plus helps you move things around, precisely: arrange objects in your scene, align mesh parts to each other while you're modeling, and create complex custom transformations using measurements from your models. You pick surface features that you want to align, and the addon moves your geometry according to your specifications.

Mesh Align Plus can move objects and leave the underlying mesh data unmodified, or it can move mesh fragments inside a mesh during the modeling process. You can also use measurements from your scene like angle differences, lengths, average positions, normals and other imaginary geometry like an implicit axis, projected points of intersection, etc.

Mesh Align Plus is designed to provide precision modeling capabilities, especially for hard surface modelers, mechanical, architectural and CAD/CAM users. See the simple demo clips below for a general sense of what the addon can do, read the Wiki above (with tons of GIF's), or watch the video tutorials on YouTube.

Youtube Video Mesh Align Plus 1.0

Quick Examples

easy_apl_frontpage2 basics meshops_demo3

Installation

Mesh Align Plus should only be installed from the mesh_mesh_align_plus.zip files found on the releases page, attached to the end of each release announcement (don't zip and download the repo). These zip files are specifically formatted to work with Blender's addon system.

Once you have the right file, use Blender's addon installation feature to load it (Edit > Preferences > Addons > Install), and check the checkbox next to the addon name to enable and use it.

Open the sidebar (N) in the 3D View, go to the "Align" tab, and you will find panels for all the Mesh Align Plus tools (each panel name has (MAPlus) at the end):

The addon tab in the 3D View

Basic Usage

Note: See the wiki (above) for more in-depth tutorials and reference info

panelinfo2

Mesh Align Plus has both Easy Mode tools, and Expert Mode tools. Easy Mode provides the fastest, easiest workflows for common use cases, and as such should suit most people's needs most of the time. Expert mode is available for especially complex cases, and for those who need more options, flexibility and control over their transformations.

In both cases, Mesh Align Plus tools will operate on surface features that you pick. Even though there are several tools and multiple workflows available, you always need some kind of alignment key(s), and a target (the thing(s) you want to move). Typical workflows usually look something ROUGHLY like this:

  • Pick a surface feature by selecting some geometry as an alignment key (the source key) and hit grab
  • Pick another surface feature by selecting some other geometry (the destination key) and hit grab
  • Select some object(s) or mesh fragments to apply the motion to and hit apply

usage_diagram7a

Here's what aligning faces looks like with easy mode:

  • Select three verts on an object you want to move and hit "Start Alignment" to designate the source key
  • Select another three verts (same object, different object, whatever) and hit "Apply to Active" to designate a destination key and auto-align your source object from the first step (the target)

easy_apl_simple2

So, easy mode is faster and takes out some steps, but also isn't as flexible (the same basic ingredients pictured above are still captured though).

With expert mode, the source key, destination key, and target can be defined independently. The source and dest keys have alternate grab modes (average vertex position, grab normals for lines, etc.), and can use geometry from many objects. The target can also be completely independent of the source key, and there are additional target types beyond just objects (mesh piece, object origin, etc.).

Why would I need that?

For simple cases, you don't! Just use easy mode. But for more complex cases, the extra flexibility given by expert mode is essential. For example:

  • You want to center an object along an axis (an invisible/imaginary location)
  • You want to align related components so that feature A aligns to feature B, but want to maintain that object's position relative to its friends
  • You want to move a feature some percentage of the way between two points (or two imaginary locations)

So, Mesh Align Plus does alignments, but more generally it is a precision modeling tool that can help you ARRANGE objects or mesh fragments in your scenes, often by exploiting measurements and locations implicit in your scene's geometry.

About

Precisely align, move, and measure+match objects and mesh parts in your 3D scenes.


Languages

Language:Python 100.0%