Monday, November 26, 2012

Redering 5 & Polygon Texturing!

Rendering 5 is a very short quick lesson!  When you are finished, go on to Polygon Texturing:  UV Mapping: Quacker Box!



Tuesday, November 6, 2012

Render Fix



$exists=0;
 for ($item in `getPanel -scriptType "renderWindowPanel"`) {
        if ( $item == "renderView" ) {
                print "renderView exists.\n";
                $exists=1;
        }
 }
 if ( $exists == 0 ) {
        for ($item in `getPanel -scriptType "renderWindowPanel"`) {
                //print ( $item + "\n");
                if ( $item == "renderWindowPanel1" ) {
                deleteUI renderWindowPanel1;
                $renderPanel = `scriptedPanel -type "renderWindowPanel" -unParent renderView`;
                scriptedPanel -e -label `interToUI $renderPanel` $renderPanel;
                }
        }
 }

Monday, November 5, 2012

MINI LESSON Trax


Welcome back from fall break!  Today we are going to "catch up" and refresh our memory!  If you have NOT finished your Trax Mini Lesson, it is due at the end of today.  On Wednesday we will be starting a new Unit!

Wednesday, October 24, 2012

Thursday & Friday

1A, 2A & 4B --Continue on to the Trax Mini Lesson when finished with Animation 4 part 1 & 2