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-27Render: move editor/render module to c++Jacques Lucke
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-10-06Cleanup: rename BKE_font.h -> BKE_vfont.hCampbell Barton
2021-09-27Fix T91691: Selecting "Remove unused slots" in Materials panel removes slots ...Bastien Montagne
2021-07-20Fix T89981: missing refresh on the compositors render layer node when adding/...Philipp Oeser
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-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-03-09Fix T86417: Crash deleting Shader AOV from an empty listPhilipp Oeser
2021-03-05Cleanup: Use boolean in WM_cursor_waitAntonio Vazquez
2021-01-13UI: Revert design changes to data-block selector for the 2.92 releaseJulian Eisel
2021-01-12Fix T84593: Operators on material (linked to local object but withPhilipp Oeser
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-18UI: Redesigned data-block selectorsJulian Eisel
2020-12-04EEVEE: Arbitrary Output VariablesJeroen Bakker
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07Refactor `BKE_id_copy_ex` to return the new ID pointer.Bastien Montagne
2020-10-01Fix T81248: World nodetree action is linked after duplicationPhilipp Oeser
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-21Cleanup: move some paint helpers to ED_ 'namespace'.Bastien Montagne
2020-08-30Object: add ED_object_array_in_mode_or_selectedCampbell Barton
2020-08-30Object: support removing unused material slots for selected objectsCampbell Barton
2020-08-26Cleanup: spellingCampbell Barton
2020-08-25Cleanup: use doxy sectionsCampbell Barton
2020-08-05EEVEE: LightCache: Prevent crash when using a lightcache too bigClément Foucault
2020-07-28Fix T54544: "Copy Materials to Selected" only works when materials are define...Bastien Montagne
2020-07-13LibOverride: add more polling checks to operators not supposed to work on ove...Bastien Montagne
2020-07-03Cleanup: Editors, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Clang-Tidy: enable bugprone-too-small-loop-variableJacques Lucke
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
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-26Add option to Copy the active view layer, and add an empty view layerChris Clyne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-11EEVEE: Replace octahedron reflection probe by cubemap arrayClément Foucault
2020-03-05Cleanup: material API namingCampbell Barton
2020-02-20Fix T73871: improve assignement of material to selection in multi objectPhilipp Oeser
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2019-10-11Fix T70714: Crash when using OBJECT_OT_material_slot_assign op without UI.Bastien Montagne
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Add operator for removing unused material slotsLukas Stockner
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton
2019-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin
2019-04-22Cleanup: style, use braces for editorsCampbell Barton