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
2015-06-08Merge branch 'master' into gooseberryBastien Montagne
2015-06-08RNA: Object.shape_key_remove methodCampbell Barton
2015-05-22Merge branch 'alembic' into gooseberryLukas Tönne
2015-05-21Use a flag to explicitly apply shape keys to either the goal positionsLukas Tönne
2015-05-20Use dedicated versions of shapekey eval functions for strands.Lukas Tönne
2015-05-20Removed the complicated optional refdata handling from the genericLukas Tönne
2015-05-20Fixed shape key reference data usage, for applying shape keys on topLukas Tönne
2015-05-19Unified code for identifying unconventional shapekey owners betweenLukas Tönne
2015-05-19Ported key owner type code from gooseberry, to better sync both branches.Lukas Tönne
2015-05-06Merge branch 'alembic' into gooseberryLukas Tönne
2015-05-04Extended shape key evaluation for cached strands blending.Lukas Tönne
2015-05-04New 'fromtype' variable in Key to allow handling type-dependent pointerLukas Tönne
2015-05-04Create a dummy weights array for strand keys, otherwise the evalLukas Tönne
2015-05-03Main shape key implementation for cached strand data.Lukas Tönne
2015-05-03Extended 'add' function for shape keys that allows passing a NULLLukas Tönne
2015-03-30Merge branch 'master' into gooseberrySergey Sharybin
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-02-23Experimental hair shape key control with textures.Lukas Tönne
2015-01-07Merge branch 'master' into gooseberryLukas Tönne
2015-01-06Remove slurph shape-key featureCampbell Barton
2014-11-17Merge branch 'master' into gooseberryLukas Tönne
2014-11-17ShapeKeys: Add `BKE_keyblock_is_basis` to check whether a given keyblock is u...Bastien Montagne
2014-11-17Cleanup: rename `BKE_key_convert/update` to `BKE_keyblock_convert/update`.Bastien Montagne
2014-11-17ShapeKey: Refactor a bit `BKE_key_convert_from_...`Bastien Montagne
2014-10-22Merge branch 'master' into gooseberryLukas Tönne
2014-10-21ShapeKeys: rework 'move skey' code, and add options to move to first/last pos...Bastien Montagne
2014-10-03Replaced the single `ID *from` pointer in shape keys with a moreLukas Tönne
2014-10-03Evaluate shape keys when building the particle path cache.Lukas Tönne
2014-10-02Shape key infrastructure for hair.Lukas Tönne
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-08-19Optimization and threading fix for shapekeys weights calculationSergey Sharybin
2013-07-19optimization: avoid memcpy with shake key vertex array.Campbell Barton
2013-01-03fix [#33682] Animation not updated when the active shape index isnt setCampbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-09-19joining mesh objects now keeps relative key setting of each keyblock. also jo...Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-05-22code cleanup: key/interpolationCampbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-12change add_keyblock() not to sort keyblocks by time since this can be a probl...Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-03fix for linking on msvc with own recent changes.Campbell Barton
2011-01-03- add in asserts for unlikely cases of invalid ID types being assigned to key...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton