martinez
@martinez
New Member
Joined: Feb 14, 2024
Topics: 8 / Replies: 136
Reply
7 years ago
Forum
Reply
RE: Is it possible to access non-convex UV packing via MaxScript?

0 – linear 1 – recursive 2 – non-convex, but that’s undocumented. I was testing this out earlier today to verify that 2 is non-convex.

7 years ago
Forum
Reply
RE: Maxscript to transform named objects Pos/Rot from text file.

How is your text file generated? Instead of print out POS and ROT you can print out the transform. Then just set the transform instead of each compone…

7 years ago
Forum
Reply
RE: dynamic object creation

I think you’ve got a few bugs in there. I’m not totally clear what you are trying to do, but I think it’s create the number of spheres in the spinner …

7 years ago
Forum
Reply
RE: XrefObject to BaseObject to Node

Thanks for the input Denis!

7 years ago
Forum
Topic
Forum
Replies: 2
Views: 12
Reply
RE: How to pass global variables between maxscript and python ?

What version of Max are you using? This is a very simple example, but if you are using 2017 pymxs will work. import pymxs import MaxPlus #Create a …

8 years ago
Forum
Reply
RE: 3ds max startup directories, admin permission

I don’t think you need access to most of that. For plugins simply add a new entry to Plugin.UserSettings.ini. Then install your scripts to $userStart…

8 years ago
Forum
Reply
RE: Increase Skin Weight

If I change the line with skinOps.ReplaceVertexWeights with SetVertexWeights then it works as you intend. Note that I also use BoneID and Weight and n…

8 years ago
Forum
Reply
RE: Dos commands freeze UI – even when using .NET Shell

I know you have a solution, but when I need to use DosCommand or HiddenDosCommand on a sequence of operations I use “&” between the commands. so…

8 years ago
Forum
Reply
RE: Get type of selected item/object ?

You can also filter your selection using ObjectSets. Just search for that in the Max help doc. select (for obj in geometry where obj.isSelected coll…

8 years ago
Forum
Reply
RE: Python – delete all keyframes on selected

DeleteKeys, and most other key functions, are mapped. So you don’t need a loop. This would work. deletekeys selection #allkeys

8 years ago
Forum
Reply
RE: Set key at frame 0?

Looks like a bug. If you change Auto Key Default Frame to 1 and change your code to 1, it fails to create the key at frame 1. Seems to work if you pu…

8 years ago
Forum
Reply
RE: Possible to store MaxScript in a .MAX file?

@bontempos The code snippet was showing 1. How to store maxscript in a file. 2. How to load the script to be ready to run by typing a command. If you…

9 years ago
Forum
Reply
RE: Sublime Text plugin

Very cool guys! I’ve been wanting this feature for ST3 for a while. On the topic of Sublime Text is there a fix for the parenthesis () not auto inden…

9 years ago
Forum
Page 2 / 10