dweebs.org

Search It!

3D Scripting HW #1

January 14, 2012 · Leave a Comment

3D Scripting HW #1

Using Maya/python

1. Generate a 10×10 grid of spheres

2. Randomly have some of the above grid missing spheres.

3. Repeat 1&2 using polySpheres

Email nik@ucla.edu with a script or scripts doing the above.

 

→ Leave a CommentCategories: Assignments
Tagged:

Panda3D Manual: Converting from Maya

October 29, 2011 · Leave a Comment

Panda3D Manual: Converting from Maya http://www.panda3d.org/manual/index.php/Converting_from_Maya

→ Leave a CommentCategories: Assignments · VG1112 · VG1126

HW #3 Object-Oriented Programming VG1126

October 25, 2011 · Leave a Comment

1. Install Panda3D on external drive
2. Install Android SDK on external drive
3. Run and modify code examples from Panda3D 1.6 Game Engine Beginner’s Guide
Chapters 02 and 03 http://proquest.safaribooksonline.com/book/-/9781849512725
Change scale, change position, change rotation.

4. Play and look at the code for the “Roaming Ralph” game.

5. Write a paragraph describing a feature you would like to add to a “Sucicide Jockeys” type game.

6. Read Beginning Python: From Novice to Professional by Magnus Lie Hetland  Chapter 7 “More Abstraction”

7. Create a screen with Panda3D … write a set of instructions to the screen.

8. Begin thinking about the rules of a “Running Ralph” game.

→ Leave a CommentCategories: Assignments · VG1126
Tagged: , ,

Principles of Programming VG1112 HW #3

October 25, 2011 · Leave a Comment

1. Install Panda3D on external drive
2. Install Android SDK on external drive
3. Run and modify code examples from Panda3D 1.6 Game Engine Beginner’s Guide
Chapter 02 http://proquest.safaribooksonline.com/book/-/9781849512725
Change scale, change position, change rotation.

4. Play and look at the code for the “Roaming Ralph” game.

5. Write a paragraph describing a feature you would like to add to a “Roaming Ralph” type game.

6. Read Beginning Python: From Novice to Professional by Magnus Lie Hetland  Chapter 7 “More Abstraction”

7. Create a screen with Panda3D … write a set of instructions to the screen.

 

 

 

→ Leave a CommentCategories: Assignments · VG1112
Tagged: , ,

Games for the Net HW #2

October 21, 2011 · Leave a Comment

  1. Have android SDK and eclipse with Android working from either laptop, flash and honking drive.
  2. Get familiar with adb command line.
  3. Get familiar with Android file structure/shell.
  4. Run a couple scripts using subprocess (see page 104 Pro Python SL4A book.)

 

→ Leave a CommentCategories: Assignments
Tagged:

Python Functions

September 6, 2011 · Leave a Comment

I have recently been going over a few python functions.

The first one is called abs.  Abs gives the absolute value of a number.  So if the number is (-5) and you typed abs (-10) and pressed enter or return the next line would read as 10.

The second function is called round.  Round rounds floating-point numbers to the nearest integer.  so for example if you were to type in round(5.0/6.0) and press enter or return the answer on the next line would be 5.0.

The third function is called pow.  Pow function gets the power of a number.  so if I were to type pow(2,4) and then hit enter or return, the answer on the next line would be 16.

→ Leave a CommentCategories: Assignments · Uncategorized
Tagged:

Python for Audio

August 26, 2011 · Leave a Comment

Python for Audio

http://pymedia.org/

Python for Audio

 

→ Leave a CommentCategories: Uncategorized
Tagged: ,

Maya MEL Videos

August 26, 2011 · Leave a Comment

Maya MEL Videos

MEL 101: Fundamentals

http://www.thegnomonworkshop.com/store/product/197/MEL-101%3A-Fundamentals

MEL for Character Animators

http://www.thegnomonworkshop.com/store/product/199/MEL-for-Character-Animators

MEL For FX Artists

http://www.thegnomonworkshop.com/store/product/201/MEL-For-FX-Artists

→ Leave a CommentCategories: GA3323 · VG3323
Tagged: , , ,

Maya MEL Books

August 26, 2011 · Leave a Comment

Maya MEL Books

MEL Scripting for Maya Animators, Second Edition

http://proquest.safaribooksonline.com/book/animation-and-3d/9780120887934

MEL Scripting a Character Rig in Maya

http://proquest.safaribooksonline.com/book/animation-and-3d/9780321604125

Professional MEL Solutions for Production

http://proquest.safaribooksonline.com/book/animation-and-3d/9781598220667

Complete Maya Programming: An Extensive Guide to MEL and the C++ API

http://proquest.safaribooksonline.com/book/animation-and-3d/9781558608351

Maya® Plugin Power  (not coding but some of the plugins code is open)

http://proquest.safaribooksonline.com/book/animation-and-3d/9781584505303

Computer Animation Complete (Chapter 15. The Basics of MEL Commands) Last chapter covers MEL

http://proquest.safaribooksonline.com/book/animation-and-3d/9780123750785

 

 

 

 

 

 

 

 

→ Leave a CommentCategories: GA3323 · VG3323
Tagged: , , ,

Maya MEL links

August 26, 2011 · Leave a Comment

http://www.thegnomonworkshop.com/

Clock Animation 1.4.0 (maya script)

Simple python script which creates accurate animation for clock’s needles

http://www.creativecrash.com/maya/downloads/scripts-plugins/animation/c/clock-animation

Python + Maya – Part 1 Bouncing Ball

http://linil.wordpress.com/2008/01/24/python-maya-part-1/

 

 

 

 

 

→ Leave a CommentCategories: GA3323 · VG3323
Tagged: , ,