On a previous topic (how many architects here?) came out a considerable number of Blender users who would greatly appreciate a few CAD-like features in Blender, mainly easier SNAP options and precise measures.
I know little about coding, but I know that Blender cannot have on-the-fly snaps because cannot manage events during a command (correct me if I’m wrong!).
So I’ll make a proposal that could operate with Blender’s current structure.
Let’s consider vertex snapping, ie I want to move an object making one of its vertex snapped to a vertex of another object.
By now we can do it so:
- Select object
- Select vertex
- Make Cursor on vertex
- Make new center on Cursor
- Select referring object
- Select referring vertex
- Make Cursor on vertex
- Select original object
- Make Selection on Cursor
A script could do it requiring only these steps:
STEPS:
- hit a snap command
- select referring object
- select referring vertex
- select object
- select vertex
Is it possible?
Has anyone a better idea?