[Plugin] Axis Cam v1.0.4
-
@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.
-
-
[pre:lheam29g]Authors:: Renderiza
Plugin Name:: Axis Cam
Version:: 1.0.4
Date:: 9/24/2013
Cost:: Free[/pre:lheam29g]
Axis Cam v1.0.4 is now available for download.
%(#909090)[What is new:- Loading window issue for Mac fix - Using BODY onLoad will cause a blank WebDialog windows under OSX when it opens. This update seek to solve that problem. If anyone with a mac can verify if the issue is gone I will be very thankful. ]
-
It works fine !
Thank you.... -
That's some handy tool to play with Rotating the camera manually using the rotate tool is a bit complicated for me Using your WSAD style is just what SU needs. - easy and simple
The web-dialog looks amazing too! I suspect you must be a master in composition. Great work as always
Thanks
-
renderiza, good and necessary plug-in has turned!
It needs to finish because; I have this plugin, after its use, when to go to the manage regular instruments of the SketchUp, changes the view of the future stretched - distorted in perspective and started twitching, jerking when I do move and not by means of Your plugins.
For everything to work as before, to use your plugin, you have to restart SketchUp!Just good.
-
@chris87 said:
It works fine !
Thank you....Thank you for letting me know!
@anton_s said:
That's some handy tool to play with Rotating the camera manually using the rotate tool is a bit complicated for me Using your WSAD style is just what SU needs. - easy and simple
The web-dialog looks amazing too! I suspect you must be a master in composition. Great work as always
Thanks
Glad you liked it!
@i.aleks.s said:
renderiza, good and necessary plug-in has turned!
It needs to finish because; I have this plugin, after its use, when to go to the manage regular instruments of the SketchUp, changes the view of the future stretched - distorted in perspective and started twitching, jerking when I do move and not by means of Your plugins.
For everything to work as before, to use your plugin, you have to restart SketchUp!Just good.
Thanks for feedback!
When you press "a" or "d" key it changes the field of view so that might be the reason for distorted perspective. arrow keys don't distort camera, if I find a way to move towards the target without messing with field of view then I will replace it for "a" and "d" keys.
hope this helps...cheers!
-
I really love this. Feels like a cinematic camera rig. It would be really great to be able to have this type of motion play back as scenes.
I found the "a, d" keys slightly disorientating for a moment. Most people will expect the same behaviour as common game controls: a = left, d = right, w = forward, s = backward, shift = up, ctrl = down. I think new users will pretty much always be confused be a field of view change.
Realistically it only took a few minutes to figure it out. Maybe your keyboard control layout could pop up on first launch? I almost expected that I could click on your web dialogue in place of the keystrokes.
Very slick to see this kind of mechanical camera movement in SketchUp. Simple but really cool.
Thanks,
Tim -
@timzy said:
It would be really great to be able to have this type of motion play back as scenes.
I recommend using AxisCam with Camera Recorder by Chris Fullmer.
It will allow you to record the camera animation so you can play it back and export it if you want to.
@timzy said:
I found the "a, d" keys slightly disorientating for a moment. Most people will expect the same behaviour as common game controls: a = left, d = right, w = forward, s = backward, shift = up, ctrl = down. I think new users will pretty much always be confused be a field of view change.
For next update it will be best to allow the user to configure the keyboard as he wants to.
@timzy said:
Realistically it only took a few minutes to figure it out. Maybe your keyboard control layout could pop up on first launch? I almost expected that I could click on your web dialogue in place of the keystrokes.
Its a good idea to display keyboard shortcuts when user first open script but also have the option to never show popup again for next sessions. As for clicking on we-dialog instead of keyboard that could be another feature for the future.
Thank you for you feedback I really appreciate it!
Advertisement