[Plugin] Axis Cam v1.0.4
-
[pre:224gq86c]Authors:: Renderiza
Plugin Name:: Axis Cam
Version:: 1.0.4
Date:: 9/24/2013
Cost:: Free[/pre:224gq86c]
Axis Cam%(#909090)[Control your camera with keyboard along axis.
Features
- Move the camera along X & Y axis using the arrow keys.
- Move the camera up or down the Z axis using the "w" & "s" keys.
- Modify Field of View with "a" & "d" keys.
- Multiply the speed by two when holding "Shift" key.
Menus & Toolbars
- Plugins » Renderiza Tools » Axis Cam
- Toolbar button » Axis Cam]
Available at
sketchUcation
PluginStore
click here______________________________________________________________________
Extension Warehouse
click here
Note: If the latest version is not yet available at Extension Warehouse that means it is still awaiting to be approved by the quality assurance team to make sure extension meets the technical and security requirements.
______________________________________________________________________
Web-Dialog
______________________________________________________________________
Controls
-
[pre:u8m030nq]Authors:: Renderiza
Plugin Name:: Axis Cam
Version:: 1.0.1
Date:: 9/20/2013
Cost:: Free[/pre:u8m030nq]
Axis Cam v1.0.1 is now available for download.
%(#909090)[What is new:- Move the camera up or down the Z axis using the "w" & "s" keys.
- Modify Field of View with "a" & "d" keys.
- Multiply the speed by two when holding "Shift" key.]
-
Hi again Renderiza,
When I saw WASD keys I thought you would make us enter our own projects shooting badguys around corners.
It's a safe plugin I guess...
Best regards,
JQL
-
Maybe next update will include that feature.
-
With Sketchup 8 Pro :
Script error line 155 character 92 syntax error code 0
idem line 177
idem line 199
idem line 218best regards
-
@chris87 said:
With Sketchup 8 Pro :
Script error line 155 character 92 syntax error code 0
idem line 177
idem line 199
idem line 218best regards
Thank you for feedback! Will try to solve it...cheers!
-
I really liked that idea. But I think that would be more interesting if you create something that approaching this idea, using the keyboard:
http://www.youtube.com/watch?v=2sTyJki96Ec
It would be great if we can move the camera and also the target with keyboard, at the same time, like a game. It would be interesting if we could configure shortcuts permanent, even this plugin not being active -
[pre:1glhfu13]Authors:: Renderiza
Plugin Name:: Axis Cam
Version:: 1.0.2
Date:: 9/21/2013
Cost:: Free[/pre:1glhfu13]
Axis Cam v1.0.2 is now available for download.
%(#909090)[What is new:- Bug fixed! - Thanks to 'chris87' for reporting bug. ]
-
@bagatelo said:
I really liked that idea. But I think that would be more interesting if you create something that approaching this idea, using the keyboard:
http://www.youtube.com/watch?v=2sTyJki96Ec
It would be great if we can move the camera and also the target with keyboard, at the same time, like a game. It would be interesting if we could configure shortcuts permanent, even this plugin not being activeHere is another plugin that works like in games... http://sketchucation.com/resources/pluginstore?pln=FPSNav
'Axis Cam' is main purpose was to create specific camera pans that I would record with something like "Fraps".
Maybe in the future I will try an make camera plugin that would control more like it does in a game so I can add extra features that some similar plugins don't have.
Cheers!
-
-
What would you suggest the controls would be for keyboard?
'w,a,s,d' for moving and mouse pointer for the target?Thanks!
-
@renderiza said:
What would you suggest the controls would be for keyboard?
'w,a,s,d' for moving and mouse pointer for the target?Thanks!
I don't know if this is possible, but I want something that moves and rotate camera and the target at same time, up/down, left/right, front/behind, and rotate camera in the blue axis... All this with keyboard shortcuts, like the idea that I have send message to you before.
-
Will check how that can be done.
Thanks for suggestion!
-
Sorry
i try the new version 1.02 and i have exactly same script errors with sketchup 8 Pro (french version).Best regards
-
@chris87 said:
Sorry
i try the new version 1.02 and i have exactly same script errors with sketchup 8 Pro (french version).Best regards
Since I modified the code the idem line # must of change... Can you post new line numbers?
Thanks!
-
Same for me with line 155, 177, 199, 218. Character 92, so it's "<=" causing problem.
-
[pre:dhml27td]Authors:: Renderiza
Plugin Name:: Axis Cam
Version:: 1.0.3
Date:: 9/24/2013
Cost:: Free[/pre:dhml27td]
Axis Cam v1.0.3 is now available for download.
%(#909090)[What is new:- Html Bug fixed! - Thanks to 'chris87' && jiminy-billy-bob. ]
@jiminy-billy-bob said:
Same for me with line 155, 177, 199, 218. Character 92, so it's "<=" causing problem.
I was looking on .rb document but that error was from html file.
From:<input type="text" onkeypress='return event.charCode >= 48 && event.charCode <= 57 || event.charCode = 190' >
To:
<input type="text" onkeypress='return event.charCode > 47 && event.charCode < 58 || event.charCode == 46' >
Hope this fixes it...By the way where you guys spot this errors for html I have no idea.
-
Simple, warning pop-up from internet explorer, claiming a javascript error. (With lines, character, and path to the html file)
-
@jiminy-billy-bob said:
Simple, warning pop-up from internet explorer, claiming a javascript error. (With lines, character, and path to the html file)
Did v.1.0.3 solved this issue?
Not sure why but I don't see this warning pop-ups. -
Looks like it, yeah.
Advertisement