Page MenuHome

Group and Custom shape options for select similar.
AbandonedPublic

Authored by Aaron Carlisle (Blendify) on Feb 6 2016, 8:24 PM.

Details

Summary

New options for select similar.

I'm not sure if my way of finding corresponding Bone and EditBone is best one,
but I didn't find better.

Diff Detail

Repository
rBM Blender Manual

Event Timeline

Michał Ziobro (Muchomor) retitled this revision from to Group and Custom shape options for select similar..
Michał Ziobro (Muchomor) updated this object.
Michał Ziobro (Muchomor) set the repository for this revision to rB Blender.
Brecht Van Lommel (brecht) requested changes to this revision.Feb 6 2016, 11:37 PM
Brecht Van Lommel (brecht) edited edge metadata.

So the group and custom shape are actually pose mode properties, which makes this tool is a bit odd in armature edit mode. Perhaps it's actually against the design to use such pose mode properties in armature edit mode? I'm not sure.

@Joshua Leung (aligorith), @Campbell Barton (campbellbarton), do you have an opinions on this?

If this functionality is ok, then my two comments are that you should check for the case that obedit->pose is NULL, and to name the variable pose instead of pos.

This revision now requires changes to proceed.Feb 6 2016, 11:37 PM
Michał Ziobro (Muchomor) edited edge metadata.

Yeah, it's a bit weird, but maybe usable?

Also not really keen on adding pose-mode options (which arent even visible) to edit mode,
probably better to have these as pose-mode select grouped options though. (realize this should have been covered in quick-hack).

Theres a patch to add this in post-mode (D1784), closing this one.

This revision was automatically updated to reflect the committed changes.

EEK did not mean to do that :/