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-11-08Fix T102312: anchored brush texture overlay draws in wrong placePhilipp Oeser
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-04Cleanup: remove unnecessary includes from sculpt_paintCampbell Barton
2022-09-05GPU: convert 'GPU_SHADER_2D_IMAGE_COLOR' to 3DGermano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-07-30Sculpt: Opaque vertex type for sculptJoseph Eagar
2022-06-16Cleanup: differentiate region/screen relative coordinatesCampbell Barton
2022-06-09Cleanup: warningsCampbell Barton
2022-06-08Paint: Fix Image Editor Cursor Disappearing (T90120)Joseph Eagar
2022-04-02Cleanup: Further use of const for object bounding boxesHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-25Cleanup: Correct location of node function declarationsHans Goudey
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-01GPU: add 2D projection functionCampbell Barton
2021-05-14Cleanup: clang-formatCampbell Barton
2021-05-14Fix Sculpt tools showing the cursor of the previous active brushPablo Dobarro
2021-04-08Fix T87267: Texture Paint stencil texture not drawingPhilipp Oeser
2021-03-28Fix T86060: Texture Paint clone tool misleading texture UICampbell Barton
2021-03-02Sculpt: Expand OperatorPablo Dobarro
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-10-30Sculpt: Dyntopo detail size edit operatorPablo Dobarro
2020-10-19Fix (unreported) crash when unlinking a brush from a tool.Bastien Montagne
2020-10-01Sculpt: Cloth Simulation Dynamic area modePablo Dobarro
2020-09-21Various fixes in UI messages.Bastien Montagne
2020-09-18Unify all XYZ symmetry options using Mesh SymmetryPablo Dobarro
2020-09-18Revert "Fix T79523 Paint Cursor: Wide line not supported on OSX"Clément Foucault
2020-09-16Fix T79523 Paint Cursor: Wide line not supported on OSXClément Foucault
2020-09-12Fix remaining GL calls/type preventing from building due to recent cleanupClément Foucault
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-07Fix T79914: Grab active vertex using wrong coordinatesPablo Dobarro
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-05Cleanup: GPUTexture: Remove use of GPU_texture_create_nDClément Foucault
2020-09-05GPUTexture: Remove bind to edit callsClément Foucault
2020-08-20GPUState: Use explicit depth test enumClément Foucault
2020-08-18GPUState: Remove gpuPushAttr/gpuPopAttrClé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: remove use of GPU_blend_set_funcClément Foucault
2020-08-18Cleanup: GPU: Move towards an explicit Blend stateClément Foucault
2020-08-18Cleanup: Remove unused code in the Paint CursorPablo Dobarro
2020-08-13Sculpt: Boundary Brush Falloff Types and OffsetPablo Dobarro
2020-08-11Cleanup: spellingCampbell Barton
2020-08-10Sculpt: Boundary BrushPablo Dobarro
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Fix failing assert when entering Texture Paint modeJulian Eisel
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton