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-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-21Make deps: Enable fPIC for LinuxSergey Sharybin
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
2020-09-20LibOverride: support inserting items in py-defined (IDProp-based) collections.Bastien Montagne
2020-09-20RNA access: Add utils to search a collection item from its name, and get both...Bastien Montagne
2020-09-20IDProperties: Add utils to duplicate content of one IDProp into another.Bastien Montagne
2020-09-20GPencil: Small tweak to Fill panel for HoldoutAntonio Vazquez
2020-09-20GPencil: Move Holdout parameter below Base ColorAntonio Vazquez
2020-09-20Fix a wrong return type (float instead of double) in double2.hhHoward Trickey
2020-09-20Fix T80982: Crash using custom orientations beside the firstCampbell Barton
2020-09-20UI: Gray out fade inactive geometry overlay slider when offHans Goudey
2020-09-20Fix T61985: NLA Bake exception baking pose with non-pose selectionCampbell Barton
2020-09-20Cleanup: Fix clang tidy inconsistent parameter warningHans Goudey
2020-09-20UI: Always set curve fill mode inactive for object bevel typeHans Goudey
2020-09-20Fix invert vertex group weight miscalculation for modifiersCody Winchester
2020-09-20Fix T80945: Build modifier not updating after outliner copyNathan Craddock
2020-09-20Cleanup: Use shorthand variablesHans Goudey
2020-09-19Fix light rotation slider in Lookdev popover being disabledPablo Dobarro
2020-09-19GPencil: Change tooltip for Holdout optionAntonio Vazquez
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-19Cleanup: spellingCampbell Barton
2020-09-19Fix T80880: Outliner colored hierarchy lines on objectsNathan Craddock
2020-09-19EEVEE: Fix Missing GGX multi-scattering on Glass BSDFClément Foucault
2020-09-19EEVEE: Add support for GGX Multi-scatterClément Foucault