Selection of multiple triangles in triangle edit mode

Report crashes, strange behaviour, or apparent bugs
Post Reply
Mildred34
Posts: 19
Joined: 12 May 2023, 16:03

Selection of multiple triangles in triangle edit mode

Post by Mildred34 »

Hello,

I can't select multiple triangles in the shape edit mode with shift + drag.

It was possible to do it in previous versions.
I'm in the V4.5.1 rev4 with Ubuntu 22.04.

I've just tested windows version, so it's only the Ubuntu version that is buggy !

BR,

Alexis

coppelia
Site Admin
Posts: 10336
Joined: 14 Dec 2012, 00:25

Re: Selection of multiple triangles in triangle edit mode

Post by coppelia »

Hello Alexis,

this is then probably very specific to your machine's gpu/drivers. We didn't change anything in that regard, as far as I know.

Cheers

Mildred34
Posts: 19
Joined: 12 May 2023, 16:03

Re: Selection of multiple triangles in triangle edit mode

Post by Mildred34 »

Indeed, it's working on WSL2 on my windows but not on my Linux computer.

To handle this, I have to force software rendering using:

Code: Select all

export LIBGL_ALWAYS_SOFTWARE=1

Post Reply