ViewObserver doesn't fire messages on Zoom tool
-
Hi all,
Is it a known issue that Zoom tool doesn't cause ViewObserver to fire messages on zooming in and out in Parallel Projection mode or I'm the one who is doing something wrong?
Seems to work fine in Perspective Camera mode though.
class ViewObserver < Sketchup;;ViewObserver def onViewChanged(view) puts "onViewChanged #{view}" end end
Cheers,
Bro -
NOthing is listed at:
http://www.thomthom.net/software/sketchup/observers/
.. although the list is now 2 versions behind. -
Have you checked under any older versions?
-
@dan rathbun said:
NOthing is listed at:
http://www.thomthom.net/software/sketchup/observers/
.. although the list is now 2 versions behind.Seems like the issue was always there.
I have tried SU 8, 2013 and 2014. Using Zoom tool in Parallel Projection mode doesn't fire any messages. Tried that in couple of rendering plugins (Maxwell, etc.) and they showed consistent result -- zoom tool works fine unless used in parallel projection mode. -
Yeah, I can see this too. Thanks for reporting it. We've got it logged in our bug database now
Chris
Advertisement