Dave Girard's 101 Autodesk® Maya® Tips is now available in Kindle, interactive iPad edition and DRM-free EPUB/PDF editions. Work faster, cry less. Read more about the ebook.




Follow cgbeige on Twitter

Topics by tag:



Recently published articles by Dave G:



Free downloads by Dave G:



Mac OS X-only downloads:

It’s Your Maya Script Birthday! V-Ray Tuner 3.0 and Facer 2.8

So, after finishing up some jobs and adding some features to these while working on those contracts, I have rolled in some new things to both V-Ray Tuner and Facer. There’s quite a bit that’s added in each and I’ve included some features of one script in the other just because it made sense for things like UVs, which affect both modelling and rendering.

V-Ray Tuner 3.0 new features:
  • Material Copy Dropper in Materials menu. This is similar to the Material Dropper script that lets you apply materials from the first selected object to all the subsequently selected objects but this applies the copied shader from a “Duplicate Network” operation so you can use the source material as a starting point for your next object’s material:
  • Stored Texture Reloader. I got tired of having to dig down to a file node when doing external tweaks on a texture file, so I added this. It lets you store the working texture file and refreshes it when you select the menu item again. Select a new File node and it will replace the stored texture as the one you want to refresh:
  • Gamma Correct Me now has an interface to select the type of thing you want to degamma for a linear workflow: colour swatches of your selected material(s) or selected texture(s). This way, you can just avoid gamma correct nodes, set your swatch colours and just do all the gamma correction in one step with this.
  • Gamma Correct Me script for textures now uses V-Ray attribute for File node to avoid black textures in viewport. It uses a Gamma Correct node for everything else and works with ramps, blendColors, etc. Here’s a demo of those last few features in action:

As you can see from the way I start a linear workflow scene from scratch, this lets you click the LWFMe button to initialize all the right parameters for a linear workflow but then you disable the LWF toggle to work with manually linearized swatches. The Gamma Correct me script for swatches currently only works on V-Ray Materials (not FastSSS2, Light Mats, etc). I’ll add support for those later.

  • Added Brute Force/Brute Force and Light Cache/Light Cache presets to GI modes dropdown.
  • Added Transfer UVs script to Utils menu. Select source first and all targets after that and run script to transfer UVs.
  • DaveBake420 script now automatically enables texture baking render settings and then disables them on completion
  • Select Missing Textures script added to Materials menu. Checks if any of the links to file nodes are missing links and selects them if they are.
  • Added 200% upres option to the R% render preview size. I’ve found I wanted this occasionally. This doubles the actual resolution, not just the preview resolution so it will ask for confirmation. See these last two demoed:
  • Better UV Checker tool in Materials menu. See below.
Facer 2.8 new features
  • Better UV checker tool. I made a custom colour UV grid and the script will prompt you to download it automatically if it can’t find it in your home script path. Because Windows lacks a command line download tool like curl, I had to use Python and it might need a couple tries to grab the file. See it in action:
  • UV Snapshot tool to launch a temp snapshot file. I find I never want to keep this file, I just want to open it in Photoshop to put on another texture, so this saves the snapshot to your OS tmp folder and opens it in whatever app is set to open PNG files.
  • Cull Toggle, toggle normals, toggle face centres and toggle BBox now disables or enables normals for all selected objects instead of simply flipping the individual object’s normal state (leaving you with a mix of normals on/off):
  • Added options dialog to Replace All With Last Selected script. Lets you use instances instead of copies and select scale of copies to keep source or target scale.
.

Often when you work, you’re lazy about using instances to save memory so this lets you just do it all in one step for big memory savings at render time. When you render a bunch of those heads with copies, it takes over 6GB of memory (click for high res):

Use the script to replace those copies with instances and your render memory usage drops to 1.6GB (click for high res):

So, I hope you enjoy these updated scripts – the download links are in the new feature headers for both. If you get a lot of use out of them, maybe consider picking up a copy of the ePUB, Kindle, iPad iBook or PDF version of 101 Autodesk Maya Tips, which is still only $2.99. In the words of Yakov Smirnoff – IS BARGAIN!

2 notes | Permalink

It Works! Shareless V-Ray Distributed Rendering Between OS X, Linux and Windows

A while ago, I wrote a tip for sharing assets between Mac OS X and Linux, by mimicking paths with symlinks on slave machines. It seems that workflow is no longer needed and, what’s better, you can now use Windows machines as slaves without having to worry about C: drive paths screwing up everything. The latest nightly builds of V-Ray for Maya let you transfer missing assets without worrying about network shares. Here’s my MacBook Pro getting a boost from my Windows 7 gaming rig:

I’ve tested it and it also works with Linux and I’m guessing it works with any combination of platform as slave/master.

1 note | Permalink

Create a Hollowed Object Filled With Liquid in Maya

I just finished up a project that involved making an intravenous bag filled with blood and I thought I’d share the workflow for how to go about modelling something like this, since it can be tricky. If you’re rendering a liquid inside of a transparent object, there’s no easy way to fake the thin wall and liquid – they have to be modelled so that they render correctly. While I won’t go into the specifics of rendering these shapes, there is a good tutorial here for V-Ray and an explanation of how dielectric interfaces work in V-Ray, which is the crux of accurate refractions between transparent objects.

So here is my first talkie tutorial movie for you to enjoy. But, in the spirit of silent films, my girlfriend is playing background piano to liven it up. She’d be horrified if she knew her practicing was being recorded.

As you can tell from the video, I have a pretty specific set of tools for my modelling workflow and most are gathered in my Facer utility. You can do this without it but you might want to install Facer before starting since it makes following along a lot easier, and it’s a very handy toolbox, if I can pat myself on the back like that. Other time-saving MEL scripts used include Zentools’ Flood Select and alignVertices.

3 notes | Permalink

V-Ray Tuner 2.7.1 Posted For Download

Version 2.7.1 of V-Ray Tuner is up and has a few new features and a bug fix that might be affecting certain Windows users:

  • Fixed sleep command for Linux - needs to run with sudo on RHEL distros. You’ll need to enable your user to run pm-suspend without a sudo prompt: http://polygonspixelsandpaint.tumblr.com/post/29222395621
  • Added a Add Round Edge script to utilities menu for giving round edges to multiple selected objects
  • Added the ability to use a copy of the selected object as the object for Material Worker Layer. Select your mesh, enable “Use selected” and hit Material Worker Layer button.
  • Changed parts of script that used “RedoPreviousIPR” to “RedoPreviousIPRRender” because it wasn’t working in some Windows configs.
  • Added ability to render a single selected light for per-light rendering. This gives you the ability to update one light pass render without having to re-render all lights. Select your light and run PerLightRender from button or menu.

V-Ray Tuner’s reached 4000+ downloads and counting and it’s got 4.5 stars as a rating on Creative Crash. Glad people people are enjoying it and find it useful.

2 notes | Permalink

Tip for Linux V-Ray Tuner users: Use the Sleep After Render Features

V-Ray Tuner has a “sleep at end of render” script that works on all three platforms but I realized recently that most Linux distros require that you run pm-suspend as root, nullifying the script. This can be addressed by letting users run pm-suspend without sudo. Just use visudo to add these lines to your user’s sudo permissions to prevent a prompt for password when using sudo:

username ALL=NOPASSWD: /usr/sbin/pm-suspend

Until I post an update, Linux V-Ray Tuner users will have to find and replace “pm-suspend” with “sudo pm-suspend” in the V-Ray Tuner MEL script.

0 notes | Permalink

V-Ray Tuner Gets Some Big Updates in Version 2.7

If you have been following V-Ray Tuner for a while, you’ll know I use the per-light render feature quite a bit to make flexible composites that can be rendered once and adjusted in post. While working on my last job for Reader’s Digest, I added per-light render support for the self-illumination values of V-Ray Materials. The self-illumination value in the V-Ray Material can be an uncorrected colour swatch, a gamma correct with anything plugged into it or it can be a file texture. I made sure that this script works fine with a mix of meshes with V-Ray Light Materials and meshes with V-Ray Materials with self-illumination:

It took some work to set that up but it’s bulletproof from what I can tell – it’s only noisy because of the quick render settings I used. I’d like to eventually add the exposure tweaking feature to material-based lights but that will have to wait. The workflow is straightforward: select your meshes that have either type of material, run PerLightRender and you’ve got a very flexible set of images for compositing and your scene is left untouched. Keep in mind that you should be working in a linear workflow for those to add correctly in Nuke or Photoshop.

The other updated feature of V-Ray Tuner 2.7 is to the RT Multi-frame Render script, that lets you use V-Ray RT as an animation renderer for quickly previewing animation renders. I’ve added an option to use the Max Paths Per Pixel option to determine the max render time. This will give you more consistent quality across frames vs. using the RT Max Time Parameter:

There is now an “RT max paths per pixel” slider in the V-Ray RT Settings foldout of V-Ray Tuner so this is easily tweaked and you can change that at any time during the animation render.

Other small changes:

  • Changed Optimize button to make smaller buckets if distributed rendering is enabled
  • Removed GI Contrast slider. Just not commonly used enough to warrant the space

Here’s the V-Ray Tuner download link.

0 notes | Permalink

Go Forth and V-Ray: Maya 2013 Versions are on Chaos Group Site

All the Mac/Linux/Windows versions of V-Ray 2.3 are on the Chaos Group support server if you’ve been waiting on this to move to Maya 2013.

If you’re running my Automator action for nightly unrar and installs, open the workflow file and change 2012 to 2013 in the file path and you’re good to go.

0 notes | Permalink

Make V-Ray Proxy Automator Service Updated

I made this Automator service a while ago for making V-Ray Proxies and I added a prompt for the face count.

Grab the Maya 2012 service here.. Here is the Maya 2013 version. Should work in OS X 10.6 and above.

0 notes | Permalink

V-Ray Tuner 2.6.2 Posted for Download

I think a lot of people will like the new render utility preview added in V-Ray Tuner 2.6.2:

When you build complex shaders, it becomes increasingly difficult to tell what a stage looks like by looking at the end result, so that’s why I made the render utility preview. I recommend using the non-OpenCL RT for this feature since RT GPU has very limited support for shader network types. The facing ratio used above is one that doesn’t work in OpenCL mode.

The render utility preview works with pretty much anything you throw at it (utility or procedural texture) if V-Ray RT supports it. It just maps the utility to a surface shader, which has no shading properties so it shows you just what the utility looks like, unshaded. As usual, all temporary surface shaders, render layers and objects are removed on hitting the Cleanup Material Elements button. This won’t make garbage in your scene that you have to manually remove.

Other changes in 2.6.2:

  • Material Worker Layer no longer makes a folder in your temp images when you hit IPR Render button (use the palette IPR button). If you use the render view’s IPR button, folders will still be made
  • When you remove the Material Worker Layer, it puts the camera position back to where it was before you started tweaking the material
  • Added Car Paint material support to Material Worker Layer
  • Added Distributed Render Settings to Utilities menu for quick toggling of DR slaves

0 notes | Permalink

Change V-Ray Distributed Rendering Servers Without Opening Maya

After manually switching the V-Ray for Maya distributed rendering settings a bunch, I found out that these settings are stored in plain text files that can be changed separately. On OS X, there are two files. The first:

~/Library/Preferences/Autodesk/maya/server_list.tmp

That has the slave addresses (10.0.1.x, for example). I’m not sure where it is stored in Windows or Linux but look in the user level maya folder and it should be there. And the second file sets the slave status (Enabled/Disabled):

~/Library/Preferences/Autodesk/maya/server_status.tmp

All you do is toggle the Disabled/Enabled text for the corresponding IP address:

And you’ve just set the slaves without opening Maya.

0 notes | Permalink