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
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
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
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-07Fix bug #33176: Deactivating both position and rotation target from iTaSC IK-...Benoit Bolsee
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-24IK Solver:Brecht Van Lommel
2012-11-13Last fix to get_plugin in ikplugin_api.c was off by one in the wrong direction.Jason Wilkins
2012-11-13(no commit message)Jason Wilkins
2012-11-12fix syntax error when disabling both IK solversJason Wilkins
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-14code cleanup: remove redundant castsCampbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-10-05Fix #32770: iTaSC IK solver not working correct with bones that have stretch ...Brecht Van Lommel
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-09-06code cleanup: remove deprecated defines and some struct membersCampbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-23Fix #32389: scons was compiling without iksolver and only itasc since a few d...Brecht Van Lommel