Ok, I finally got 2014.12.07 and the problem persists, though is a little
different.
Picking up the model and moving the mouse into the title area above now only
causes the viewport to zoom out partially - it's as if it is now limited by
something.
Panning is still "sluggish" compared to 2014.03 and requires excessive mouse
movement for on-screen displacement.
Sticky mouse button is still evident.
Crosshairs issue unchanged.
On a positive note, the erroneous warnings about functions have gone. :-)
--
View this message in context: http://forum.openscad.org/Has-the-preview-window-orbit-functionality-changed-2014-11-05-OSX-10-9-5-tp10133p10608.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
On Dec 18, 2014, at 06:56 AM, QuackingPlums quackingplums@hotmail.com wrote:
Picking up the model and moving the mouse into the title area above now only
causes the viewport to zoom out partially - it's as if it is now limited by
something.
Panning is still "sluggish" compared to 2014.03 and requires excessive mouse
movement for on-screen displacement.
Sticky mouse button is still evident.
Would you mind creating two separate github issues for these? We should definitely look into these before the upcoming release.
-> One for the sticky+zooming issue and another for the sluggish pan.
Crosshairs issue unchanged.
This was fixed before 2014.12.07. In my build, this works as it should. Could you double-check that you’re using the correct build?
-Marius
kintel wrote
Would you mind creating two separate github issues for these? We should
definitely look into these before the upcoming release.
-> One for the sticky+zooming issue and another for the sluggish pan.
Done.
kintel wrote
Crosshairs issue unchanged.
This was fixed before 2014.12.07. In my build, this works as it should.
Could you double-check that you’re using the correct build?
My apologies, I skimmed through my tests and got confused over which was the
correct/intended behaviour. This is indeed fixed in the latest build.
As an aside, I don't know if this is worthy of a mention: OSX won't show
more than one version of OpenSCAD in my launch pad - only the latest one
appears, despite them all being in my Applications folder and all having
execute permission granted in the security control panel. Is this related to
how the application is signed?
--
View this message in context: http://forum.openscad.org/Has-the-preview-window-orbit-functionality-changed-2014-11-05-OSX-10-9-5-tp10133p10631.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
On Dec 19, 2014, at 06:08 AM, QuackingPlums quackingplums@hotmail.com wrote:
As an aside, I don't know if this is worthy of a mention: OSX won't show
more than one version of OpenSCAD in my launch pad
Do you know of any other apps which correctly appear multiple times for different versions?
-Marius
I guess there's not a massive demand for it - I can only find one other
example in my launchpad which is the DJI Assistant software for the DJI
range of multicopters.
--
View this message in context: http://forum.openscad.org/Has-the-preview-window-orbit-functionality-changed-2014-11-05-OSX-10-9-5-tp10133p10893.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
On Jan 3, 2015, at 12:02 PM, QuackingPlums quackingplums@hotmail.com wrote:
I guess there's not a massive demand for it - I can only find one other
example in my launchpad which is the DJI Assistant software for the DJI
range of multicopters.
Thanks. Here’s a hack you can use for now. I don’t dare to include this right now as I’m not sure if it might break e.g. update behavior:
One one of your OpenSCAD.app in Finder:
o Right-click->Show Package Contents
o Open Contents->Info.plist in a text editor
o Change the bundle identifier, to something else than “org.openscad.OpenSCAD”, e.g.:
<key>CFBundleIdentifier</key>
<string>org.openscad.OpenSCAD-snapshot</string>
You might have to rebuild the LaunchPad database afterwards, see e.g. http://osxdaily.com/2011/08/01/refresh-launchpad-in-mac-os-x-10-7-lion/
-Marius