Blender Git Statistics -> Developers -> jiri
Jiri Hnidek (jiri)
Total Commits : 110
Master Commits : 110
Branch Commits : 0
First Commit : September 5, 2003
Latest Commit : October 26, 2012
Commits by Month
Date | Number of Commits | |
---|---|---|
October, 2012 | 2 | |
September, 2012 | 0 | |
August, 2012 | 0 | |
July, 2012 | 0 | |
June, 2012 | 0 | |
May, 2012 | 0 | |
April, 2012 | 0 | |
March, 2012 | 0 | |
February, 2012 | 0 | |
January, 2012 | 0 | |
December, 2011 | 0 | |
November, 2011 | 0 | |
October, 2011 | 0 | |
September, 2011 | 0 | |
August, 2011 | 1 | |
July, 2011 | 1 | |
June, 2011 | 0 | |
May, 2011 | 0 | |
April, 2011 | 0 | |
March, 2011 | 0 | |
February, 2011 | 0 | |
January, 2011 | 0 | |
December, 2010 | 0 | |
November, 2010 | 0 | |
October, 2010 | 0 | |
September, 2010 | 0 | |
August, 2010 | 0 | |
July, 2010 | 0 | |
June, 2010 | 0 | |
May, 2010 | 0 | |
April, 2010 | 0 | |
March, 2010 | 0 | |
February, 2010 | 0 | |
January, 2010 | 0 | |
December, 2009 | 0 | |
November, 2009 | 0 | |
October, 2009 | 0 | |
September, 2009 | 0 | |
August, 2009 | 1 | |
July, 2009 | 2 | |
June, 2009 | 0 | |
May, 2009 | 0 | |
April, 2009 | 0 | |
March, 2009 | 0 | |
February, 2009 | 0 | |
January, 2009 | 0 | |
December, 2008 | 0 | |
November, 2008 | 0 | |
October, 2008 | 0 | |
September, 2008 | 0 | |
August, 2008 | 0 | |
July, 2008 | 0 | |
June, 2008 | 1 | |
May, 2008 | 4 | |
April, 2008 | 0 | |
March, 2008 | 0 | |
February, 2008 | 0 | |
January, 2008 | 0 | |
December, 2007 | 0 | |
November, 2007 | 0 | |
October, 2007 | 0 | |
September, 2007 | 0 | |
August, 2007 | 0 | |
July, 2007 | 2 | |
June, 2007 | 3 | |
May, 2007 | 0 | |
April, 2007 | 3 | |
March, 2007 | 0 | |
February, 2007 | 0 | |
January, 2007 | 3 | |
December, 2006 | 0 | |
November, 2006 | 1 | |
October, 2006 | 8 | |
September, 2006 | 1 | |
August, 2006 | 7 | |
July, 2006 | 1 | |
June, 2006 | 3 | |
May, 2006 | 5 | |
April, 2006 | 0 | |
March, 2006 | 0 | |
February, 2006 | 0 | |
January, 2006 | 0 | |
December, 2005 | 0 | |
November, 2005 | 5 | |
October, 2005 | 3 | |
September, 2005 | 6 | |
August, 2005 | 0 | |
July, 2005 | 0 | |
June, 2005 | 0 | |
May, 2005 | 4 | |
April, 2005 | 2 | |
March, 2005 | 1 | |
February, 2005 | 2 | |
January, 2005 | 4 | |
December, 2004 | 2 | |
November, 2004 | 3 | |
October, 2004 | 0 | |
September, 2004 | 7 | |
August, 2004 | 0 | |
July, 2004 | 0 | |
June, 2004 | 4 | |
May, 2004 | 1 | |
April, 2004 | 5 | |
March, 2004 | 0 | |
February, 2004 | 0 | |
January, 2004 | 2 | |
December, 2003 | 3 | |
November, 2003 | 0 | |
October, 2003 | 5 | |
September, 2003 | 2 |
Favourite Files
Filename | Total Edits |
---|---|
mball.c | 20 |
buttons_editing.c | 10 |
obj_import.py | 7 |
editmball.c | 7 |
drawobject.c | 6 |
DNA_meta_types.h | 6 |
DerivedMesh.c | 6 |
header_view3d.c | 6 |
BKE_verse.h | 5 |
drawtime.c | 5 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 95 | 0.9 |
Modified | 304 | 2.8 |
Deleted | 1 | 0.0 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 6 894 | 64.4 |
Lines Removed | 3 117 | 29.1 |
Latest commits
October 26, 2012, 12:58 (GMT) |
* New string property subtype: PASSWORD When this new subtypes is used, then string of property is hidden using asterisks, e.g.: mysecretpassword -> **************** This code was reviewed and modified by Brecht. Thanks very much: - https://codereview.appspot.com/6713044/ This new subtype of string property is intended mostly for Add-on developers writing Add-on which communicates with some server (http, sql, ftp, verse, etc.). When this server requires user authentication and user has to type username and password, then current API didn't allow to type 'hidden' password, e.g. when you want to demonstrate this script, then everybody can see this security password. Some examples of Add-on which could use this new subtype: - On-line database of textures - Integration of render farm - Integration of Verse Security Notes: - You can copy paste hiddent string of property from text input using (Ctrl-C, Ctrl-V), but you can do this in other GUI toolkits too (this behavior it is widely used). - Text of string property is stored in plain text, but it is widely used in other GUI toolkits (Qt, Gtk, etc.). Simple examples: - https://dl.dropbox.com/u/369894/draw_op_passwd.py - https://dl.dropbox.com/u/369894/blender-password.png |
October 12, 2012, 18:19 (GMT) |
* Fix small bug in Python operator example; improved example of modal operator |
August 2, 2011, 07:02 (GMT) |
- Blender could be build with scons again. |
July 17, 2011, 10:28 (GMT) |
Fixed compile error on Fedora 15, when FFMPEG was enabled. |
August 3, 2009, 14:40 (GMT) |
2.5 MetaBalls and UI * Added callback function for some metaball properties: When some properties (wiresize, threshold, update flags) of metaball are changed, then these properties are copied to all metaballs in the group (all metaballs with same base name). This is important to "share" some properties between metaballs, because polygonisation of metaball is influenced only by properties of base metaball and base metaball can be changed. * Improved drawing of selected Metaball objects |
July 29, 2009, 14:07 (GMT) |
- Fix some things I missed in my last commit - Change name of OBJECT_OT_object_add operator - Use new OBJECT_OT_object_add operator in space_info.py |
July 29, 2009, 12:35 (GMT) |
2.5 MetaBalls - It is possible to work with MetaBalls in edit mode now - Added basic UI to the button window (feel free to change it :-)) - Header menus should work - Undo & redo should work - Removed global variable editelems and lastelem (moved it to the MetaBall struct) - All tools from old editmball.c was converted to the operators - Added lastelem to the RNA - Experimental: mb->editelems is only pointer at mb->elems or NULL (depends on Mode). ListBase of MetaElems is not duplicated in edit mode. Tested with scons at Linux and mac OS X TODO: - Recalc data after Undo or Redo - Solve issue with basic MetaBall and Python UI script (only base MetaBall object influence Wiresize and Threshold) - Fix orientation of manipulator in "Normal mode" |
June 18, 2008, 09:52 (GMT) |
Small fix to be able to compile Blender. |
May 15, 2008, 19:30 (GMT) |
Last bug fix of #10999. This should finaly work (tested by jesterking). |
May 12, 2008, 16:22 (GMT) |
Bug fix of #10999. mbproc->start was useless. |
MiikaHweb - Blender Git Statistics v1.06