~ubuntu-branches/ubuntu/utopic/blender/utopic-proposed

« back to all changes in this revision

Viewing changes to release/scripts/startup/bl_ui/properties_data_bone.py

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-04-28 12:11:12 UTC
  • mto: (14.1.6 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20120428121112-2zi0vp8b6vejda8i
Tags: upstream-2.63
ImportĀ upstreamĀ versionĀ 2.63

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
            split = layout.split()
207
207
 
208
208
            col = split.column()
209
 
            col.prop(bone, "show_wire", text="Wireframe")
210
209
            col.prop(bone, "hide", text="Hide")
 
210
            sub = col.column()
 
211
            sub.active = bool(pchan.custom_shape)
 
212
            sub.prop(bone, "show_wire", text="Wireframe")
211
213
 
212
214
            if pchan:
213
215
                col = split.column()