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
2019-09-14Cleanup: remove duplicate information in docstringCampbell Barton
2019-09-14Cleanup: pep8, unused args, indentationCampbell Barton
2019-09-14Cleanup: quiet unused arg warningCampbell Barton
2019-09-14Cleanup: pep8Campbell Barton
2019-09-14macOS: Replaced deprecated Cocoa API calls.Stefan Werner
2019-09-14macOS: Replaced OSSpinLock with os_unfair_lock.Stefan Werner
2019-09-14MSVC: Fix macro collision with MSVC HeadersRay Molenkamp
2019-09-14Quiet self assignment warningJacques Lucke
2019-09-14VSE: quiet missing prototype warningsJacques Lucke
2019-09-14UI: quiet warning when drawing markersJacques Lucke
2019-09-14BLI: make Map.add_or_modify more powerfulJacques Lucke
2019-09-14BLI: add utility to print VectorSet statsJacques Lucke
2019-09-14BLI: speedup adding to VectorSet by removing a checkJacques Lucke
2019-09-14BLI: remove non const accessors in VectorSetJacques Lucke
2019-09-14BLI: add missing includeJacques Lucke
2019-09-14BLI: rename SetVector to VectorSetJacques Lucke
2019-09-14BLI: Improve forwarding semantics of some data structuresJacques Lucke
2019-09-14Cleanup: clang-formatStefan Werner
2019-09-14VSE: Add operators to add and remove fadestemp-npr-smooth-contourRichard Antalik
2019-09-14BLF: make library glyph cache handling thread-safeRichard Antalik
2019-09-14VSE: prefetchingRichard Antalik
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-09-14Cleanup: undeclared variable warnings, extra semicolonCampbell Barton
2019-09-14Fix T69857: image.load() API function does not load pixelsBrecht Van Lommel
2019-09-14Revert "DRW: Refactor to support draw call batching"Clément Foucault
2019-09-13macOS: Enabled posix_memalign() like on other Unix platforms.Stefan Werner
2019-09-13Fix (unreported) 'smooth vertex colors' operator not respecting vertexPhilipp Oeser
2019-09-13Fix Particles: Keyed Physics crash when clicking on a particle slotPhilipp Oeser
2019-09-13Fixed macOS build, header cleanup was too agressive.Stefan Werner
2019-09-13Cleanup: unused headers for readfile, versioningCampbell Barton
2019-09-13Cleanup: unused headers for the windowmanagerCampbell Barton
2019-09-13UI: don't mark batch rename as internalCampbell Barton
2019-09-13UI: rename transform optionsCampbell Barton
2019-09-13Per-Viewport Collection VisibilityDalai Felinto
2019-09-13DRW: Refactor to support draw call batchingClément Foucault
2019-09-13Fix `BLI_bvhtree_overlap_ex` assertmano-wii
2019-09-13Fix "minimum twist" curve flipping issueSebastian Parborg
2019-09-13Cleanup: compiler warningsBrecht Van Lommel
2019-09-13Fix T69816: Using Transform gizmos in Sculpt Mode while MultiRes is activated...Pablo Dobarro
2019-09-13Fix T69804: Transform tools in sculpt mode fails with transformed objectsPablo Dobarro
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-09-13Fix T69846: Segment fault converting Curves to GPencil strokesAntonio Vazquez
2019-09-13Fix T69829: Gpencil sample memory leaks.YimingWu
2019-09-13Fix T69037: Automerge is greyed-out in popoverAnthony Eriksson
2019-09-13UI: don't show decorators in Remesh panelBrecht Van Lommel
2019-09-13Fix vertex paint: color transform operators not respecting vertex paintPhilipp Oeser
2019-09-13Cleanup: Use bool instead of intAntonio Vazquez
2019-09-13Cleanup: use header guardsCampbell Barton
2019-09-13Cleanup: clang-formatCampbell Barton
2019-09-13UI: use pageup/down and home/end to scroll to start/end of menusJoep Peters