MZ1
@mz1
New Member
Joined: Feb 14, 2024
Topics: 169 / Replies: 649
Reply
RE: C# catapi

So where we can find it inside c# or SDK? I couldn’t find anything about it. The problem (we should call it bug!) is that the “.AnimationStretchy” pro…

5 years ago
Forum
Reply
RE: C# catapi

So I can’t use it in all versions, What about python? Do you think we can get CAT interface somehow?

5 years ago
Forum
Topic
5 years ago
Forum
Replies: 6
Views: 67
Reply
RE: Max Batch Help

I don’t know about your script, My code doesn’t save the files. To save, you should add some more lines of code.

5 years ago
Forum
Reply
RE: Max Batch Help

You can do it like this: fn Batch DirectoryPath ScriptToRun = ( Files = GetFiles (DirectoryPath + “/*.max”) DisableSceneRedraw() for f in Files do…

5 years ago
Forum
Reply
RE: Modify the value of wpf control by maxscrips

You should assign a name for the control and then use “show_dll.FindName” to retrieve it.

5 years ago
Forum
Reply
RE: How to store a new shape in a local

fn ExtractShape polyMod shapeName = ( oldShapes = shapes as array polyMod.CreateShape shapeName newShape = undefined for o in shapes where findite…

5 years ago
Forum
Reply
RE: Add Force to the Spring

using System; using Autodesk.Max; public class MyClass { static IGlobal globalInterface = GlobalInterface.Instance; static IInterface coreInt…

5 years ago
Forum
Reply
RE: Add Force to the Spring

Serejah: pb.Append (pb.indexToID 0) 1 INode 0 – Runtime error: .NET runtime exception: Unable to cast object of type ‘Autodesk.Max.Wrappers.INode…

5 years ago
Forum
Topic
Forum
Replies: 4
Views: 56
Reply
5 years ago
Forum
Reply
RE: Modular, semi-dynamic toolbar UI for tools?

Some scripts may not have any UI at all. I don’t get your goal, Are you looking for a UI solution or source control?

5 years ago
Forum
Reply
RE: A few dotnet list view question

You can’t embed 3dsMax’s controls inside WPF.

5 years ago
Forum
Reply
RE: A few dotnet list view question

I suggest you to do your tests inside VisualStudio(WPF Application), And then convert it inside mxs,

5 years ago
Forum
Reply
RE: A few dotnet list view question

Here is another example: global Window ( if heapSize < 256000000 do heapSize = 256000000 –256Mb — Window if Window != undefined do Window.c…

5 years ago
Forum
Page 17 / 55