Blender Git Loki
Git Commits -> Revision 868a679
Revision 868a679 by Dalai Felinto (master) March 12, 2019, 21:47 (GMT) |
Fix T62377: Crash hiding Armature in edit mode and switching to pose The poll function accepts hidden objects, so they are not stuck in pose mode, but the operator itself expects a valid base, which we don't have. When called from OBJECT_OT_mode_set() it will fallback to object mode. It is the same that happens when in Edit Mesh mode with a hidden active object and trying to change to Vertex Painting mode. |
Commit Details:
Full Hash: 868a6797e0d32f48f1238b8bcc2f483dc21c4412
Parent Commit: 41cb565
Lines Changed: +6, -0
1 Modified Path:
/source/blender/editors/object/object_edit.c (+6, -0) (Diff)