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-02-04Fix assertion snapping to selected in mesh edit-modeCampbell Barton
2022-02-01Fix T89514: GP draw mode not saved when scene is not the active oneFalk David
2022-01-26Assets: allow creating preview image by rendering active objectJacques Lucke
2022-01-26Performance: Remap multiple items in UIJeroen Bakker
2022-01-25Revert "Performance: Remap multiple items in UI"Jeroen Bakker
2022-01-25Performance: Remap multiple items in UIJeroen Bakker
2022-01-25Fix depsgraphs sharing IDs via evaluated edit meshSergey Sharybin
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12BLF: Reduction of use of BLF_DRAW_STR_DUMMY_MAXHarley Acheson
2022-01-06CMake: add missing headersCampbell Barton
2021-12-25Cleanup: Use more common variable nameHans Goudey
2021-12-16Remove G.relbase_validCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle
2021-11-24Assets: Sanitize threaded preview creation with undoJulian Eisel
2021-10-31fix: pose slider consistent colorChristoph Lendenfeld
2021-10-22Fix errors in be171b295fc7dGermano Cavalcante
2021-10-21Cleanup: Use array utility for cursor eventsAaron Carlisle
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-20Fix T91243: Object modes are not loaded correctly in inactive scenes.Bastien Montagne
2021-10-19Fix memory leak in sample toolCampbell Barton
2021-10-19Fix image cache margin calculationCampbell Barton
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-10-06Fix sequencer sample poll functionCampbell Barton
2021-10-06Cleanup: simplify ED_imbuf_sample_pollCampbell Barton
2021-10-04Cleanup: use system includesCampbell Barton
2021-09-23UI: Tree-View API for easy creation of tree UIsJulian Eisel
2021-09-02Cleanup: remove redundant alloc argument to SEQ_editing_getCampbell Barton
2021-08-23Cleanup: use BLI_str_utf8 prefixCampbell Barton
2021-08-17CMake: add missing headersCampbell Barton
2021-08-03UI: building without Python againCampbell Barton
2021-07-26Cleanup: use doxy commentsCampbell Barton
2021-07-23Animation: Generic Slider implementationChristoph Lendenfeld
2021-07-15Assets: Initial Asset List as part of the Asset System designJulian Eisel
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-07-01Cleanup: outdated IPO references in commentsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-05-21Transform: use ID_RECALC_GEOMETRY flag when updating object dataCampbell Barton
2021-04-29Fix T87823: Select similar doesn't work with small facesCampbell Barton
2021-04-28Remove include accidentally added in 6eb2f71875c69f5f6073fed2d285fe8ef662ba03Campbell Barton
2021-04-28Fix T87631: Crash undoing edit-mode bone duplicationCampbell Barton
2021-04-15Spreadsheet: breadcrumbs and node pinningJacques Lucke
2021-04-13PyAPI: support retrieving the exception when running a stringCampbell Barton
2021-04-12Previews: allow undo'ing datablock preview generationSybren A. Stüvel
2021-04-11Cleanup: use ELEM, STREQ macrosCampbell Barton