Copy Rotation Constraint - adding rotations causes unexpected behaviour #74266

Open
opened 2020-02-27 20:45:19 +01:00 by Mustafa Quraish · 10 comments

System Information
Operating system: Windows
Graphics card: GTX 1650 Max-Q`

Blender Version
Broken: v2.81a, v2.81, v2.82

Short description of error
When adding a Copy Rotation constraint to an object, the Add mode seems to not work correctly
(or at least how I would expect it to work). For example, setting the rotation of the object to (x,x,x) and
the target to (-x, -x, -x) does not consistently result in having no net effect. The value for which this stops
working is x >= 54.

Exact steps for others to reproduce the error
1 - Add an object, give it a rotation of (80, 80, 80), Euler XYZ (default)
2 - Add an empty, give it a rotation of (-80, -80, -80)
3 - Add a Copy rotation constraint on the object, and set the target to empty

The included bug.blend file contains an animation that goes over the values of x as described in the
above example from 0-100. The problem can be seen around halfway through the animation at the
critical value above.

Result
Object seems to have a weird rotation, which is not the expected outcome. The same happens
when only one of the axes is rotated more, and also when they don't necessarily add up to 0.

This has been tested on multiple Windows machines.

bug.blend

**System Information** Operating system: Windows Graphics card: GTX 1650 Max-Q` **Blender Version** Broken: v2.81a, v2.81, v2.82 **Short description of error** When adding a Copy Rotation constraint to an object, the `Add` mode seems to not work correctly (or at least how I would expect it to work). For example, setting the rotation of the object to (x,x,x) and the target to (-x, -x, -x) does not consistently result in having no net effect. The value for which this *stops* working is x >= 54. **Exact steps for others to reproduce the error** 1 - Add an object, give it a rotation of (80, 80, 80), Euler XYZ (default) 2 - Add an empty, give it a rotation of (-80, -80, -80) 3 - Add a Copy rotation constraint on the object, and set the target to empty The included `bug.blend` file contains an animation that goes over the values of x as described in the above example from 0-100. The problem can be seen around halfway through the animation at the critical value above. **Result** Object seems to have a weird rotation, which is not the expected outcome. The same happens when only one of the axes is rotated more, and also when they don't necessarily add up to 0. This has been tested on multiple Windows machines. [bug.blend](https://archive.blender.org/developer/F8376253/bug.blend)

Added subscriber: @mustafaquraish

Added subscriber: @mustafaquraish

#78119 was marked as duplicate of this issue

#78119 was marked as duplicate of this issue

#74988 was marked as duplicate of this issue

#74988 was marked as duplicate of this issue
Mustafa Quraish changed title from Copy Rotation Constraint - Adding rotations to Copy Rotation Constraint - adding rotations causes unexpected behaviour 2020-02-27 20:46:33 +01:00

Added subscriber: @mano-wii

Added subscriber: @mano-wii

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'

Euler rotation is not very reliable to obtain a final position. Partly because you have to follow an order when applying the values.
And here we need to be concerned with 3 orders. The one for the Cube, the one for the Cylinder and the one indicated in the Constraint.

But it is interesting to see in the file that the constraint seems to work as expected before the angle value reaches 55.3.
I think it deserves an investigation.

Euler rotation is not very reliable to obtain a final position. Partly because you have to follow an order when applying the values. And here we need to be concerned with 3 orders. The one for the Cube, the one for the Cylinder and the one indicated in the Constraint. But it is interesting to see in the file that the constraint seems to work as expected before the angle value reaches 55.3. I think it deserves an investigation.

Observing the code I could see that Constraint does not directly use the Euler values of the object, but generates then from the matrix of each object (because they can be modified by other constraints).
However, for the same final position, two Euler values are possible. One is the same set by the user and the other is different. The constraint chooses Euler values that are less different between themselves.

Given the limitations of Euler, I don't see how to indicate to the constraint which of the values should be used. So I don't think we can solve this problem (unless we remove this constraint).

Observing the code I could see that Constraint does not directly use the Euler values of the object, but generates then from the matrix of each object (because they can be modified by other constraints). However, for the same final position, two Euler values are possible. One is the same set by the user and the other is different. The constraint chooses Euler values that are less different between themselves. Given the limitations of Euler, I don't see how to indicate to the constraint which of the values should be used. So I don't think we can solve this problem (unless we remove this constraint).

Added subscribers: @MatBrady, @ankitm

Added subscribers: @MatBrady, @ankitm

@mano-wii "Given the limitations of Euler, I don't see how to indicate to the constraint which of the values should be used. So I don't think we can solve this problem (unless we remove this constraint)."

Is there a way for the User to choose manually?

I.e. Could a manual toggle switch be used as a temporary fix until the code can be overhauled? Or in a drop down menu? See pic.

https://i.imgur.com/LdUz2s1.gif

@mano-wii "Given the limitations of Euler, I don't see how to indicate to the constraint which of the values should be used. So I don't think we can solve this problem (unless we remove this constraint)." Is there a way for the User to choose manually? I.e. Could a manual toggle switch be used as a temporary fix until the code can be overhauled? Or in a drop down menu? See pic. https://i.imgur.com/LdUz2s1.gif

Added subscribers: @DimaM, @iss

Added subscribers: @DimaM, @iss
Philipp Oeser removed the
Interest
Animation & Rigging
label 2023-02-09 14:36:15 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
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
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#74266
No description provided.