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
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-13Lattices now have AnimDataJoshua Leung
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-08bugfix [#21483] Twisting when Dupliframing a Surface Circle (Nurbs) along a C...Campbell Barton
2010-10-08move tracking functions into math_rotation.c (no functional changes)Campbell Barton
2010-08-10- Enable shape key switching in edit mode for curves, surfaces and latticiesSergey Sharybin
2010-08-06bugfix [#19525] Curve modifier moves mesh geometry firstCampbell Barton
2010-08-06Minor cleanup to lattice.c while looking into [#19525] Curve modifier moves m...Campbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-06-28Fix #20965: metaballs partticles and volume material crash renderingSergey Sharybin
2010-06-13use utility functions for vertex groups, no functional changesCampbell Barton
2010-04-21option to use curve point weights to influence particle effectors.Campbell Barton
2010-04-21vertex group option for lattice, needed for applying a lattice to a beard/mou...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-11-25Sculpt: MultiresBrecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-10-22Shape KeysBrecht Van Lommel
2009-10-22Shape KeysBrecht Van Lommel
2009-10-01Use curve twist for the CurveDeform modifier and bones (anything that uses cu...Campbell Barton
2009-09-12Use curve radius for pathsCampbell Barton
2009-09-12new struct PathPoint for each path element (replaces float[4]), Paths now sto...Campbell Barton
2009-09-11svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r23043:23119Campbell Barton
2009-09-09Small code cleanup related to curves, to avoid cryptic names:Brecht Van Lommel
2009-07-032.5Brecht Van Lommel
2009-05-31Deform modifiers can now use useRenderParams and isFinalCalc in modifier stac...Daniel Genrich
2009-01-172.5: Blender "Animato" - New Animation System Joshua Leung
2009-01-132.5Ton Roosendaal
2009-01-072.5Ton Roosendaal
2009-01-062.5Ton Roosendaal
2009-01-042.5Ton Roosendaal
2009-01-022.5Ton Roosendaal
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-11-04Simple warning fixesAndre Susano Pinto
2008-11-04Added Lattice vgroup support to shrinkwrap and simple deform modifier.Andre Susano Pinto
2008-07-20Bugfix #16662Ton Roosendaal
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-04Fix for bug #8870: crash converting curve to mesh. The object was beingBrecht Van Lommel
2008-02-27Fix for making vectoquat threadsafe, missed a warning.Brecht Van Lommel
2008-02-27Fix for bug: cross platform strand render differences with kink/branch.Brecht Van Lommel
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2008-01-01removed blenderdef.h, BIF_*, BDR_* and BSE_* header files (except for BIF_gl....Campbell Barton
2007-12-04bugfix, curve radius would display incorrectly when there were single point's...Campbell Barton
2007-04-04moved source and text to american spellingCampbell Barton
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2006-11-20Added custom vertex/edge/face data for meshes:Brecht Van Lommel