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-04-08Fluid: Fix problem with inconsistent noise when using multiple adaptive time-...Sebastián Barschkis
2020-04-08Fluid: Update Mantaflow source filesSebastián Barschkis
2020-04-08Fluid: Manta clang-format updateSebastián Barschkis
2020-04-08Fix manual reference error after removal of use_international_fontsBrecht Van Lommel
2020-04-08Windows: support high resolution tablet pen events for WintabNicholas Rishel
2020-04-08Windows: support high resolution tablet pen events for Windows InkNicholas Rishel
2020-04-08Cleanup: minor refactoring of pointer event handlingNicholas Rishel
2020-04-08Cleanup: add utility functions for milliseconds conversionNicholas Rishel
2020-04-08Cleanup: remove GHOST API to query tablet state from WindowBrecht Van Lommel
2020-04-08Fix Windows Tablet API preference not being usedMiguel Pozo
2020-04-08Cleanup: rename to BLI_path_cwd to BLI_path_abs_from_cwdCampbell Barton
2020-04-08Cleanup: missed renaming BLI_cleanup_unc_16 in recent refactorCampbell Barton
2020-04-08Cleanup: reduce scope of variables in custom data copyingCampbell Barton
2020-04-08Fix T67098: Inset causes shape keys to reset exiting edit-modeCampbell Barton
2020-04-08Cleanup: disable clang-format for character tableCampbell Barton
2020-04-08Fix status bar message showing saved when saving failedCampbell Barton
2020-04-08Cleanup: clang-formatCampbell Barton
2020-04-08Cleanup: spellingCampbell Barton
2020-04-08Fix building without translations enabledCampbell Barton
2020-04-08UI: Splash Screen Language SelectionHarley Acheson
2020-04-08Fix missed depsgraph update after undo in some casesBrecht Van Lommel
2020-04-08Debugging: change Undo/Redo redraw timer to include dependency graph updateBrecht Van Lommel
2020-04-07UI: Language Selection ChangesHarley Acheson
2020-04-07Cleanup: refactor adaptive sampling to more easily change some parametersBrecht Van Lommel
2020-04-07GPencil: Fix unreported problems with Chisel brushAntonio Vazquez
2020-04-07UI: Don't collapse all panels for subpanelsHans Goudey
2020-04-07Undo: change depsgraph recalc flags handling to improve performanceBrecht Van Lommel
2020-04-07Fix T73566: Mesh analysis, error showing intersecting facesCampbell Barton
2020-04-07Fix T74720: bmesh.ops.delete default context argument does nothingmano-wii
2020-04-07Cleanup: use doxy sectionsCampbell Barton
2020-04-07Fix T75471: Outliner: crash selecting modifier objects/targets that are in a ...Philipp Oeser
2020-04-07Fix T75343: Wireframe overylay is not working properly with multiple modifiersPhilipp Oeser
2020-04-07Fix T74828: Fluid: Crash with Fire/Smoke NoiseSebastián Barschkis
2020-04-07Fluid: Fixed assertion errorSebastián Barschkis
2020-04-07Revert "Fix memory leak in recent panel drag widget cache"Campbell Barton
2020-04-07Fix T66751: Symmetrizing armature does not symmetrize constraints.Sebastian Parborg
2020-04-07Fix Blender not rebuilding when changing linker scriptBrecht Van Lommel
2020-04-07Fix memory leak in recent panel drag widget cacheCampbell Barton
2020-04-07Build: use -no-pie for portable builds on LinuxBrecht Van Lommel
2020-04-07Cleanup: avoid memory allocation for unchanged datablocks in undoBrecht Van Lommel
2020-04-07Cleanup: split partial undo code off into functions, tweak debug printsBrecht Van Lommel
2020-04-07Cleanup: simplify logic for partial undo in ID readBrecht Van Lommel
2020-04-07Cleanup: skip reading UI datablocks entirely for undoBrecht Van Lommel
2020-04-07Cleanup: delay creating datamap until it's actually neededBrecht Van Lommel
2020-04-07Cleanup: don't use global variable for test if IDs are identicalBrecht Van Lommel
2020-04-07Cleanup: split off library and linked datablock undo restoreBrecht Van Lommel
2020-04-07Cleanup: early out on invalid ID data to simplify control flowBrecht Van Lommel
2020-04-07Cleanup: split off direct_link_id() functionBrecht Van Lommel
2020-04-07Fix T73598: Pose options - Auto IK. Bones move on releaseSebastian Parborg
2020-04-07Fix crash using object.to_mesh() when in edit modeSergey Sharybin