Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-06fix for own bugs in curves.Campbell Barton
2008-09-12Add some typecasts for intptr_t and uintptr_t value to fix gcc warnings.Ken Hughes
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-02-27Fix for bug: cross platform strand render differences with kink/branch.Brecht Van Lommel
2007-08-20VRML and DXF were saving all meshes that had at least one user - so all meshe...Campbell Barton
2007-06-05filelen is set to the return result of BLI_filesizeKent Mein
2007-04-04moved source and text to american spellingCampbell Barton
2007-03-13added back videoscape for pythonCampbell Barton
2007-03-13removed videoscape support, a format from 1988 that nobody uses anymore.Campbell Barton
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2007-02-07Bugfix for reading DXF files, custom data layer wasn't alwaysBrecht Van Lommel
2006-12-13Multiple UV and vertex color layers: (still work in progress)Brecht Van Lommel
2006-12-05Modifier Stack: Limit calculation to required data.Ben Batt
2006-11-20* remove a stray ; and place a declaration before any actual code. msvc8 was ...Nathan Letwory
2006-11-20Added custom vertex/edge/face data for meshes:Brecht Van Lommel
2006-10-27Fixed all gcc 4 warnings in blenkernel. Found 2 potentially harmfulBrecht Van Lommel
2006-08-09Bugfix #4811Ton Roosendaal
2006-07-06[ #4585 ] - fix for reading videoscape filesAndrea Weikert
2006-06-21Bug #4382Ton Roosendaal
2006-04-09#bugfix #3791Ton Roosendaal
2006-01-03As positively recieved on the mailing list and irc (and blessed byChris Want
2005-11-05Fix #3256Ton Roosendaal
2005-09-22More properly coded version for adding edges... now only do_versions()Ton Roosendaal
2005-08-21 - added mesh_strip_loose_faces, works in conjunction with make_edgesDaniel Dunbar
2005-08-20 - convert all DerivedMesh map functions to use index basedDaniel Dunbar
2005-08-12 - remove some silly array copying code for nurb displist generationDaniel Dunbar
2005-08-07 - add allowShared argument to DerivedMesh.convertToDispListMesh to allow ret...Daniel Dunbar
2005-07-27Patch provided by Shaul Kedem: Compressed files are back!Ton Roosendaal
2005-07-19Bugfix #2818Ton Roosendaal
2005-07-18 - convert write_object_stl to use mesh_get_derived_finalDaniel Dunbar
2005-07-17 - converted write_videoscape_mesh to use mesh_get_derived_deformDaniel Dunbar
2005-07-15 - added mesh_get_texspace (should be used instead of direct access)Daniel Dunbar
2005-07-03Result of 2 weeks of quiet coding work in Greece :)Ton Roosendaal
2005-04-27Bug fix #2483Ton Roosendaal
2005-04-25Bug fix #2469Ton Roosendaal
2005-04-17Replaced a bunch of malloc() calls with proper MEM_mallocN()Ton Roosendaal
2005-03-31 - fix some signed/unsigned comparison warningsDaniel Dunbar
2005-03-29 - added Mesh->derived and Mesh->decimated DerivedMesh pointersDaniel Dunbar
2005-03-28 - added DerivedMesh convertToDispListMesh function with implementations,Daniel Dunbar
2005-03-20 - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)Daniel Dunbar
2005-03-09big warning hunt commitJean-Luc Peurière
2005-03-04Bug fix #2270Ton Roosendaal
2004-12-27Biiig commit! Thanks to 2-3 weeks of cvs freeze...Ton Roosendaal
2004-12-22Last minute fix #1Ton Roosendaal
2004-12-12Bug fix #2005Ton Roosendaal
2004-11-26Fixes in reading .dxf (bug #1883)Ton Roosendaal
2004-10-15Martin DeMello's patch to add dxf import code for:Kent Mein
2004-09-24EditMesh refactory + undo recodeTon Roosendaal
2004-09-19Evil commit! Nothing really changed except;Ton Roosendaal
2004-07-24Somewhat better determination of ascii vs. binary filetypes whenChris Want