Bad pyogre Link

skorpio

04-12-2006 20:45:25

Hello

I was trying to run Facial animation on pyogre from here

http://www.ogre3d.org/phpBB2addons/viewtopic.php?t=1095

but I ran into some problems:
1) pyogre 1.2.0 from the Sticky
http://www.ogre3d.org/phpBB2addons/viewtopic.php?t=1430
has a bad link

2) the facial animation code uses this.

using System;
using System.Drawing;

using OgreDotNet;
using OgreDotNet.Cegui;

using CeguiDotNet;


I do not where I can get them. I search the web but I came empty handed.

I'm trying to locate all the files and dependencies to run facial animation.
I would appreciate your help in locating them

Thank you
Best Regards

dermont

05-12-2006 09:17:12

pyogre1.2.0 (Windows Prebuilt):
-------------------------------------------
Python2.3.x http://ares.hlekkir.com/pyogre/pyogre-win32-py23.zip
Python2.4.x http://ares.hlekkir.com/pyogre/pyogre-win32-py24.zip

For both you may need:
http://prdownload.berlios.de/pyogre/vcredist_x86.exe


Buidling from source:
-----------------------------
svn checkout svn://svn.berlios.de/pyogre/branches/dev-1.2.0
OR (via HTTP)
svn checkout http://svn.berlios.de/svnroot/repos/branches/dev-1.2.0


Media
--------
http://prdownload.berlios.de/pyogre/dem ... _1.2.0.zip

The facial animation demo is in demos/cegui.

lucy

27-02-2007 19:32:00

hey...

these links are also bad :roll:

are there any other's for pyogre 1.2.0 ???

lucy

Game_Ender

27-02-2007 21:53:19

The first line of the post you linked to says: " converted the ogre 1.2 facial animation demo to ogreDotNet". So lets hope you were trying to just convert and run the facial animation demo. As dermont says pyogre already contains the demo and so does Python-Ogre.