User Tools

Site Tools


public:t-vien-07-1:lab_8_materials

This is an old revision of the document!


Lab 8: Character Animation

Creating new character animation using Blender

  • This lab will not be a regular programming lab. Instead, you will be working inside of the Blender 3D modeling and animation package, which you should have downloaded from http://www.blender.org. Also make sure you have the Chicken EGG exporter downloaded and set up in your Blender script directory.
  • Create the following python program in your working directory:
    import direct.directbase.DirectStart
    from pandac.PandaModules import *
    from direct.actor import Actor # To use animated Actors
     
    bender = Actor.Actor("Models/g_char")
    bender.reparentTo(render)
     
    base.disableMouse()
    base.camera.setPos(0, -15, 0)
    run()
/var/www/cadia.ru.is/wiki/data/attic/public/t-vien-07-1/lab_8_materials.1172799101.txt.gz · Last modified: 2024/04/29 13:33 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki