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
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-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-18cmake option to build without iksolverCampbell Barton
2012-07-29Fix compile error, IK_STRETCH_STIFF_EPS was undefined. Thomas Dinges
2012-07-29code cleanup:Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-28defines to make it easier to manage ik stretch constants (these may need to b...Campbell Barton
2012-07-11code cleanup: use const for passing vectorsCampbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-07-01style cleanupCampbell Barton
2012-06-07Fix [#31430] part 2: crash in iTaSC when end effector is a fixed bone. This s...Benoit Bolsee
2012-06-03Fix bug [#31588]: iTaSC does not handle armature scaling correctly. iTaSC sol...Benoit Bolsee
2012-05-25style cleanupCampbell Barton
2012-05-18Fix #31430: itasc solver assertion failure with debug builds.Brecht Van Lommel
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-20Fix [#31008] IK armature resize goes ugly (Pose mode resize).Bastien Montagne
2012-03-28style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: pep8, indentationCampbell Barton
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
2012-03-02style cleanupCampbell Barton
2012-02-28patch [#30331] Support clang-3.0Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell 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-27clear some c++ warnings.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-30remove nan-makefilesCampbell Barton
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-09-12option to disable ITASC IK solver, (will be enabled by default ofcourse)Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-02-19apply visual transform to poseCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-25Radians -> Degrees (in UI)Matt Ebb