[Plugin]Fly Through v1.4.0-Feb 27,2014.
-
Hi,All.
I create a fly through plugin.
Let's fly as a bird in sketchup.
General disclaimer
I MAKES NO GUARANTEE OF VALIDITY about this script.
Please use this script at your own risk.DONWLOAD:
Get the latest version from the PluginStore: http://sketchucation.com/resources/pluginstore?pln=flythrough
or AutoInstall from within SketchUp using the SketchUcation Tools@unknownuser said:
version1.0
UPDATE:Mar21,2013.
BUGFIX:Default value of "SPEED" was too small.
BUGFIX:Could not hit [TAB] on Mac.so it replaced by[OPTION]key.
IMPROVE:"Look around" and "Move" works simultaneously.@unknownuser said:
Version1.2
UPDATE:Mar23,2013.
IMPROVE:Changing "SPEED" is placed in Context Menu.
IMPROVE:"Look around" and "Move" works more simultaneously.@unknownuser said:
Version1.21
UPDATE:Mar24,2013.
Add code "require 'sketchup.rb'"@unknownuser said:
Version1.4.0
UPDATE:Feb27,2014.
small improve.Toggle Look around mode by one clicking.- [Arrow] keys to Move.
- Drag mouse L button to Look Around.
- [Home] Key to UP(Windows)
- [End] key to DOWN(Windows)
- "[" key to UP(MAC)
- "]" key to DOWN(MAC)
- Press "SHIFT" key to Move fast.
- Context Menu to change SPEED value.
Latest Version:
-
WOW thats's cool thanks
-
Tak2
Thanks and fun too.
dtr
-
Not Mac ready keys won't work.
-
Domo aligatou gozaimasu tak2hata ruby sensei!
-
Will try, thank-you!
-
Hi,All.
I update this to ver1.1 on Mar 21,2013.Enjoy Flying.
Thanks! -
Hi,
On Mac there is an error, you have to change the "." sign for the "," in flylenght, so it'll works fine.
In ruby file lines 71 to 75:"def initialize
@flylength = 0,2.m
a = Sketchup.read_default("TAK2_FLYTHROUGH","FLYLENGTH","0,2m")
@flylength = a.to_l if a
#@flylength = 0,2.m
@lbtndn = false
@cxy = [ 0,0 ]
reset"Another problem on Mac is that you obtain "[" "]" pushing "Option (Alt) +`" and "Option (Alt) ++" if you have assigned on Mac the Option (Alt) key to change the Speed, I can't use Up and Down.
-
Oxer I don't think that's a mac error as such.
The "." "," issue is generally due to the global settings of your computer, whether it be PC or Mac. I imagine as you are from Spain you have your Mac using the common European system which uses the "," for example 2,5Deg Celsius, whereas a standard English based set up would write it as 2.5Deg Celsius.
Anyway, it's an unfortunate annoyance for all those who have the system set the "wrong way".
Feel free to give me a slap if this has nothing to do with your problem. -
Thanks for your answer, it's possible that the problem were in the metric units.
Is there a solution for the "[" "]" signs on Mac? -
Hi,Oxer and Box.
Your advices are useful infomation.
I will correct it later.Thanks.
-
Hi,All.
I update this to Ver 1.2 in Mar 23,2013.
Changing SPEED is placed in context menu.Thanks.
-
This plug-in is useful while in draw/edit objects,
could it possble effect when I draw something or move something.
just like autocad's Transparent command ? -
Hi,All.
I update this to v1.4.0.
small improve.
Thanks. -
@tak2hata said:
Hi,All.
I update this to v1.4.0.
small improve.
Thanks.Thank you. The mouse single click makes it reallllly better.
-
I tried this today, it worked well, but I have a suggestion, any way to ass a maintain camera height, say from the native su camera eye height? I do terrains a lot and it would be real cool to not look at the underside when moving across it. Floating Camera has this function, but the rest of the plugin has issues.
Thanks Ryan -
@tspco said:
I tried this today, it worked well, but I have a suggestion, any way to ass a maintain camera height, say from the native su camera eye height? I do terrains a lot and it would be real cool to not look at the underside when moving across it. Floating Camera has this function, but the rest of the plugin has issues.
Thanks RyanHi,Ryan.
I guess from your suggestion.
Is it walk tool of sketchup?
Or,Flying and collision with land and no gravity?
Thanks! -
I downloaded and installed today.
Running SU2014, Windows 7.
END key did not move down (or any direction). SHIFT key did not appear to move faster.
Advertisement