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
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-06Fix access freed memory when doing constraints ID counter on main freeSergey Sharybin
2015-02-18Fix free'd memory use removing constraintCampbell Barton
2015-02-11Outliner: ContextMenus for constraints/modifiersCampbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-13Fixes for SplineIK:Joshua Leung
2015-01-13Bugfix: The "bulge_min" setting for the Stretch To constraint prevented bones...Joshua Leung
2015-01-11Fix T43204: Shrinkwrap constraint, project mode: Space ignored in bone case.Bastien Montagne
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-24BLI_utildefines: add UNUSED_VARS() macroCampbell Barton
2014-10-31Fix T42447: Shrinkwrap constraint: mismatch in handling sclaing in projection...Bastien Montagne
2014-10-16Fix T42256: Translation operator moves Child-Of constrained objects in wrong ...Bastien Montagne
2014-10-14Yet another tweak to stretch volume variation.Lukas Tönne
2014-10-14Tweak for smoothing limits in stretch-constraint volume preservation.Lukas Tönne
2014-10-13Integrated limits for volume preservation in stretch-to constraints.Lukas Tönne
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-08-01Cleanup: Move SpaceTransform helpers from `BKE_shrinkwrap` to `BLI_math_matrix`.Bastien Montagne
2014-07-24Implement option to parent object to undistorted position of 2D trackSergey Sharybin
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-06-26Code cleanup: remove MAT3/4_UNITY defines, just call unit_m3/4Campbell Barton
2014-05-20Fix T40269: Transform Constraint Doesn't Obey World/World Setting (Inherits f...Bastien Montagne
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-28Followup to rB8714ae09f894: better not have several RNA properties affect a s...Bastien Montagne
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-07Fix T39563: Tiny unit-display problem in constraint panels.Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-25Fix T38870: Freezes when jumping in front of a keyframe.Sergey Sharybin
2014-02-27Fix T38864: Crash with curves and follow pathCampbell Barton
2014-02-24Fix T38755: Crash when having cyclic dependency and curve deformSergey Sharybin
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-23Cleanup: int/short to bool in BKE_cdderivedmesh.h functions (and TRUE/FALSE t...Bastien Montagne
2014-01-13Remove direct displist creation from constraintsSergey Sharybin
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-11-18Fix spelling error in commentJoshua Leung
2013-11-10replace IS_EQ -> IS_EQF for use with floats.Campbell Barton
2013-09-07shrink-wrap constraint, improve and remove some limitations.Campbell Barton
2013-09-03remove WINDOWS checks in cmake, this variable isn't defined on windows and ch...Campbell Barton
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-08-06replace mul_serie_m4 with mul_m4_m4m4 when only 3 args are givenCampbell Barton
2013-08-04code cleanup: replace strcpy with BLI_strncpy for fixed size strings, and cor...Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-13fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in i...Campbell Barton
2013-06-09jpbouza Feature Request: Transformation Constraint now allows applies rotationJoshua Leung
2013-05-26BLI_math rename functions:Campbell Barton