Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: Options in render element

jen84: Being a basic operation doesn’t mean I know it You could at least try to read the mxs reference.

5 years ago
Forum
Reply
RE: Faster way to count all files and directories in specific path?

by @Swordslayer The getFiles() and getDirectories() methods have a recurse: parameter to indicate whether to recursively search for files or directori…

5 years ago
Forum
Reply
RE: Find similar vertex position in 2 objects

your naive algorithm checks all verts of one mesh against all verts of another which is slow and inefficient to make it faster you’ll have to use some…

5 years ago
Forum
Reply
RE: Find similar vertex position in 2 objects

Thanks. I should have mention that. Here’s the example: delete objects shp1 = convertToSplineShape (Rectangle width:100 length:100) shp2 = convertT…

5 years ago
Forum
Reply
RE: Find similar vertex position in 2 objects

Similar is a very broad term. But you could start from using GetHashValue of their knot positions

5 years ago
Forum
Reply
RE: EditMesh equivalent for polyop.getFaceSelection and polyOp.detachFaces

Haider_of_Sweden: Edit Mesh modifier Forget about this one. You’ll have to emulate user actions (click or press buttons) in order to make it work…

5 years ago
Forum
Reply
RE: Is Scene Converter a maxscript or SDK?

There’re lots of various sources in SDK files, but not for this particular plugin.

5 years ago
Forum
Reply
RE: Creating objects internally

You could either merge ready object from external scene file or serialize and save all non-default value properties and then recreate the object on th…

5 years ago
Forum
Reply
RE: Creating objects internally

b = createInstance box b.mesh

5 years ago
Forum
Reply
RE: Ability to differentiate between "Export" and "Export Selected" during maxscript's export callback?

if users export files using max interface only (not any sort of scripted exporter) then you can listen to WM_COMMAND message of max main window to det…

5 years ago
Forum
Reply
RE: Accessing the Hide By Categories List

Interacting with the 3ds Max User Interface > Filters > class id filter fn dispfilter node = ( isKindOf node Cylinder or isKindOf node Box )…

5 years ago
Forum
Reply
RE: Accessing the Hide By Categories List

Interacting with the 3ds Max User Interface > Filters > Selection Filter for i=1 to GetNumberDisplayFilters() do ( format “%: %\n” (GetDisplay…

5 years ago
Forum
Reply
RE: [SDK] Function Publishing and Maxscript Interaction

I can’t imagine writing c++ without some tool to search in sdk files. grepWin isn’t the fastest one but doest its job pretty well изображение.png913…

5 years ago
Forum
Reply
RE: Collecting TextureMap icons

AEI: create a scene with a object , such as sphere , with the mat , and render it My question isn’t about materials and their previews. . . di…

5 years ago
Forum
Topic
Forum
Replies: 3
Views: 15
Page 39 / 84