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-06-30fix for own mistake with key shortcuts r37850Campbell Barton
2011-06-30Fix for undefined "index" in key.c.Sergey Sharybin
2011-06-30replace inline loops for get_weights_array with calls to defvert_find_weight()Campbell 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-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-27Removing some old stuff from old animation system that isn't neededJoshua Leung
2011-01-09rename BKE_assert() --> BLI_assert().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
2011-01-03- add in asserts for unlikely cases of invalid ID types being assigned to key...Campbell Barton
2010-12-28- Silencing some gcc warnings (yay! I can finally use this setupJoshua Leung
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-08-22remove inline loops in a few placesCampbell Barton
2010-08-12- possibly bugfix /w uninitialized vars [#23270] Long directory name segmenta...Campbell Barton
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-06-23Sculpt+shape keys:Sergey Sharybin
2010-06-22[#22262] Sculpting shape keys using the Smooth brush switches the shape to th...Sergey 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
2010-01-31Fix #20696: shape keys with vertex groups showing in edit mode didBrecht Van Lommel
2009-12-28- object.add_shape_key(name="Key", from_mix=True)Campbell Barton
2009-12-28moved shape key insert function into BKE_object.hCampbell Barton
2009-11-22* New option on modifiers that don't change topology: Apply as ShapeMatt Ebb
2009-11-11Forgot to include these files in sculpt shape key commit.Brecht Van Lommel
2009-11-11* Fixing various compiler warnings under scons+mingw. Mostly unused variables...Joshua Leung
2009-10-22Shape KeysBrecht Van Lommel
2009-10-22Shape KeysBrecht Van Lommel
2009-10-19Fix #19588: duplicating objects with particle systems would crash.Brecht Van Lommel
2009-10-16ShapeKey Editor (sub-mode of DopeSheet Editor)Joshua Leung
2009-10-14Shape Keys: disable the temporary shape display system, whereBrecht Van Lommel
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-08-02Animato - Bugfixes for ShapeKeys + ShapeKey Drivers Joshua Leung
2009-01-30Animato:Joshua Leung
2009-01-30Animato: Hiding all debug prints behind -d flag, as they were causing too man...Joshua Leung
2009-01-29Silencing MSVC warnings in code that I maintainJoshua Leung
2009-01-24Animato - More compatability workJoshua Leung
2009-01-22Animato - Basic version patching supportJoshua Leung
2009-01-182.5 - AnimSys Data management stuff...Joshua Leung
2009-01-172.5: Blender "Animato" - New Animation System Joshua Leung
2009-01-042.5Ton Roosendaal
2008-12-192.5Joshua Leung
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-10-09Bugfix #11712Ton Roosendaal
2008-06-18BGE Patch: Add Shape Action support and update MSCV_7 project file for glew.Benoit Bolsee
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want