Search found 222 matches

by Fazek
Thu Apr 27, 2006 8:48 am
Forum: Scripting
Topic: Little Scripting Doubts and Curiosities Site :)
Replies: 29
Views: 17857

I tried to make my version of LM_ManipulateBones and it is strange that only the "ScriptName" variable can select how the bones looks like. If it is LM_ManipulateBones or LM_BoneStrength or LM_OffsetBone (and maybe others?) then the bones will have bubbles around and offseted position. It ...
by Fazek
Wed Apr 26, 2006 10:59 am
Forum: Scripting
Topic: Little Scripting Doubts and Curiosities Site :)
Replies: 29
Views: 17857

About the bone offset, as I see there are two viewing modes for the bones on frame 0. It is not clear for me how to change between the normal mode and the other (with offsets and bubbles around the bones). Some tools are using this and others that, but I can't see how. Could you tell me something ab...
by Fazek
Tue Apr 25, 2006 12:15 pm
Forum: Scripting
Topic: Please send suggestions for my scriptwriting
Replies: 146
Views: 138184

I don't know yet how my tools works on large amounts of data. I think one problem is that lua is an interpreter language and it is relatively slow, so "brute force" algorythms are not working. However, I think some tricks could help: - try to minimize the time in cycles. Put the local vari...
by Fazek
Tue Apr 25, 2006 11:22 am
Forum: Scripting
Topic: Little Scripting Doubts and Curiosities Site :)
Replies: 29
Views: 17857

Thanks a lot!!!! I examined the problem and it seems there is a solution, see the new code below. The problem is that the scaling of the parent bone affects only the root position of the bone, but the tip is different because it keeps its direction and size regardless of the parent's scaling. So usi...
by Fazek
Tue Apr 25, 2006 8:28 am
Forum: Scripting
Topic: Please send suggestions for my scriptwriting
Replies: 146
Views: 138184

I uploaded a modified version. I have no experience with others' tools, I found only the HV_UniversalPointTool and sf_UniversalLayerTool. The UniversalPointTool is extremely useful as I see, everyone loves it and perhaps I will try to make something similar. But I want to make something what is at l...
by Fazek
Mon Apr 24, 2006 12:29 pm
Forum: Scripting
Topic: Question about Embedded Scripts and Dialog Window...
Replies: 11
Views: 9602

I have an idea, but I am not sure it is working anyway. You can create a sub-layer inside the group layer (switch the Visible option off) and keep the values you need in this special layer as bone positions, rotations or as point coordinates in a mesh. This is an ugly solution, but you can handle an...
by Fazek
Sun Apr 23, 2006 3:18 pm
Forum: Scripting
Topic: Please send suggestions for my scriptwriting
Replies: 146
Views: 138184

YOU CAN DOWNLOAD THE ACTUAL VERSION OF MY TOOLSET HERE: http://www.firkafilm.com/moho/index.html It is under development, so I encourage everybody to try it and tell me every ideas, bug reports etc. about it. I don't write any user guide yet, because I think it will change. But you can try these: - ...
by Fazek
Wed Apr 19, 2006 1:58 pm
Forum: Scripting
Topic: Please send suggestions for my scriptwriting
Replies: 146
Views: 138184

OK, then I will make FA_ names, as modular as possible to be able to use the files separately, but I will add a special file to the scripts/utilities folder to be compatible if someone wants to remove the original LM_ files....

You know, this will be a REPLACEMENT
by Fazek
Wed Apr 19, 2006 12:35 pm
Forum: Scripting
Topic: Please send suggestions for my scriptwriting
Replies: 146
Views: 138184

Hello Ramón, The cut out tool is a very good idea. I think it could be a tool for all of the possible logical operations. I am thinking on such things because of a selection type when you click somewhere inside an outline (without fill shape) and the program selects all surrounding points to prepare...
by Fazek
Wed Apr 19, 2006 11:58 am
Forum: Scripting
Topic: Little Scripting Doubts and Curiosities Site :)
Replies: 29
Views: 17857

This is a sample program I wrote to find how to retrieve the screen coordinates of a bone. I think it is working good even in embedded situations and calculates both the internal and pixel coordinates. function xDrawAllBones(moho,view) local bone,skel if (moho.layer:LayerType() == MOHO.LT_BONE) then...
by Fazek
Fri Apr 14, 2006 7:36 am
Forum: Scripting
Topic: Please send suggestions for my scriptwriting
Replies: 146
Views: 138184

Hi Ramón, I found the Universal Points Tool, thank you. It is really useful, and I am sure I will see many usable ideas in it. (Only the Undo works buggy). Now I collecting the information about lua and the Moho functions. I want to put some definiately new selection method - floodfill-like selectio...
by Fazek
Thu Apr 13, 2006 3:12 pm
Forum: Scripting
Topic: Please send suggestions for my scriptwriting
Replies: 146
Views: 138184

Please send suggestions for my scriptwriting

I am new here, and now trying Moho under Linux. Can anyone tell me what are the major script extensions added, and what are the most requested missing things? I want to change some functions in the basic scripts/tool set because it is not quite comfortable for me. Of course I will give these develop...