Just find and remove them from usermacros folder inside AppData folder, for example: C:\Users\UserName\AppData\Local\Autodesk\3dsMax\2015 – 64bit\ENU\…
You need to change another setting: job.nonSeqFrames = true
use <job>.frames instead of <job>.toFrame
This might help:
You can close a dialog by using this founction: fn CloseDialog Title = ( ChildWindows = UIAccessor.GetChildWindows (windows.GetMaxHwnd()) PopupDia…
Select Plane001 and then go to the Modify Panel/Cloth modifier / Subobject 1 (group), you see “Group001 (node to Teapot001)” and “Group001 (node to Sp…
I can get all groups and all nodes, but I don’t know which node assigned to which group. M = $Teapot001.cloth clearlistener() AllGroups = for i=1 t…
Sorry , Let me explain my question again. I want to get nodes assigned to a group inside group subobject (subobject 1). We can assign it by using: &l…
About “ElementHost” is OK, but when I use “WindowsFormsHost” my max will crash!
I think spinner (NumericUpDown) is missing in built-in WPF, would you please tell me where I can find it? #2 I’m completely agree with you
I’m not sure, but in this way I guess we don’t have any dependency to the max rollout redraw-update. This way comes to my head when I could not enter …
1- Binding: (This question is not just about WPF) Is there any functionality-converter to bind WPF control to the max data? for example binding with m…
Do we really have to use it inside max rollout? what if we just plug it above max rollout? try ( cui.UnRegisterDialogBar MaxDialog destroydialog Ma…