miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Can not read a assigned Variable

Because the variables exist only on btn1 picked event. Try this: rollout animateObj “Animate OBJs to a Special Position” width:320 height:230 ( loca…

2 years ago
Forum
Reply
RE: If edit poly/edit spline do – Script

( if isValidNode $ do ( setCommandPanelTaskMode #modify if isValidObj $.modifiers[Edit_Poly] then ( modPanel.setCurrentObject $.modifiers[…

2 years ago
Forum
Reply
RE: Script for Poth editable poly and Edit Poly modifier

The code expect an editable poly object or an object with applied Edit Poly modifier to be selected. If nothing is selected you will see the above err…

2 years ago
Forum
Reply
RE: Script for Poth editable poly and Edit Poly modifier

( selObj = selection[1] if classOf selObj == Editable_Poly then ( selObj.paintDeformAxis =3 selObj.paintDeformValue = 2 selObj.paintDeformStr…

2 years ago
Forum
Reply
RE: Remove selected objects that are not actually visible in the current view

Select the text you want to quote from the comment you want to quote and either hit the “Reply” button under the quoted post or hit the “Quote” label …

2 years ago
Forum
Reply
2 years ago
Forum
Reply
2 years ago
Forum
Reply
RE: Remove selected objects that are not actually visible in the current view

This line Klvnk: pos = getvert msh2 v; should be pos = getvert msh v; or a msh2 variable has to be used? With this the script works fine…

2 years ago
Forum
Reply
RE: Remove selected objects that are not actually visible in the current view

I am using few methods. Here is another video. Almost everything that I need is already added:

2 years ago
Forum
Reply
RE: Remove selected objects that are not actually visible in the current view

I am currently working on a script which does exactly the same. Will be released as soon as possible. Short video:

2 years ago
Forum
Reply
RE: MXS: Pick a Vertex (Similar to Pickobject)

Sub-Object Selection Changed Callback 3ds Max SDK and MaxScript The reason the callback isn’t being removed is becase it is a change handle…

2 years ago
Forum
Reply
RE: How to Pick Top and Pick Bottom objects for Hose?

Thank you, Denis! Much better and elegant than using UIAccessors.

2 years ago
Forum
Topic
Forum
Replies: 11
Views: 58
Reply
Page 6 / 83