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
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
2011-11-13Fix #29041: parenting problem with tree IK for iTaSC and iksolver, where itBrecht Van Lommel
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-07Bugfix [#29064] armature with curve contraint - crashJoshua Leung
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/ikplugin tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
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
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15replace SIDE_OF_LINE macro with line_point_side_v2() inline function.Campbell Barton
2010-02-19apply visual transform to poseCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-25Radians -> Degrees (in UI)Matt Ebb
2009-11-10Math LibBrecht Van Lommel
2009-11-01Rigging Goodies: Spline IK ConstraintJoshua Leung
2009-10-12Bugfix #19616: vertex group select as IK target cause crash in Blender2.5Joshua Leung
2009-09-25missing includesCampbell Barton
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee