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
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-06-15Curve: remove unused displist membersCampbell Barton
2014-03-20Code cleanup: use boolsCampbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-08-21Partial revert of recenr cu->disp merge commitSergey Sharybin
2013-05-28code cleanup: comment/remove unused definesCampbell Barton
2013-04-27real fix for [#35097], (curve cap flipping).Campbell Barton
2013-04-05Fix #34867: cycles viewport render did not respect viewport visibility forBrecht Van Lommel
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2012-12-27display the number of tri's in object mode status, often requested feature fr...Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-07Style cleanup: displist moduleSergey Sharybin
2012-04-30code cleanup: header cleanupCampbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-06-15Code cleanup: remove unused shaded draw mode code.Brecht Van Lommel
2011-02-23remove unused functions,Campbell Barton
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2010-08-04include cleanup, no functional changesCampbell Barton
2010-06-28Fix #20965: metaballs partticles and volume material crash renderingSergey Sharybin
2010-06-23Fix #21369: normals on extruded text and curve objects were flippedBrecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-08image re-project now uses offscreen render function and has input for render ...Campbell Barton
2010-03-08- Fixed trouble with rendering curves with disabled modifiers, which areSergey Sharybin
2010-03-05Constructive modifiers for curves and surfacesSergey Sharybin
2010-02-12correct fsf addressCampbell Barton
2009-06-13merged from trunk 20741:20848 Campbell Barton
2009-06-09Fix for bug #18881 and #18866: Surface option for Fields crashedBrecht Van Lommel
2009-01-042.5Ton Roosendaal
2009-01-022.5Ton Roosendaal
2008-12-312.5Ton Roosendaal
2008-10-06fix for own bugs in curves.Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2007-11-27ParticlesBrecht Van Lommel
2006-12-05Modifier Stack: Limit calculation to required data.Ben Batt
2006-11-21Step one in migrating to use glArray calls in BlenderTon Roosendaal
2006-11-20Added custom vertex/edge/face data for meshes:Brecht Van Lommel
2006-06-21Fix for bug #4393: initial vertex colors were not created from shadedBrecht Van Lommel
2006-05-28More render pipeline finishing up;Ton Roosendaal
2005-12-11Big commit with work on Groups & Libraries:Ton Roosendaal
2005-09-03Saturday morning first cup of coffee hack (yeah, its a lateDaniel Dunbar
2005-08-15 - readded DL_VERTS type to store lattice deformed vertsDaniel Dunbar
2005-08-14 - added make_orco_curf, even does keys!Daniel Dunbar
2005-08-07 - add allowShared argument to DerivedMesh.convertToDispListMesh to allow ret...Daniel Dunbar
2005-07-28 - update storage.c to use standard time codes (should fix issueDaniel Dunbar
2005-07-19 - change mesh_get_derived_render to mesh_create_derived_render (alwaysDaniel Dunbar
2005-07-18 - replace displistmesh_calc_normals by mesh_calc_normalsDaniel Dunbar
2005-07-17 - removed unused DL_TRIA typeDaniel Dunbar