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
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-28code cleanup: Campbell Barton
2012-03-26Patch: [#30652] Influence slider for Lattice ModifierThomas Dinges
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-01minor cleanup made while looking into bug report (having vector size in comme...Campbell Barton
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-06-28Fix #20965: metaballs partticles and volume material crash renderingSergey Sharybin
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-01-132.5Ton Roosendaal
2009-01-072.5Ton Roosendaal
2009-01-042.5Ton Roosendaal
2008-11-04Simple warning fixesAndre Susano Pinto
2008-11-04Added Lattice vgroup support to shrinkwrap and simple deform modifier.Andre Susano Pinto
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2007-11-16Long outstanding feature request: "Multi Modifier"Ton Roosendaal
2007-07-29Armature CrazySpace ImprovementBrecht Van Lommel
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2006-10-31Two wonderful new NLA & Armature editing features!Ton Roosendaal
2006-10-28* Changed the Curve Modifier to have it's own X/Y/Z axis deform directionMatt Ebb
2006-08-29Added a VGroup input to the Armature modifier. This allows the user to specifyBen Batt
2006-08-28Integration of the Google Summer of Code Modifier Stack Upgrade project. TheBen Batt
2005-10-20Curve and Lattice deform Modifiers now accept optional Vertex Group nameTon Roosendaal
2005-10-20Another option for more Armature deform control;Ton Roosendaal
2005-08-15 - readded DL_VERTS type to store lattice deformed vertsDaniel Dunbar
2005-08-15 - get rid of unused object_deform_curveDaniel Dunbar
2005-08-14 - added make_orco_curf, even does keys!Daniel Dunbar
2005-07-20 - split {curve,lattice,armature}_deform_verts out of mesh_deformDaniel Dunbar
2005-07-19 - split mesh_deform off from object_deformDaniel Dunbar
2004-09-28Cleaned the apply deform code in Blender. Now also using the modifier code.Ton Roosendaal
2004-03-21 - added object_apply_deform, removed lt_applyflag globalDaniel Dunbar
2002-12-27Removed the config.h thing from the .h's in the source dir.Kent Mein
2002-11-25Did all of the .h's in sourceKent Mein
2002-10-30fixed spacing in the headers to get rid of some warnings and some otherKent Mein
2002-10-12Initial revisionv2.25Hans Lambermont