Well, I’m little confused… is it faster to create instance from existing geometry or create from scratch? What is the best way to attach meshes? Is th…
Sorry!, my example was not true, just remove or comment a section (reset the max), then test it again: plugin SimpleObject TestObjects name:”Door” cl…
You can use a function like this to convert backslashes to slashes: fn BackSlashToSlash Str = ( OldChs = #(“\\”,” “,”\r”,” “,”\*”,”\?”,”\%”) NewChs…
Cool, I forget it, this way we don’t need to restart max.Thank you denis. mapPaths.add “C:/Test”
First you need to get all sub directories, It can be done with recursive function: fn RecursiveGetDir RootDir AllSubDirs = ( Dirs = getdirectories …
All paths goes in 3dsmax.ini, so you can add your own path: MyPath = “C:\ est” MaxIniFile = getmaxinifile() Count = (getinisetting MaxIniFile “Bitmap…
dgsantana: What type of connections would you want? I just want to create something like “Controller” parameter in the Max’s native spinner.
Autodesk.StateSets.dll is available in 2013 and above. Denis told me you need to manage Undo and connection by using Autodesk.Max. Would you please li…
dgsantana: you could check both Nyx Voltron and Nyx DBR , both use and only use Autodesk.Max.dll (plus some of the other managed dlls from 3dsmax) …
“Type” (Float,Integer) parameter was added.
Because they love teapot, they made it in 1975. denisT: using of a timer is absolutely ok, but i’m not sure that ‘timer-based’ update should …
Thank you!, About connection, Yes it’s just a timer and it’s not a binding or something like that. About undo, would you please explain a little about…