Now he knows how to use both methods.
Yep, but he asked about append.
append can have only two arguments: append <array> <value> To append to array: append AttachArray $Sphere001 append AttachArray $Sphere00…
The “spinners” solution will works in any cases. There is a script called Move with Keyboard. I don’t know if it works or not, but you can try it.
The problem is the verctor of movement. If you wants to move the sub-selection in one of the world or local axis, then the TTI dialog(or the spinners …
Try this(no time for optimization): If one of the dummies is selected then the line will start from this dummy. If no dummy is selected, the line will…
I am not sure that this will work, but did you tried to create a macros for your extended primitives. Then you can create custom Quad Menu using these…
Download from: Scriptspot.com MaxPlugins.de Yoa need v9.
selectin, colorPickerDlg works in 3dsMax 9. If you have read the maxscript help file then how you miss this: This method is available in 3ds Max 20…
Max 2014 and Max2013 x64 #(<MixinInterface:Node>, <MixinInterface:Node>) Max 2011 x32 #(<MixinInterface:Node>, undefined)
You can use your code with one little modification – inside the rollout you have to define the variables as local or global. In your code the myBox va…
This is what Denis showed to us(me and Branko) a while ago: fn GetRootParent obj = if obj.parent != undefined do ( while obj != undefined and (obj…
In my mzp installers I have: install.ms run.mzp “folderWithFiles” folder. All files that have to be installed are in this folder My mzp code: n…
Use a timer. When the event1 starts/finis – start the timer. Set its interval to 15 sec or whetever value you need. When the timer tick the first time…
The code from Denis max9(on virtual machine WinXP) count:500 time:4125 max2009(on virtual machineWinXP) count:500 time:1047 max2013 count:500 time:…