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-03-25Cleanup: remove argument to doxygen \fileCampbell Barton
2022-03-18License headers: use SPDX identifiers in intern/itascCampbell Barton
2022-03-16Cleanup: rename cnt to countCampbell Barton
2022-03-11Cleanup: fix source comment typosBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-14Cleanup: reorganize doxygen modulesCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-05-21Cleanup: spellingLeon Zandman
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-08-04Cleanup: typos & co in UI messages (and some other places).Bastien Montagne
2019-04-17Cleanup: use 2 space indentation for CMakeCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2018-04-13Cleanup: don't use Blender structs in iTaSC module.Brecht Van Lommel
2017-09-20Added extra "const" to satisfy the strict clang version in Xcode 9Stefan Werner
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2016-09-01Cleanup: Reduce amount of misleading indentationSergey Sharybin
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-29OS X: remove code for OS X <= 10.5, which is already not supported since 2 ye...Brecht Van Lommel
2015-03-19CMake: unbundle eigen3Campbell Barton
2014-07-19Code cleanup: warningsCampbell 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
2013-11-29Fix iTaSC build error when building with libc++.Brecht Van Lommel
2013-03-18style cleanupCampbell Barton
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-15OSX/availability: use of the numerical value instead of the symbol in the #if...Jens Verwiebe
2012-11-10add 2 new utility functions to the BGE mesh py api.Campbell Barton
2012-11-08itask: reworked conditionals for osx version compatibilityJens Verwiebe
2012-11-07Fix ITASK warningsJens Verwiebe
2012-11-06OSX: substitute all MAC_OS_X_VERSION defines with MAC_OS_X_VERSION_MIN_REQUIR...Jens Verwiebe
2012-11-03code cleanup: cmake - add missing headers, remove directories from source lis...Campbell Barton
2012-10-21code cleanup: spellingCampbell Barton
2012-10-15Update to stable Eigen 3.1.1Daniel Genrich
2012-10-14code cleanup: remove redundant castsCampbell Barton
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