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-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-24Cleanup: simplify accessing mesh looptrisJacques Lucke
2022-09-24GPencil: Exist early from loop for Fill extensionsAntonio Vazquez
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-23Fix T101249: Node groups don't show in node searchHans Goudey
2022-09-23GPencil: Improve Fill Tool Extend linesAntonio Vazquez
2022-09-23Node Editor: Adjust node link curvingLeon Schittek
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23View3d: move space_view3d.c to c++Jacques Lucke
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-23Mesh: Move sculpt face sets to a generic attributeHans Goudey
2022-09-23Cleanup: fix compiler errorsJacques Lucke
2022-09-23Depsgraph: generalize passing parameters to depsgraph object iteratorJacques Lucke
2022-09-23Fix T101046: missing DEG update changing bone layers in editmodePhilipp Oeser
2022-09-23Cleanup: use ELEM macroCampbell Barton
2022-09-23Cleanup: float literalsCampbell Barton
2022-09-23Fix T100141: Header Alignment of New EditorsCampbell Barton
2022-09-23Cleanup: replace int return value with boolCampbell Barton
2022-09-23Cleanup: spelling in commentsCampbell Barton
2022-09-22Fix T101262: Crash in spreadsheet selection filter with empty domainHans Goudey
2022-09-22Fix: Use correct node group for add node searchHans Goudey
2022-09-21Fix compile error on (designated initializers in C++)Julian Eisel
2022-09-21Cleanup: Move file browser history handing to own fileJulian Eisel
2022-09-21Refactor: Move file browser filelist.c to C++Julian Eisel
2022-09-21File Browser: Manual auto-increase name support for output filepathsDalai Felinto
2022-09-21Cleanup: spelling in commentsCampbell Barton
2022-09-21Cleanup: unused variable warningCampbell Barton
2022-09-20Fix T101220: UV proportional editing not working correctly with UV Sync Selec...Germano Cavalcante
2022-09-20Fix T101196: constraint plane failing in side orthographic viewsGermano Cavalcante
2022-09-20Sculpt: Fix T100479: Boundary expand crashJoseph Eagar
2022-09-20Sculpt: Fix memory corruption with reading masks from PBVH_BMESHJoseph Eagar
2022-09-20GPencil: Add `offset` parameter to reproject operator Redo PanelAntonio Vazquez
2022-09-20Animation: Fix operator properties for redo panelRedMser
2022-09-20Animation: Add redo panel to Dopesheet and NLARedMser
2022-09-20Move workspace.c to C++Jacques Lucke
2022-09-20Fix misleading operator name in the dope-sheet and action editorSebastian Parborg
2022-09-20Fix T101001: crash setting texture node active in certain casesPhilipp Oeser
2022-09-20UV: extend custom grid sizes to set each axis separatelyChris Blackbourn
2022-09-20Cleanup: spellingChris Blackbourn
2022-09-19Nodes: Add node group assets to search menusHans Goudey
2022-09-19GPencil: Make formatAntonio Vazquez