Copy attributes doesn't properly copy armature constraint #82863

Open
opened 2020-11-20 07:56:07 +01:00 by Nahuel Belich · 8 comments

System Information
Operating system: Linux-5.4.0-54-generic-x86_64-with-debian-bullseye-sid 64 Bits
Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 450.80.02

Blender Version
Broken: version: 2.92.0 Alpha, branch: master, commit date: 2020-11-14 08:44, hash: blender/blender@a3ce05d00e; 2.91.0
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: Copy Attributes Menu (0, 4, 9)
Author: Bassam Kurdali, Fabian Fricke, Adam Wiseman

Short description of error
Copy selected constraints doesn't properly copy the armature constraint that was added in blender a few versions ago.
image.png
Configuration its not been copied
image.png

*Exact steps for others to reproduce the error

bug.blend
1-Select sphere
image.png
2-Shift select the cube
image.png
3-Ctrl+C Copy Constraint "Armature" Copy Object Constraint

**System Information** Operating system: Linux-5.4.0-54-generic-x86_64-with-debian-bullseye-sid 64 Bits Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 450.80.02 **Blender Version** Broken: version: 2.92.0 Alpha, branch: master, commit date: 2020-11-14 08:44, hash: `blender/blender@a3ce05d00e`; 2.91.0 Worked: (newest version of Blender that worked as expected) **Addon Information** Name: Copy Attributes Menu (0, 4, 9) Author: Bassam Kurdali, Fabian Fricke, Adam Wiseman **Short description of error** Copy selected constraints doesn't properly copy the armature constraint that was added in blender a few versions ago. ![image.png](https://archive.blender.org/developer/F9333586/image.png) Configuration its not been copied ![image.png](https://archive.blender.org/developer/F9333591/image.png) **Exact steps for others to reproduce the error* [bug.blend](https://archive.blender.org/developer/F9333563/bug.blend) 1-Select sphere ![image.png](https://archive.blender.org/developer/F9333578/image.png) 2-Shift select the cube ![image.png](https://archive.blender.org/developer/F9333583/image.png) 3-Ctrl+C ~~Copy Constraint "Armature"~~ Copy Object Constraint
Author

Added subscriber: @NahuelBelich

Added subscriber: @NahuelBelich
Member

Added subscriber: @Mets

Added subscriber: @Mets
Member

This should've been partially fixed by abeef11a77. I think you're using "Copy Bone Constraints" rather than "Copy Selected Constraints" - the former does still have the issue, and that needs to be fixed in an operator that I think is implemented in C. But Copy Selected Constraints should copy armature constraints correctly. Can you confirm?

This should've been partially fixed by abeef11a77. I think you're using "Copy Bone Constraints" rather than "Copy Selected Constraints" - the former does still have the issue, and that needs to be fixed in an operator that I think is implemented in C. But Copy Selected Constraints should copy armature constraints correctly. Can you confirm?

Added subscriber: @rjg

Added subscriber: @rjg

Copy Object Constraints results in the describe issue, Copy Selected Constraints has no effect with the provided steps.

*Copy Object Constraints* results in the describe issue, *Copy Selected Constraints* has no effect with the provided steps.

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

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

I'm confirming this issue, because Copy Object Constraints doesn't seem to be handled properly.

I'm confirming this issue, because *Copy Object Constraints* doesn't seem to be handled properly.
Author

hi @Mets
Im talking about objetct constraints not bone constraints, objects can have an armature constraint, i guess it was introduce in 2.83,
This operator copies the constraint properly from object to object .
image.png
The problem its with the add on, this option copies the armature constraint (on the object, object level) but ignores its configuration
image.png
empty
image.png
As far as i see this is the only constraint with this problem but i need to test more, didn't test every constraint maybe others has issues too

hi @Mets Im talking about objetct constraints not bone constraints, objects can have an armature constraint, i guess it was introduce in 2.83, This operator copies the constraint properly from object to object . ![image.png](https://archive.blender.org/developer/F9345572/image.png) The problem its with the add on, this option copies the armature constraint (on the object, object level) but ignores its configuration ![image.png](https://archive.blender.org/developer/F9345626/image.png) empty ![image.png](https://archive.blender.org/developer/F9345661/image.png) As far as i see this is the only constraint with this problem but i need to test more, didn't test every constraint maybe others has issues too
Sign in to join this conversation.
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-addons#82863
No description provided.