Tagged 'ScriptSpot How To'

As Tough As You Are

When Red Wing boots were first don industry, the location of redwing boots online, Minnesota was populated with folks riding horseback! Thus, the boots were built to endure even the harshest varying weather condotions and the majority rugged outdoor activities.

keys

hi I need help for this script. create the initial and final keys in each spinner through the slider.

slider sld1 "+ - -" range:[-90, 90, 0] spinner tStart "Start Frame: " range:[0,100000,animationRange.start] type:#integer

spinner tEnd "End Frame: " range:[0, 100000,animationRange.end] type:#integer

on sld1 changed val do

with animate on
(
at time tStart $.pos.controller.x_position = val

at time tEnd $.pos.controller.x_position = val )

Export spinner values of an object attached to a path for all frames in a txt-file

Hi,
can anyone help me, I need to export the Position (in percent) of an object which is attached with a controller on a path for every frame in the scene as a textfile e.g.

hubaberle

Crease Line Display For Turbosmooth

Can anyone teach me how to write the script for max, so that i can see the color display for my crease line that i already set = 1 for my Geometry ?

How to select specific vertices on a spline (so I can manipulate them) ?

I've got a very simple shape that I want to write an automated script for.

I want to select the two lowest vertices (they will both be on the same height on the z-axis, say maybe 0), and I want to invert that selection so I have all the other vertices and move those up the z-axis a particular amount.

How can I find my two lowest vertices in my spline?

PS - I am a newbie in MaxScripting and am going through AutoDesk's MaxScript Essentials book, but I can't see it in there.

Many thanks.

How to select specific vertices on a spline (so I can manipulate them) ?

I've got a very simple shape that I want to write an automated script for.

I want to select the two lowest vertices (they will both be on the same height on the z-axis, say maybe 0), and I want to invert that selection so I have all the other vertices and move those up the z-axis a particular amount.

How can I find my two lowest vertices in my spline?

PS - I am a newbie in MaxScripting and am going through AutoDesk's MaxScript Essentials book, but I can't see it in there.

Many thanks.

Make A Dialog with UI blocking

Hi guys
How I Can make a dialog that make 3ds max UI blocking
Like a ERROR or Warring that user can't click on 3ds max until click on (OK) button

One Example :
In polyunwrapper

http://www.polytools3d.com/downloads/polyunwrapper_2.5.1.zip

Click on setting button in polyunwrapper UI

THank U

Maxscript acces to Wall

Hello to all. Recently i have been doing a script that needs to get acces to the AEC wall object. I need to get acces to the 'pick spline' option in keyboard entry option from the modify panel to assign a previously created spline , but i have no idea on how to get it cause it doesn't seem to have a straightforward way to get into it. I can use the 'startObjectCreation Wall' to start creting the wall, but after that, i don't know where find a method to attach the spline right into it.

Any ideas about that one?..

Thanks in advance!!!

interface design question

HI Guys
i have a question about max script, i need to know if its possible to, with max script have the max interface allow a complete redesign, basically allowing me to remove all the menus, command panels, animation controls at the very bottom of the screen and be left with essentially a totally blank canvas to which i can then build the interface i need.
Hope someone can help
Michael

How to delete a rollout stack in attribute holder?

hi there . i'm new here and sorry for my bad language if it is

ihave this one
----------------------------------------------------------------------
Reset_position_attributes = attributes custom_Attributes
(
rollout ResetPrmRollout "Reset Position"
(
button ui_resetpos "Reset Position" width:160 height:30

on ui_resetpos pressed do
(
macros.run "Animation Tools" "TransformToZero"
)
)

rollout ResetPrmRollout2 "Reset Position2"
(
button ui_resetpos2 "Reset Position" width:160 height:30

on ui_resetpos2 pressed do
(