Take time off—smell the roses

This week’s blog is really about not doing a blog entry.

With the long weekend, I took time off and went to Vegas for a little mini getaway. It’s important to remind ourselves that work, freelancing, projects, etc. are great but sometimes we just need to recharge ourselves and give yourself some much needed R & R.

By providing yourself with some downtime it allows your mind to think of new projects/goals. It also can present yourself to allow a different perspective on what you are working on. It is always amazing that by stepping back from a piece or project gives yourself some much needed clarity for when you step back into the piece. Tunnel vision can be good if you are focused and all gears are clicking but sometimes tunnel vision on a piece does not allow you to see other potentials.

Til next week…

Work In Progress, Part 7

Fantasy Castle

Switching to HDR Lighting in Maya

Up to this point I’ve been using the Physical Sky and Sun for rendering out my scene. But it has it’s limitations. One being I can’t easily tweak the sky itself without affecting the sun, or another way to say I can’t easily adjust the sky fill in the shadows without affecting my key light. By switching to HDR Lighting, this will allow me greater control of my scene’s lighting.

First, we’ll need to get rid of our Physical sun node. Select your camera, then go Window—Hypergraph Connections. Select the Physical Sun and Sky node and delete it.

delete_phys_sun_sky1

Now you’ll still have the sunDirection light from the Physical Sun node in Outliner. Since we’ve spent time positioning it, we’ll want to copy it’s position to the new Direction Light we’ll now create. Select the SunDirection Light in the Outliner, set a key on it’s values, and then right click to “copy selected” in the Channel Box those positional values.

Create a new Direction Light, and in the Channel Box, “paste selected” into the channels. The new Directional Light is in the same position as our Physical Sun light. Rename the new light “HDR_Sun”. Turn off visibility on our old Physical sun or delete it.

copy_values_suns2

Under Shadows tab, Raytrace Shadow Attributes; Make sure Continue reading “Work In Progress, Part 7”

Work in Progress, Part 6

Fantasy Castle

This week was mostly trying to add more elements using the scene assembly methodology, which worked really well. Each of the mesa mountains now has grass/plant populations on them. I am still tweaking them but the results I’m seeing are very positive. What’s great is the level of polys in my scene are extremely high, but since I’m using instanced geometry with the scene assembly I’m getting very good results. I’m able to make quick changes to each section then open the master scene and render all elements together.

What I did work with was something called Mental Ray Proxies for the first time. Instead of eco-painting with my high res geo, I’ve created a low res/bounding box type of geo that I will paint with and see in my GUI but when I go to render it will be replaced the high resolution object and shader. This allows me to interactively paint quicker instances and seems to have the individual scene files load quicker as well. It’s pretty easy to use.

What I do first is make a simple bounding box shape of my tree.

low_n_high_res_tree

Select the high res tree, and do a “File– Export Selection”.  Here you will select Mental Ray. In the drop down select “Render Proxy (Assembly)”. I try to name it same as my original obj but as proxy.

export_high_res_as_mental_ray_proxy

Now you select your Low Res object and under it’s Continue reading “Work in Progress, Part 6”

Work in Progress, Part 5

Fantasy Castle

Watching various tutorials, I’ve been trying to incorporate an E-on Vue type workflow in Maya. I’ve begun using paint FX and Speed Tree to create various grass, plant and tree assets so I can then “eco-paint” on geometry in Maya with Mental Ray shaders and then render in Mental Ray (I will be trying V-ray shaders on my next project). In addition since my scene file is getting much larger in terms of assets and file size I also began to use Maya’s Scene Assembly feature. Scene Assembly lets you create, edit, and view large or complex scenes without the typical overhead memory that can slow your workflow down. Building a scene with Scene Assembly improves viewport interactivity and accelerates scene loading time, preventing some common issues when working on large data sets.

I won’t go thru every minute detail. Basically, you select paint FX thru Visor. Select the Paint FX you want to use (I used plants and grass). You paint strokes for each plant you want to create. Select the stroke and convert it to polygon geometry.

paintFX_plants

In Hypergraph create an MIA mental ray shader and assign it to geometry. Build up your shader for the components you want for each plant (color, spec, bump, translucency, etc). Save out different versions of each plant asset to have variety of models. You’ll want to center your plant at origin. Freeze transformations and make sure your pivot point is at the base of your plant. I went through and made several various plant species to build up a mini library.

grass_w_mia_shader_mental_ray2

Now you can use a free script off of Creative Crash called “spPaint3dContinue reading “Work in Progress, Part 5”