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
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-02-20Cleanup: spellingCampbell Barton
2021-02-19UI: FModifier layout updates, drag and dropHans Goudey
2020-11-27Cleanup: Animation, clean up FCurve Cycles modifierSybren A. Stüvel
2020-11-06Cleanup: BLI_noiseCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-08Cleanup: use doxy sections for fmodifier.cCampbell Barton
2020-09-09Cleanup: reduce variable scopesJacques Lucke
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-10-10Cleanup: clang-format, spellingCampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17Animation: Refactor storage usage during fcurve modifier evaluationJacques Lucke
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Logging: Use CLOG for blenkernelCampbell Barton
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-10-17Cleanup: remove some #if 0 blocksJacques Lucke
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-02Cleanup: comment blocksCampbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2017-10-17Make auto handle placement aware of cyclic extrapolation.Alexander Gavrilov
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2015-10-07Cleanup: spellingCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-15Fix T45807: Instant crash adding any modifier to NLA trackJulian Eisel
2015-07-29Gooseberry animation feature: Add toggle that disables modifiers on fcurves.Antony Riakiotakis
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-28Cleanup: unused headersCampbell Barton
2014-03-08Fix T39035: Cycles F-Modifier truncates end/beginning frame values for repeti...Joshua Leung
2014-02-10Patch T38282/D295: Add a time offset to the FCurve Noise ModifierBassam Kurdali
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-01Fix crash happening in Cycles fcurve modifierSergey Sharybin
2013-08-04avoid using MEM_reallocN_id directly, add utility macro for freeing.Campbell Barton
2013-08-03add versions of MEM_reallocN, MEM_recallocN which take a string arg so new al...Campbell Barton