-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant left clic on nodes and in Viewer #2788
Comments
Hi William,. What graphics card and driver you using ? Cheers Don |
hi, it's on a laptop so it's a 6gig gtx 1060 coupled with intel one best |
It's probably not the same problem I get on Intel, where I can only box select nodes. Also on Intel I can't connect nodes by dragging a nodule from one node to another. I have to switch to my nvidia card to use gaffer. How do you switch between nv and Intel? It it dynamic like windows or do you have to restart? |
that's look similar, |
ok so i can tell that gaffer wasn't launch on nvidia GPU so i'm in the same boat as you with intel GPU problems. i try to find a way to launch it on nvidia then let you know |
This Intel problem has been bugging me for a while. I thought it was a driver problem but upraded recently and the problem persists. Given it's not just me who has this problem, I'll take a go at fixing it. D |
That would be great … Not being able to resolve, I gave up gaffer. |
I had the issue on Ubuntu 18.04. Solve Elantech Within Gnome: alex@laptop:~$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ ETPS/2 Elantech Touchpad id=12 [slave pointer (2)] |
I have just experienced this same issue with the latest gaffer 0.58.1.0 not sure i understand what the fix is.... |
Enabling GL_BLEND for selection renders on Intel graphics hardware leads to corrupted ids in the selection buffer, so we now ensure it is disabled for selection renders in `renderInternal`. We also consolidate the enabling of GL_BLEND so it only occurs in `renderInternal`, rather than in various parts of StandardStyle and in `ViewportGadget::render`. This fixes GafferHQ#901 and GafferHQ#2788 on the Intel graphics hardware we have available to test with.
Closing as an Intel graphics fix has been released in Gaffer 1.4.0.0b6. Please reopen if the issues persist. |
everything work well except that i can't select a node with left clic and move the node or link it to an other node.
it draw immediatly a selection box in the node editor (the only way to select a node actually for me) and nothing happened in the viewer
middle and right click work as espected
no error in the terminal
i use gaffer 0.48.0.0 and 0.49.0.0, binary from gaffer release page, on fedora 28
The text was updated successfully, but these errors were encountered: