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-10-02Cleanup: Use enum for return values in context callbacksSybren A. Stüvel
2020-09-18Fix T80885: Texture paint camera project crashes after undo/redoCampbell Barton
2020-09-16Fix: Showing Meta Data CrashJeroen Bakker
2020-09-16UI: Add grid-related theme optionsRed Mser
2020-09-15Fix T80775: Image Editor Show Metadata Not WorkingJeroen Bakker
2020-09-12Fix remaining GL calls/type preventing from building due to recent cleanupClément Foucault
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-09-11Image Editor: Enable New DrawingJeroen Bakker
2020-09-11Use DrawManager for Image/UV EditorJeroen Bakker
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-09-02Fix crash accessing image space properties without an active windowCampbell Barton
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-20GPUState: Use explicit depth test enumClément Foucault
2020-08-20GPU: Fix some more remaining GL enums scattered outside of GL moduleClément Foucault
2020-08-20Cleanup: Remove unused variables for horizontal panelsHans Goudey
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-13Cleanup: GPU: Remove Batch vao cache resetClément Foucault
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-06Merge remote-tracking branch 'origin/blender-v2.90-release'Dalai Felinto
2020-08-06Cleanup: Remove bad level calls from space imageDalai Felinto
2020-08-06Cleanup: Stop accessing gpu_batch_presets_reset()Dalai Felinto
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke
2020-08-04Merge branch 'blender-v2.90-release'Philipp Oeser
2020-08-04Fix crash switching render slots when there is only one slotCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-30Cleanup: GPU: Remove GPU_draw.h and move fluid gpu function to DRWClément Foucault
2020-07-30Cleanup: Split gpu_texture_image.c into BKE and IMB modulesClément Foucault
2020-07-26GPU: Remove GL constant from BIF_glutilClément Foucault
2020-07-21UI: Use consistent layout for custom operator UIHans Goudey
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-03Cleanup: Editors, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-06-03Object: refactor mode switchingCampbell Barton
2020-06-02Cleanup: GPU: Remove GPU_shaderinterface_uniform_ensureClément Foucault
2020-05-22Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-22UV: remove "UV Local View" for UV editingCampbell Barton
2020-05-20Cleanup: remove legacy mmap memory allocation for 32 bitBrecht Van Lommel
2020-05-14Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-14Fix sculpt/paint missing undo-step limitingCampbell Barton
2020-05-12UI: Rename 'View Zoom In/Out' to 'Zoom In/Out'Pablo Vazquez
2020-05-12UI: Rename 'View All' operator to 'Frame All'Pablo Vazquez
2020-05-04Cleanup: pass ARegion, View2D as constCampbell Barton
2020-04-29Fix crash after 475bd6b occuring on each render end, we need another nullchec...Jens Verwiebe
2020-04-29Fix crash after 475bd6b occuring on each render end, we need another nullchec...Jens Verwiebe
2020-04-28Merge branch 'blender-v2.83-release'Philipp Oeser