Tagged 'Tutorials'

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.

3DS Max - Hidden features - 2D drawing aid - Polar / ortho Snapping

1 vote

Python links

14 votes

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

CGTalk - Python + MXS - http://forums.cgsociety.org/showthread.php?f=98&t=509631

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

3DS Max Vray menus / quad menus disappeared fix

0 votes

In this video we will learn how to restore vray menus and quad menus that disappear sometimes. It's all done using the Maxscript Listener and one simple command that you type and run.

Using Regex in 3dsMax

1 vote

There used to be two things in life that truly scared me. One was the soundtrack from Frozen. The other was Regular Expressions. Find out which one I said "Let it go" to...

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 -

_

1 vote

3DS Max - V Ray - Change The V-Ray Frame Buffer Default Position

1 vote

If you don't like the default position of the V-Ray frame buffer, or, if for some reason you lost the VFB and it's not appearing on your screen, this video will show you how to control the X and Y coordinates of the VFB on the screen.

3DS Max - Invisible Vertices Problem - Fix

0 votes

In this video, we will solve the problem of invisible vertices,
And we'll understand why this might happen.