Page MenuHome

find_node_operation and add_relation errors on old rig file
Closed, ArchivedPublic

Description

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: GeForce GTX 1080 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.30

Blender Version
Broken: version: 2.92.0 Alpha, branch: master, commit date: 2020-11-27 15:18, hash: rBfbdf1af35550

Short description of error

Example of terminal output:

find_node_operation: Failed for (BONE_DONE, '')
add_relation(Copy Transforms) - Could not find op_from (OperationKey(type: BONE, component name: 'spine_22', operation code: BONE_DONE))
add_relation(Copy Transforms) - Failed, but op_to (OperationKey(type: BONE, component name: 'spine_22', operation code: BONE_CONSTRAINTS)) was ok

Exact steps for others to reproduce the error

Event Timeline

Sybren A. Stüvel (sybren) changed the task status from Needs Triage to Needs Information from User.Dec 7 2020, 1:49 PM

@Daniel Salazar (zanqdo) Can you provide some more info? How did you create this file? The armature "RIG" has 867 bones, which is way too many for a developer to investigate.

@Sybren A. Stüvel (sybren) You're right I forgot a bunch of bones. I have re-uploaded the file!

This is one of my old Cosmos Laundromat rigs (Caterpillar)

Hello, any update on this one?

Bone "spine_22" has a Copy Transform constraint that targets itself. This isn't valid, which is why you get the error message. Doesn't seem like a bug to me.