3ds Max | Tutorials

Clear out the dead wood from the layer manager

62 votes

Clear out the dead wood from the layer manager

Occasionally, you end up with a load of layers in your scene that are no use to anybody, serve no function to society, and end up taking valuable space like an unwanted uncle at a wedding.

Python in 3D Studio Max, Maya and Blender - examples

1 vote

Hi

I've recently created 3 scripts that create (almost) the same scene in 3 different applications (Maya, Max and Blender). They are intended to serve as a source of code snippets for future projects and examples of how to do stuff in those applications - something like Blender's cookbook.

dotNet links

37 votes

A collection of links to dotNet + MAXScript information available. If you find a useful post, add it in the comments and this post will be updated to include it.

FaceFX Facial Animation Plugin Tutorial for 3ds Max

54 votes

An introduction to the 2010 FaceFX Exporter for 3ds Max. Importing and Exporting bone poses, generating an animation, and importing it onto a character.

Dynamics Setup

1 vote

This is a technical demonstration of the dynamic system used in our 3D Max based shows.

RIGGING TO MOVE AND ROTATE AN EGG IN 3DS MAX USING MAXSCRIPT

53 votes

<!-- @page { margin: 2cm } P { margin-bottom: 0.21cm } A:link { so-language: zxx } -->

UNIVERSITY: UNIVERSIDAD LA SALLE NOROESTE

SUBJECT: ANIMACIÓN IV

INSTRUCTOR: ENRIQUE ROSALES

STUDENTS: OMAR R. HERNÁNDEZ

MARTÍN SOTO

JENNIFER RÍOS

MARLON RÁBAGO

EDILBERTO MÉNDEZ

LED style animation with MAXScript

7 votes

Just illustration of an example approach which can be done and without writing code but there also a few points where using MAXScript can save alot of time.

Ok, this I start just as idea for quick reply into the forum but as I remember LED style animation is popular task in animators colleges and as am not sure if there is a similar tutorial, I made this.

How To Rig A Crank-Connecting Rod System

0 votes

A = Angle Of Rotation
B = Rod Size
R = Crank Radius

CHANGE THE VALUES BETWEEN "..."

A = "X"_Rotation*180/pi
B = "30"
R = "10"
(B+R)-sqrt(B*B-R*R*sin(A)*sin(A))-R*cos(A)

Maxscript deadline submit script tutorial

2 votes

Submitting jobs to deadline is not very difficult, but it can be automated with maxscript. It’s always a good thing to automate when you can. And it’s a good thing to submit stuff to a render-queue to free your own computer from the workload. So why not submit automated maxscript-jobs to deadline instead of renderjobs? Well, you can do that relatively easily with deadline. Consider this if you need to process a large amount of meshes with maxscript, or do some kind of image-manipulation with maxscript. Or do this when you have some kind of scripted renderpipeline.

Calling Maxscript Functions from DotNet

29 votes

Calling Maxscript Functions from DotNet

I thought I’d draw attention to a few enhancements that Autodesk has made
with the new release in the hope that it will help you with your
scripts. The private/public methods in struct declaration in MXS was a
welcome addition, but I was hoping for a few extras in the dotnet area
too. The main one to note is -

Syndicate content