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-11-08Texture Paint: sync adding a new texture slot to the Image EditorEdward
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-07-15Cleanup: add utlity function to compute render resolutionBrecht Van Lommel
2022-06-22Mask Editor: Add toggle for mask spline drawingSimon Lenz
2022-02-14Merge branch 'blender-v3.1-release'Jeroen Bakker
2022-02-14Phase out IMA_GPU_REFRESH.Jeroen Bakker
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-19Fix image cache margin calculationCampbell Barton
2021-10-12Cleanup: spelling in commentsCampbell Barton
2021-10-08Sequencer: add option to toggle gizmosCampbell Barton
2021-08-31Cleanup: remove unnecessary obedit argument from ED_space_image_setCampbell Barton
2021-08-24Render: Lazily allocate render passes pixels storageSergey Sharybin
2021-07-05Cleanup: remove outdated commentCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2020-12-18Fix T82591: Performance regression when rendering at very high resolutionJeroen Bakker
2020-09-02Fix crash accessing image space properties without an active windowCampbell Barton
2020-08-04Fix crash switching render slots when there is only one slotCampbell Barton
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-05-04Cleanup: pass ARegion, View2D as constCampbell Barton
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-23Fix T74586: Image Editor Uses Invalid Display ChannelsJeroen Bakker
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-10-01Image/Clip Space: Add view center to cursor operatorsCampbell Barton
2019-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-26Cleanup: style, use braces for editor/spacesCampbell Barton
2019-03-11UV editor: automatically show image assigned to active face.Brecht Van Lommel
2019-03-07Cleanup: remove unused parameter.Brecht Van Lommel
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
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-10-19Image Space: make 'UV Edit' a separate modeCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-19Fix missing render slots bugs after recent changes.Brecht Van Lommel
2018-06-14Image: Refactor render slots to a dynamic listLukas Stockner
2018-06-11Merge branch 'master' into blender2.8Bastien Montagne
2018-06-11Cleanup: remove moar ugly G.main usages...Bastien Montagne