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
path: root/source
AgeCommit message (Expand)Author
2022-10-13Build: Add TBB define to BMesh moduleHans Goudey
2022-10-13Nodes: Duplicate Linked operator + User Preference option for Node TreeDalai Felinto
2022-10-13Outliner: Use row background color for elements count indicatorDalai Felinto
2022-10-13Fix: Attribute layers can be skipped in Mesh to BMesh conversionHans Goudey
2022-10-13Fix: Crash updating draw cache of original curves dataHans Goudey
2022-10-13Realtime Compositor: Keep interpolation in Scale nodeOmar Emara
2022-10-13Fix T101501: Masks are not visible in Image EditorSergey Sharybin
2022-10-13UI: Fix wrong error message when trying to apply modifierPablo Vazquez
2022-10-13Cleanup: simplify uv packing apiChris Blackbourn
2022-10-13Cleanup: Use std::mutex for mesh runtime mutexesHans Goudey
2022-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-10-13Point Cloud: Support applying modifiersHans Goudey
2022-10-13Cleanup: Use correct blenkernel namespace for mesh functionsHans Goudey
2022-10-13Draw: Add missing TBB define to draw moduleHans Goudey
2022-10-13Cleanup: Remove deprecated socket variablesHans Goudey
2022-10-12Fix T95683: FFmpeg seeking is brokenRichard Antalik
2022-10-12Nodes: Add "Legacy" to legacy node UI names, skip in searchHans Goudey
2022-10-12Fix T101711: Curve to points node sometimes skips initializing radiusHans Goudey
2022-10-12Cleanup: Decrease variable scope in UI region popup codeHans Goudey
2022-10-12Cleanup: EEVEE-Next: Add precision to commentClément Foucault
2022-10-12DRW: View: Expose matrices through interfaceClément Foucault
2022-10-12DRW: Wrappers: Add TextureRef to wrap around GPUTexture pointersClément Foucault
2022-10-12DRW: Fix gl error related to incorrect uniform sizeClément Foucault
2022-10-12Cleanup: DRW: Improve state_stencil documentationClément Foucault
2022-10-12Cleanup: Use const vertex pointer argumentHans Goudey
2022-10-12Cleanup: Reduce variable scope in vertex group mirror operatorHans Goudey
2022-10-12Cleanup: Remove macro usage in vertex group mirror operatorHans Goudey
2022-10-12Fix T101773: Mirror Vertex Weights operator brokenHans Goudey
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: 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-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-11Realtime Compositor: Implement variable size bokeh blurOmar Emara