_stev
@_stev
New Member
Joined: Feb 15, 2024
Topics: 11 / Replies: 85
Reply
RE: List Children

That works perfectly! Thanks, Stev

18 years ago
Forum
Topic
18 years ago
Forum
Replies: 3
Views: 25
Reply
RE: Confirmation Diaolog

rollout sakTestRollout “Test” ( button sakText_btn “Print Something” on sakText_btn pressed do ( local tmp = queryBox “Do you want to do this?”…

18 years ago
Forum
Reply
RE: Confirmation Diaolog

rollout sakTestRollout “Test” ( button sakText_btn “Print Something” on sakText_btn pressed do ( local tmp = yesNoCancelBox “Do you want to do th…

18 years ago
Forum
Reply
RE: A few basic script questions…

You can query the dropdown list selection when output to the file: on LC_Create pressed do ( string_LC_Name = LCName.text string_LC_Model = LCModelN…

18 years ago
Forum
Reply
RE: A few basic script questions…

Here’s a small sample: rollout sakTestRollout “Get Save File” ( local saveFile button getButton “Get File” editText getFile_text on getButton p…

18 years ago
Forum
Reply
RE: A few basic script questions…

In answer to #1, use the “GetSaveFileName” command and assign it to your button. You can store the chosen file name with path in your script with a v…

18 years ago
Forum
Reply
RE: Material Baking in Maxscript

This is strange. I tried using the outputfile: instead of to: [size=2]render rendertype:#bakeSelected frame:slidertime outputSize:[256,256] outputfi…

18 years ago
Forum
Reply
RE: Small MaxScript Bug

Any other functions do this, or just the GetUserProp? Thanks, Stev

18 years ago
Forum
Topic
Forum
Replies: 3
Views: 14
Reply
RE: Select EditMesh and convert to EditPoly ?

for o in objects do ( if (classOf o == Editable_Mesh) then ( convertToPoly(o) ) ) Stev

18 years ago
Forum
Reply
RE: Smart Select (cycle select)

I think the command you want is “Cycle Selection Method” not Smart Select. Stev

18 years ago
Forum
Reply
RE: Reorder Modifier Stack

Ouch. Not what I wanted to hear. Thanks Paul, Lata, Stev

18 years ago
Forum
Reply
RE: Reorder Modifier Stack

Thanks guys, Here’s the catch though. The modifier I want to reorder is an edit_mesh, edit_poly, or FFD with lots of work done on them. How could I…

18 years ago
Forum
Topic
Forum
Replies: 5
Views: 18
Page 3 / 7