Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> blender2.4
"Blender2.4" branch
Total commits : 20
Total committers : 3
First Commit : January 29, 2010
Latest Commit : October 20, 2014
Commits by Month
Date | Number of Commits | |
---|---|---|
October, 2014 | 1 | |
September, 2014 | 0 | |
August, 2014 | 0 | |
July, 2014 | 0 | |
June, 2014 | 0 | |
May, 2014 | 0 | |
April, 2014 | 0 | |
March, 2014 | 0 | |
February, 2014 | 0 | |
January, 2014 | 0 | |
December, 2013 | 0 | |
November, 2013 | 0 | |
October, 2013 | 0 | |
September, 2013 | 0 | |
August, 2013 | 0 | |
July, 2013 | 0 | |
June, 2013 | 0 | |
May, 2013 | 0 | |
April, 2013 | 0 | |
March, 2013 | 0 | |
February, 2013 | 0 | |
January, 2013 | 0 | |
December, 2012 | 0 | |
November, 2012 | 0 | |
October, 2012 | 0 | |
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 | 0 | |
July, 2011 | 0 | |
June, 2011 | 1 | |
May, 2011 | 1 | |
April, 2011 | 1 | |
March, 2011 | 1 | |
February, 2011 | 1 | |
January, 2011 | 3 | |
December, 2010 | 0 | |
November, 2010 | 1 | |
October, 2010 | 0 | |
September, 2010 | 0 | |
August, 2010 | 0 | |
July, 2010 | 0 | |
June, 2010 | 4 | |
May, 2010 | 0 | |
April, 2010 | 1 | |
March, 2010 | 1 | |
February, 2010 | 3 | |
January, 2010 | 1 |
Committers
Author | Number of Commits |
---|---|
Campbell Barton | 13 |
Remigiusz Fiedler | 6 |
Dalai Felinto | 1 |
Popular Files
Filename | Total Edits |
---|---|
import_dxf.py | 2 |
bvh_export.py | 2 |
dxfLibrary.py | 2 |
export_dxf.py | 2 |
Window.c | 2 |
Window.py | 2 |
IDProp.c | 1 |
PhysicsConstraints.py | 1 |
Ipo.c | 1 |
CMakeLists.txt | 1 |
Latest commits
October 20, 2014, 07:56 (GMT) |
Build fix for 2.4x branch (CMake on recent Linux) |
June 17, 2011, 05:54 (GMT) |
fix for memory leak converting an idproperty group into a dict |
May 10, 2011, 00:18 (GMT) |
fixes for DXF-importer script: v1.12 - 2011.05.07 by migius h1 fixed for SPLINE: points coordinates are always in WCS h1 code beautifying v1.12 - 2010.04.29 by migius g1 preparation for non-UI-mode: import_dxf.main('dxf_file_name.dxf') |
April 28, 2011, 02:05 (GMT) |
fix for building with gcc4.6 |
March 9, 2011, 03:29 (GMT) |
backport fix from r35397 |
February 25, 2011, 02:38 (GMT) |
leak fix in blender 2.4x, noticed while updating for 2.5x. |
January 11, 2011, 04:21 (GMT) |
x3d/vrml import fix for bad comparison with vertex color index. |
January 1, 2011, 06:31 (GMT) |
pedantic pep8 correctness |
January 1, 2011, 05:57 (GMT) |
BVH Exporter, originally written by myself but exported bad rotations, Andrea Rugliancich managed to fix these this bug so the script is finally ok usable. Will port to 2.5x later. |
November 28, 2010, 13:59 (GMT) |
patch [#24917] Ipo curves of particles are not exported to python from Daniel Fiser (danfis) |
June 23, 2010, 09:14 (GMT) |
DXF-exporter script update: v1.37 - 2010.06.23 by migius - APPLY-MODIFIER: added exception for modifier-free instances to export them as BLOCK/INSERTs DXF-export library update: v1.35 - 2010.06.23 by migius - added (as default) writing to DXF file without RAM-buffering: faster and low-RAM-machines friendly |
June 20, 2010, 19:21 (GMT) |
DXF-exporter script update: v1.36 - 2010.06.20 by migius - added export Nurbs-Curve (3,4,5th-degree) into POLYLINE-NURBS(quad,cubic) but no support for Bezier-Curves, because DXF doesnt support them DXF-export library update: v1.34 - 2010.06.20 by migius - bugfix POLYFACE - added DXF-flags for POLYLINE and VERTEX class (NURBS-export) |
June 8, 2010, 11:09 (GMT) |
tiny correction for PyAPI Background Image: Windows.SetBgImage(image) function call activates background-image-mode if disabled |
June 8, 2010, 00:02 (GMT) |
added API support for Background Image: Windows.GetBgImage(), Windows.SetBgImage(image) |
April 20, 2010, 08:35 (GMT) |
Epydocs: Physics Constraints module: (following recent update on trunk/2.5) main functions are all here. The others are either commented as unstable in the code, or not commented at all. |
March 5, 2010, 03:52 (GMT) |
DXF-importer script v1.12 - 2010.03.04 by migius - fix POLYFACE for non-standard ordered double-vertices - fix (unused)-BLOCKs-detection for non-DXFr12-conform SECTION:BLOCKS - wip-fix global relocation: culprit is blenders 1mio-Limit - fix normals for TRACE (in opposite to SOLID) |
February 21, 2010, 09:35 (GMT) |
[#20116] calculation problem in bvh_importer.py from Martin K (martinbk) |
February 16, 2010, 16:04 (GMT) |
bugfix in 2.4x also [#20480] crash/lock-up for certain aspect ratios |
February 3, 2010, 21:29 (GMT) |
January 29, 2010, 09:55 (GMT) |
fix for error spotted by Jérôme Lelong |
MiikaHweb - Blender Git Statistics v1.06