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-19Merge branch 'master' into soc-2020-info-editorMateusz Grzeliński
2020-08-18Depsgraph: simplify DEG_evaluate_* APIJacques Lucke
2020-08-18Depsgraph: simplify build APIJacques Lucke
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
2020-08-13Merge branch 'master' into soc-2020-info-editorMateusz Grzeliński
2020-08-13Cleanup: spellingCampbell Barton
2020-08-12Merge branch 'master' into soc-2020-info-editorMateusz Grzeliński
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-03Merge branch 'master' into soc-2020-info-editorMateusz Grzeliński
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-31Convert print to clogMateusz Grzeliński
2020-07-09Implement T77959: Never duplicate linked data during deep-copy.Bastien Montagne
2020-07-06Fix T78608: Memory leak in Material properties: "Data from SCE".Bastien Montagne
2020-07-03Move Scene's cache management during undo to new system.Bastien Montagne
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-17ID Duplicate: Factorize a lot the code.Bastien Montagne
2020-06-17ID Duplicate: uniformize Action duplication.Bastien Montagne
2020-06-17Refactor duplicate of data-blocks.Bastien Montagne
2020-06-16Cleanup: remove hierarchy parameter from `BKE_collection_duplicate`Bastien Montagne
2020-06-10Add proper handling of liboverrides to Scene deep copy.Bastien Montagne
2020-06-10Cleanup: rename `BKE_scene_copy` to `_update`.Bastien Montagne
2020-06-10Make `BKE_scene_copy` fully handle all duplicate modes, deep copy included.Bastien Montagne
2020-06-10Cleanup: use proper enum type in parameter of BKE_scene_copy.Bastien Montagne
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-06-04Fix error removing the image paint cursorCampbell Barton
2020-05-29Cleanup: Use Consistent Capitalization of "Anti-Aliasing"Aaron Carlisle
2020-05-28Cleanup: remove unused struct members from RenderStatsCampbell Barton
2020-05-28Cleanup: spellingCampbell Barton
2020-05-21Refactor: Move scene foreach_id to new IDTypeInfo structure.Bastien Montagne
2020-05-18Fix T76721: ASAN crash on animation renderingSergey Sharybin
2020-05-12Merge branch 'blender-v2.83-release'Antonio Vazquez
2020-05-12GPencil: Add new parameter for SMAA thresholdAntonio Vazquez
2020-05-12Merge branch 'blender-v2.83-release'Bastien Montagne
2020-05-12Fix T76053: Rigid Body properties disappears after deleting rigid body constr...Bastien Montagne
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-04-20Cleanup: rename "nested" to "embedded"Jacques Lucke
2020-04-17Fix T75686: Animating scene audio volume doesn't workSybren A. Stüvel
2020-04-07Undo: change depsgraph recalc flags handling to improve performanceBrecht Van Lommel
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-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-03-26Add option to Copy the active view layer, and add an empty view layerChris Clyne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-17Depsgraph: Adds helpers to extract/restore despgraphs in a given Main.Bastien Montagne
2020-03-13Cleanup: pass const args (mostly Scene & RenderData)Campbell Barton
2020-03-11EEVEE: Replace octahedron reflection probe by cubemap arrayClément Foucault
2020-03-11Fix T74296: Free depsgraph when view layer is removedJacques Lucke
2020-03-09Cleanup: Move `BKE_animdata_free()` call out of each IDType free data.Bastien Montagne
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-06Cleanup: Scene: New IDTypeInfo, and remove unused API from BKE.Bastien Montagne