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-10-10header cleanup (no functional changes)Campbell Barton
2011-04-26fix [#27178] Material links lost when making mesh data localCampbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-21following on from last commit r36263.Campbell Barton
2011-04-21minor changesCampbell Barton
2011-03-28blenkernel: floats were being implicitly promoted to doubles, adjust to use f...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-17misc maintenance changesCampbell 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
2011-01-02- correct typos in comments.Campbell Barton
2010-12-13Lattices now have AnimDataJoshua Leung
2010-11-18fix [#24780] Metaballs are not drawn correctly in new scenes Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-07de-duplicate unique naming logic, was used in 7 different places, convert int...Campbell Barton
2010-11-01bugfix [#24477] Can easily create bones with duplicate namesCampbell Barton
2010-08-23rna: move metaball.active_element to metaball.elements.activeCampbell Barton
2010-07-13- fix for eternal loop with metaballs in set scenes.Campbell Barton
2010-07-12set metaball limit for not drawing small scale motherballs to a 1/10th of wha...Campbell Barton
2010-07-06Revert revision 29735:Brecht Van Lommel
2010-06-28Fix #20965: metaballs partticles and volume material crash renderingSergey Sharybin
2010-06-27Recalculate motherball when metaball is deletingSergey Sharybin
2010-06-27Fix #22051: crash when scaling parent metaballSergey Sharybin
2010-04-18remove config.h references, was added for automake build system rev around 12...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-10Math LibBrecht Van Lommel
2009-08-032.5 MetaBalls and UIJiri Hnidek
2009-08-032.5 - MetaBalls are now animateableJoshua Leung
2009-06-092.50:Brecht Van Lommel
2009-01-042.5Ton Roosendaal
2009-01-022.5Ton Roosendaal
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-05-18Fix in mball last May 15th causes a hang (eternal loop) in mball.c,Ton Roosendaal
2008-05-15Last bug fix of #10999. This should finaly work (tested by jesterking).Jiri Hnidek
2008-05-12Bug fix of #10999. mbproc->start was useless.Jiri Hnidek
2008-05-09Potential bug fix of #10999.Jiri Hnidek
2008-05-02Fix for bug #8825. find_first_point() finds first points of implicite surface...Jiri Hnidek
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-02-26Going into vertex paint mode without vertex colors, now it doesn'tBrecht Van Lommel
2008-02-26Fix for bug #6854: meta object crash with preview render. Meta objectsBrecht Van Lommel
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2008-01-01Some notes for those who try to follow this :)Ton Roosendaal
2008-01-01removed blenderdef.h, BIF_*, BDR_* and BSE_* header files (except for BIF_gl....Campbell Barton
2007-12-24Blenkernel for 2.5 project, changes mainly are because of disablingTon Roosendaal
2007-04-20Buf fix for #6571Jiri Hnidek
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton