miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Stuck on simple array append

Now he knows how to use both methods.

11 years ago
Forum
Reply
RE: Stuck on simple array append

Yep, but he asked about append.

11 years ago
Forum
Reply
RE: Stuck on simple array append

append can have only two arguments: append <array> <value> To append to array: append AttachArray $Sphere001 append AttachArray $Sphere00…

11 years ago
Forum
Reply
RE: [help] how to move vertices incremently with mouse

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.

11 years ago
Forum
Reply
RE: [help] how to move vertices incremently with mouse

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 …

11 years ago
Forum
Reply
RE: Connect dummy with a spline based on distance…

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…

11 years ago
Forum
Reply
RE: Custom Quad menu for specific class

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…

11 years ago
Forum
Reply
RE: How to call color selector dialog automatically

Download from: Scriptspot.com MaxPlugins.de Yoa need v9.

11 years ago
Forum
Reply
RE: How to call color selector dialog automatically

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…

11 years ago
Forum
Reply
RE: get selected mtl from Slate Material Editor

Max 2014 and Max2013 x64 #(<MixinInterface:Node>, <MixinInterface:Node>) Max 2011 x32 #(<MixinInterface:Node>, undefined)

11 years ago
Forum
Reply
RE: Stuck creating a box?!@#! it so basic…

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…

11 years ago
Forum
Reply
RE: Reorder an object array

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…

11 years ago
Forum
Reply
RE: mzp moving file to wrong $temp

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…

11 years ago
Forum
Reply
RE: how to trigger action after given time amount ?

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…

11 years ago
Forum
Reply
RE: select object with missing bitmaps

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:…

11 years ago
Forum
Page 55 / 83