Peak and Smooth tools fix please
Moderators: Víctor Paredes, Belgarath, slowtiger
Peak and Smooth tools fix please
I use the peak and smooth tools CONSTANTLY when drawing in AS....and in 6 they can only be accessed when the curvature tool is selected. I much rather them be in a fixed position in the main tools menu, not placed at the top of the CURVATURE sub menu.
Right now I am still using 5.6 because drawing in AS6 is way too slow
Is there a way to change these tool positions with AS6's Lua script?
Thanks
D.K
Right now I am still using 5.6 because drawing in AS6 is way too slow
Is there a way to change these tool positions with AS6's Lua script?
Thanks
D.K
http://www.creativetvandmedia.com
My store on Renderosity:
https://www.renderosity.com/mod/bcs/?uid=921315
My store on Renderosity:
https://www.renderosity.com/mod/bcs/?uid=921315
- Víctor Paredes
- Site Admin
- Posts: 5818
- Joined: Wed Jan 26, 2005 12:18 am
- Location: Barcelona/Chile
- Contact:
Control+P and Control+M works on AS 6.
Anyway, I took the AS 5 peak and smooth tools and put on AS6 script folder, then assigned their respective commands.
Anyway, I took the AS 5 peak and smooth tools and put on AS6 script folder, then assigned their respective commands.






Moho co-owner
Previously Rigged animation supervisor: My father's dragon, Wolfwalkers & Star Wars Visions "Screecher's Reach"
My personal Youtube Channel
Hi Selg.
Thanks for the help but unfortunately using Ctrl+p or Ctrl+m on my Laptop requires me to use both hands. So that means I have to let go of the mouse everytime I want to use the peak and smooth tools. That's even more a pita than having to switch menus with the mouse.
I would like to know more about how you changed your interface if possible?
Cheers
D.K
Thanks for the help but unfortunately using Ctrl+p or Ctrl+m on my Laptop requires me to use both hands. So that means I have to let go of the mouse everytime I want to use the peak and smooth tools. That's even more a pita than having to switch menus with the mouse.
I would like to know more about how you changed your interface if possible?

Cheers
D.K
http://www.creativetvandmedia.com
My store on Renderosity:
https://www.renderosity.com/mod/bcs/?uid=921315
My store on Renderosity:
https://www.renderosity.com/mod/bcs/?uid=921315
- Víctor Paredes
- Site Admin
- Posts: 5818
- Joined: Wed Jan 26, 2005 12:18 am
- Location: Barcelona/Chile
- Contact:
I just copied the files lm_peak.lua and lm_smooth.lua from the 5.6 script folder to the 6.1 script folder.
Then I added this lines to the _tool_list.txt:
Just a question, don't you have installed any new/modified script on your computer?
Then I added this lines to the _tool_list.txt:
Code: Select all
button lm_smooth M
button lm_peak P






Moho co-owner
Previously Rigged animation supervisor: My father's dragon, Wolfwalkers & Star Wars Visions "Screecher's Reach"
My personal Youtube Channel
- patricia3d
- Posts: 726
- Joined: Thu May 31, 2007 4:38 am
- Location: India
- Contact:
- Víctor Paredes
- Site Admin
- Posts: 5818
- Joined: Wed Jan 26, 2005 12:18 am
- Location: Barcelona/Chile
- Contact:
Oh, yes, sorry Kkrawal and DK, the same thing happens to me, but I just move that window off of the screen and everything works fine. I know it's not the best solution, but at least I haven't had any problem.






Moho co-owner
Previously Rigged animation supervisor: My father's dragon, Wolfwalkers & Star Wars Visions "Screecher's Reach"
My personal Youtube Channel
Yeah, sometimes the "Lua Console Window" gives you enough info to start to experiment and the cool thing is that, in simple cases like this one (or the "ipairs" errors), simply comparing working files that fill your needs and although you have no idea of how scripting thing works, you have high possibilities of success! Over all if you first make a backup of your original files... Anyway, I have simply eliminated the "Localize" item (like in many other tools that actually works just fine) and, although I'm not sure if that is the best way, it's the quickest and it seems to solve the problem. So, you can try to do it better by yourself (and maybe we'll learn something) or download the modified tools pressing...
HERE!
And, as always we are fighting with buttons, don't forget to add the follow lines to the "_tool_list.txt" to make'em work properly and take care that no shorcut is used twice (like the in the "P" for the Paint Bucket Tool case, i.e.):
Of course you can choose any other unused letter, if still there is someone... BYE!

And, as always we are fighting with buttons, don't forget to add the follow lines to the "_tool_list.txt" to make'em work properly and take care that no shorcut is used twice (like the in the "P" for the Paint Bucket Tool case, i.e.):
Code: Select all
button lm_smooth M
button lm_peak P
...
- Víctor Paredes
- Site Admin
- Posts: 5818
- Joined: Wed Jan 26, 2005 12:18 am
- Location: Barcelona/Chile
- Contact:
Thank you, Ramón!
Now there is no more lua window on my computer. I have to recognize that, even when all were ok, I was afraid some day that little lua window betray me
Now there is no more lua window on my computer. I have to recognize that, even when all were ok, I was afraid some day that little lua window betray me







Moho co-owner
Previously Rigged animation supervisor: My father's dragon, Wolfwalkers & Star Wars Visions "Screecher's Reach"
My personal Youtube Channel
Thanks guys.
Vern also made me a copy of those scripts yesterday. There were a couple lines of code in them that were reduntant in AS6 hence the lua errors. Thanks to Ramon for posting them for everyone to use.
Cheers
D.K
Vern also made me a copy of those scripts yesterday. There were a couple lines of code in them that were reduntant in AS6 hence the lua errors. Thanks to Ramon for posting them for everyone to use.
Cheers
D.K
http://www.creativetvandmedia.com
My store on Renderosity:
https://www.renderosity.com/mod/bcs/?uid=921315
My store on Renderosity:
https://www.renderosity.com/mod/bcs/?uid=921315
Hehe...I have him on Skype...Jasp! Hmmm, that heyvern a step ahead even absent

I personally know he has been extremely busy but he assures me is still 100 percent AS

As for now I hope, Ramon, you do not get too busy for the forum. We need all the help we can get!
Cheers
D.K
http://www.creativetvandmedia.com
My store on Renderosity:
https://www.renderosity.com/mod/bcs/?uid=921315
My store on Renderosity:
https://www.renderosity.com/mod/bcs/?uid=921315