Tagged 'ScriptSpot How To'

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

exported selected to dwg or iges file in maxscript?

does anyone how to export selected to dwg or iges files in maxscript ?
because i searched through the internet and i found there is a script related to this
but it is solely export selected to 3ds file..

any help is greatly appreciated
cheers

Geometry paint Help please

Hi everyone,

This is my first post here and hope someone can help me.

I am reading the "Autodesk Official training MaxScript essential" and tried the mouse track example in the book to place my objects on a surface.

Everything works fine but I have no control over the distance between objects being placed on the surface.

I have also seen Paint cloner by andrei kletskov which is great but I can't understand his code since I am still a beginner.

Could anyone plz tell me how I can control the distance using this code I have? Thanks in advanced.

Here is the code I have:

Help

Where can i find my "favorite" scripts?

help MaxScript for rig system

hey guys, i have a small problem with a script that i am trying to do
the idea is to make a script that can create a rig for any characters (standard rig for people ) with a few clicks ... so the problem is when i try to align a bone to a dummy it aligns the position but not the rotation.

you will find below a screenshot of the result i am getting
by the way this is my first time in maxscript and here is the code :

maxops.affectchildren=false

select $Dummy001
aa = $.rotation.x
bb = $.rotation.y
cc = $.rotation.z
a = $.pos.x
b = $.pos.y
c = $.pos.z
select $Bone001

Help need math concept for good hedge orientation

Hi,
I'm working on script for creat e strip(like Sweep tool) with tow splines constain.
but my problem is the placement of my knots on this splines for create an uniform
mesh. I using lengthInterp for placing my knots but when i have curve in my tow spline
i've bad result can you give me the good way for have a good interpolation of my knots on splineshape.

in first the script part TowSplineToMesh.ms
and the second file show the good way for me.

Tanks.

Help the material manager

I am a graphic designer/animator and I think that the material manager script will help me tremendously, but it doesn't work right on my system. I have a 64 bit system with Max 2010 64 bit. When I open it says (--Unkown property: "count" in undefined). After that it shows the Loading Materials floater, but nothing ever happens. Does anyone know how to fix this? Thanks in Advance

Help with Resizing rollout based on Subrollout "rolledUp"

Hello Guys, im working on a personal project Im trying to create a rollout with some subrollouts the idea is to resize the mainrollout based on the "RolledUp" state of the subrullouts and move the available buttons, but i ran into some issues:

hi i want to do this operation on multiple selected objects

hi i want to do this operation on multiple selected objects

$.pos.controller.Path_Constraint.controller.follow = on

It operates on a single object , but with a multiple selection says
- Unknown property: "pos" in $selection

what should I do?

thanks for your time

How can I implement the link to the website via the button?

Hi,
Of course I can use a hyperlink but I would like to make a nice button to go to the website. Please tell me how to implement it? Thanks in advance for your time.

Syndicate content