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 »

Peach Project Trailer

March 20th, 2008 |

watchtrailer.gif

The Peach Project, who are currently creating an open source movie only using blender and other open source tools, have finally released a trailer for their movie Big Buck Bunny.

http://peach.blender.org/index.php/trailer/

It looks fantastic, I preordered a DVD last year and can’t wait to get my copy when this is released…

Entertainer Sprinting

March 10th, 2008 |

We had a coding sprint for entertainer this weekend, among the things completed were:

  • Lots of progress on the new ORM
  • Weather and WeatherForecasts have been written and interface with the Yahoo Weather website. Locations for weather forecasts can be edited in the configuration manager and the weather button on the main menu can be hidden. We still have the Weather Screen to create.
  • Eject CD button has been added, however it is disabled by default in content.conf
  • Code Line Counter tool has been added ;)
  • More work has been done on resolution independance of widgets
  • New tab widgets
  • Video Clips menu now works
  • Documentation has been updated and expanded
  • Lots of work on the googlecode issues

Overall, it has been a great sprint with a lot of progress being made by all the developers.

Hopefully we will be able to get the Weather Screen completed soon to finish off the development of that area for the 0.1 milestone.

Started GoogleCode site for ChallengeHelper

March 1st, 2008 |

I’ve started a googlecode page for the python code I’ll be using to help manage the Blender Week Day Challenges. You can find the project page here

At the moment I’ve add Challenge, Entry and Item classes and it can now load and save challenge data in xml format.

The next step will be added a ChallengeManager class to manager the insertion of data and automatic posting to www.blenderchallenge.com and blenderartists.org