Search found 207 matches

by Dodgy
Wed Oct 19, 2011 1:09 pm
Forum: Scripting
Topic: Export to Maya
Replies: 11
Views: 8403

Chucky, if AD have annoyed you try NT :) I wrote a AS importer for Lightwave a few years back which loads the shape info and animation so I could have 3d rendered objects interact with 2d animation. Works fairly well if I do say so myself...
by Dodgy
Fri Aug 12, 2011 1:17 pm
Forum: Other Software
Topic: Serif DrawPlus X4
Replies: 2
Views: 2359

I really like Serif's Photoplus, it really is the closest thing to photoshop and only costs 80 quid. Bargain! The one thing I do miss is hotkeys for resizing/strengthening the brush but it has brush presets, so it's not too much of a problem. I use Inkscape as a replacement for illustrator, a free o...
by Dodgy
Wed Jun 22, 2011 6:55 am
Forum: Scripting
Topic: New Script to work with Morph Dials:Dat to Morph Dials
Replies: 3
Views: 2159

Thanks, just trying to give back to the community!
by Dodgy
Sun Jun 12, 2011 2:23 pm
Forum: General Moho Discussion
Topic: Waiting to upgrade? Tell me why!
Replies: 113
Views: 40178

Well now I'm paying the same price as a user of the basic program to get my upgrade. Not really impressed by that, or the features which seem more geared toward the beginner. I want improvements to how actions are implemented, upgrading the tools to match the quality of Fazeks, better motion blur, a...
by Dodgy
Fri Jun 10, 2011 1:43 pm
Forum: Papagayo
Topic: Compiling Papagayo from source using OS X
Replies: 6
Views: 8557

Thanks rsoden, I'll give it a go, that's a big help!
by Dodgy
Tue May 24, 2011 2:37 am
Forum: Scripting
Topic: New Script to work with Morph Dials:Dat to Morph Dials
Replies: 3
Views: 2159

New Script to work with Morph Dials:Dat to Morph Dials

Hiya, I've uploaded a new script to my web site which allows the user to apply a Papagayo .dat file to a selected bone setup to use phonemes in the awesome Morph Dials rather than switch layers. To use: Set up a group of bones each named with the phonemes in Papagayo (AI, E, MBP etc), and one centra...
by Dodgy
Tue May 24, 2011 12:28 am
Forum: Scripting
Topic: Using Clear()?
Replies: 5
Views: 1845

Try using: mybone.fAnimPos:Clear(0) A channel always needs at least one keyframe to store the initial value. The number you pass to the Clear function tells the channel what frame to keep as the only one. Typically, this is frame 0. -Mike It works, so I'm going to upload the script soon as I can ge...
by Dodgy
Mon May 23, 2011 8:40 am
Forum: Scripting
Topic: Using Clear()?
Replies: 5
Views: 1845

The rest of it works already, I just need to clear the animation channel before applying the keys. I could just cycle through and delete them by hand, but it'd be nice to know why this doesn't work, or if it's a bug.
by Dodgy
Mon May 23, 2011 8:10 am
Forum: Scripting
Topic: Using Clear()?
Replies: 5
Views: 1845

Thanks Rudiger, I'll try emailing him and let you know the response. This is for a complementary script for Morph dials, to key the phoneme bone using a papagayo dat file.
by Dodgy
Sat May 21, 2011 11:27 am
Forum: Scripting
Topic: Using Clear()?
Replies: 5
Views: 1845

Using Clear()?

Hiya, I'm trying to clear the bone pos channel, but I keep getting an error. here is what I'm doing: mybone.fAnimPos:Clear() as mybone.fAnimPos:StoreValue() works, and Clear is in the same class as StoreValue, so I thought they'd be the same.... Anyone use this and can tell me how to get it to work?...
by Dodgy
Mon Apr 18, 2011 2:16 pm
Forum: Miscellaneous Chit-Chat
Topic: 48÷2(9+3) = ?
Replies: 12
Views: 5579

2....
by Dodgy
Sat Apr 02, 2011 2:46 am
Forum: Feature Request Discussions
Topic: Allow the tool box to be widened.
Replies: 5
Views: 1999

Ummm, what part of Maximum do you not understand?
by Dodgy
Sat Apr 02, 2011 1:20 am
Forum: Feature Request Discussions
Topic: Allow the tool box to be widened.
Replies: 5
Views: 1999

I'm already at the maximum res (1366 x 768) on my laptop thanks :)
by Dodgy
Sat Apr 02, 2011 12:00 am
Forum: Feature Request Discussions
Topic: Allow the tool box to be widened.
Replies: 5
Views: 1999

Allow the tool box to be widened.

Should be fairly simple. I use a laptop and so I have little height but lots of width on my screen. This can make using the timeline a pain (either it's too thin to see many channels, or I have to keep opening it and closing it) I removed the workspace section from the toolbox and several other litt...
by Dodgy
Sat Jan 29, 2011 3:02 am
Forum: Papagayo
Topic: Compiling Papagayo from source using OS X
Replies: 6
Views: 8557

Lack of replies=No way to do this?

Thanks :)