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.
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: 3D Scripting
Panda3D Manual: Converting from Maya http://www.panda3d.org/manual/index.php/Converting_from_Maya
→ Leave a CommentCategories: Assignments · VG1112 · VG1126
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: Android, Panda3D, Python
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: Android, Panda3D, Python
→ Leave a CommentCategories: Assignments
Tagged: Python
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
→ Leave a CommentCategories: Uncategorized
Tagged: Audio, Python
Maya MEL Videos
http://www.thegnomonworkshop.com/store/product/197/MEL-101%3A-Fundamentals
http://www.thegnomonworkshop.com/store/product/199/MEL-for-Character-Animators
http://www.thegnomonworkshop.com/store/product/201/MEL-For-FX-Artists
→ Leave a CommentCategories: GA3323 · VG3323
Tagged: Maya, MEL, Python, Videos
Maya MEL Books
MEL Scripting for Maya Animators, Second Edition
http://proquest.safaribooksonline.com/book/animation-and-3d/9780120887934
http://proquest.safaribooksonline.com/book/animation-and-3d/9780321604125
Professional MEL Solutions for Production
http://proquest.safaribooksonline.com/book/animation-and-3d/9781598220667
http://proquest.safaribooksonline.com/book/animation-and-3d/9781558608351
http://proquest.safaribooksonline.com/book/animation-and-3d/9781584505303
http://proquest.safaribooksonline.com/book/animation-and-3d/9780123750785
→ Leave a CommentCategories: GA3323 · VG3323
Tagged: Books, Maya, MEL, Python
http://www.thegnomonworkshop.com/
Simple python script which creates accurate animation for clock’s needles
http://www.creativecrash.com/maya/downloads/scripts-plugins/animation/c/clock-animation
http://linil.wordpress.com/2008/01/24/python-maya-part-1/
→ Leave a CommentCategories: GA3323 · VG3323
Tagged: Maya, MEL, Python