-------------------------------------------------------------------------------
-- HaywoodTools-TurnaroundCamera.mcr
-- By James Haywood (james@jhaywood.com)
-- v 1.0
-- Created On: 02/04
-- Modified On: 02/04
-- tested using Max 6
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
-- Description:
-- Automatically create a camera that rotates around a selected object.
--
-- Instructions:
-- Select the object you want to rotate around and press "DO IT!" to set up
-- the camera.  You also need the object selected to use the lighting schemes.
-- There are tooltips asscociated with most buttons for more information.
-- Use the View Controls to move the camera around the subject.
-- Use the Lighting selections to automatically set up different types
-- of lighting conditions.
--
-- Tips: 
-- Adjust the "T" spinner AFTER you've created the camera setup to
-- change the speed of the rotation.  Adding more frames will make it slower
-- and reducing the frames will make it faster.
--
-- If you don't want the lights to move with the camera, then select the
-- lighting setup you want BEFORE clicking on "DO IT!" to set up the camera.
--
-- You can create the lights without having to use the camera setup at all.
-- Just click on any of the lighting options.  And then to see the lighting
-- from the correct angle use the right viewport.
--
-- Known Issues:
-- This script is meant to be used at one sitting.  By that I mean that if you
-- use it and then manually change parts of the scene, or close and then open
-- the file, then parts of the script might not work like they're supposed to.
--
-- Just So You Know:
-- All my scripts are dockable on the left or right side of the viewport layout.
--
-- Installation:
-- Drop the UI folder into your Max root folder.
-- Restart Max.
-- Go to Customize/Customize User Interface/Toolbars.
-- The script is located under "HaywoodTools" and is called "Turnaround Camera".
-- Drag and drop the icon onto a toolbar.
-- 
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------