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
2014-07-30Bugfix T41240: Home key doesn't show everything on F-CurvesJoshua Leung
2014-07-20Bugfix T41042: Irrelevant Bezier handles still affect Graph Editor Show AllJoshua Leung
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-13Code cleanup: remove redundant arg from ARRAY_LAST_ITEMCampbell Barton
2014-06-11Regression Bugfix T40332: Bad driver behaviour on small distances.Joshua Leung
2014-04-28f-curve easing: Adjustments to Robert Penner elastic easingCampbell Barton
2014-04-28"Auto" option for Keyframe.easingJoshua Leung
2014-04-19Math Lib: add shell_v3v3_normalized_to_dist and v2 versionCampbell Barton
2014-04-15Move binary-search threshold used for FCurves to BKE_fcurve.h headerJoshua Leung
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Fix T39291: "Stepped" F-curve modifier does not work as expected when stacked...Joshua Leung
2014-03-31Fix T39405: Make "amplitude" for elastic easing more intuitive to useJoshua Leung
2014-03-25Code cleanup: rename easing functions with BLI_easing_ prefixCampbell Barton
2014-03-25Code cleanup: rename BLI_math_easing to BLI_easingCampbell Barton
2014-03-21Patch T22084: Robert Penner Easing Equations for FCurvesJoshua Leung
2014-03-21Fix T39207: FCurve evaluation regressions following 2aff243 (again)Joshua Leung
2014-03-21Debug prints weren't getting triggered, since they no longer use the old flagJoshua Leung
2014-03-19A simpler fix for the "clive" part of T39207 without the precision granularit...Joshua Leung
2014-03-19Fix T39207: FCurve evaluation regressions following 2aff243Joshua Leung
2014-03-15Patch T36209: Use binary search function for evaluating F-CurvesJoshua Leung
2014-03-01Fix for baked FCurve subframe interpolation (bad abs use)Campbell Barton
2014-03-01Code cleanup: comment unused code in calchandleNurb_internCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-01Fix crash happening in Cycles fcurve modifierSergey Sharybin
2013-12-01Fix T37667: rotational difference driver target marked invalid even though va...Brecht Van Lommel
2013-11-04Bugfix [#36950] Restrict Frame Range not being obeyed on Driver F-CurvesJoshua Leung
2013-10-02fix [#36919] Cannot delete keyframe of animated simulation parameter if simul...Campbell Barton
2013-10-01fix for error setting vector handles to free when both vector handles were se...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-18fix for action editor view-selected behaving strangely.Campbell Barton
2013-07-13remove redundant null checks and avoid divide by zero in driver evaluationCampbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-12correct assert for driver evaluation,Campbell Barton
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-21Driver error warnings are now only printed to the console when Blender is runJoshua Leung
2013-03-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
2013-02-28Bugfix: Invalid target tagging for "Distance" driver variable type onlyJoshua Leung
2013-02-28Bugfix: Types mismatch (flags and targetFlags were ints, but dtar->flag is aJoshua Leung
2013-02-28Invalid Driver Targets are now indicated appropriately (using Red Backgrounds)Joshua Leung
2012-12-29style cleanupCampbell Barton
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-11code cleanup: use min/max inline functions rather than macros & simplify loopCampbell Barton
2012-09-11add some missing NULL checks, a few parts of the code used a pointer then che...Campbell Barton