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-17Fix T69716: Can't select geometry hidden by faces created by modifiersmano-wii
2019-09-17Fix T69974: crashes in .blend files where 3D viewport was splitBrecht Van Lommel
2019-09-17Fix T69963: GPencil Hotkeys (1,2,3) do not work to switch Select Mode in Edit...Antonio Vazquez
2019-09-17Cycles: Viewport Rendering Memory ImprovementJeroen Bakker
2019-09-17UI: use unique name for install add-on operatorCampbell Barton
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-16Fix T69612: Two instances of Bridge Edge Loops entries in Edge Context MenuWilliam Reynish
2019-09-16UI: Open file options region for more operationsJulian Eisel
2019-09-16UI: Show in-/decrement buttons for exportersJulian Eisel
2019-09-16Fix part of T65397: accidentally assigning shortcuts gives errorsBrecht Van Lommel
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-16Cleanup: use fixed indent in PythonCampbell 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-15Fix bl_app_override keyword argument useCampbell Barton
2019-09-15UI: Add extra file browser iconsWilliam Reynish
2019-09-15Fix T69883: Deleting keyframe crashes blenderAntonio Vazquez
2019-09-15UI: Add XYZ mirroring to the Tool Settings viewport header for Edit and Weigh...William Reynish
2019-09-15Industry Compat keymap: Use Ctrl/Cmd + Up/Left/Right for navigating the file ...William Reynish
2019-09-15Fix T69877: missing dependency update when setting PoseBone.custom_shape.Alexander Gavrilov
2019-09-15Sequencer: disable fades add/remove until eval() use is removedCampbell Barton
2019-09-15fix: (unreported) When converting nurbs or curves to Mesh the generated UVMap...Gaia Clary
2019-09-14Cleanup: redundant code from recent sequence fade operatorCampbell Barton
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