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-09-16Fix some warnings treated as errors here.Sergey Sharybin
2012-07-26fix some types and incorrect infoCampbell Barton
2012-07-22code cleanup: replace cos(M_PI / 4) and sin(M_PI / 4) with M_SQRT1_2 defineCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-06-10style cleanupCampbell Barton
2012-06-07Fix [#31430] part 2: crash in iTaSC when end effector is a fixed bone. This s...Benoit Bolsee
2012-06-07Fix unaligned array crash in Eigen3 because of compilation option. The EIGEN_...Benoit Bolsee
2012-06-05Fix [#31544]: iTaSC assertion when creating armature with no joint. This dege...Benoit Bolsee
2012-06-03Fix bug [#31588]: iTaSC does not handle armature scaling correctly. iTaSC sol...Benoit Bolsee
2012-06-03Fix Eigen3 unaligned array in iTaSC. The unaligned array cause crash when SSE...Benoit Bolsee
2011-11-16OSX: buildfix for itask on 10.5.sdkJens Verwiebe
2011-11-13Fix #29041: parenting problem with tree IK for iTaSC and iksolver, where itBrecht Van Lommel
2011-11-13Fix #29048: iTaSC solver crash on certain compilers/platforms, due to memoryBrecht Van Lommel
2011-10-25Fix compilation error for win32.Sergey Sharybin
2011-10-25edits to cmakeCampbell Barton
2011-10-25Libraries upgrade:Sergey Sharybin
2011-10-23Another set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-23Fix for commit 41227 (Some opening comment tags (/*) were lost!).Bastien Montagne
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-18fix for crash loading a file saved with fluidsim when blenders compiled with ...Campbell Barton
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-06-27Minor warning cleanup & fixCampbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-03-27clear some c++ warnings.Campbell Barton
2011-02-25doxygen: intern/itasc taggedNathan Letwory
2011-01-30remove nan-makefilesCampbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-10-23Remove msvc build files which are not needed anymore.Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-08-25rename most scons build targets to match cmakeCampbell Barton
2010-08-24rename some cmake build targetsCampbell Barton
2010-07-20- correct some spelling errors.Campbell Barton
2010-03-10iTaSC: joint limit are now given directly in radiant, no need to convert.Benoit Bolsee
2010-02-12correct fsf addressCampbell Barton
2009-10-20Fix in KDL for gcc 3.3 compilationTon Roosendaal
2009-09-27Speed optimization in itasc when with armature with many bones and few target...Benoit Bolsee
2009-09-26Add directives to support multi dir lib.Guillermo S. Romero
2009-09-25Fixing up Makefiles, its not fully working but its closer...Kent Mein
2009-09-25Warning fixes for ITASC. Also, use <stdlib.h> instead of <malloc.h>,Brecht Van Lommel
2009-09-25Fix OSX compilation problem with malloc.h in itascBenoit Bolsee
2009-09-25SVN maintenance.Guillermo S. Romero
2009-09-25* some fixes to have scons/mingw compile the sources too, even with BF_DEBUG=...Nathan Letwory
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee