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
2020-12-08Missing README.blender license files + New BSD casesDalai Felinto
2019-12-24Fix T72402: Decimate f-curves fails with co-linear key-framesCampbell Barton
2019-04-17Cleanup: use 2 space indentation for CMakeCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-04-11curve_fit_nd: fix assert caused by too small epsilonCampbell Barton
2019-02-18doxygen: update doxygen & add balembic groupCampbell Barton
2018-03-13Cleanup: doxygen commentsCampbell Barton
2017-10-29Curve Fitting: heap reinsertion optimizationCampbell Barton
2017-08-01Correct accidental variable declarationCampbell Barton
2017-04-29Curve Fitting: minor change to re-fitting methodCampbell Barton
2016-12-13Fix strict warnings on WindowsSergey Sharybin
2016-09-25Curve Fitting: re-fitting heap pre-allocated too muchCampbell Barton
2016-09-25Curve Fitting: 'offset' method used sign when it shouldn'tCampbell Barton
2016-09-25Curve Fitting: inline dot-product (avoid temp vector)Campbell Barton
2016-09-25Curve Fitting: de-duplicate cubic evaluationCampbell Barton
2016-09-01Curve Fitting: correct initial handle signCampbell Barton
2016-08-05Curve Fitting: fix off by one errorCampbell Barton
2016-08-05Add upstream information to curve_fit_nd libraryCampbell Barton
2016-08-05Curve Fitting: sync with upstreamCampbell Barton
2016-07-31Curve Fitting: circular fit could give NAN handlesCampbell Barton
2016-07-28Curve Fitting: Use normalized projection functionCampbell Barton
2016-07-28Fix crash fitting single point curveCampbell Barton
2016-07-25Resolve undefined M_PI w/ MSVC2013Campbell Barton
2016-07-25Resolve build error on OSXCampbell Barton
2016-07-25Error in curve update, uninitialized var useCampbell Barton
2016-07-25Curve Fitting: Add alternate 'refit' methodCampbell Barton
2016-06-13Curve Fitting: add high-quality flagCampbell Barton
2016-06-12Curve Fitting: offset based fallback to calculate cubicsCampbell Barton
2016-05-16Cleanup: simplify checks calculating tangentsCampbell Barton
2016-05-16Curve Fitting: correct circular tangent length calculationCampbell Barton
2016-05-08A "better" (?) fix for msvc silliness - used in one other place in all of Ble...Joshua Leung
2016-05-08Fix compiling on MSVC - M_PI undefinedJoshua Leung
2016-05-07Clamp dot-product to avoid precision errorCampbell Barton
2016-05-07Cleanup: whicespaceCampbell Barton
2016-05-07Curve Fitting: better fallback when least-square solution failsCampbell Barton
2016-05-07Fix error copying cubic dataCampbell Barton
2016-05-05Curve Fitting: avoid clamping fallback handles.Campbell Barton
2016-05-02Correct header (can't use uint here)Campbell Barton
2016-05-02Curve Fitting: expose function for fitting a single curveCampbell Barton
2016-04-30Slight adjustment to curve fitting tangentsCampbell Barton
2016-04-20Cleanup: rename cos-angle to match BLI_mathCampbell Barton
2016-04-15New freehand curve drawing toolCampbell Barton
2016-04-15Add lib for n-dimensional cubic curve fittingCampbell Barton