Align Tools - Transform Bug: 'Align Selected to Active' #104653
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#104653
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.19045-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 2080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.49
Blender Version
Broken: version: 3.4.1, branch: blender-v3.4-release, commit date: 2022-12-19 17:00, hash: rB55485cb379f7
Worked: (newest version of Blender that worked as expected)
Short description of error
There is a consistent problem using 'Align Selected to Active' when the active objects is controlled by 'Follow Path' constraint.
Exact steps for others to reproduce the error
In the example scene:
Select Obj-1.
Shift Select Obj-2.
Under 'Object/Transform' menu select 'Align Selected to Active'.
You will see that Obj-2 has now shifted away from the path.
Transform Bug: 'Align Selected to Active'to Align Tools - Transform Bug: 'Align Selected to Active'Looking through some old reports, can confirm this with current
Align Tools
addon version0.3.5
in blender 4.1+.Seems like the transforms source object get's it's transform vector overriden with the current actual position, not taking in account any modifiers or constraints which may have influenced the actual display position without changing it.
In attached demo file Cube is the source location and has a follow path constraint. Cube.001 is the target object, which should get aligned to Cube.
when only alining y or z axis (as the follow path changed the x position offset):
In regular cases this should pose no problem, but since the follow path constraint modifies the location without changing the actual transform values the override get's visible and thus creates an offset.