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
2019-09-17Tracking: Early output when drawing 0 path pointsSergey Sharybin
2019-09-17Fix T69960: Track path tries to draw negative point countsSergey Sharybin
2019-09-17Tracking: Restore check for marker being disabledSergey Sharybin
2019-09-17Tracking: Use proper wrapper around line width and point sizeSergey Sharybin
2019-09-17Fix T69931: Materials with keyframes duplicated by 'make single user' are lin...Bastien Montagne
2019-09-17Cleanup/sanitize a bit Action copying within `BKE_animdata_copy()`.Bastien Montagne
2019-09-16UI: Open file options region for more operationsJulian Eisel
2019-09-16UI: Show in-/decrement buttons for exportersJulian Eisel
2019-09-16Fix eevee volumetrics distribution at 1.0Philipp Oeser
2019-09-16Tracking: Refactor path drawing codeSergey Sharybin
2019-09-16Cleanup: Spelling in commentSergey Sharybin
2019-09-16Fix T69755: 'Enter' over file name not workingJulian Eisel
2019-09-16Cleanup: Use const variablesAntonio Vazquez
2019-09-16GPencil: Enable subdiv for 2-point strokes.YimingWu
2019-09-16Fix T64238: Scene Full Copy: Cameras bound to markers does not update.Bastien Montagne
2019-09-16Revert "PyAPI: expose OperatorType.modal_keymap"Campbell Barton
2019-09-16PyAPI: expose OperatorType.modal_keymapCampbell Barton
2019-09-16ImBuf Py API: add filepath accessCampbell Barton
2019-09-16ImBuf Py API: rename filename to filepathCampbell Barton
2019-09-15Cleanup: quiet warning -WparenthesesCampbell Barton
2019-09-15UI: Add extra file browser iconsWilliam Reynish
2019-09-15Fix T69883: Deleting keyframe crashes blenderAntonio Vazquez
2019-09-15Fix T69877: missing dependency update when setting PoseBone.custom_shape.Alexander Gavrilov
2019-09-15fix: (unreported) When converting nurbs or curves to Mesh the generated UVMap...Gaia Clary
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-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-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: rename transform optionsCampbell Barton
2019-09-13Per-Viewport Collection VisibilityDalai Felinto
2019-09-13DRW: Refactor to support draw call batchingClément Foucault