forked from bartvdbraak/blender
Bug #8178: in particle edit mode, select linked under the mouse should
only work with L-key, not ctrl+L, makes it seems as if ctrl+L type selected linked is not working correct, while it is just not implemented.
This commit is contained in:
parent
3d3023126a
commit
3a3fe8a480
@ -2173,7 +2173,8 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
|
|||||||
select_linked_tfaces(2);
|
select_linked_tfaces(2);
|
||||||
}
|
}
|
||||||
else if(G.f & G_PARTICLEEDIT) {
|
else if(G.f & G_PARTICLEEDIT) {
|
||||||
PE_select_linked();
|
if(G.qual==0)
|
||||||
|
PE_select_linked();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if((G.qual==0))
|
if((G.qual==0))
|
||||||
|
Loading…
Reference in New Issue
Block a user