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-01-17Cleanup: Improve naming of immediate mode buffer draw functionsJulian Eisel
2022-01-14Cleanup: spelling in comments, C++ style comments for disabled codeCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-26MaskEditor: draw active layer on topSimon Lenz
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-08-04Cleanup: spellingCampbell Barton
2021-07-20Cleanup: use '#if 0' for disabling multiple linesCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-24Cleanup: remove outdated/redundant commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-04-26Cleanup: spellingCampbell Barton
2021-03-29Fix T76872: Mask created after existing keyframe gets broken handlesSergey Sharybin
2021-03-18Cleanup: spellingCampbell Barton
2021-02-08Mask: Use control point position when handle is selectedSebastian Koenig
2021-02-05Cleanup: use 'r_' prefix for return arguments, order lastCampbell Barton
2021-01-28Cleanup: spellingCampbell Barton
2021-01-27Fix possible dereference of nullptr maskSergey Sharybin
2021-01-27Cleanup: spellingCampbell Barton
2021-01-26Fix T84850: "Lock to Selection" causes unwanted jumpsSergey Sharybin
2021-01-20Fix Lock to Selection does not work in mask modeSergey Sharybin
2021-01-05Cleanup: Enum for mask overlay modeJeroen Bakker
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-09Cleanup: use bool instead of intJacques Lucke
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-08-28Fix T80064: Adding mask curve points doesn't work around endpointsGermano Cavalcante
2020-08-20GPU: Fix some more remaining GL enums scattered outside of GL moduleClé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: GPUState: Replace blend func separate by enumClément Foucault
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell 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-07-26GPU: Remove GL constant from BIF_glutilClément Foucault
2020-07-20UI: use "Recalculate" instead of "Recalc"Yevgeny Makarov
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-02Cleanup: GPU: Remove GPU_shaderinterface_uniform_ensureClément Foucault
2020-05-05Cleanup: use int instead of short for lasso array lengthCampbell Barton
2020-05-04Cleanup: rename mcords to mcoordsCampbell Barton