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-09-21Various fixes in UI messages.Bastien Montagne
2020-09-21Implement ID properties support for TimeMarkerSergey Sharybin
2020-09-09Cleanup: Rename public "bUnit" functionsHans Goudey
2020-09-07UI: Add temperature unitsHans Goudey
2020-09-04Fix T80426: Crash when deleting custom orientationGermano Cavalcante
2020-09-02Cleanup: spellingCampbell Barton
2020-08-28IDTypeInfo: add .blend file io callbacksJacques Lucke
2020-08-21Cleanup: rename iterators over sequences to be more clear about what they do.Bastien Montagne
2020-08-21Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-21Fix critical bug in foreach ID looper of Scene data-block.Bastien Montagne
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-21Cleanup: Reduce nesting of `scene_get_depsgraph_p()`Sybren A. Stüvel
2020-08-21Fix crash when accessing `view_layer.depsgraph` through BPYJulian Eisel
2020-08-19RNA: Validate scene/view-layer combination for statistics queryJulian Eisel
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-13Cleanup: spellingCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
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