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-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-05-15Refactor: Move mask foreach_id to new IDTypeInfo structure.Bastien Montagne
2020-03-27Cleanup: redundant mask includesCampbell Barton
2020-03-25Cleanup: use const to for some mask argumentsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Move `BKE_animdata_free()` call out of each IDType free data.Bastien Montagne
2020-03-09Cleanup: Mask: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-03-04Cleanup: ID make local: remove `id_in_bmain` argument.Bastien Montagne
2020-03-04Cleanup: Rename 'make local' functions to new scheme.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-08-16Cleanup: spellingCampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-08-13Fix T67516 VSE: Animation evaluated incorrectly when scene strip presentSybren A. Stüvel
2019-05-23Masks: Properly port to Copy-on-Write conceptSergey Sharybin
2019-05-21Mask: Fix missing remap of active spline/point on copySergey Sharybin
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-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06Cleanup: styleCampbell Barton
2019-02-05Cleanup: typo in comment.Bastien Montagne
2019-02-05Cleanup: replace BKE_id_copy_ex by BKE_id_copy where possible.Bastien Montagne
2019-02-05Cleanup: BKE_library: rename id_copy to BKE_id_copy.Bastien Montagne
2019-02-05Cleanup: BKE_library: remove 'test' param of id_copy.Bastien Montagne
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Logging: Use CLOG for blenkernelCampbell Barton
2019-01-23Fix T56877: Enabling mask Motion Blur overrides the Feather FalloffSergey Sharybin
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-10-18Cleanup: Remove more #if 0 blocksJacques Lucke
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-13Masks: Remove unused functionSergey Sharybin
2017-12-13Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-13Depsgraph: Cleanup, use less explicit checks of LIB_TAG_ID_RECALC_DATASergey Sharybin
2017-11-02Merge branch 'master' into blender2.8Campbell Barton
2017-11-01Implement a new automatic handle algorithm to produce smooth F-Curves.Alexander Gavrilov
2017-09-22Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-22Fix T52840: New Depsgraph - Mask editor not working correctlySergey Sharybin
2017-09-14Masks: Split layer evaluation into separate functionSergey Sharybin
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne