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
2020-09-22GPencil: Improve default brush draw modeAntonio Vazquez
2020-09-22Fix COLLADA failing to export HDR emission strengthAlex Strand
2020-09-22MeshAnalysis: Optimize the detection of intersecting geometryGermano Cavalcante
2020-09-22Fix T80444: Triangle-Triangle intersection regression in 2.90Germano Cavalcante
2020-09-22Fix T78823: Slash in custom property name does not workHans Goudey
2020-09-22Refactor for effector / collider velocitiesSebastián Barschkis
2020-09-22Fluid: Refactor for initial velocitiesSebastián Barschkis
2020-09-22Fix T81026: Image Editor: Alpha (like Bloom) not showing properlyJeroen Bakker
2020-09-22Fix T81002: Images drawn with the Python gpu module no longer draw on top in ...Jeroen Bakker
2020-09-22Fix T80943: return early when field to visualize is NULLJacques Lucke
2020-09-22Fix T80915: Image editor only displays the first frame during 'Viewport rende...Jeroen Bakker
2020-09-22Cleanup in style from previous commit.Bastien Montagne
2020-09-22Fix T80859: Thread safe pixeldata concersion from float to uchar and v.v.Martijn Versteegh
2020-09-22Fix T81013: Weight Paint Overlay XRay fails with clippingPhilipp Oeser
2020-09-22Cleanup: reduce variable scopesJacques Lucke
2020-09-22Fix T80996: Weight Proximity modifier: crash going to editmode on aPhilipp Oeser
2020-09-22Object: check for negative index access with duplicator reading UV'sCampbell Barton
2020-09-22Cleanup: comments, spellingCampbell Barton
2020-09-22Fix warning building without potraceHans Goudey
2020-09-21Weld Modifier: Performance improvementHenrik Dick
2020-09-21Cleanup: Reduce indentation by returning earlyHans Goudey
2020-09-21GPencil: New Trace images using PotraceAntonio Vazquez
2020-09-21Cleanup: Declare variables where initializedHans Goudey
2020-09-21Fix T80899: Crash on editing multiple UVs of multiple different objects at th...Sebastian Parborg
2020-09-21Various fixes in UI messages.Bastien Montagne
2020-09-21Cleanup (UI): Early-exit rather than having a big-ish conditional bodyJulian Eisel
2020-09-21Fix T80854: Search buttons fail in Adjust Last Operation PanelJulian Eisel
2020-09-21Cleanup: move some paint helpers to ED_ 'namespace'.Bastien Montagne
2020-09-21Fix T79373: Forbid painting on linked image from 3DView.Bastien Montagne
2020-09-21Add missing new liboverride option to py-defined collections props doc.Bastien Montagne
2020-09-21Cleanup: Remove weird assert in button handlingJulian Eisel
2020-09-21Fix assert failure when using Ctrl+Mousewheel on Object Mode buttonJulian Eisel
2020-09-21Fix datatoc_icon linker errors with ASan enabled.Ankit Meel
2020-09-21Implement ID properties support for TimeMarkerSergey Sharybin
2020-09-21Fix T79965: mesh.transform() modifies referenced layersSergey Sharybin
2020-09-21Fix T80931: Proporional Editing Cursor Draws IncorrectJeroen Bakker
2020-09-21Fix T79373: Forbid painting on linked image.Bastien Montagne
2020-09-21Fix T59272: dead particles not included in render, but visible in viewportJacques Lucke
2020-09-21Cleanup: Sculpt/Paint ED code: correct return constant types.Bastien Montagne
2020-09-21Fix T66614: Text objects: Truncate overflow for non-top aligned textDalai Felinto
2020-09-21Cleanup: correct naming IMAGE_Z_DEPTHJeroen Bakker
2020-09-21Fix T80520: Tris to Quads ignores UV delimit optionmano-wii
2020-09-21Cleanup: balance braces, spellingCampbell Barton
2020-09-20Fix T80993: Crash duplicating inactive workspaceHans Goudey
2020-09-20Fix broken Windows buiilds after own recent commit in read/write code.Bastien Montagne
2020-09-20Fix (unreported) wrong definition of `ssize_t` for windows.Bastien Montagne
2020-09-20Sanitize type 'size' parameters in our read/write file codeBastien Montagne
2020-09-20LibOverride: add checks to RNA collections editing utils.Bastien Montagne
2020-09-20Cleanup: Correct comment in newly added liboverride code for IDProp collections.Bastien Montagne
2020-09-20LibOverride: expose `PROPOVERRIDE_LIBRARY_INSERTION` to py-defined properties.Bastien Montagne