Translation Support in Entertainer

August 6th, 2008 |

Multi Language WelcomeI’ve been working on implementing translation support for the Entertainer Media Center over the last couple of weeks and it finally got merged into the main source code branch today. YAY!

The translation work will be done through launchpad’s translation web interface once rockstar gets it set up at http://translations.launchpad.net/entertainer

Unfortunately I won’t be able to help much with the actual translation work because I don’t actually speak anything but English and a little Spanish and Swahili.

Hakuna Matata and Adios!

BlenderArt #17 is out

July 29th, 2008 |

The 17th issue of BlenderArt is out and can be downloaded from blenderart.org or viewed at scribd.

Entertainer 0.1 Released!

June 15th, 2008 |

Entertainer reached the 0.1 milestone yesterday. Download page here.

BlenderArt #16 is out

June 9th, 2008 |

The 16th issue of BlenderArt is out and can be downloaded from blenderart.org or viewed at scribd.

www.blenderstuff.org

May 31st, 2008 |

Brand new upload site for the Blender Community from openDesktop.org (the creators of Gnome-Look.org etc).

Check it out here

Entertainer 0.1 coming soon…

May 30th, 2008 |

The Entertainer Project (www.entertainer-project.com) is going to be releasing version 0.1 in two weeks time on the 14th June.

To test it prior to release (you’ll need bzr) get a console up and type in the following:

bzr branch lp:entertainer

Development website is over on launchpad (https://launchpad.net/entertainer/)

DVDs are go…

May 20th, 2008 |

The Peach Project is almost ready to send off the pre-ordered DVDs of Big Buck Bunny. See their blog post here.

Blender Foxglove Timelapse [VIDEO]

May 17th, 2008 |

Timelapse video of sebastian_k from blenderartists.org modeling a foxglove over for the Blender Week Day Challenges:

Online Purchasing

April 29th, 2008 |

image001.jpg

The joys of internet shopping…

Using python-coverage for tests in Entertainer

April 9th, 2008 |

I recently read a blog post about python-coverage. This is a module which works out how much of a python file has been used when a python file is run.

One very helpful use it can be put to is that of working out how much of a project’s source code has been covered by unit tests and I decided to try this for the Entertainer Media Center project.

What follows is how I installed and used python-coverage to work out how much of the Entertainer Source code is actually tested when all our unittests are run. I relied upon this webpage and the command line help available from python-coverage.

Read More »