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-09-25[WIP] Potential fix for T101272.temp-T101272Jeroen Bakker
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: Remove commented linesAntonio Vazquez
2022-09-25Fix T101317: GPencil separate Active layer freezes blenderAntonio Vazquez
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-25Cleanup: quiet compiler warningCampbell Barton
2022-09-25Cleanup: format, spelling in commentsCampbell Barton
2022-09-24UI: Improved Font ThumbnailsHarley Acheson
2022-09-24Sculpt: Fix bug with allocating duplicate attribute layersJoseph Eagar
2022-09-24BLF: Correctly Set Default Font SizeHarley Acheson
2022-09-24Fix: Invalid CustomData type map created for legacy mesh conversionHans Goudey
2022-09-24Curves: Use early out when apapting domain of single valueHans Goudey
2022-09-24Cleanup: simplify accessing mesh looptrisJacques Lucke
2022-09-24GPencil: Exist early from loop for Fill extensionsAntonio Vazquez
2022-09-24Cleanup: typo in static node typeJacques Lucke
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-24Fix build error in blenloader on macOS after recent changesBrecht Van Lommel
2022-09-24Fix T101295: Allow Large Windows ThumbnailsHarley Acheson
2022-09-24Cleanup: Remove unused data transfer functionHans Goudey
2022-09-24GPU: Disable static compilation for geometry shaders workaroundClément Foucault
2022-09-24Overlay: Fix overlay image shadersClément Foucault
2022-09-24Sculpt: fix memory corruption in new attribute apiJoseph Eagar
2022-09-23Fix T101249: Node groups don't show in node searchHans Goudey
2022-09-23Geometry Nodes: Split transfer attribute nodeHans Goudey
2022-09-23Fix T100741: Update FFMPEG DimensionsHarley Acheson
2022-09-23Fix: Crash with empty vertex group in mask modifierHans Goudey
2022-09-23GPencil: Improve Fill Tool Extend linesAntonio Vazquez
2022-09-23Fix: Missing DNA rename for recent mesh refactorHans Goudey
2022-09-23Node Editor: Adjust node link curvingLeon Schittek
2022-09-23Fix: Assert calculating mesh triangulationHans Goudey
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23View3d: move space_view3d.c to c++Jacques Lucke
2022-09-23Cleanup: use depsgraph iterator settings in rnaJacques Lucke
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-23Cleanup: use depsgraph iterator settings in rnaJacques Lucke
2022-09-23Mesh: Use cached looptris in draw cache extractionHans Goudey
2022-09-23Mesh: Move sculpt face sets to a generic attributeHans Goudey
2022-09-23Cleanup: Grammar fix in lazy functionHans Goudey
2022-09-23Cleanup: fix compiler errorsJacques Lucke
2022-09-23Cleanup: give anonymous enum a nameJacques Lucke
2022-09-23Depsgraph: generalize passing parameters to depsgraph object iteratorJacques Lucke
2022-09-23Fix T101109: Animation on nodes problems when dealing with Node GroupsPhilipp Oeser
2022-09-23Fix T101046: missing DEG update changing bone layers in editmodePhilipp Oeser
2022-09-23Cleanup: use ELEM macroCampbell Barton
2022-09-23Cleanup: add string utility macros to GHOST/WaylandCampbell Barton
2022-09-23Cleanup: float literalsCampbell Barton