Search found 51 matches

by A.Evseeva
Wed Nov 18, 2020 6:48 pm
Forum: Scripting
Topic: Smarter "Copy Current frame..."
Replies: 30
Views: 27797

Re: Smarter "Copy Current frame..."

Update Now "Ignore hidden bones" option works as expected and is turned on by default. In previous versions this option did not work during selecting keys (by button in the same script) resulting in selecting hidden bones' keys which could not be deselected and produced some bugs on copy-...
by A.Evseeva
Sun Sep 20, 2020 7:13 am
Forum: Scripting
Topic: Curve Exposure alternative tool
Replies: 0
Views: 4255

Curve Exposure alternative tool

http://revival.ru/public_soft/lua/moho_package.php?tool=curve_exposure Pick the end or start of curve exposure by mouse click. Alt for placing Stroke on one or another side of picked point (to tune Start or End of Stroke Exposure) Mouse movement works just like with built-in tool. Works with only on...
by A.Evseeva
Sat Sep 05, 2020 7:53 am
Forum: Scripting
Topic: Smarter "Copy Current frame..."
Replies: 30
Views: 27797

Re: Smarter "Copy Current frame..."

Released a new version: http://revival.ru/public_soft/lua/moho_package.php?tool=keytools new features: - an option to select all the keys on all layers - an option to exclude reference layers from this and other operations - button to copy and paste key options (such as easy handles) from one key to...
by A.Evseeva
Mon May 06, 2019 5:09 pm
Forum: Scripting
Topic: Has anyone created a 3D translation tool already?
Replies: 2
Views: 2630

Has anyone created a 3D translation tool already?

...for translating individual vertices in imported 3D objects? (There are all the classes in Lua API for doing it)
by A.Evseeva
Wed May 01, 2019 3:00 pm
Forum: Scripting
Topic: Split rectangles into triangles?
Replies: 3
Views: 3405

Re: Split rectangles into triangles?

Yes, I have a script , working such way: make some filled shapes (any shape, not only square. But they have to be bulgy, without self-intersections) and run the script. It will split filled shapes (only filled) into triangles. The benefit is that none of existing edges will be deleted, while built-i...
by A.Evseeva
Thu Oct 11, 2018 7:04 am
Forum: Scripting
Topic: *NEW* Stacked shape tools
Replies: 26
Views: 13407

Re: *NEW* Stacked shape tools

Oh, thank You! Now I understand how does it work. I missed that I have to click to see numbers under cursor. Here is my function for tracing shapes function LM_SelectShape:TraceSelected(moho, view) local mesh = moho:Mesh() if mesh == nil then return end local g = view:Graphics() local matrix = LM.Ma...
by A.Evseeva
Thu Oct 11, 2018 4:31 am
Forum: Scripting
Topic: *NEW* Stacked shape tools
Replies: 26
Views: 13407

Re: *NEW* Stacked shape tools

Oh, thank You very very much, it is very helpful! I even wanted to write such a tool, but could not imagine how shoud an interface look like. Your idea is simple and perfect! Sometimes the tool can not see some shapes. http://revival.ru/hostpics/1a17d.png (two shapes selected but only no 11 shown) H...
by A.Evseeva
Thu Oct 11, 2018 3:47 am
Forum: Scripting
Topic: A script for spliting mesh into triangles
Replies: 0
Views: 2524

A script for spliting mesh into triangles

Splits any number of filled shapes on a layer into filled triangles need to make a Smart Warp Layer. Alternative to built-in "Triangulate 2D mesh" command, wich unfortunately can remove existing edges from manualy created mesh. This script keeps all the existing edges and only adds new one...
by A.Evseeva
Mon Sep 10, 2018 11:25 am
Forum: General Moho Discussion
Topic: A problem with IK
Replies: 3
Views: 992

Re: A problem with IK

? did you want the L12Target to be position controlled by Leg3R and parented to Leg12R and be the target bone for both B9 and Leg12R?? leg12targetR is parented to leg12R, but it is not target for it. It is target for leg2R (and B9). Really any new bone with the same properties as B9 and leg2R can b...
by A.Evseeva
Mon Sep 10, 2018 7:30 am
Forum: General Moho Discussion
Topic: A problem with IK
Replies: 3
Views: 992

A problem with IK

Please help me!
In this file I have two pairs of bones with same (it seems to me the same) properties and IK settings: one pair is B8 and B9, second is leg1R and leg2R. Why dont they have the same behaivor? The second pair does not follow the IK target, while the first one does.
by A.Evseeva
Fri Jun 22, 2018 7:53 pm
Forum: Scripting
Topic: Smarter "Copy Current frame..."
Replies: 30
Views: 27797

Re: Smarter "Copy Current frame..."

Uploaded a new version which can copy-paste between open files including sublayers.
http://revival.ru/public_soft/lua/ae_keytools.zip
by A.Evseeva
Fri Jun 22, 2018 4:11 pm
Forum: Scripting
Topic: Smarter "Copy Current frame..."
Replies: 30
Views: 27797

Re: Smarter "Copy Current frame..."

It already can do this for selected layer. I will try to add this feature for sublayers. Possible problem is assigning sublayers one to another if layer order was changed.
by A.Evseeva
Thu Jun 07, 2018 4:47 pm
Forum: Scripting
Topic: Clean keyframes script?
Replies: 42
Views: 17462

Re: Clean keyframes script?

Víctor Paredes wrote: Is there any specific thread about your script? I can't find any.
It was started here:
http://lostmarble.com/forum/viewtopic.php?f=12&t=31523
by A.Evseeva
Sun May 13, 2018 6:54 am
Forum: Tips & Techniques
Topic: Mixing Smart Bones!
Replies: 23
Views: 23389

Re: Mixing Smart Bones!

Script updated(new version 1.31 from May 13), now it can mix smartbones driven with IK.
by A.Evseeva
Wed Apr 25, 2018 2:26 pm
Forum: Tips & Techniques
Topic: Mixing Smart Bones!
Replies: 23
Views: 23389

Re: Mixing Smart Bones!

A script for automating this technique.



download zip