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-08-28Cleanup: improve function namesJacques Lucke
2020-08-21Cleanup: use doxy sections for fcurve.cCampbell Barton
2020-08-21Refactor: move fcurve/fmodifier code from blenloader to blenkernelJacques Lucke
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-06-05CleanUp: Introduce BKE_fcurve_createJeroen Bakker
2020-05-28Cleanup: spellingCampbell Barton
2020-05-26Fix/refactor foreach_id handling of animdata.Bastien Montagne
2020-05-15Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-15Fix T76563: Transforming an auto-aligned point won't set it alignedCampbell Barton
2020-05-04Added missing return statementSybren A. Stüvel
2020-05-01Cleanup: Animation, refactored FCurve interpolationSybren A. Stüvel
2020-05-01Cleanup: Animation, split FCurve interpolation into separate functionSybren A. Stüvel
2020-05-01Cleanup: Animation, unify FCurve extrapolationSybren A. Stüvel
2020-05-01Cleanup: Animation, refactored FCurve extrapolationSybren A. Stüvel
2020-05-01Cleanup: Animation, split FCurve extrapolation into separate functionsSybren A. Stüvel
2020-05-01Cleanup: moved drivers to BKE_fcurve_driver.h / fcurve_driver.cSybren A. Stüvel
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-09Revert "Constraints: remove special meaning of Local Space for parentless Obj...Sybren A. Stüvel
2020-03-05Cleanup: redundant castsCampbell Barton
2020-02-07Cleanup: Animation, split driver evaluation into separate functionsSybren A. Stüvel
2020-02-07Cleanup: Animation, reduce indentation by reordering conditionsSybren A. Stüvel
2020-02-07Cleanup: reduced indentations by returning/continuing earlySybren A. Stüvel
2020-01-24Depsgraph: fix false positive time dependencies for simple drivers.Alexander Gavrilov
2020-01-16Fix T53704: Error scaling f-curve handles by -1Campbell Barton
2019-11-22UI: Changes to Graph Editor selection and transformJulian Eisel
2019-11-06Constraints: remove special meaning of Local Space for parentless Objects.Alexander Gavrilov
2019-09-03Drivers: support decomposing rotation into swing followed by twist.Alexander Gavrilov
2019-09-01Copy Rotation & Transform: add Euler order override options.Alexander Gavrilov
2019-08-31Drivers: support accessing Quaternion rotation channels.Alexander Gavrilov
2019-08-31Drivers: support explicit euler rotation order for transform channels.Alexander Gavrilov
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-16Fix T64681: evaluate curves with generative modifiers and no keys.Alexander Gavrilov
2019-05-06Drivers: add an Average Scale option to the Transform Channel driver vars.Alexander Gavrilov
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-25Cleanup: remove verbose debug printJacques Lucke
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17Animation: Refactor storage usage during fcurve modifier evaluationJacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton