martinez
@martinez
New Member
Joined: Feb 14, 2024
Topics: 8 / Replies: 136
Reply
RE: Maxscript Editor Alternatives- Autocomplete

Works for me. I have this in my user options file: autocomplete.*.start.characters=$(chars.alpha)$(chars.numeric)$_@#. api.*.ms=maxscript.api autoco…

12 years ago
Forum
Reply
RE: Bitmap Save fileType Setup/Settings

If you are using a version of max older than 2010 then you need to specify the startPath parameter. Any reason you can’t use the copyFile and rename…

12 years ago
Forum
Reply
RE: Save and Load transforms to a File

I’m not sure it’s necessary to separate the position and rotation values. The times I’ve needed to do this, I just print out all the transforms to a s…

12 years ago
Forum
Reply
RE: Macroscript: altPressed not working

PiniO is right. If Lock UI Layout is disabled you cannot Alt/Ctrl click on toolbar buttons. This is because holding down those buttons allows you to m…

12 years ago
Forum
Reply
RE: Delete ALL keys on selected objects?

You can use Numsubs to loop through all properties of an object. This function deletes all keys from a node at a given frame. You maybe able to change…

13 years ago
Forum
Reply
RE: Suppress Unhide All Message

You can also use: unhide objects dolayer:true

13 years ago
Forum
Reply
RE: baking lookAt constraint via maxscript?

Have you tried the CollapseController function? It may not be suitable for you since it removes the list controller. But it does asks bake the animati…

13 years ago
Forum
Reply
RE: getNameByName affter gc() got a "system exception"

Suggestions Run gc() at the end of the script. myNode = execute (“$’” + “kp02tokp03” + “’”) Try gc light:true

13 years ago
Forum
Reply
RE: Distributing tools to outside companies

I do a few things to help. If you use the UserScript, UserMacro, UserIcon, UserStartupScripts, and Temp folder you don’t run into permission issues….

13 years ago
Forum
Reply
RE: Planted Key -> Free Key

What do you mean by freaky? You could also try looping through the keys and changing the Joint to Previous Key and IK Blend options. That will make t…

13 years ago
Forum
Reply
RE: How to find all animation keys

I took a stab at it. I hope it help you out. ( –CREATE A FUNCTION TO FIND CONTROLLERS THAT SUPPORT KEYS mapped fn getKeys obj theKeys = ( …

13 years ago
Forum
Reply
RE: How to find all animation keys

I’m not at my computer, but you can access the sub anim controllers using the numsubs property in a recursive function. The test the controller with s…

13 years ago
Forum
Reply
RE: How to get nodeproperty at specific frame?

You can use “at time”. at time 20 ( obj.transform )

13 years ago
Forum
Topic
Forum
Replies: 2
Views: 17
Reply
RE: Advice on script optimization

Thanks denisT! When ever I feel like I’m at a point I can give really insightful comments, someone always shows me the right way to do things.

13 years ago
Forum
Page 7 / 10