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-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
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-17Clang tidy: Fix else after returnHans Goudey
2020-08-14Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-14Fix NULL pointer access in render engine reported by address sanitizerBrecht Van Lommel
2020-08-11Merge branch 'blender-v2.90-release'Lukas Stockner
2020-08-10Fix T77298: Can't bake texture with multiple objectsLukas Stockner
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-08Clenup: use STREQ macroCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-07-20Python API: option to use OpenGL context in RenderEngine.renderMiguel Pozo
2020-07-20Fix T78321 Eevee: Motion blur crash rendering animation with high steps countClément Foucault
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-07-16Simulation: Rename `physics` directory to `simulation`Jacques Lucke
2020-07-15Cleanup: spellingCampbell Barton
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-09Fix T78745: Cycles error baking with multiple materialsBrecht Van Lommel
2020-06-30Fix T77734: random crash when rendering animationVincent Blankfield
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-06-13Cleanup: naming for lattice deform functionsCampbell Barton
2020-05-28Cleanup: remove unused struct members from RenderStatsCampbell Barton
2020-05-20Cleanup: make guarded memory allocation always thread safeBrecht Van Lommel
2020-05-20Cleanup: remove legacy mmap memory allocation for 32 bitBrecht Van Lommel
2020-05-19Merge branch 'blender-v2.83-release'Sebastián Barschkis
2020-05-19Fix: build error due to missing definitionsJacques Lucke
2020-05-18Fix T62422: Baking ray distance do not workSebastian Parborg
2020-05-15Cycles: code refactor to bake using regular render session and tilesBrecht Van Lommel
2020-05-14Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-14Fix T75071: rendering fails when all render layers disabled, but using compos...Brecht Van Lommel
2020-05-14Fix T75715: crash rendering animation with persistent imagesBrecht Van Lommel
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-05-01Cleanup: replace inline dot-product with dot_v4v4Campbell Barton
2020-05-01Cleanup: pass const arguments to texture functionsCampbell Barton
2020-05-01Cleanup: avoid returning a bit-flag as a floatCampbell Barton
2020-05-01Cleanup: rename externtex to RE_texture_evaluateCampbell Barton
2020-04-16Cleanup: remove unused scene argumentCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-03-27Fix T69060: File Output Node does not work with Time RemappingPhilipp Oeser
2020-03-26Fix T74417: Freestyle render removes image texture usersBrecht Van Lommel