forked from bartvdbraak/blender
Fix for bug #9664: switching to particle edit mode with ctrl+shift+tab
from paint modes didn't work correct.
This commit is contained in:
parent
bc18e9e290
commit
19985ae918
@ -742,6 +742,8 @@ int blenderqread(unsigned short event, short val)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if(G.qual&LR_CTRLKEY && G.qual&LR_SHIFTKEY){
|
else if(G.qual&LR_CTRLKEY && G.qual&LR_SHIFTKEY){
|
||||||
|
if(!(G.f & G_PARTICLEEDIT))
|
||||||
|
exit_paint_modes();
|
||||||
PE_set_particle_edit();
|
PE_set_particle_edit();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user