miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: dotnet.addEventHandler not works in Structs in 3ds Max 2019.

Thank you. My work-around is to move all code from the struct outside the sctruct, which is not the best solution but is the only one that works.

7 years ago
Forum
Reply
7 years ago
Forum
Reply
RE: Maxscript: Get the root node of Referenced nodes

Find all reference objects. Then find the object(among all references) with the lower inode.handle – it is the father of all references.

7 years ago
Forum
Reply
RE: [Maxscript] Passing a string variable to SelectionSets[]

In the Maxscript listener you have to do the following: type: myName = “MySet” and hit numpad enter type: hide selectionSets[myName] and hit numpad e…

7 years ago
Forum
Reply
RE: [Maxscript] Passing a string variable to SelectionSets[]

Execute the code I posted above in maxscript editor.

7 years ago
Forum
Reply
RE: [Maxscript] Passing a string variable to SelectionSets[]

Everything works fine in 3ds Max 2016. I suppose that the problem is in the code you use, the whole code. You cna post it here and can tell which butt…

7 years ago
Forum
Reply
RE: [Maxscript] Passing a string variable to SelectionSets[]

Krewlty: Using 2016. I don’t see where I can upload a scene but here’s a screenshot: Upload it to google drive, dropbox, etc.

7 years ago
Forum
Reply
RE: [Maxscript] Passing a string variable to SelectionSets[]

Which version of 3ds Max you use? Can you upload the scene?

7 years ago
Forum
Reply
RE: [Maxscript] Passing a string variable to SelectionSets[]

This works with no problems: ( myName = “MySet” hide selectionSets[myName] ) but only if I have selection set with the name “MySet”

7 years ago
Forum
Reply
RE: Saving and loading check box selection

Modify those functions to fit your needs. — load configuration data function LoadControlsValues subRol iniFile = ( for aControl …

7 years ago
Forum
Reply
RE: Negative Volume Calculation

Can you retopo the object and then share it here?

7 years ago
Forum
Reply
RE: Negative Volume Calculation

Upload those objects. Are they have holes?

7 years ago
Forum
Reply
RE: How to find if the object is cylinder?

denisT: here is my attempt… there are several cases where it fails on right cylinders, but the approach is different than others and might be intere…

7 years ago
Forum
Reply
RE: How to find if the object is cylinder?

Yes, most of the cylinders are not exactly cylinders. This is how may cylinders your code can find: before the update – 898 (with the single triangl…

7 years ago
Forum
Page 30 / 83