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-12-16Cleanup: unused variable warningCampbell Barton
2021-12-15Cleanup: Remove no-op node preview function callsHans Goudey
2021-12-13Cleanup: use "filepath" term for Main, BlendFileData & FileGlobalCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-07Fix T93467: Use world bg color for pose library previewsYuchen Wen
2021-11-29Fix T93431: Crash when empty is marked as assetPratik Borhade
2021-11-24Assets: Sanitize threaded preview creation with undoJulian Eisel
2021-11-22Fix grayed out preview generation button for light objectsJulian Eisel
2021-11-02Images: refactor how failed image load attempts are rememberedJacques Lucke
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-08-11Fix T89984: Improve Icon previews reflective and transmissive materials.Jeroen Bakker
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