H3D Tutorials
Tutorials
-
mlouala 11,825 viewsHi there, Here is a tutorial to explain you how you can control advanced behavior in Maya when toggling an attribute, the technique can be used for several other purposes, it's basically the way to create inner callbacks in your Maya's scene. The tutorial has been originally wrote for...
-
Hi there, As a script TD, rigger, or anybody who need to open the Maya's Script Editor, aren't you tired to scroll through tons of grey lines like these one below ? What about color syntaxing all this stuff ? Here is a tutorial to set a PyQt class in order to override the col...
-
Attribute Collection lets you interactivly build and edit a custom user interface that can be saved with the scene. You can link attributes, group them in various layouts, add buttons and icons. Attribute Collection is part of the Bonus Tools for Maya and can be downloaded here.
-
Now and again one of the numerous Maya bugs stops you been able to view the render settings window. You can open it up but there is no information there, preventing you from changing any render settings. A quick way to fix this is to do the following – Open up the script editor Type in th...
-
This tutorial shows how to use the tool Bend of Stress Create Script (vers. 1.0). Bend Stress is useful for wave movements of articulations. You can choose to move a root joint, or a non-root joint (parent). How it shows, you can use “Stress Create” to test your character rigging, or can use it t...
-
this is a basic tutorial (beginner/intermediate) to explore "what is a matrix" and a little example how to use it in maya with nodes.
-
Jennifer Conley 8,616 viewsThis is going to be another podcast series geared more towards my students as supplemental material, but is information that I feel anyone can benefit from; especially those who are new to Maya scripting. This particular podcast shows some of the nifty flags you can use inside of Maya's window...
-
Jay Grenier 20,134 viewsThe original tutorial can be found here: http://www.scriptswell.net/2010/12/mel-scripting-tutorial-how-to-write-to.html In this mel scripting tutorial we'll look at how to write data out to a file so you can make your own data exporting tools. By the end of it you'll have a firm understanding of...
-
The following is a quick and easy tutorial that shows you how to add objects to a lattice in Maya. It is useful if you already have geometry with a lattice applied and need to add extra objects to the lattice. Also useful if you want to position geometry in a particular way in relation to the...
-
Stephen Kershaw 24,075 viewsEver find it annoying when you're using Maya, you import some objects and it adds the name of the file you're importing to the name of every object? The names of the objects in your scene can very quickly get a bit unwieldy if you're working with lots of files. Use the following to clean thin...
-
Jay Grenier 16,381 viewsThe original tutorial can be found here: http://www.scriptswell.net/2010/09/mel-tutorial-how-to-read-text-file.html Knowing how to read and write a file in MEL is one of the skills you need to have as a scripter. Maybe the file contains animation data you need to access, or skin weighting data, ...
-
Jay Grenier 14,284 viewsThe original tutorial can be found here: http://www.scriptswell.net/2010/03/mel-tutorial-tokenize.html The tokenize MEL command is incredibly useful and very easy to use. You'll find once you know how it works and what it does, you'll end up using it in almost every script you write in one w...
-
After a rather harrowing weekend I decided that I'd follow through on my promise of a Maya/Mel/QT tutorial, so here it is! So without further ado, here we go: So today we're going to go through how to make a basic qt interface. What we're going to be creating is an interface that will do 4 th...
-
When for the first time I saw Maya 2011 and learned about QT I thought that it must be hard. Most of the time companies won't integrate other things in their programs sufficiantly. But, after a week of working with QT, I must say that god bless all those people in Autodesk. Developing an interfac...
-
This tutorial is also available at pdipierro.com: Creating a Squash and Stretch Control. Or visit Set Driven Key for more tips and tricks. Introduction to Squash and Stretch Building a stretch control for your character rig Squash and Stretch is one of the most important classical p...
-
It is an issues when i came up with we had lots of referances to a scene. We had a scene where we had nearly 15 characters were referanced. the size of the total (combined with the referances) were nearly 150 megabytes. But the time it took to save is was around 4 minutes! I first tought it was ...
-
Servo Tools For Maya: Installation from Dan Thompson on Vimeo. Duration: 15mins This tutorial covers how to install all of the components required to run Servo Tools For Maya. To download the Servo Tools For Maya visit: http://www.creativecrash.com/maya/downloads/scripts-plugins/utility-extern...
-
User Interfaces has been around for decades. For a while we had been using text input UI’s. There was a huge following for the voice-activated UI’s. But the most prevalent and most used UI is the graphic UI. People have been reinventing it ever since it’s first conception. So much so that...
-
hey all, in this tutorial ill show how to creat a wings animation cycle with very simple and fast way. first we gona build the 3d model ,and then you gona see how with simple script you can do magics thanks for watching, and ill be happy to get your comments Aviad Van-Prach -- 433 -- 2009 israel
-
in this tutorial ill will show you how to change the maya startup image to one from your collaction very easy and fast to do :) this is the first video english tutorial that i upload to this site, you can find more of my tutorials in youtubes (in hebrew language) i will happy to upload more vi...
-
Launch tutorial My purpose here is to explain how we can move objects using a texture in Maya. In this example, were going to create a kind of animated surface compound of thousands of tiny cubes . Basically, the idea is to create a nurbs surface with a greyscale animated texture which driv...
-
Conversational MEL Part 3 www.NimbleStudiosInc.com Topics Covered: Online MEL command reference; query and edit mode flags; UI layouts; sliders Sample Script: Basic turntable animation and UI Introduction In the past two articles we've covered a lot of MEL: commands, flags, varia...
-
Conversational MEL Part 1 www.NimbleStudiosInc.com info@NimbleStudiosInc.com Topics Covered: MEL commands, flags, and argument; Maya scripting UI; Sample Script: A window to hold common tasks This is the first of several tutorials on MEL. We�ll be starting from the very be...
-
Conversational MEL Part 2 www.NimbleStudiosInc.com info@NimbleStudiosInc.com Topics Covered: variables; arrays; assignment; return values; basic loop; Sample Script: Node name search and replace Introduction When we left off, we�d combined a pinch of cut-and-paste with a dash o...