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
2021-04-13Cleanup: Use C++ types in object_dupli.ccHans Goudey
2021-04-12UI: Use Consistent name for select mirrorAaron Carlisle
2021-04-12Fix T87283: crash with persistent data and motion blurBrecht Van Lommel
2021-04-12Cleanup: fix address sanitizer warningBrecht Van Lommel
2021-04-12UI/Nodes: Improve feedback when adding node fails (e.g. on drag & drop)Julian Eisel
2021-04-12Previews: allow undo'ing datablock preview generationSybren A. Stüvel
2021-04-12UI: Fix a few RNA description stringsDamien Picard
2021-04-12Fix unreported: Flat Surface objectsGermano Cavalcante
2021-04-12Fix T74680: Incorrect mixing in Glare nodeSzymon Ulatowski
2021-04-12Compositor: Allocate OIDN memory after receiving lock.Jeroen Bakker
2021-04-12Fix: File output uses incorrect resolution when first socket unused.Jeroen Bakker
2021-04-12Fix T87252: File output node broken with more than 4 inputs.Jeroen Bakker
2021-04-12Fix T87348: convert vertex colors to linear color spaceJacques Lucke
2021-04-12Spreadsheet: add spreadsheet width unitJacques Lucke
2021-04-12Fix T87308: don't show columns when there are no instancesJacques Lucke
2021-04-12Fix T87259: Un-Subdivide creates duplicate facesCampbell Barton
2021-04-12Cleanup: remove make_quicky and enum generation utilitiesCampbell Barton
2021-04-11Fix T87157: GPencil subdivide last segmentFalk David
2021-04-11Cleanup: use ELEM, STREQ macrosCampbell Barton
2021-04-11Cleanup: clang-formatCampbell Barton
2021-04-11Cleanup: spellingCampbell Barton
2021-04-11Fix T87355: Crash using menu search from the top barCampbell Barton
2021-04-10LibOverride: Fix resync bug on recursive overrides.Bastien Montagne
2021-04-10LibOverride: Fix (unreported) assert when creating overrides of linked overri...Bastien Montagne
2021-04-10LibOverride: Add own flag to copy or not overrides to ID copy code.Bastien Montagne
2021-04-10Transform: Use "orient_matrix" as a default when availableGermano Cavalcante
2021-04-09Fix T87167: Object dragged from Outliner into Geo Nodes doesn't auto updateCharlie Jolly
2021-04-09Compositor: Output where debug is stored.Jeroen Bakker
2021-04-09Cleanup: use nullptr.Jeroen Bakker
2021-04-09GPU: Enable suggest-override for CPP.Jeroen Bakker
2021-04-09Compositor: Enable suggest-override warning.Jeroen Bakker
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-04-09Fix T87117: Geometry Nodes: Add missing Map Range modes to shader nodeCharlie Jolly
2021-04-09Spreadsheet: persistent column storage and data sourceJacques Lucke
2021-04-09Geometry Nodes: quiet warning when using object info nodeJacques Lucke
2021-04-09Fix T87150: bad points appearance in orthographic viewPhilipp Oeser
2021-04-09Cleanup: use const for BKE_where_on_path and related structsCampbell Barton
2021-04-09Fix use of uninitialized memory in BKE_scene_objects_as_gsetCampbell Barton
2021-04-09Fix: Missing GeometryNodeCustomGroupRay Molenkamp
2021-04-08Geometry Nodes: Support volumes in the bounding box nodeHans Goudey
2021-04-08BKE: Refactor volume bounding box codeHans Goudey
2021-04-08BKE: Add a utility to transform a shallow copy of a volume gridHans Goudey
2021-04-08Cleanup: Remove unused includes, use consistent orderHans Goudey
2021-04-08Geometry Nodes: Support instances in attribute searchHans Goudey
2021-04-08Cleanup: Use const arguments for volume codeHans Goudey
2021-04-08Fix T87232: Crash when evaluating object with unsupported modifierSybren A. Stüvel
2021-04-08VSE: Fix crash when building proxyRichard Antalik
2021-04-08VSE: Fix building image proxiesRichard Antalik
2021-04-08Cleanup:Germano Cavalcante
2021-04-08Fix previous commit: wrong `is_mesh_verts_only` checkGermano Cavalcante