I just thought it was someone who used a 'less-than-perfect' translating application... lolF.M. wrote:Spammer got you! Peteroid.
Search found 162 matches
- Tue Nov 16, 2010 3:34 am
- Forum: Scripting
- Topic: New Camera Tool: POV Camera
- Replies: 6
- Views: 8630
- Mon Nov 15, 2010 7:33 pm
- Forum: Scripting
- Topic: New Camera Tool: POV Camera
- Replies: 6
- Views: 8630
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...
- Thu Nov 11, 2010 5:26 pm
- Forum: Scripting
- Topic: GetFullTransform
- Replies: 4
- Views: 2679
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...
- Sun Oct 03, 2010 3:48 pm
- Forum: Scripting
- Topic: 3D Cube script questions
- Replies: 1
- Views: 1786
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...
- Sun Oct 03, 2010 3:17 am
- Forum: Scripting
- Topic: Math problem with Pan, Tilt, Roll
- Replies: 0
- Views: 1806
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...
- Sat Oct 02, 2010 6:09 am
- Forum: Scripting
- Topic: New Camera Tool: POV Camera
- Replies: 6
- Views: 8630
- Sat Oct 02, 2010 2:41 am
- Forum: Scripting
- Topic: New Camera Tool: Point Camera [*new version 6 *]
- Replies: 32
- Views: 14662
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...
- Sat Oct 02, 2010 2:17 am
- Forum: Scripting
- Topic: GetFullTransform
- Replies: 4
- Views: 2679
- Tue Sep 28, 2010 5:33 pm
- Forum: General Moho Discussion
- Topic: Tutorial Video Screen Capturing
- Replies: 4
- Views: 1207
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, ...
- Tue Sep 28, 2010 4:40 pm
- Forum: General Moho Discussion
- Topic: Developing in a modular fashion?
- Replies: 8
- Views: 1899
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...
- Tue Sep 28, 2010 2:14 pm
- Forum: Scripting
- Topic: New Camera Tool : Kite Camera
- Replies: 10
- Views: 9636
- Tue Sep 28, 2010 3:52 am
- Forum: Scripting
- Topic: New Camera Tool : Kite Camera
- Replies: 10
- Views: 9636
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...
- Tue Sep 28, 2010 1:42 am
- Forum: Scripting
- Topic: New Camera Tool : Kite Camera
- Replies: 10
- Views: 9636
- Mon Sep 27, 2010 6:04 pm
- Forum: Bug Discussions
- Topic: Depth Sort problem
- Replies: 2
- Views: 2474
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...
- Mon Sep 27, 2010 2:22 pm
- Forum: Bug Discussions
- Topic: Depth Sort problem
- Replies: 2
- Views: 2474
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...