Parenting constrained objects move them #18134

Closed
opened 2008-12-30 23:24:26 +01:00 by Simon Rainerson · 7 comments

Category: Logic

%%%If you have an object constrained to an axis then parent the object to a second object the the child will lose it's constraints (which it should) but first it's moved. To where it would be constrained if the parent object where the world origin.

In the example file:
the smaller cube is constrained to the x-axis. When space is pressed the smaller cube is parented to the bigger. The smaller cube is moved to the same x coordinates as the bigger but stays on the other axis.

It should break the constraints and not relocated at all.%%%

**Category**: Logic %%%If you have an object constrained to an axis then parent the object to a second object the the child will lose it's constraints (which it should) but first it's moved. To where it would be constrained if the parent object where the world origin. In the example file: the smaller cube is constrained to the x-axis. When space is pressed the smaller cube is parented to the bigger. The smaller cube is moved to the same x coordinates as the bigger but stays on the other axis. It should break the constraints and not relocated at all.%%%

Changed status to: 'Open'

Changed status to: 'Open'
Member

Added subscriber: @JorgeBernalMartinez

Added subscriber: @JorgeBernalMartinez
Member

For me the current behaviour is the right one. If you want a behaviour where the constrains are removed i think you can obtain it with a little bit of additional logic as I show you in the blend attached

For me the current behaviour is the right one. If you want a behaviour where the constrains are removed i think you can obtain it with a little bit of additional logic as I show you in the blend attached
Benoit Bolsee was unassigned by Inês Almeida 2014-06-11 18:50:42 +02:00
Inês Almeida self-assigned this 2014-06-11 18:50:42 +02:00
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Member

This is the current behaviour:
when an object is parented to another its constraints are kept, but relative to the parent. So in this case, the child object has as constraint +-0 relative to the parent's X.

This is what is happening:
The child is parented, its loc/rot/scale is set relative to the parent, the loc is therefore an offset to the parent.
Then the constraint is run, and it sets the offset on X to 0 because that is its limit.

So this is actually doing what it is supposed to.. but I agree that it is not much intuitive and seeing it 'jump' is unexpected.
I'll close, but add as a ToDo a better constraint interface, where it can be specified the coordinate system of the constraint.

This is the current behaviour: when an object is parented to another its constraints are kept, but relative to the parent. So in this case, the child object has as constraint +-0 relative to the parent's X. This is what is happening: The child is parented, its loc/rot/scale is set relative to the parent, the loc is therefore an offset to the parent. Then the constraint is run, and it sets the offset on X to 0 because that is its limit. So this is actually doing what it is supposed to.. but I agree that it is not much intuitive and seeing it 'jump' is unexpected. I'll close, but add as a ToDo a better constraint interface, where it can be specified the coordinate system of the constraint.

Added subscriber: @vinay_godara

Added subscriber: @vinay_godara

Hey man I know rigid body are unable to use in same case (like in parenting , child object lost its limits, unstable joint in some case ) but i have create an addon which can apply limit to an object in all condition ,
But the problem is that I don't have a wiki page yet to upload my addon , I already send an request email 3 day ago , but did not get yet .

Hey man I know rigid body are unable to use in same case (like in parenting , child object lost its limits, unstable joint in some case ) but i have create an addon which can apply limit to an object in all condition , But the problem is that I don't have a wiki page yet to upload my addon , I already send an request email 3 day ago , but did not get yet .
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#18134
No description provided.