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
2022-10-12Fix T101679: Duplicate objects are created when 'Make' override is called on ...Bastien Montagne
2022-10-12ImageEngine: Clamp image data to fit half float range.Jeroen Bakker
2022-10-12Cleanup: minor edits to recent wayland/libdecorCampbell Barton
2022-10-12GHOST/Wayland: only require libdecor when running in gnome-shellCampbell Barton
2022-10-12Cleanup: Simplify node insert after drag codeHans Goudey
2022-10-12Cleanup: use 'u' prefixed unsigned typesCampbell Barton
2022-10-12Cleanup: use function style casts for C++, format & spellingCampbell Barton
2022-10-12Cleanup: use commented arguments for unused args in C++Campbell Barton
2022-10-12Cleanup: Convert two nodes files to C++Hans Goudey
2022-10-12Cleanup: Comment formatting in BMesh operatorHans Goudey
2022-10-12Cleanup: Remove link drag search operations for socket templatesHans Goudey
2022-10-12Cleanup: Reduce indentation in node attach operatorHans Goudey
2022-10-12UV: add grid shape source to the uv editor, and add new "pixel" optionChris Blackbourn
2022-10-12Fix T90782: add uv pack option to specify margin as a fractionChris Blackbourn
2022-10-12Nodes: Change Mix node link drag weightingCharlie Jolly
2022-10-11Cleanup: Move draw_cache_impl_volume.c to C++Hans Goudey
2022-10-11Sculpt: Fix mask from cavity not redrawing viewport with modifiersJoseph Eagar
2022-10-11Sculpt: Fix T101595: sculpt_attribute_update_refs called in wrong placeJoseph Eagar
2022-10-11Sculpt: Fix T101718: Automasking crash with new texture paintJoseph Eagar
2022-10-11Fix T101709: Proportional editing being disabled in NLA Editor redo panelGermano Cavalcante
2022-10-11deps_builder: add missing openpgl config fileRay Molenkamp
2022-10-11Fix T101601: Compositor/Set cryptomatte alpha to 1.Alaska
2022-10-11Cleanup: Add missing include for parallel reductionOmar Emara
2022-10-11Cleanup: Remove unused spreadsheet geometry cache itemHans Goudey
2022-10-11Fix SVG tests: Add missing fileSergey Sharybin
2022-10-11Beginning of automated SVG regression testSergey Sharybin
2022-10-11Fix linker order of X11 and Wayland libsSebastian Parborg
2022-10-11Realtime Compositor: Implement variable size bokeh blurOmar Emara
2022-10-11Realtime Compositor: Implement parallel reductionOmar Emara
2022-10-11GPencil: Fix unreported Close Stroke operator did not select new pointsAntonio Vazquez
2022-10-11Sculpt: Fix T101694: Change operator for unhide face setsPratik Borhade
2022-10-11Cleanup: rename base_index to ob_index in knife logicCampbell Barton
2022-10-11Fix T101741: GPencil Outline modifier removes unexpectedly strokesAntonio Vazquez
2022-10-11Fix T101721: Knife project crashesCampbell Barton
2022-10-11GHOST/Wayland: correct the library path for libwayland-eglCampbell Barton
2022-10-11Py Docs: Update to sphinx 5.2.3Aaron Carlisle
2022-10-11GHOST/Wayland: print all dynamic loading failure when using WaylandCampbell Barton
2022-10-11Correct argument type for BKE_pbvh_node_get_bm_orco_data, formatCampbell Barton
2022-10-11Sculpt: Clean up Dyntopo's original triangle apiJoseph Eagar
2022-10-11Sculpt: Fix T101674: Passing null to GPU_batch_elembuf_setJoseph Eagar
2022-10-10Sculpt: T101699: Face set change visibility crashes on no face setsJoseph Eagar
2022-10-10Sculpt: Fix T101729: Automasking crash in elastic deform brushJoseph Eagar
2022-10-10deps_builder: Add support for cve-bin-toolRay Molenkamp
2022-10-10Fix building WITH_HEADLESSSebastian Parborg
2022-10-10Cleanup: clang-formatLukas Stockner
2022-10-10Fix T101651: Cycles crashes when failing to initialize render deviceLukas Stockner
2022-10-10I18n: disambiguate message "World"Damien Picard
2022-10-10Cleanup: NLA transforms, simplify `recalcData_nla()`Thibault de Villèle
2022-10-10Cycles: oneAPI: Trigger compilation of used kernels onlyNikita Sirgienko
2022-10-10Fix missing view layer update when iterating a collection from Python.Alexander Gavrilov