From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

Blender web integration

Burp integration

Burp is an open cluster made to render blenders scenes. it can be found here. Primarily i want to integrate blender to burp so that people can log on to their burp account directly from blender itself, upload their works and see their points what they can spend to speed up rendering.

how this should be done

  • Python plugin should do the automated login
  • while login is done it should parse personal page for points and own projects in rendering farm and gallery
  • GUI should offer
    • links to gallery
    • statistics of own project
    • estimated project finishing/starting time (this might need some collaboration with boinc)
    • ability to upload scenes for rendering (main priority)
      • check if scene is valid


Web 3.0 integration

This is somewhat long shot but i hope blender will be part of this too. There was plugin for browser of blender to show 3d content in browser. Of course it can still be done with vrml models but it should be driven to more interactive direction and to support communities better. If there not enough time nor people to do this plugin again, I would like blender community to do some collaboration with java scene. There is some java window manager for X11 which supports opengl and then again there is some research made with firefox to integrate it with desktop. Possibly this kind of realm projects could drive 3d java integration.

Blender itself only need to be able to export scenes which can be provide information about objects how those should be handled in this kind of interface. Blender gameproject could be very important part of this. I also see jReality as very potential virtual app environment.