Home Technical Talk

[Maya] - Mel Script compiler?

polycounter lvl 14
Offline / Send Message
sama.van polycounter lvl 14
Yeah I know we do not need a compiler for running mel script but ... :)


Here is my workflow when I create mel script :

- I have a set of mel file where I will drop all my basic functions I will use for custom tool (Bottom level)
- I have another set of mel file for common//tools still low level but cannot be insert in the low level. (middle level)
- And a last type, there are the main tools, it will call middle level and low level tools. (High level)


I got emails and message from users and colleagues asking to share some tools of mine with them...

But problem is with my workflow I cannot create a package with all my personnel scrips library and to tell the truth I do not really want to share all ;).


Some of my tools will call more than 100 functions... then.... could be boring to do that manually...



Then I would like to know , if there is a tool it could help me to insert all functions from a same tool in a simple ASCII file?....

Replies

Sign In or Register to comment.