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
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-03-10Cleanup: spelling in comments & some minor clarificationsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: move file descriptions into doxygen file sectionCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-12Cleanup: use C style doxygen commentsCampbell Barton
2020-08-07Cleanup: Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-31Cleanup: style, use braces in source/Campbell Barton
2019-05-01Cleanup: comments (long lines) in ikpluginCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell 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-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.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-07-08Correct error in non-uniform scale IK commitCampbell Barton
2016-07-08Fix/Workaround non-uniform scaled bones failing w/ IK solverCampbell Barton
2015-11-23Cleanup: shadowing (rna, modifiers, *misc*)Campbell Barton
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell 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
2013-05-26BLI_math rename functions:Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-24IK Solver:Brecht Van Lommel
2012-07-29code cleanup:Campbell Barton
2012-07-28defines to make it easier to manage ik stretch constants (these may need to b...Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-01style cleanupCampbell Barton
2012-05-25style cleanupCampbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-20Fix [#31008] IK armature resize goes ugly (Pose mode resize).Bastien Montagne
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel