MZ1
@mz1
New Member
Joined: Feb 14, 2024
Topics: 169 / Replies: 649
Reply
RE: Cleaning up macros

Just find and remove them from usermacros folder inside AppData folder, for example: C:\Users\UserName\AppData\Local\Autodesk\3dsMax\2015 – 64bit\ENU\…

10 years ago
Forum
Reply
RE: maxscript backburner saved frame name – single no 000

You need to change another setting: job.nonSeqFrames = true

10 years ago
Forum
Reply
RE: maxscript backburner saved frame name – single no 000

use <job>.frames instead of <job>.toFrame

10 years ago
Forum
Reply
RE: Null Value

This might help:

10 years ago
Forum
Reply
10 years ago
Forum
Reply
RE: showToolbar method

You can close a dialog by using this founction: fn CloseDialog Title = ( ChildWindows = UIAccessor.GetChildWindows (windows.GetMaxHwnd()) PopupDia…

10 years ago
Forum
Reply
RE: Cloth Group Nodes

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…

10 years ago
Forum
Reply
RE: Cloth Group Nodes

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…

10 years ago
Forum
Reply
RE: Cloth Group Nodes

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…

10 years ago
Forum
Topic
10 years ago
Forum
Replies: 8
Views: 47
Reply
RE: WPF advantages and disadvantages

About “ElementHost” is OK, but when I use “WindowsFormsHost” my max will crash!

10 years ago
Forum
Reply
RE: WPF advantages and disadvantages

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

10 years ago
Forum
Reply
RE: WPF advantages and disadvantages

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 …

10 years ago
Forum
Reply
RE: WPF advantages and disadvantages

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…

10 years ago
Forum
Reply
RE: WPF advantages and disadvantages

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…

10 years ago
Forum
Page 40 / 55