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
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-05Fix T92807: Incorrect display planar tracking.Jeroen Bakker
2021-03-01Cleanup: move some drawing code into ed_draw.cChristoph Lendenfeld
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-05Cleanup: GPUTexture: Remove use of GPU_texture_create_nDClé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-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-07-26GPU: Remove GL constant from BIF_glutilClément Foucault
2020-07-18Cleanup: ClipDraw: Use GPUTexture api and fix a vmem leakClément Foucault
2020-07-18Cleanup: ClipDraw: Remove usage of GPU_SHADER_3D_IMAGE_MODULATE_ALPHAClément Foucault
2020-07-16Cleanup: GPU: Move XOR logic op to gpu_state.cClément Foucault
2020-07-07UI: Add units to motion tracking solve errorsJohan Walles
2020-07-03Cleanup: Editors/Space/Clip, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-05-01Tracking: Cleanup, localize variableSergey Sharybin
2020-05-01Tracking: Cleanup, localize iterator variablesSergey Sharybin
2020-04-20Tracking: Specify image image for (un)distortion modelSergey Sharybin
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-11-26Clip Editor: Fix uninitialized plane track grabbing pointsSergey Sharybin
2019-11-26Clip Editor: Fix visualization of plane track imageSergey Sharybin
2019-09-24Tracking: Highlight keyframes in path visualizationSergey Sharybin
2019-09-17Tracking: Early output when drawing 0 path pointsSergey Sharybin
2019-09-17Fix T69960: Track path tries to draw negative point countsSergey Sharybin
2019-09-17Tracking: Restore check for marker being disabledSergey Sharybin
2019-09-17Tracking: Use proper wrapper around line width and point sizeSergey Sharybin
2019-09-16Tracking: Refactor path drawing codeSergey Sharybin
2019-09-16Cleanup: Spelling in commentSergey Sharybin
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-07-08Fix T66470 Planar track is not adjustableClément Foucault
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-20Cleanup: remove unused OpenGL functions, rename some for clarityBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-19GPencil: Rename annotation functionsAntonioya
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Clip editor: Fix drawing metadata for RGBA imagesSergey Sharybin
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-10-09Cleanup: namingCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-02Cleanup: use _f, _i suffix for GPU state APICampbell Barton