Which points are "in" this keyframe?

Moho allows users to write new tools and plugins. Discuss scripting ideas and problems here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
hayasidist
Posts: 3492
Joined: Wed Feb 16, 2011 8:12 pm
Location: Kent, England

Which points are "in" this keyframe?

Post by hayasidist »

I don't like using "auto freeze" (for a variety of reasons -- such as having unnecessary intermediate keys breaks smooth interpolation between actual endpoints!) but I had an issue with keeping track of which points I'd moved especially in smart mesh - after pulling and poking points around I had no idea what was keyed when... so I made a tool for that ... http://www.mediafire.com/file/yidx32gvf ... tKeyed.zip which I've now updated to do the same for bones and I'm letting it loose into the wider community! Select a key in the timeline; run the tool: the keyed things are selected, the others aren't. Take a look at the readme for more.

Installation - copy the .lua and .png into your custom tools directory.

comments / bug reports / ... all welcomed

Edit: link updated!
Last edited by hayasidist on Sun Dec 17, 2017 3:38 pm, edited 1 time in total.
User avatar
jahnocli
Posts: 3471
Joined: Fri Oct 29, 2004 2:13 pm
Location: UK

Re: Which points are "in" this keyframe?

Post by jahnocli »

I got this when trying to download:

"Invalid or Deleted File.
The key you provided for file access was invalid. This is usually caused because the file is no longer
stored on MediaFire. This occurs when the file is removed by the originating user or MediaFire.

Still have questions, or think we've made a mistake? Please contact support for further assistance"
You can't have everything. Where would you put it?
User avatar
hayasidist
Posts: 3492
Joined: Wed Feb 16, 2011 8:12 pm
Location: Kent, England

Re: Which points are "in" this keyframe?

Post by hayasidist »

jahnocli wrote:I got this when trying to download:

"Invalid or Deleted File.
The key you provided for file access was invalid. This is usually caused because the file is no longer
stored on MediaFire. This occurs when the file is removed by the originating user or MediaFire.

Still have questions, or think we've made a mistake? Please contact support for further assistance"
Thanks John. Sorted the issue - which was that I copied and pasted from a different post -- and where you see the "..." in the middle of the URL - well, that's what gets copied (not the actual "missing" bits of the URL) - updated the link above and for completeness here it is again: http://www.mediafire.com/file/yidx32gvf ... tKeyed.zip
User avatar
jahnocli
Posts: 3471
Joined: Fri Oct 29, 2004 2:13 pm
Location: UK

Re: Which points are "in" this keyframe?

Post by jahnocli »

Thanks Paul -- got it. Got no plans for using it immediately, but being a bit of a pack rat, I've got it safely stored if I need it in the future! Thanks for sharing.
You can't have everything. Where would you put it?
User avatar
hayasidist
Posts: 3492
Joined: Wed Feb 16, 2011 8:12 pm
Location: Kent, England

Re: Which points are "in" this keyframe?

Post by hayasidist »

updated this to cater for bones in switch layers. Still in the same place http://www.mediafire.com/file/yidx32gvf ... tKeyed.zip but is now version 1.01
User avatar
Lukas
Posts: 1295
Joined: Fri Apr 09, 2010 9:00 am
Location: Netherlands
Contact:

Re: Which points are "in" this keyframe?

Post by Lukas »

This could be really useful, thanks for sharing!
Daxel
Posts: 967
Joined: Wed Mar 27, 2019 8:34 pm

Re: Which points are "in" this keyframe?

Post by Daxel »

Hey! Just wanted to say thanks for the script, it's awesome. Should be a built in feature.
User avatar
uncle808us
Posts: 386
Joined: Tue Apr 07, 2009 1:00 pm
Location: USA
Contact:

Re: Which points are "in" this keyframe?

Post by uncle808us »

OSX El Capitan Ver 10.11.6
Anime Studio Pro Ver.11.2.1
I have downloaded the file "HS_SelectKeyed" but have no idea how to install,
I tried install script but don't understand the instructions there in.
Also in this thread the following was stated:
"Installation - copy the .lua and .png into your custom tools directory."
I can not find the "custom tools directory"
Would someone please help me out with some instruction?
I appreciate it Thank you.
I use a MacBook Pro, and Anime Studio Pro 11.2
http://uncle808s.blogspot.com
User avatar
hayasidist
Posts: 3492
Joined: Wed Feb 16, 2011 8:12 pm
Location: Kent, England

Re: Which points are "in" this keyframe?

Post by hayasidist »

This works for Windows / Moho 12.5 -- I'll hope it works for your set up..

start Moho / AS
near the bottom of the File menu is "Open Custom content folder"
in that folder is a scripts subfolder; and in that is a tool subfolder.
copy the .lua and .png into that and restart Moho

hope that helps
User avatar
uncle808us
Posts: 386
Joined: Tue Apr 07, 2009 1:00 pm
Location: USA
Contact:

Re: Which points are "in" this keyframe?

Post by uncle808us »

start Moho / AS
near the bottom of the File menu is "Open Custom content folder"
in that folder is a scripts subfolder; and in that is a tool subfolder.
copy the .lua and .png into that and restart Moho
Did that but the tool did not show up in the script menu.
Where do I look for the tool? Thanks
I use a MacBook Pro, and Anime Studio Pro 11.2
http://uncle808s.blogspot.com
Daxel
Posts: 967
Joined: Wed Mar 27, 2019 8:34 pm

Re: Which points are "in" this keyframe?

Post by Daxel »

uncle808us wrote: Mon Oct 21, 2019 4:24 pm
start Moho / AS
near the bottom of the File menu is "Open Custom content folder"
in that folder is a scripts subfolder; and in that is a tool subfolder.
copy the .lua and .png into that and restart Moho
Did that but the tool did not show up in the script menu.
Where do I look for the tool? Thanks
If you are doing everything right, maybe the script doesn't work on your Moho version as hayasidist stated. To be sure that you are doing everything right, check this magnificent Mult Rush video about installing scripts in Moho: https://www.youtube.com/watch?v=TUw1dhpBNEs&t=196s
User avatar
uncle808us
Posts: 386
Joined: Tue Apr 07, 2009 1:00 pm
Location: USA
Contact:

Re: Which points are "in" this keyframe?

Post by uncle808us »

Mult Rush video about installing scripts in Moho: https://www.youtube.com/watch?v=TUw1dhpBNEs&t=196s
Wow good help but I got winded just listening and reading. :lol:
Thanks for the help.
I use a MacBook Pro, and Anime Studio Pro 11.2
http://uncle808s.blogspot.com
User avatar
hayasidist
Posts: 3492
Joined: Wed Feb 16, 2011 8:12 pm
Location: Kent, England

Re: Which points are "in" this keyframe?

Post by hayasidist »

just revisited the tool -- it won't run on 11 or earlier (it needs routines new to 12?)
sorry!
User avatar
uncle808us
Posts: 386
Joined: Tue Apr 07, 2009 1:00 pm
Location: USA
Contact:

Re: Which points are "in" this keyframe?

Post by uncle808us »

Well that solves that. Thanks
I use a MacBook Pro, and Anime Studio Pro 11.2
http://uncle808s.blogspot.com
Post Reply