Multi Adjust keeps common Blender tweaks in one place so you can nudge several things at once instead of repeating the same move.
Prefer typing? Pop a short line like rx=45, x=0 z=2, or target=faces space=global into the command box and hit Run. Multi Adjust reads the words, updates the panel, and runs the right action right away.
Type commands then press Run.
x=0 z=2
Object Mode → Location. Edit Mesh → vertex coords.rx=45, rot.z=90, ry=1.57radsx=2, scale.y=1.2loc.x=0 loc.z=2origin.z=0, ox=1 (keeps geometry in place)space=local or space=global/worldtarget=verts|edges|faces|autoYou can combine:
rx=45 space=world (Object Mode)
x=0 z=2 space=global target=faces (Edit Mesh)
Note: if a single command includes multiple object transforms, priority is Rotation > Scale > Origin > Location.
| Token | Meaning |
|---|---|
x=. y=. z=. |
Set axes (Object Mode: Location; Edit: coords) |
rx=. ry=. rz=. |
Rotation in degrees by default; add rad |
sx=. sy=. sz=. |
Scale |
loc.x=. |
Object Location component |
origin.z=. or oz=. |
Object Origin component (keeps geometry in place) |
rot.y=. |
Object Rotation component |
scale.z=. or s.z=. |
Object Scale component |
space=local / global / world |
Write space |
target=verts / edges / faces / auto |
Mesh elements to affect |
rad for radians.v1.0.1 fixes issues from feedback
This extension does not require special permissions.