~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to release/scripts/addons/object_edit_linked.py

  • Committer: Reinhard Tartler
  • Date: 2014-05-31 01:50:05 UTC
  • mfrom: (14.2.27 sid)
  • Revision ID: siretart@tauware.de-20140531015005-ml6druahuj82nsav
mergeĀ fromĀ debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    "location": "View3D > Toolshelf > Edit Linked Library",
26
26
    "description": "Allows editing of objects linked from a .blend library.",
27
27
    "wiki_url": "http://wiki.blender.org/index.php?title=Extensions:2.6/Py/Scripts/Object/Edit_Linked_Library",
28
 
    "tracker_url": "http://projects.blender.org/tracker/index.php?func=detail&aid=29630",
 
28
    "tracker_url": "https://developer.blender.org/T29630",
29
29
    "category": "Object"}
30
30
 
31
31
 
158
158
    bl_label = "Edit Linked Library"
159
159
    bl_space_type = "VIEW_3D"
160
160
    bl_region_type = "TOOLS"
 
161
    bl_category = "Relations"
161
162
 
162
163
    @classmethod
163
164
    def poll(cls, context):