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
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2018-10-02Fix (unreported) memleak with legacy IKsolver.Bastien Montagne
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-13Cleanup: don't use Blender structs in iTaSC module.Brecht Van Lommel
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-17Fix T51971: IK non-uniform scale regression.Brecht Van Lommel
2016-11-15Depsgraph: Fix frash with iTaSC solverSergey Sharybin
2016-07-08Correct error in non-uniform scale IK commitCampbell Barton
2016-07-08Fix/Workaround non-uniform scaled bones failing w/ IK solverCampbell Barton
2016-01-04Remove SCons building systemSergey Sharybin
2015-11-23Cleanup: shadowing (rna, modifiers, *misc*)Campbell Barton
2015-04-07Cleanup: brace placement /w structsCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-27CMake: Enable strict flags for C++Sergey Sharybin
2015-03-19CMake: unbundle eigen3Campbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell Barton
2014-09-24Cleanup: set var staticCampbell Barton
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-02-17Adapt KDL for compile with clang 3.4, which is stricter with friend classes,Jens Verwiebe
2014-02-09OSX/scons: allow for compiling with clang-openmp-3.4Jens Verwiebe
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-14fix #T37894: IK constraint desactivation does not work as expectedDalai Felinto
2013-12-30Code Cleanup: unused defines & styleCampbell Barton
2013-06-27IK plugin range check was wrong, could do out of bounds reads.Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2012-12-29fix bug #33275: iTaSC ignores location of disconnected bones when they are ch...Benoit Bolsee
2012-12-28style cleanupCampbell Barton
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-17Added GPL header to sconscripts!Bastien Montagne