Floaty disconnected bones appearing on complex rigs #66582

Closed
opened 2019-07-08 23:04:47 +02:00 by Alex · 10 comments

System Information
Operating system: macOS Mojave & Pop!_OS
Graphics card: AMD FirePro D700 6 GB & Iris Integrated

Blender Version
Broken: 2.80 (2019007-07 23:53) Hash: bb2abacb4b
Worked: Never... but sometimes..?

Short description of error
Sometimes when building complex rigs my armature will decide it dislikes a bone or bones and the bone acts as if its disconnected from the rest of the armature but sort of jiggly (See Video Below). Its very strange. Kinda neat looking but not what I am going for. This effect seems to show up and disappear and random. It remains after export to FBX and Collada if the animation is exported when the bug is showing up.

Exact steps for others to reproduce the error
I wish I could detail how this happens. It really only happens after i have been working on a rig for a while. It does seems to happen a lot with bones connected to IK constraints but its has happened to other bones at random as well.JigglyBoneBug_Blender (19.7.7).mp4

NORA_RigLabel.blend1

NORA_RigLabel.blend

**System Information** Operating system: macOS Mojave & Pop!_OS Graphics card: AMD FirePro [D700](https://archive.blender.org/developer/D700) 6 GB & Iris Integrated **Blender Version** Broken: 2.80 (2019007-07 23:53) Hash: bb2abacb4b5c Worked: Never... but sometimes..? **Short description of error** Sometimes when building complex rigs my armature will decide it dislikes a bone or bones and the bone acts as if its disconnected from the rest of the armature but sort of jiggly (See Video Below). Its very strange. Kinda neat looking but not what I am going for. This effect seems to show up and disappear and random. It remains after export to FBX and Collada if the animation is exported when the bug is showing up. **Exact steps for others to reproduce the error** I wish I could detail how this happens. It really only happens after i have been working on a rig for a while. It does seems to happen a lot with bones connected to IK constraints but its has happened to other bones at random as well.[JigglyBoneBug_Blender (19.7.7).mp4](https://archive.blender.org/developer/F7577636/JigglyBoneBug_Blender__19.7.7_.mp4) [NORA_RigLabel.blend1](https://archive.blender.org/developer/F7577643/NORA_RigLabel.blend1) [NORA_RigLabel.blend](https://archive.blender.org/developer/F7577642/NORA_RigLabel.blend)
Author

Added subscriber: @newyear-3

Added subscriber: @newyear-3

Added subscribers: @Sergey, @mano-wii

Added subscribers: @Sergey, @mano-wii

If you open the console you will see that the rig has 14 dependency cycles.
This is usually cause of delay.
But I don't have much knowledge in this area.
@Sergey, what do you think, this is a bug?
depedency_cycles_log.txt

If you open the console you will see that the rig has 14 dependency cycles. This is usually cause of delay. But I don't have much knowledge in this area. @Sergey, what do you think, this is a bug? [depedency_cycles_log.txt](https://archive.blender.org/developer/F7579090/depedency_cycles_log.txt)

Undefined behavior of rig when it has dependency cycle is not a bug.

There is chance it is fake/avoidable dependency cycle, but for investigation we need a simple rig, which only includes relevant parts, with as few bones as possible.

Undefined behavior of rig when it has dependency cycle is not a bug. There is chance it is fake/avoidable dependency cycle, but for investigation we need a simple rig, which only includes relevant parts, with as few bones as possible.
Author

I have removed all unnecessary bones, mesh, and constraints. If anything is removed from this version of the model the floatybone issue stops happening. Looks like their are still 9 dependency cycles. Hope this helps and is not all just user error. ha ha. Thanks for taking a look at this.

Floatybones_Example.blend1

Floatybones_Example.blend

I have removed all unnecessary bones, mesh, and constraints. If anything is removed from this version of the model the floatybone issue stops happening. Looks like their are still 9 dependency cycles. Hope this helps and is not all just user error. ha ha. Thanks for taking a look at this. [Floatybones_Example.blend1](https://archive.blender.org/developer/F7579268/Floatybones_Example.blend1) [Floatybones_Example.blend](https://archive.blender.org/developer/F7579267/Floatybones_Example.blend)

@Sergey, in the new attached file, when you move the bone near the origin and press ESC the problem is more noticeable.
But I still can't confirm if it has any fake/avoidable dependency cycle.

@Sergey, in the new attached file, when you move the bone near the origin and press `ESC` the problem is more noticeable. But I still can't confirm if it has any fake/avoidable dependency cycle.
Author

I have played with it a little more and gotten it down to 1 dependency cycle. This is a different area of the rig but when you move the bone (LargeLegAnchor.R) you will see that bone (LargeLegTrack.R) has the floaty bone issue. In this version file if you delete the copy rotation constraint the issue goes away but not if you just turn it off. This seems to be the same issue but is being caused by something different? Not sure. Floatybones_Example2.blend1

Floatybones_Example2.blend.

I have played with it a little more and gotten it down to 1 dependency cycle. This is a different area of the rig but when you move the bone (LargeLegAnchor.R) you will see that bone (LargeLegTrack.R) has the floaty bone issue. In this version file if you delete the copy rotation constraint the issue goes away but not if you just turn it off. This seems to be the same issue but is being caused by something different? Not sure. [Floatybones_Example2.blend1](https://archive.blender.org/developer/F7579329/Floatybones_Example2.blend1) [Floatybones_Example2.blend](https://archive.blender.org/developer/F7579328/Floatybones_Example2.blend).

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Sergey Sharybin self-assigned this 2019-07-09 17:13:38 +02:00

In the original file from Floatybones_Example.blend bone Thigh2.L copies rotation from Thigh2Pivot.L, but at the same time Thigh2.L is parent of Thigh2Pivot.L. Rest of the cycles seems to have similar nature.

Floatybones_Example2.blend has similar situation.

This is real dependency cycle and we can not do anything about it. You'd need to find a way to rig your model without introducing such cycles.

In the original file from `Floatybones_Example.blend` bone `Thigh2.L` copies rotation from `Thigh2Pivot.L`, but at the same time `Thigh2.L` is parent of `Thigh2Pivot.L`. Rest of the cycles seems to have similar nature. `Floatybones_Example2.blend` has similar situation. This is real dependency cycle and we can not do anything about it. You'd need to find a way to rig your model without introducing such cycles.
Author

Thanks again for looking at this. Glad it's just me and not a bug. ha ha. Cheers!

Thanks again for looking at this. Glad it's just me and not a bug. ha ha. Cheers!
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
3 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#66582
No description provided.