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-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-06GPU: remove 'GPU_SHADER_2D_LINE_DASHED_UNIFORM_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-07-15Cleanup: add utlity function to compute render resolutionBrecht Van Lommel
2022-07-01Cleanup: Remove duplicate includeHans Goudey
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-30Cleanup: spelling in commentsCampbell Barton
2022-06-28Mask editor: Always use smooth drawingSergey Sharybin
2022-06-22Mask Editor: Add toggle for mask spline drawingSimon Lenz
2022-06-20Mask Editor: Add mask blending factor for combined overlaySimon Lenz
2022-06-20Refactor: De-duplicate mask operator poll functionsSergey Sharybin
2022-06-17Fix crash invoking layer add/remove operators without maskSergey Sharybin
2022-06-16Cleanup: Spelling in commentSergey Sharybin
2022-06-15Fix T98765: Regression: Unable to select mask points in clip editorSergey Sharybin
2022-06-07Cleanup: use doxy sections for mask add operators & functionsCampbell Barton
2022-05-23Fix wrong mouse tolerance in mask editorSergey Sharybin
2022-05-17Fix console errors about missing properties in circle selectSergey Sharybin
2022-05-13Fix T89909: Circle Select tool status bar doesn't match the operationsCampbell Barton
2022-05-02GPUShader: Port dashed line shaders to use shaderCreateInfoClément Foucault
2022-04-22Fix T97277: Tweak drag transforming is broken for masks (RMB select)Campbell Barton
2022-04-14Fix T97135: Fix selection issues with parented masks in the MCEPhilipp Oeser
2022-04-12Cleanup: clang-formatLukas Stockner
2022-04-11Fix T85467: Mask transform center doesn't take parent Track into accountPhilipp Oeser
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-03-18Cleanup: Remove unused functionSergey Sharybin
2022-03-10Cleanup: spelling in comments & some minor clarificationsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
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