Adding .mse script file as a toolbar button

Adding .mse script file as a toolbar button

Anonymous
Not applicable
10,655 Views
2 Replies
Message 1 of 3

Adding .mse script file as a toolbar button

Anonymous
Not applicable

Ive been trying to add a script i downloaded from scriptspot to my toolbar.

I can only run the said script ,I cant open it with maxscript inside the program.

Can someone tell me a way I can add this one and eventually futre scripts as toolbar button ?

 

This is the script Im trying to add :

http://www.scriptspot.com/3ds-max/scripts/quad-primitives

0 Likes
Accepted solutions (2)
10,656 Views
2 Replies
Replies (2)
Message 2 of 3

blakestone
Collaborator
Collaborator
Accepted solution

mse files are encrypted files so you can not 'open' them only 'run' them.
a workaround would be to create a new maxscript which simply calls this mse file and assign that to your toolbar, something like this:

 

( fileIn "c:\myscript.mse" )
--------------------------------------------------------------------------------------
Technical 3D Graphic Artist
Autodesk 3dsMax 2015 - Service Pack 4
--------------------------------------------------------------------------------------
Message 3 of 3

Swordslayer
Advisor
Advisor
Accepted solution

If you want that automated for you, there's Macroscript Creator to simplify the task.

As a side note, you might use proper quadcylinder and quadsphere primitives: Quad Cylinder Primitive (quad sphere is in the comment section).