Log In
New Account
Home My Page Projects Blender 2.x BF release
Summary Activity Tracker SCM Files

Blender 2.6 Bug Tracker: Browse

[#29950] Linked proxy armature object properties can't be edited

Date:
2012-01-22 09:19
Priority:
3
State:
Closed
Submitted by:
Andrey Dubravin (daa84)
Assigned to:
Campbell Barton (campbellbarton)
Category:
Interface
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
 
Summary:
Linked proxy armature object properties can't be edited
Detailed description
Create one bone aramture, add to group, in "Properteis" widow -> "Object Data" tab, add one custom property, save.
New file, link group from first file, add group instance, make armature proxy (ctrl+p), in "Properteis" widow -> "Object Data" tab - custom properties values can't be changed. New properties can be added - but also with value not editable. Properties can be changed by edit button.
Think properties values must be editable.

blender 2.61, linux x64, nvidia.

Followup

Message
  • Date: 2012-11-06 20:03
  • Sender: Ton Roosendaal
  • Andrey: you cannot add custom properties to the Object Data - that is still from the library,
    A proxy means that only the object (and the pose is there too) is local for editing.

    The button should be greyed out though. This is deep in python code...

    Campbell: it's in the class WM_OT_properties_add(Operator): (wm.py).
    Needs a check for library data.
 

Attached Files:

No Files Currently Attached

Changes:

Field Old Value Date By
StatusConfirmed2013-01-23 07:10campbellbarton
status_idOpen2013-01-23 07:10campbellbarton
close_dateNone2013-01-23 07:10campbellbarton
assigned_toton2012-11-06 20:03ton
StatusNew2012-11-06 20:03ton
assigned_tocampbellbarton2012-11-04 14:00ton
assigned_tonone2012-01-24 14:53campbellbarton