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
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-07-29Data-block Preview: Create preview using current frameAntonio Vazquez
2021-07-21Cleanup: Split set_preview_visibilty.Jeroen Bakker
2021-07-21Cleanup: replace BLI_assert(0 && "text") with BLI_assert_msgCampbell Barton
2021-07-21Fix compile issue.Jeroen Bakker
2021-07-21Cleanup Preview rendering: Separate world preparation.Jeroen Bakker
2021-07-21Cleanup: use named enum types.Jeroen Bakker
2021-07-18Fix T89868: Crash showing thumbnail of wide-aspect imageJesse Yurkovich
2021-07-16Cleanup: preview rendering, update assumptions in commentSybren A. Stüvel
2021-07-15Assets: temporarily apply pose when generating preview imageSybren A. Stüvel
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-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-09Cleanup: remove redundant checks which have already been testedCampbell Barton
2021-05-19Assets: Use textures (and shadows) for automatic object previewsSeverin
2021-05-01UI: Object Thumbnails Orientation ChangeHarley Acheson
2021-04-13Cleanup: preview rendering, push bContext a bit further down the call stackSybren A. Stüvel
2021-03-08Fix T86210: No preview icons for non-8bit imagesPhilipp Oeser
2021-02-26Assets: Preview rendering for Action datablocksSybren A. Stüvel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-28Fix T69001: Custom icons won't load while using workbench engineJulian Eisel
2021-01-04Cleanup: spelling (use 'gimbal' instead of 'gimble')Campbell Barton
2021-01-04Cleanup: use doxy sections for render_preview.cCampbell Barton
2021-01-04Cleanup: rename get_brush_icon, make it a static functionCampbell Barton
2020-12-15Asset System: Various changes to previews in preparation for Asset BrowserJulian Eisel
2020-12-15Fix T83776: Crashes with add-on's icon preview in menusJulian Eisel
2020-12-14UI/Assets: Support generating object preview imagesJulian Eisel
2020-12-14UI/Assets: Operator to load custom preview images for data-blocksJulian Eisel
2020-11-09Cleanup: more renaming in the render/ module for consistencyBrecht Van Lommel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07Refactor `BKE_id_copy_ex` to return the new ID pointer.Bastien Montagne
2020-10-07Refactor: Remove `BKE_XXX_localize()`, in favor of using regular ID copying c...Bastien Montagne
2020-09-28Fix T80657: Not freed memory blocks with Batch-Generate Previews.Bastien Montagne
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-07-26Cleanup: GPU: Remove glew headers part2Clément Foucault
2020-07-26GPU: Remove GL constant from BIF_glutilClément Foucault
2020-06-10Fix T77356: Texture Preview not taking alpha into accountPhilipp Oeser
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
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-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-06Cleanup: move camera, lights, world to IDTypeInfoBrecht Van Lommel
2020-03-05Cleanup: material API namingCampbell Barton
2020-02-28Preview Render: Disable Unneeded Render PassesJeroen Bakker
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-07Cleanup: `make format`Dalai Felinto
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-11-27Cleanup: Remove BIF_gl.hJeroen Bakker