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…
So I can’t use it in all versions, What about python? Do you think we can get CAT interface somehow?
I don’t know about your script, My code doesn’t save the files. To save, you should add some more lines of code.
You can do it like this: fn Batch DirectoryPath ScriptToRun = ( Files = GetFiles (DirectoryPath + “/*.max”) DisableSceneRedraw() for f in Files do…
You should assign a name for the control and then use “show_dll.FindName” to retrieve it.
fn ExtractShape polyMod shapeName = ( oldShapes = shapes as array polyMod.CreateShape shapeName newShape = undefined for o in shapes where findite…
using System; using Autodesk.Max; public class MyClass { static IGlobal globalInterface = GlobalInterface.Instance; static IInterface coreInt…
Serejah: pb.Append (pb.indexToID 0) 1 INode 0 – Runtime error: .NET runtime exception: Unable to cast object of type ‘Autodesk.Max.Wrappers.INode…
use dotnet and regular expression.
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?
You can’t embed 3dsMax’s controls inside WPF.
I suggest you to do your tests inside VisualStudio(WPF Application), And then convert it inside mxs,
Here is another example: global Window ( if heapSize < 256000000 do heapSize = 256000000 –256Mb — Window if Window != undefined do Window.c…