MiikaHweb Blogi -> Site News
Git logs and statistics now online
21.11.2013 1 KommenttiNow that Blender has migrated from SVN to Git repository I have also updated my Blender Commit Logs and Statistics.
Statistics page is still missing releases and currently only "master" branch commits are displayed. I'm investigating best ways to implement generic branch support, as the way Git handles them is somewhat different, so it needs special consideration how to best represent them.
Since the main SVN repository won't be updated anymore it doesn't make sense to keep old statistics or logs hanging around either causing unnecessary confusion. In couple of days I'll remove them and place redirects to the new Git alternatives.
If you are still interested to find old SVN commits I have mapped original SVN revisions to older Git commits, so you can still use the old revision numbers in new Git log to look for specific commits. (e.g. "r50000" :)
Kategoria:Site News, Blender, Development
Tagit: Blender, Statistics, Git, SVN
More SVN Log Updates
03.03.2012 3 KommenttiaI have added even more features to my Blender SVN pages.
Commit messages now display the authors full name instead of cryptic username, revisions in commit messages are now shown as links and there is a "changed paths" list on each revision page. Additionally some Statistics pages now have new file related charts. E.g. developer pages show most edited files and number of added, deleted and modified files.
Commit Logs are also available as RSS feeds in case you want to follow Blender commits more closely. You can subscribe All Commits, Trunk Commits or commits from a specific branch from any branches' statistics page.
Update: You can also use RSS feeds with "short-title" option (All Commits, Trunk Commits), this way revision title is printed as "r12345:" instead of "Revision 12345 (trunk/blender):". This can be useful if your reader has only limited screen space.
MiikaHweb Updates
23.02.2012 1 KommenttiI have been updating some parts of MiikaHweb in the past few days.
First of all: after gathering dust for nearly five years, the Mobile section is finally up to date again.
Basically it's a listing of mobile apps I have found useful. New section features all popular mobile platforms: Android, iOS, Symbian and Windows Phone, although Android is the main platform as I'm using it myself.
I also did some small improvements on Blender SVN statistics pages. I suppose most useful tweak are new Blender Tracker links on Commit Log pages. Now you can view the related bug report/patch simply by clicking the hash number on commit message (if any).
Blender Statistics Now Online
28.12.2011 1 KommenttiA new MiikaHweb section "Blender SVN Statistics" is now online.
It shows real-time statistics about Blender development based on SVN commits. You can view charts based on releases, branches, developers or date.
Statistics section is still under development so some things are likely to change during upcoming days. Anyway, I hope some of you will find this useful or interesting. :)
Kategoria:Site News, Blender, Development
Tagit: Blender, Statistics, Release, SVN
MiikaHweb Games Section Updated
28.11.2011 0 KommenttiaMiikaHweb Games section now also has a Screenshots page listing recently uploaded game shots.
I usually have Fraps automatically capturing screenshots while I play, so I decided to get some use for my always increasing image collection. :p
Kategoria:Site News, Games
Tagit: Games, Screenshots
MiikaHweb Blender builds are now CUDA enabled
11.11.2011 0 KommenttiaNow that the new Cycles render engine is finally merged into Blender trunk, I updated my build bot configuration to support CUDA. CUDA is a GPU computing architecture that is able to render tens of times faster than with CPU.
So if you have a modern nVidia graphics card, download the latest build from my Blender Builds -section and try it out.
Blender Builds section updated
02.05.2011 0 KommenttiaMiikaHweb Blender Builds system is now updated.
I wrote some scripts that take care of compiling and uploading new builds so maintaining them is now just matter of few clicks. This means more often updated builds.
I'm now building branches too. So far only BMesh and "paged-particles". But I'm going to add more when new somewhat regularly updated ones emerge.
This also means I'm going to do regular Windows builds for GSoC 2011 branches too, when they are available.
Sivuston ulkoasu päivitetty
24.03.2011 0 KommenttiaSivuston ulkoasu on nyt uudistettu.
Uusi sivupohja selkeyttää pääasiassa sivuston navigaatiota sekä yleistä ulkoasua. Sivupohja hyödyntää uusia CSS3-tyylejä, joten se ei välttämättä näy täydellisenä vanhemmilla selaimilla.
Dynamic Paint Guide Finished
30.11.2010 5 KommenttiaIt's been more than a month since I released the first part of my Dynamic Paint guide. Now the second part is finally here.
It took way too long and I'm still not quite happy with some parts of it. But I have been completely missing my motivation to touch it. This guide has been like 90% done for up to two weeks. x_X
This second and final part of the guide explains all paint object related settings and also includes some downloadable .blend files.
Here is a render from one of the samples: Wetmap textures for fluid simulations.
Kategoria:Site News, Blender, Development
Tagit: Blender, Dynamic Paint, Tutorial
Yet another bug in my blog comment system
12.11.2010 0 KommenttiaIt looks like comment system was "disabled" for the couple of last blog entries I made. That bug is now fixed.
I have coded this whole website myself from scratch, so not everything works perfectly. But I just love web programming, so using an out-of-the-box blog system is out of the question. :)