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
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-25Cleanup: use doxy sectionsCampbell Barton
2020-03-19Cleanup: fix typos in commentsBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-15Cleanup: shadow warning, clang-formatCampbell Barton
2020-03-14UI: Larger Alert IconsHarley Acheson
2020-03-10Fix T74425: Cannot texture paint an images sequence anymorePhilipp Oeser
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-03-06Cleanup: typo in function namePhilipp Oeser
2020-03-06Cleanup: rename 'verify' to 'ensure' for BKE_image_viewer functionsCampbell Barton
2020-03-04UI: rename View Selected" to "Frame Selected"Asad-ullah Khan
2020-02-26Cleanup: split image sequence detection into own file, and make it reusableBrecht Van Lommel
2020-02-25Cleanup: avoid Operator.customdata cast which could lead to errorsCampbell Barton
2020-02-25Fix memory leak saving imagesCampbell Barton
2020-02-25Image: support saving images in non-image spacesCampbell Barton
2020-02-25Cleanup: move deprecated enum into versioning codeCampbell Barton
2020-02-19Cleanup: assign Main, use existing assignmentsCampbell Barton
2020-02-17Fix T68749: BPY: Deprecate height of popupJeroen Bakker
2020-02-10Merge branch 'blender-v2.82-release'Lukas Stockner
2020-02-10Fix unreported: Packing/unpacking errors don't mention tiled imagesLukas Stockner
2020-02-10Fix T73713: Tiled textures (UDIM) getting lost when saving the .blend but not...Lukas Stockner
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-06Fix unreported: View All in the Image Editor ignores UDIM tilesLukas Stockner
2020-02-06Fix unreported: Trying to create invalid UDIM tiles failed without errorLukas Stockner
2020-01-21Fix T73233: Image Editor Color Picker CrashJeroen Bakker
2020-01-20Fix T73162: Modal tools cant be mapped to MMBCampbell Barton
2019-12-30Image Editor: Initialize Add Tile options from current tileLukas Stockner
2019-12-25Cleanup: Remove BLI_stringenc_pathLukas Stockner
2019-12-18Image Editor: Load UDIMs even if secondary tile is selectedLukas Stockner
2019-12-18Image Editor: Disable tile operators if tile 1001 is missingLukas Stockner
2019-12-18Image Editor: Add option to create multiple tiles at onceLukas Stockner
2019-12-18Image Editor: Add option to fill UDIM tiles during creationLukas Stockner
2019-12-16Fix typo in UDIM operator (always capitalize UI labels)Dalai Felinto
2019-12-13Image Editor: Increase size of Add Tile popupLukas Stockner
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-10-29Fix T70905: Image Editor header hides mask, cache and keyframe info ifPhilipp Oeser
2019-10-02Revert "UI: use correct singular and plural nouns in report messages"Brecht Van Lommel
2019-10-01UI: use correct singular and plural nouns in report messagesYevgeny Makarov
2019-10-01Cleanup: name of image poll functionCampbell Barton
2019-10-01Image: add resize operatorCampbell Barton
2019-10-01Image: support storing full image buffers for each undo stepCampbell Barton
2019-10-01Image/Clip Space: Add view center to cursor operatorsCampbell Barton
2019-09-29Cleanup: use doxy sections for image_ops.cCampbell Barton
2019-09-26WM: clean up cursors constants and codeBrecht Van Lommel
2019-09-16UI: Open file options region for more operationsJulian Eisel
2019-08-28Fix T69221: inconsistent handling of filenames derived from image names.Bastien Montagne
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke