Search found 8 matches
- Wed May 07, 2025 4:37 pm
- Forum: Share Your Work
- Topic: My new short film, animation entirely in MOHO
- Replies: 3
- Views: 2112
Re: My new short film, animation entirely in MOHO
@Stella Kanini, thanks for your message.
- Wed May 07, 2025 12:33 pm
- Forum: Share Your Work
- Topic: My new short film, animation entirely in MOHO
- Replies: 3
- Views: 2112
My new short film, animation entirely in MOHO
Hi guys, this is my most recent short, all the character animation is made in MOHO! Found it an intuitive software to pickup. Link is here if you're interested:
https://vimeo.com/1081981625?share=copy#t=0
All critique is welcome!
Thanks,
Sas
https://vimeo.com/1081981625?share=copy#t=0
All critique is welcome!
Thanks,
Sas
- Wed Jun 05, 2024 9:41 am
- Forum: Scripting
- Topic: Create step keyframes for each inbetween frame?
- Replies: 20
- Views: 10806
Re: Create step keyframes for each inbetween frame?
Here's a script that you can assign to a hotkey. It works with bone, layer, and point transforms. Currently, it does not work with the curvature channel or cameras. I might add support for these later, but I'm not sure yet. The script also bakes every frame at the moment. I might add a switch for t...
- Tue Jun 04, 2024 6:11 pm
- Forum: Scripting
- Topic: Create step keyframes for each inbetween frame?
- Replies: 20
- Views: 10806
Re: Create step keyframes for each inbetween frame?
I can write a script that will bake the keys. It won't take long. Is it better to bake from the first selected key to the last selected key, or should I use the playback range for this? Wow that would be awesome. If it could be from first selected to last selected that would be perfect...and work o...
- Tue Jun 04, 2024 4:17 pm
- Forum: Scripting
- Topic: Create step keyframes for each inbetween frame?
- Replies: 20
- Views: 10806
Re: Create step keyframes for each inbetween frame?
Thank you @greenlaw and @daxel for you replies! I've tried the script and deep copy and also freeze bones, but for me they still affect previous frames, especially if the interpolation is bezier. For eg I tried the deep copy /paste between a range and suddenly the bone movement became linear speed a...
- Sun Jun 02, 2024 1:12 pm
- Forum: Scripting
- Topic: Create step keyframes for each inbetween frame?
- Replies: 20
- Views: 10806
Re: Create step keyframes for each inbetween frame?
If the Bezier curve shape is simple enough, adding a new key can approximately preserve the interpolation from the Bezier key to the new one. However, if the shape is more complex, it may change significantly. Therefore, I generally do not use Bezier interpolation, and my scripts are not adapted to...
- Sun Jun 02, 2024 12:45 pm
- Forum: Scripting
- Topic: Create step keyframes for each inbetween frame?
- Replies: 20
- Views: 10806
Re: Create step keyframes for each inbetween frame?
Hello. My tools, MR Pose Tool https://www.lostmarble.com/forum/viewtopic.php?t=36267 and MR Tween Machine https://www.lostmarble.com/forum/viewtopic.php?t=35794, have a built-in Smart Bake feature that automatically bakes neighboring frames to prevent destroying the interpolation of adjacent frames...
- Sun Jun 02, 2024 12:24 pm
- Forum: Scripting
- Topic: Create step keyframes for each inbetween frame?
- Replies: 20
- Views: 10806
Create step keyframes for each inbetween frame?
Hello, I'm a newbie to Moho! So if you have keyframe A (frame 1) and keyframe B (frame 12), Moho will automatically work out the inbetween frames. The problem is when you go to an inbetween (frame 8 for example) and try and edit, it will mess up the smooth interpolation between the original two keys...