Menu

Sarcoex's Blender Web Interface / News: Recent posts

First Android version released - 0.0.7 Alpha

The first Android version is released, it supports Sarco BWI 0.0.6a and up.

Get it here: https://market.android.com/details?id=net.andrenilsen

Posted by Andre Nilsen 2011-11-23

Upcoming features in 0.0.7 Alpha

  • Android support for viewing and aborting render jobs.
  • Wrapper classes forked out in to own library.
  • Node render job status upload with GET (php).
  • Full render job control through php web interface will ease network bandwidth to Mysql server.
  • Node render job status download with GET (php). (/android/index.php*)
  • The nodes are not required to upload to Mysql directly, but with an optional indirect approach with GET (php).
Posted by Andre Nilsen 2011-11-15

Version 0.0.6 Alpha is released!

Changes:
Fixes:
- Fixed some memory leaks in net.andrenilsen.Blender.java
- Added threading support for external processes.
- Added net.andrenilsen.ExternalThread.java
- More clean terminal output (Node).
- Better design on php webpage.
- Started on android support.
- Code tweaks.
- Started to fork out some of the wrapper classes to own library.

New bugs:
- Reset link in the php web interface does not work.
- Delete all data button in the php web interface is broken.
- Launching Blender will sometimes fail due to OS security restrictions. (OS dependent)
- Not all frames are uploaded to the 'framelog' table.

Posted by Andre Nilsen 2011-11-14 Labels: Release 0.0.6a

Version 0.0.6a is postponed

Version 0.0.6a is postponed to sometime next week, the features are locked, and I need to clean up the code more. And writing the documentation takes longer than expected.

Posted by Andre Nilsen 2011-11-11

Version 0.0.6a is being released tomorrow.

I am going to release this version sometime tomorrow (GMT+2), all coding is done. Documentation are going to be written tomorrow. And with a extensive changelog. :)

Next week I'll start the work on v0.0.7a which are going to include Android support (1.6 and up), the first android version will just support viewing status.

Posted by Andre Nilsen 2011-11-10

Version 0.0.5a released!

Version 0.0.5a is now released.

Changes:

  • Mysql is now a requirement.
  • Cleaner terminal output.
  • Better looking php interface.
  • Command line arguments.
  • Log file writing (blender.log, bwi.log).
  • Mysql database querying. (Updating job status, getting jobs which aren't taken yet etc).
  • Package changed from com.sarco.bwi.lib to -> net.andrenilsen.
  • README.txt file.
  • CONFIG.txt file.
Posted by Andre Nilsen 2011-10-31 Labels: Release v0.0.5a