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-02Cleanup: Remove unnecessary struct keyword usage in node editorHans Goudey
2022-09-02Cleanup: Remove unused structHans Goudey
2022-09-02UI: 3D Text CaretHarley Acheson
2022-09-02Cleanup: Use C++ vector types in node editorHans Goudey
2022-09-02Nodes: Use existing nodes span cacheHans Goudey
2022-09-02Cleanup: Fix clang-tidy warnings: [modernize-redundant-void-arg]Clément Foucault
2022-09-02Cleanup: Fix clang-tidy warnings: [modernize-use-nullptr]Clément Foucault
2022-09-02Cleanup: Fix clang-tidy warnings: [modernize-use-using]Clément Foucault
2022-09-02Cleanup: Fix clang-tidy warnings: [bugprone-incorrect-roundings]Clément Foucault
2022-09-02Cleanup: Fix clang-tidy warnings: [modernize-use-bool-literals]Clément Foucault
2022-09-02GPencil: Simplify Perimeter functions to not use RegionView3DAntonio Vazquez
2022-09-01Node Editor: Visual tweaks to node linksLeon Schittek
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-09-01Cleanup: use reference instead of copyJacques Lucke
2022-08-31Sculpt: Fix T100479: Memory corruption in sculpt_boundary_edit_data_initJoseph Eagar
2022-08-31Fix merge error.Joseph Eagar
2022-08-31Merge branch 'blender-v3.3-release'Joseph Eagar
2022-08-31Cleanup: fix warnings from vcol limit commitJoseph Eagar
2022-08-31Merge branch 'blender-v3.3-release'Joseph Eagar
2022-08-31Core: Remove color attribute limit from CustomData APIJoseph Eagar
2022-08-31GPencil: Apply Brush Size to Outline thickness while drawingAntonio Vazquez
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-31UI: Add shift-click hint to library overrides button tooltipJulian Eisel
2022-08-31Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-31LibOverride: Replace linked objects by their overrides when created from 3DView.Bastien Montagne
2022-08-31Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-31Fix crash in liboverride operations from the Outliner.Bastien Montagne
2022-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-31Cleanup: break before the default case in switch statementsCampbell Barton
2022-08-31Cleanup: formatCampbell Barton
2022-08-31Merge branch 'blender-v3.3-release'YimingWu
2022-08-31GPencil: Fix sharp_threshold property in sample stroke operatorYimingWu
2022-08-31Node: Mix nodeCharlie Jolly
2022-08-30Cleanup: Use C++ attribute APIHans Goudey
2022-08-30Cleanup: Use standard variable name for curve pointsHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-30Geometry Nodes: Use separate field context for each geometry typeHans Goudey
2022-08-30GPencil: Improve Thickness handling for Outline operatorAntonio Vazquez
2022-08-30Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-30Fix error in operator poll functionsCampbell Barton
2022-08-30Merge branch 'blender-v3.3-release'Jacques Lucke
2022-08-30Cleanup: Avoid misleading Outliner tree element callback nameJulian Eisel
2022-08-30Fix T100673: crash when using slide brush without attachment infoJacques Lucke
2022-08-30GPencil: Rename in Outline operator `mode` with `material_mode`Antonio Vazquez
2022-08-30GPencil: Add `thickness` parameter to Outline operatorAntonio Vazquez
2022-08-30Cleanup: spelling in commentsCampbell Barton
2022-08-30Cleanup: Remove misleading std::string reference bindingHans Goudey
2022-08-30Cleanup: Use const for custom data layersHans Goudey
2022-08-29Fix T98968: Node reroute tool doesn't add to framesPratik Borhade
2022-08-29Fix T98968: Node reroute tool doesn't add to framesPratik Borhade