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-08-20Cleanup: Outliner active indicator repeated codeNathan Craddock
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-18Cleanup: GPUState: remove float variant of GPU_scissor_getClément Foucault
2020-08-07Cleanup: Rename soops to space_outlinerNathan Craddock
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-28Fix: Wrong outliner restrict column for gpencil layer hideNathan Craddock
2020-07-03Cleanup: Use C-style comments in outliner filesNathan Craddock
2020-07-03Cleanup: Use _fn suffix for outliner button callbacksNathan Craddock
2020-07-03Cleanup: Editors/Space/Outliner, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Cleanup: spellingCampbell Barton
2020-06-30Outliner/UI: Show library state icons for data-blocks in "Data API" modeJulian Eisel
2020-06-29UI: Show library status icons in search menus, rather than letter prefixJulian Eisel
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-22Fix: Wrong fake user icons in outliner orphan modeNathan Craddock
2020-06-19Outliner: Show pose group iconsNathan Craddock
2020-05-23Merge branch 'blender-v2.83-release'Nathan Craddock
2020-05-23Fix T76578: Show bone visibility driver in outlinerNathan Craddock
2020-05-13Simulation: Add modifier to access simulation dataJacques Lucke
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-13GPencil: Join Tint and Vertex Color modifierAntonio Vazquez
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2020-02-15Cleanup: use UI_GetThemeColor3ubv when alpha is ignoredCampbell Barton
2020-02-10Refactor: move `Library`-specific functions into proper `BKE_library` file.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2020-01-30Fix T73499: Crash on hiding parent and all children of an object if one child...Philipp Oeser
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
2019-12-12Modifier: New Weld Modifiermano-wii
2019-12-05Fix T72182: Fade Layers Option does not work when activating a layer from Dop...Antonio Vazquez
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-11-01Fix T71247: Outliner pose toggle looses bone selectionCampbell Barton
2019-10-03Cleanup: argument naming, redundant NULL checksCampbell Barton
2019-08-22Outliner: new icons for sequences and contraintsNathan Craddock
2019-08-21Fix T68444: outliner bone visibility not updatingNathan Craddock
2019-08-21Fix T68429: wrong pose bone hide icon in outlinerNathan Craddock
2019-08-16Outliner: Draw sequencer and vertex group iconsNathan Craddock
2019-08-16Outliner: Allow select on row iconsNathan Craddock
2019-08-16Outliner: Draw constraint icons and enable buttonNathan Craddock
2019-08-16Outliner: Synced selection and active element highlightingNathan Craddock
2019-08-05Cleanup: use unsigned char for theme colorsCampbell Barton
2019-08-04Cleanup: spellingCampbell Barton
2019-07-18Fix T66948: Outliner - collections/objects with wrong active stateDalai Felinto
2019-07-09Fix T64483: crash when hovering over outliner after closing render windowSybren A. Stüvel