Dumb max tip of the day : lost time slider

Max_time_slider

Arg I lost the time slider, it took me 15mins to find it again… deadline panic..

It seems to happen when opening the mini curve editor and switch to the dope sheet.

To recover the time slider go into the menus

  • Customize > SHOW UI
  • tick on track bar
  • Lastly click on the ‘mini curve editor’ button twice. ( far left on the time ruler )

 

There’s a few MaxScript commands that many help.

Open the MAXScript listener and type

timeslider.setvisible = true

if you lost the trackbar as well, then use

trackbar.visible = true.

Watermarks and copyright

Morel vs AFP copyright verdict.

Just read an interesting article on copyright of photos http://www.pdnonline.com/news/Morel-v-AFP-Copyrig-9598.shtml

Essentially the key point is that although images uploaded to Twitter are freely available for re-distribution by other Twitter users under their terms of service. This does not make the image public domain and freely distributable.  So Getty were break the Law by selling the images to other people outside of Twitter.

Whilst this relates to American Law I’d be interested to see if a similar case can be made in England.

Additionally reading through the comment thread. Alfonso Bresciani makes a good point.

You don’t have to put a watermark But if you do: Section 1202 of the U.S. Copyright Act makes it illegal for someone to remove the watermark from your photo so that it can disguise the infringement when used. The fines start at $2500 and go to $25,000 in addition to attorneys’ fees and any damages for the infringement.

You can read the copyright act yourself here: http://www.law.cornell.edu/uscode/text/17/1202

Watermark images to make copyright clear.

In this day and age publishing our work online is essential. If someone steals an image then we may have a fight on our hands to prove the image wasn’t public domain. However by watermarking each image the copyright becomes clear and it’s illegal for someone to remove it.

 

Maya UI refresher and Rendering tips

Maya UI refresher and rendering tips.

Some things that trip me up when I jump back into Maya after a break


UI Refresher

View Camera or lights POV from the outliner

  1. shift o  to open the outliner
  2. Middle click and drag a camera or light into a viewport. This will set the POV of the panel.

Node Editor:

Create a new node – press TAB to bring up a search box, type in the name of the node you want to find  (ie. bump) then click on a node in the drop down list. Press TAB (or ENTER ) again to create the node.

Create a link. (see Autodesk Manual )

method 1 – expand the attributes of the source node, Click an output and drag over the input of the target node.If you mouse over a compound attribute, the Node Editor automatically expands to expose its children to which you can make a connection

Method 2 – select the node you want to connect TO . middle click a node and drag the box onto the property in the attribute editor

Assign material to object

Select object in scene. Right click on shader in the node editor, swipe up and choose ‘Assign Material to Viewport Selection’

Hypershader:

Middle click on a material to drag it from the shelf to the work area.

Panels:

use space to swap between a multi-panel view and single panel view


Rendering

Enable Mental Ray Production Shaders:

To expose the mip shaders cut and paste the following script into the MEL command window.

 optionVar -intValue "MIP_SHD_EXPOSE" 1;

After restarting MAYA the mip shader nodes should be exposed.

Setup Linear workflow

To set up a Linear workflow in Maya I need to be conscious of inputs and output colour spaces.

Textures need to be set Linear or Gamma colour space by the user. The Default Input Profile can be set to sRGB for textures but

In render settings:

MayaColorManagementEnable color management, and set the output color profile to Linear

Render view:

MayaDisplayLinear
Display > color management > set the Image Color profile to Linear sRGB

AO Pass

maya_AO_pass
Use the surface shader to create an AO pass

Maya Motion vectors

http://forums.cgsociety.org/showthread.php?t=1013000

Sometimes if you add a 2D motion vector pass to a render layer, the output render will be slipped in time. e.g. if you make a render for frame 10 it will do a render for 10.5

In Maya 2014 you need to adjust the motion blur settings to affect when the motion vector is calculated.

  1. turn ON motion blur in the render dialog ( this exposes the settings and stops them being greyed out )
  2. set the motion vector to start frame
  3. turn OFF motion blur in the render dialog

Image Based Lighting

IBL_DialogIBL is cool but when using render pass I need to remember to turn it off correctly. Simply hiding the object in the render pass doesn’t work. It needs to be turned off in the IBL dialog.

Rendering Overscan

render_settings
If you need to match an existing image with an overscaned version of the image then do this.

Based on a multiplier, you take your format (e.g. 1920 x 1080). Then multiply it by the percentage you want to overscan.

For example to overscan a 1920 x 1080 plate by 20%.

  • Calculate the new frame size.
  • 1920 x 1.2 = 2304
  • 1080 x 1.2 = 1296
  • Put this into the render settings dialog
  • Finally add the 1.2 value into the camera scale in the attributes editor.
    camera_settings

 

Mental ray Sampling tips

http://www.impresszio.hu/szabolcs/MentalRay/MentalRaySampling.htm
http://forums.cgsociety.org/showthread.php?t=970700

Amazing Short: Contre Temps

This is a beautiful wordless graduation film show at siggraph in 2013. The art style is very strong, and the seemingly painted backdrops are just perfect.

Looking at the composite breakdown in their gallery they mention vray toon. But I’d love more info on how they made this film.