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-21Cleanup: move some paint helpers to ED_ 'namespace'.Bastien Montagne
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-18Unify all XYZ symmetry options using Mesh SymmetryPablo Dobarro
2020-09-13Apply patch D8816, from Zachary(AFWS) for collection boolean operand.Howard Trickey
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-09-11Fix T79464: Crash adding objects without an active screenCampbell Barton
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-09Cleanup: Rename public "bUnit" functionsHans Goudey
2020-09-09Cleanup: use bool instead of intJacques Lucke
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Cleanup: Use function pointers in geometry extractPablo Dobarro
2020-09-03Sculpt: Face Set Extract OperatorPablo Dobarro
2020-09-01Fix T80224: Crash after duplicating and hiding vertices while using X Axis Mi...Germano Cavalcante
2020-08-31New Boolean: Always expose solver propery, add warningHans Goudey
2020-08-31Cleanup: Resolve unused variable warning in lite buildHans Goudey
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-27Fix T80159: Custom Normals Averaging crash after clearingPhilipp Oeser
2020-08-26Cleanup: remove unused UvVertMap.flagCampbell Barton
2020-08-26Cleanup: simplify edge loop/boundary select cycling logicCampbell Barton
2020-08-25Fix T80077: Objects disappear when joining with a zero scaled axisCampbell Barton
2020-08-21Fix T79987: Crash when joining objectsJulian Eisel
2020-08-20GPUState: Use explicit depth test enumClément Foucault
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-18Fix Mask Slice deleting the Face SetsPablo Dobarro
2020-08-13GPUBatch: Merge phase and ownership flags and cleanup there usageClément Foucault
2020-08-13GPUBatch: Remove most use of GPU_batch_draw_advanced()Clément Foucault
2020-08-13GPUShader: Change shader state tracking to be part of the GPUContextClément Foucault
2020-08-11Fix T75588: Missing loop cuts preview for edges without quadsGermano Cavalcante
2020-08-11Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-11BMesh: add UV calculate center callCampbell Barton
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-06UI: Fixes and small improvements to some labels and UI messagesYevgeny Makarov
2020-08-04Fix T71488: Flipping Custom Split Normal Data leads to artifactsSebastian Parborg
2020-08-04Fix T71488: Flipping Custom Split Normal Data leads to artifactsSebastian Parborg
2020-08-04Cleanup: Reduce indentation in functionHans Goudey
2020-07-28Merge branch 'blender-v2.90-release'Bastien Montagne
2020-07-28Fix T54544: "Copy Materials to Selected" only works when materials are define...Bastien Montagne
2020-07-28Cleanup: incorrect spelling of 'manhattan'Campbell Barton
2020-07-28Cleanup: spelling, commentsCampbell Barton
2020-07-22UI: use term 'Vertex' instead of 'Vert'Yevgeny Makarov
2020-07-21Bevel: Refactor "Vertex Only" to an enumHans Goudey
2020-07-21UI: Use consistent layout for custom operator UIHans Goudey
2020-07-21UV: remove selection threshold for nearby coordinatesCampbell Barton
2020-07-20Fix T70455: Knife Tool failing to cut edgesGermano Cavalcante