Blender Git Loki
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 |