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-02-01remove old code and use macro for latt_bp() functionCampbell Barton
2012-02-01calc_curve_deform was using axis range of 1-6, but other parts of the code us...Campbell Barton
2012-02-01fix incorrect neg axis check for the curve deform modifier's boundbox.Campbell Barton
2012-02-01fix [#30037] Curve Modifier doesn't work within -X -Y -Z translation in such ...Campbell Barton
2012-02-01fix inconsistancy with curve deform bounds being set differently when vertex ...Campbell Barton
2012-02-01minor cleanup made while looking into bug report (having vector size in comme...Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton
2011-11-30fix [#29459] Crash making a linked object group localCampbell Barton
2011-11-07minor editsCampbell Barton
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-11-01added path traversal flag - BPATH_TRAVERSE_SKIP_MULTIFILE,Campbell Barton
2011-10-27use path remapping for all make local functions, patch from Alex Fraser with ...Campbell Barton
2011-10-27edits ontop of Alex's patch from r41292.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-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-04-26fix [#27178] Material links lost when making mesh data localCampbell Barton
2011-04-21following on from last commit r36263.Campbell Barton
2011-03-30fix [#26682] Accessing weight sometimes crashes blenderCampbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
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