Page 1 of 1
General OGL issues(OSX) - SOLVED
Posted: Thu Aug 04, 2016 9:24 am
by sdanaher
When I try to move an object in the editor views with LV active all three other views update in real time along with the LV, but the view I'm clicking in does not until I release the mouse.
Likewise if I move the current camera view, OpenGL doesn't update until I release the mouse.
Is there a setting somewhere that gives priority to the OpenGL views so that the LV updates only AFTER the mouse is released so that I can work interactively in the viewport as normal?
I tried the Priority settings, does nothing.
Re: General OGL issues
Posted: Thu Aug 04, 2016 9:30 am
by aoktar
It's not about renderer. About access to viewport data. Be sure this option is like that. this is for only OSX not happen on windows.
Re: General OGL issues
Posted: Thu Aug 04, 2016 9:42 am
by sdanaher
That seems to work, thank you.
What does it do when its on (ie what functionality am I missing with it turned off)?
Re: General OGL issues
Posted: Thu Aug 04, 2016 9:57 am
by aoktar
sdanaher wrote:That seems to work, thank you.
What does it do when its on (ie what functionality am I missing with it turned off)?
It changes the place of geometry data catching in from plugin. This is a consequence and reason why i added this option.
Just changes the update mechanism. Can react a bit different but same results at the end.
Re: General OGL issues
Posted: Fri Aug 05, 2016 10:13 am
by sdanaher
aoktar wrote:sdanaher wrote:That seems to work, thank you.
What does it do when its on (ie what functionality am I missing with it turned off)?
It changes the place of geometry data catching in from plugin. This is a consequence and reason why i added this option.
Just changes the update mechanism. Can react a bit different but same results at the end.
Does it default to off for OSX version? If not perhaps it should....
Re: General OGL issues
Posted: Fri Aug 05, 2016 12:45 pm
by aoktar
It's OFF by default for OSX. (Edited message)
Re: General OGL issues
Posted: Fri Aug 05, 2016 5:07 pm
by sdanaher
aoktar wrote:It's ON by default for OSX
So perhaps it should be OFF by default...
Re: General OGL issues
Posted: Fri Aug 05, 2016 5:13 pm
by aoktar
sdanaher wrote:aoktar wrote:It's ON by default for OSX
So perhaps it should be OFF by default...
Yes typo sorry. That's OFF for OSX by default. You should be change that.