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-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-14Cleanup: simplify calculation of NDOF pan/zoom in 2D viewsCampbell Barton
2022-10-13Fix T101501: Masks are not visible in Image EditorSergey Sharybin
2022-10-12UV: add grid shape source to the uv editor, and add new "pixel" optionChris Blackbourn
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-04Fix: UI: Warning for description with period at endHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-10-03Images: remove option to choose between BW/RGB/RGBA for multilayer EXR saveBrecht Van Lommel
2022-10-03Image: improve Save As Render tooltip, hide option when saving render resultBrecht Van Lommel
2022-09-28Cleanup: decentralize .blend I/O for space typesKévin Dietrich
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-20UV: extend custom grid sizes to set each axis separatelyChris Blackbourn
2022-09-20Cleanup: spellingChris Blackbourn
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-12Fix T100886: error saving side-by-side stereo EXR image of depth passBrecht Van Lommel
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell 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-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-27Cleanup: pass notifiers as constCampbell Barton
2022-08-23ImBuf: Optimize GPU memory by using 1 component format for grayscale imagesJeroen Bakker
2022-08-17Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-17Cleanup: spelling in commentsCampbell Barton
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-04Cleanup: Fix compile warningsJesse Yurkovich
2022-08-04Fix T97251: Store generated type information for each UDIM tileJesse Yurkovich
2022-08-04Cleanup: formatCampbell Barton
2022-08-03Image: Display GPU layout in `uiTemplateImageInfo`Angus Stanton
2022-07-30Cleanup: Clang tidyHans Goudey
2022-07-26Cleanup: spelling in commentsCampbell Barton
2022-07-25Undo: Improve image undo performanceAlex Parker
2022-07-15Render: improve render border operator in image editorBrecht Van Lommel
2022-07-15Cleanup: add utlity function to compute render resolutionBrecht Van Lommel
2022-07-15Cleanup: Use const pointers for ImageSaveOptions and ImageFormatDataJesse Yurkovich
2022-07-08Cleanup: spelling in commentsCampbell Barton
2022-07-07Fix T99332: resize video in image editor does not update correctlyBrecht Van Lommel
2022-07-07Fix: Save modified images during file closeJesse Yurkovich
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
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-09Cleanup: use const variables & argumentsCampbell Barton
2022-06-09Cleanup: formatCampbell Barton
2022-06-08Paint: Fix Image Editor Cursor Disappearing (T90120)Joseph Eagar
2022-06-03Fix T98580: image flip/invert/resize don't work on active UDIM tileBrecht Van Lommel
2022-06-03Fix T98579: image save operators changing file path to absoluteBrecht Van Lommel
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-06-01Merge remote-tracking branch 'origin/blender-v3.2-release'Jesse Yurkovich