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-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-02-15Cleanup: clang tidyJacques Lucke
2021-02-08Mask: Use control point position when handle is selectedSebastian Koenig
2021-01-28Fix panning with Lock-to-Selection and no selection in Clip EditorSergey Sharybin
2021-01-27Cleanup: spellingCampbell Barton
2021-01-26Fix T84850: "Lock to Selection" causes unwanted jumpsSergey Sharybin
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-09Cleanup: reduce variable scopeJacques Lucke
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-04-20Tracking: Specify image image for (un)distortion modelSergey Sharybin
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-07-28Tracking: Support selecting tracks by their reprojection error curveSergey Sharybin
2019-07-28Tracking: Refactor, generalize curve iteration APISergey Sharybin
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-11-23Tag relations for update when clip's animation changesSergey Sharybin
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-10UI: Fix time cursor number box styling for Clip Editor's Dopesheet/Graph viewsJoshua Leung
2018-02-14GPU: use alpha blend that works for drawing to transparent buffer.Brecht Van Lommel
2017-12-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-19Tracking: Add missing animation fix when deleting plane trackSergey Sharybin
2017-12-19Tracking: Fix possible numerical overflowSergey Sharybin
2017-12-19Fix T53523: Keyframes for Marker weight stay, even if the track itself is del...Sergey Sharybin
2017-06-19Gawain API naming refactorCampbell Barton
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-04-10Merge branch 'master' into blender2.8Bastien Montagne
2017-04-10Fix T51158: Motion Tracking Movie clip editor graphSergey Sharybin
2017-04-10Tracking: Fix use-after-free bugSergey Sharybin
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-04-05revert recent cleanup, keep useful changesMike Erwin
2017-04-04cleanupMike Erwin
2017-03-21OpenGL: convert to new matrix API (part 4)Mike Erwin
2017-02-23OpenGl immediate mode: clip_draw.c and clip_graph_draw.c fixesLuca Rood