Search found 162 matches

by Peteroid
Tue Nov 16, 2010 3:34 am
Forum: Scripting
Topic: New Camera Tool: POV Camera
Replies: 6
Views: 8251

F.M. wrote:Spammer got you! Peteroid.
I just thought it was someone who used a 'less-than-perfect' translating application... lol :)
by Peteroid
Mon Nov 15, 2010 7:33 pm
Forum: Scripting
Topic: New Camera Tool: POV Camera
Replies: 6
Views: 8251

This is seems to be shot with a steadicam that is strapped to the actors/cameraman's chest. However, a lot of vests have an arm that the camera is extended from so that the camera is away from the cameraman's body and the footage is viewable. However, in the clip you have the camera is very close t...
by Peteroid
Thu Nov 11, 2010 5:26 pm
Forum: Scripting
Topic: GetFullTransform
Replies: 4
Views: 2581

The theory of noetics centers around the idea that the human mind is capable of affecting or even doing work to the physical world. ___________________________ Ski Holidays | Ski Holiday Actually, I've always thought the ability for thought to be able to translate to apparently un-physics driven mo...
by Peteroid
Sun Oct 03, 2010 3:48 pm
Forum: Scripting
Topic: 3D Cube script questions
Replies: 1
Views: 1724

3D Cube script questions

Here is the main routine for the 3D Cube menu script: function LM_Cube:Run(moho) local layer = moho:CreateNewLayer(MOHO.LT_3D) local mesh = moho:Mesh3D() if (mesh == nil) then return end moho.document:PrepUndo(nil) moho.document:SetDirty() local startPt = mesh:CountPoints() local vec = LM.Vector3:ne...
by Peteroid
Sun Oct 03, 2010 3:17 am
Forum: Scripting
Topic: Math problem with Pan, Tilt, Roll
Replies: 0
Views: 1765

Math problem with Pan, Tilt, Roll

In order to add a feature to the camera tools, I need to be able to figure out the following: given a point in 3D space, where is that point after AS pan, tilt, and roll are applied? It sounds like an easy problem. But there is a snag. The problem stems from the pan tilt and roll numbers that AS use...
by Peteroid
Sat Oct 02, 2010 6:09 am
Forum: Scripting
Topic: New Camera Tool: POV Camera
Replies: 6
Views: 8251

I have identified an issue with POV camera. It is not working right in regards to the delta offsets. I'm working on this now...
by Peteroid
Sat Oct 02, 2010 2:41 am
Forum: Scripting
Topic: New Camera Tool: Point Camera [*new version 6 *]
Replies: 32
Views: 13616

version 6 .... some added important features, such as 'use origin' and 'use parents'. The new versions can be downloaded at its same download location. More info added to OP. I have added these features to all the camera tools, also available for download at their same download locations. ALL CAMER...
by Peteroid
Sat Oct 02, 2010 2:17 am
Forum: Scripting
Topic: GetFullTransform
Replies: 4
Views: 2581

kkrawal wrote:I think you are going to 3D. Just Great. I don't know Lua but I know python a little bit, they also use matrix for 3D.
hehe....

I figured how to do this without the GetFullTransform() matrix... and I have improved all my camera tools accordingly (new versions can downloaded).
by Peteroid
Tue Sep 28, 2010 5:33 pm
Forum: General Moho Discussion
Topic: Tutorial Video Screen Capturing
Replies: 4
Views: 1085

Tutorial Video Screen Capturing

I see a lot of tutorials on YouTube, some authored by members in these forums, that do a really good job of screen capturing during a demonstration of software tools, such as AS. This is typically a capture of just a portion of the screen, not the entire thing. Is there a good application for this, ...
by Peteroid
Tue Sep 28, 2010 4:40 pm
Forum: General Moho Discussion
Topic: Developing in a modular fashion?
Replies: 8
Views: 1601

Re: Developing in a modular fashion?

I started out with ASP7 by dividing my video up into sections. I developed the action/time-line for each section more or less independent of the other sections, believing that at some point I would weld them together with appropriate adjustments to the time-line. I guess I was pretty naive! Is it p...
by Peteroid
Tue Sep 28, 2010 2:14 pm
Forum: Scripting
Topic: New Camera Tool : Kite Camera
Replies: 10
Views: 9287

kkrawal wrote:Yes Many Many Thanks. Its Working. No Problem at all.
Cool! :)
by Peteroid
Tue Sep 28, 2010 3:52 am
Forum: Scripting
Topic: New Camera Tool : Kite Camera
Replies: 10
Views: 9287

I have taken the script from your first post and installed see the error http://s240.photobucket.com/albums/ff226/kkrawal/gif_samples/lua_err.jpg Thanks for taking interest in 6.2 I can see from your screen capture you are using the AS5 version ( pao_kite_camera_AS5.lua ). I believe it is the AS7 v...
by Peteroid
Tue Sep 28, 2010 1:42 am
Forum: Scripting
Topic: New Camera Tool : Kite Camera
Replies: 10
Views: 9287

kkrawal wrote:Many Many Thanks for your development, but will this work in 6.2
I finally found an AS version 6 script.... it looks like it is the same format as AS version 7 scripts as far as I can tell.

So, you might try using the AS7 versions of the camera tools, they just might work! :)
by Peteroid
Mon Sep 27, 2010 6:04 pm
Forum: Bug Discussions
Topic: Depth Sort problem
Replies: 2
Views: 2373

Sort layers by zdepth in a group layer or the root layer stack is performed based on the distance of the origin of the layer (yes that light brown cross usually in the center of the canvas) relative to the camera. Maybe you think that a layer is closer to the camera but to hide or show it before or...
by Peteroid
Mon Sep 27, 2010 2:22 pm
Forum: Bug Discussions
Topic: Depth Sort problem
Replies: 2
Views: 2373

Depth Sort problem

I have a character that has 3 parts... his face, his eyes, and his mouth. The mouth and eyes are switch layers (each of which also contains switch layers), and the face is a group of vector layers. I also offset the eyes and mouth slightly in the Z direction (at frame 0). They are all grouped in one...