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
path: root/source
AgeCommit message (Expand)Author
2020-04-22Workbench: Use GPU_texture_copy instead of GPU_framebuffer_blit for TAAClément Foucault
2020-04-22GPU: Add GPU_texture_copyClément Foucault
2020-04-22UI: Always check if IME Supported After Changing LanguageHarley Acheson
2020-04-22Fix T75938: Workbench normal direction for matcapsRobert Guetzkow
2020-04-22Fix T75994: Crash with 'Split Edges and Faces' | Auto-MergeGermano Cavalcante
2020-04-22Silence annoying error message in writefile on undo step storage.Bastien Montagne
2020-04-22Cleanup: Fix strict compiler warningSergey Sharybin
2020-04-22Cleanup: Spelling in function nameSergey Sharybin
2020-04-22Fluid: Use maximum for initial velocity grid applicationSebastián Barschkis
2020-04-22Fluid: Fixes for cache 'Replay' modeSebastián Barschkis
2020-04-22Fluid: Fix for caches being released when file is loadedSebastián Barschkis
2020-04-22Fluid: Fix for inconsistent behavior with flow and effector objectsSebastián Barschkis
2020-04-22Fluid: Improved cache 'Replay' optionSebastián Barschkis
2020-04-22Cleanup: clarify and update some flags descriptions in libquery code.Bastien Montagne
2020-04-22Fix invalid RNA path for transform orientations.Bastien Montagne
2020-04-22Fix T75964: changing object's viewport display color does not updatePhilipp Oeser
2020-04-22Fix T75974: Multiobject editing UV hiding/unhiding does not workPhilipp Oeser
2020-04-22Fix T75981: crash in sculpt mode with mesh that used to have multiple materialsBrecht Van Lommel
2020-04-22Fix 3D viewport select using grease pencil engine when not neededBrecht Van Lommel
2020-04-22Fix T75625: crash on exit in macOS after selecting objectsBrecht Van Lommel
2020-04-22Fix T75971: 3D Text invisible when fill set to NoneCampbell Barton
2020-04-22Undo: Minor optimization: do not write Scene's 3DCursor.Bastien Montagne
2020-04-22Fix T75719: Undo system: Debug assert while undoing several operations.Bastien Montagne
2020-04-21Fix T75909: icons memory leak in headless buildBrecht Van Lommel
2020-04-21Fix T75969: view layer add with Copy Settings does not copy all dataBrecht Van Lommel
2020-04-21Fix T75893: Undo causes crash with "Load UI" disabled.Bastien Montagne
2020-04-21Fix Linux/GCC build error after recent changesBrecht Van Lommel
2020-04-21Fix T75472 Crash on "Remove Empty Animation Data" in NLA editorSybren A. Stüvel
2020-04-21Fix clang-format differences between version 6 and 9Brecht Van Lommel
2020-04-21Fix T75920: Add object - Align to 3D cursor not working.Bastien Montagne
2020-04-20Fix T75885: Mesh deform modifier not updating on own transformsPhilipp Oeser
2020-04-20Fix T75840: Add check for not generated edgesHenrik Dick
2020-04-20Various typos fixes in UI messages.Bastien Montagne
2020-04-20Fix T75914: Assert Knife ToolJeroen Bakker
2020-04-20Cleanup: ID management: Light ID type.Bastien Montagne
2020-04-20Fix T75922: Removing custom orientation doesn't update gizmoCampbell Barton
2020-04-20Cleanup: accidental value declaration with struct typeCampbell Barton
2020-04-20Fix invalid comparison checking button unit typeCampbell Barton
2020-04-20Fix T75778: Missing ME_VERT_PBVH_UPDATE in Surface SmoothPablo Dobarro
2020-04-20Fix T75766: Smooth mask using mesh vert indices direcltyPablo Dobarro
2020-04-20Fix T75329: Missing show_face_sets checks for MultiresPablo Dobarro
2020-04-20Fix T75662: Surface Smooth filter not checking face setsPablo Dobarro
2020-04-20Fix crash on Multires Face Set visibility syncPablo Dobarro
2020-04-20Fix missing Outliner selection syncing on "Select Hierarchy"Julian Eisel
2020-04-19Fix T75902 Workbench: render crashClément Foucault
2020-04-19Fix T74809: Use after free when merging specific areasJulian Eisel
2020-04-18GPencil: Disable animation for Onion Custom ColorsAntonio Vazquez
2020-04-18GPencil: Fix missing patch of default Material namesAntonio Vazquez
2020-04-18GPencil: Fix duplicated default brushes and change settingsAntonio Vazquez
2020-04-18Fix: Build error on headless buildGary Oberbrunner