Published Java .Blend 1.1.0

Published an update of my Java .Blend (http://homac.cakelab.org/projects/JavaBlend/index.html) library to read and write .blend files.

It mainly fixes an issue with “overlapping blocks” in the newer versions of .blend files. You can read more about it in the documentation (http://homac.cakelab.org/projects/JavaBlend/spec.html#AddressResolution).

I have also developed a method to extract Blender’s source code documentation on struct types which is then added to the generated Java facade classes. Makes understanding the data structures of blender a bit easier when trying to actually use them :D.

Feedback always appreciated!

BTW: The preview function for new topics is broken? o.O

Getting a 404 Not Found error.

It was a bit late - fixed.

I just discovered your project recently, because someone in this forum mentioned it somewehre. Thank you very much for your effort and for this very useful project! I hope I’ll find the time to play with it soon.

Though, I must say your website is very confusing (only for me?)… Other projects present themeselves on github with a nice code browser, a quick start section, automatic repo download and a wiki for advanced usage of the SDK. I think you should give the essence of what is the BEST thing of your project on top of the first landing page. I’m not interested in the changelog and the license is something I want a subpage “license” for. Additionally, I don’t want to download source code zip files with examples…I want to read a readme with small examples right on the side. Maybe it’s not only me thinking so.