Search found 6708 matches

by heyvern
Mon Mar 13, 2006 8:52 pm
Forum: Scripting
Topic: Heyvern's... Modified Universal Point Tool -- beta
Replies: 13
Views: 8433

Select any point or points and press the tab key. I wanted to add this "back in" till I found the tab key to select connected. ------------------------------ I have been experimenting with a "fake" double click based on the system clock... but since a double click isn't in the &q...
by heyvern
Sun Mar 12, 2006 6:00 am
Forum: Share Your Work
Topic: Old character... new life in Moho
Replies: 32
Views: 17681

Sorry,

I have so many side projects going right now... it is starting to interfere with my paid work. ;)

Thanks for the offer though.

-Vern
by heyvern
Sat Mar 11, 2006 11:02 am
Forum: Share Your Work
Topic: Old character... new life in Moho
Replies: 32
Views: 17681

I promise to get back on this soon. I got the audio for my other Moho project which I can't show anyone yet and have been working on that one for a while. I am under a nondisclosure agreement thingy... kind of. Funny thing this other project is a way more simple style. Absolutely no shading at all. ...
by heyvern
Sat Mar 11, 2006 10:44 am
Forum: How Do I...?
Topic: problem with Moho -> Adobe Premiere
Replies: 3
Views: 1514

When I use external editing tools I export animations with compression set to NONE! The files are huge... but you get 100% of the quality. Sometimes I even just export out an image sequence allowing batch edits in photoshop. I generally will bring in the sound into an editor separately. I render out...
by heyvern
Wed Mar 08, 2006 11:35 am
Forum: Share Your Work
Topic: ROCK GUITAR!
Replies: 3
Views: 1676

I had the same problem but was able to play it with VLC. VLC is a free open source cross platform video player. It plays nearly everything. When QT chokes I go to VLC.

The drummer played fine in QT. Probably a weird codec issue or something.

-Vern
by heyvern
Tue Mar 07, 2006 1:40 pm
Forum: Share Your Work
Topic: Recreating the Invader Zim opening sequence
Replies: 12
Views: 4915

Yes, there is method to the "madness" of "copying". Keep in mind that fine art colleges send the students to museums and ask them to "copy" the masters stroke for stroke to learn their techniques... As a young lad I "copied" the drawings in my art instruction ...
by heyvern
Thu Mar 02, 2006 3:36 pm
Forum: Scripting
Topic: Heyvern's... Modified Universal Point Tool -- beta
Replies: 13
Views: 8433

Ha ha! The fun part for me was I used that shorter bit of code without testing it first... two lines are better than four right? Yeehaa. ... then I started making changes to the modifier keys so I could add constrain translation and other improvements/fixes... ... so there I was... trying to figure ...
by heyvern
Thu Mar 02, 2006 3:18 pm
Forum: Share Your Work
Topic: Old character... new life in Moho
Replies: 32
Views: 17681

Just a preliminary head turn. I only animated the hair mask not the hair... so it looks odd... plus no shading yet. I am digging the face switch. Only two layers for that. http://www.lowrestv.com/moho_stuff/ISA_threeqrtr1a.mov Question... is it just me or is there no way to use ease on switch layers...
by heyvern
Thu Mar 02, 2006 6:44 am
Forum: Scripting
Topic: Heyvern's... Modified Universal Point Tool -- beta
Replies: 13
Views: 8433

Hee hee... 7feet, I think I know why you used the "longer" version of the code... For some reason... self.origin = mouseEvent.vec self.centerVec = self.origin Doesn't work properly. It works the first time you rotate. But if you change the origin then rotate... it gets funky. while your or...
by heyvern
Tue Feb 28, 2006 10:40 pm
Forum: Scripting
Topic: Heyvern's... Modified Universal Point Tool -- beta
Replies: 13
Views: 8433

I found a weird bug! This applies to the original Universal Point Tool from 7feet as well This is a really weird one! Might need advice from Moho on this. If you launch Moho and create a mesh using any tool. Then select 2 or more points or the whole thing and use the "change rotation center&qu...
by heyvern
Tue Feb 28, 2006 10:23 pm
Forum: Scripting
Topic: Heyvern's... Modified Universal Point Tool -- beta
Replies: 13
Views: 8433

Thanks for the comments so far. I hope Moho users find this as useful as I do. This is the first "artistic" program that gave me the ability to change how it works. As a "non-programmer" I don't have the skills or tools to create "plug-ins". I've never had the ability t...
by heyvern
Tue Feb 28, 2006 8:24 pm
Forum: Scripting
Topic: Heyvern's... Modified Universal Point Tool -- beta
Replies: 13
Views: 8433

I have updated some info on the original post regarding the "add point" issue.

Also no problems using it extensively from my end. I think it is safe to use now.

-Vern
by heyvern
Mon Feb 27, 2006 5:22 pm
Forum: Scripting
Topic: Simulating a double click for a tool?
Replies: 2
Views: 2618

Huh... I am actually able to register a double-click using os.clock(). I store self.elapsedTime at the beginning of the tool script. on mouse up I compare the time that has elapsed. If you are "using" a tool while the mouse is down then the time will always be larger than a "default&q...
by heyvern
Mon Feb 27, 2006 2:21 pm
Forum: Tips & Techniques
Topic: Pupils
Replies: 8
Views: 7226

When I first started dealing with eyes and eye holes on a face... I would create the face with the holes "built in" without masking (compound shape?) and place the eyeballs underneath. However since then I like to use layers and shapes for subtle soft shading over the face... ... this of c...
by heyvern
Mon Feb 27, 2006 11:26 am
Forum: Scripting
Topic: Heyvern's... Modified Universal Point Tool -- beta
Replies: 13
Views: 8433

I added a selection radius... thingy changer doodad... link above is updated. The default value is 0.45. The max can be set to 0.50. If you set it to 0.50 the selection tool works just like the other one... sort of. It just selects the nearest point to the click. Still based on "world space&quo...