Only search projects.blender.org
Log In
New Account
Home
My Page
Projects
Blender 2.x BF release
Summary
Activity
Tracker
SCM
Files
Blender 2.6 Bug Tracker: Browse
[#24403] Object.copy() duplicates armature action
Date:
2010-10-26 15:21
Priority:
3
State:
Closed
Submitted by:
Tom Edwards (
artfunkel
)
Assigned to:
Campbell Barton (campbellbarton)
Category:
Animation system
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
Summary:
Object.copy() duplicates armature action
Detailed description
When performing Object.copy() or ops.object.duplicate_move on an armature with an associated action, a duplicate of that action is created (e.g. ArmatureAction.001) and assigned to the newly-created object.
This is inconsistent with the handling of the datablock, which is not duplicated but instead shared by both objects. The original action should be shared in the same way, not copied.
Win7 x64 / 2.5 r32150 (current SVN)
Followup
Message
Date
: 2010-10-26 20:46
Sender
:
Campbell Barton
BKE_copy_animdata() always duplicates actions. this is intentional so assigning to Aligorith.
Date
: 2010-10-26 23:00
Sender
:
Campbell Barton
BKE_copy_animdata() always duplicates actions. this is intentional so assigning to Aligorith.
Date
: 2010-11-09 11:41
Sender
:
Campbell Barton
fixed in svn r32962
Attached Files:
Name
Date
Download
action_copy.blend
2010-10-26 15:21
Download
Changes:
Field
Old Value
Date
By
Resolution
Investigate
2010-11-09 11:41
campbellbarton
close_date
2010-11-09 11:41
2010-11-09 11:41
campbellbarton
assigned_to
aligorith
2010-11-09 11:41
campbellbarton
status_id
Open
2010-11-09 11:41
campbellbarton
Resolution
None
2010-10-26 20:46
campbellbarton
assigned_to
none
2010-10-26 20:46
campbellbarton
File Added
13251: action_copy.blend
2010-10-26 15:21
artfunkel