top of page

VRay Shaders

VRay Presets + Shaders

Maya GI Rig

Nuke Path Gizmo

AE Goodies

Tutorials

Creating an Ocean with VRay Water

How to – Maya – remove namespace after import tutorial

Ever 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 things up a bit –

After your objects are imported paste the following line into the script editor –

namespace -mv "insert_namespace_here" ":" -force;

Replace insert_namespace_here with the namespace of your imported objects. ie for an object that is named part1:Cylinder02 use the following –

namespace -mv "part1" ":" -force;

Next you need to execute the MEL code and all objects with that namespace will have it removed. So part1:Cylinder02 will become Cylinder02.

[Hint – In order to keep the MEL in your script editor for another time, instead of it disappearing once the code is executed. Highlight the code and hit enter on the enter key beside the number keys on you keyboard.]

Accurate Displacement Workflow

V-Ray Render Optimization

V-Ray DMC Calculator

V-Ray Tuts - Derek Flood

bottom of page