miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Rename multiple object (only mesh) with FileName

The OP uses this code and it works for him. There is no asking of how to select hidden objects, how to avoid “wrong” names, etc. I am not sure but ob…

6 years ago
Forum
Reply
RE: Rename multiple object (only mesh) with FileName

Red_Bucket: SetSelectFilter 1 actionMan.executeAction 0 “40021” – Selection: Select All for i in selection do i.name = uniquename ((getFilenameFi…

6 years ago
Forum
Reply
RE: 3ds max script – select object and execute

The missing bracket is the smaller problem. Thank you. ( if selection.count != 0 do with redraw off ( selObjsArr = selection as array max mod…

6 years ago
Forum
Reply
RE: 3ds max script – select object and execute

Select all objects that have to be processed and execute this in the maxscript editor: ( if selection.count != 0 do with redraw off ( for o in s…

6 years ago
Forum
Reply
RE: Does MXS support "catching a file" dropped into max?

Check this posted by Denis 7 years ago: Get filename of file being drag & dropped on the viewport

6 years ago
Forum
Reply
RE: Curve Control [Scale Point] problem

It happens on all 3ds max versions – 3ds max 2019 too. Edit: And this happens when points below and above the 0 line is selected and scaled:

6 years ago
Forum
Topic
Forum
Replies: 2
Views: 7
Reply
RE: MXS unexplained problem… memory leaking

I have put a script containing onli 3.0 as a code in my startup folder and now the proglem is gone. I wonder what is the reason 3.0 to be the cure fo…

6 years ago
Forum
Reply
RE: MXS unexplained problem… memory leaking

Yes, another “gem” from AD.

6 years ago
Forum
Reply
RE: MXS unexplained problem… memory leaking

I have tested the code in your first post in 3ds Max 2014. For 10 000 iterations: [1,2,3] time:5 heap:120L OK For 1 000 000 iterations: 1,2,3] time:2…

6 years ago
Forum
Reply
RE: Is there a way to detect if a rotation was CCW or CW?

Thank you for the suggestion I know about the when construct and use it in some of my scripts, but I do not want to use it in this particular case.

6 years ago
Forum
Reply
RE: Is there a way to detect if a rotation was CCW or CW?

denisT: when you see a car parked on the street, how can you know that it has come either directly or in reverse? No way. I thought that 3ds ma…

6 years ago
Forum
Reply
RE: Is there a way to detect if a rotation was CCW or CW?

The objects(teapots) must not be modified in any way. So I have to use a workaround or to read what is printed in the Maxscript Editor.

6 years ago
Forum
Topic
Reply
RE: Viewport text size

There is no way to change the size of the gw.text font using maxscript.

6 years ago
Forum
Page 27 / 83