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-02-20Local view: add operator property to disable framing selected objects.Brecht Van Lommel
2019-02-20Local view: don't restore selection when exiting local view.Brecht Van Lommel
2019-02-20UI: Use checkbox for shape keys 'mute'.Pablo Vazquez
2019-02-20Units: Use pixels for denoising radius property, and set Cycles motion blur d...William Reynish
2019-02-20Cleanup: fix some versioning code running when not needed.Brecht Van Lommel
2019-02-20Fix crash when rendering and drawing curves at the same timeSergey Sharybin
2019-02-20UI: Make Shutter Speed properties consistent in Eevee & Cycles.William Reynish
2019-02-20UI: Change name of Sequencer option from 'Draw Waveform' to 'Display Waveform...William Reynish
2019-02-20Subdiv: Fix function namingSergey Sharybin
2019-02-20Node headers should not respect theme alpha valuesSebastian Parborg
2019-02-20Fix File > Save not showing red highlight when saving over existing files.Brecht Van Lommel
2019-02-20Fix missing dependency upgrade when changing image to/from sequence.Brecht Van Lommel
2019-02-20Depsgraph: Fix relation when lamp has driver on custom propertySergey Sharybin
2019-02-20Fix T61689: Crash when having image and regular animationSergey Sharybin
2019-02-20Depsgraph: Simplify creation of animation nodesSergey Sharybin
2019-02-20Cleanup: Indentation and wrappingSergey Sharybin
2019-02-20Measure Tool: delete now removes protractor when it's activeCampbell Barton
2019-02-20Measure Tool: use x/del key to remove the active rulerCampbell Barton
2019-02-20Cleanup: rename keymap handler callbacks for clarityCampbell Barton
2019-02-20WM: support dynamic keymap handlersCampbell Barton
2019-02-20RNA: use factor when appropriateWilliam Reynish
2019-02-20Cleanup: rename generic handler -> handler_baseCampbell Barton
2019-02-20Cleanup: simplify handler type conditionalCampbell Barton
2019-02-20Cleanup: rename wmEventHandler_* base -> headCampbell Barton
2019-02-20Cleanup: use iterator macros for event handlersCampbell Barton
2019-02-20BLI_listbase: add an iterator macro that supports removalCampbell Barton
2019-02-20EEVEE Shader comments: Explain why material gets darkened when using mix shaderDalai Felinto
2019-02-20Comment: clarify reason for using scale as sizeCampbell Barton
2019-02-20Cleanup: styleCampbell Barton
2019-02-19Fix T61696: Filepath buttons not accepting empty valuesDalai Felinto
2019-02-19Fix T61701: Orthographic Viewpoints Hidden GridSebastian Parborg
2019-02-19Fix T61274: duplicate current workspace makes the workspace menu disappear.Philipp Oeser
2019-02-19fix: Collada replace <polylist> export by <triangle> export for triangulated ...Gaia Clary
2019-02-19FCurves: Remember active fcurve when selecting other boneJacques Lucke
2019-02-19Fix T57583: Assert when moving object parented to curve vertexSergey Sharybin
2019-02-19Fix T61702: obmat used incorrectly when calculating constant detail sizeJacques Lucke
2019-02-19Fix T61690: Hidden curve vertices are drawn in edit-modeSebastian Parborg
2019-02-19Fix T61714, T61712: crash reloading images after recent changes.Brecht Van Lommel
2019-02-19Units: Fix some property subtypesVaishnav S
2019-02-19Fix T61683: Linking the instance of a collection crashes Blender.Bastien Montagne
2019-02-19Playanim: Fix heap use after free on exitSergey Sharybin
2019-02-19Fix T61594: Frame playback is blankSergey Sharybin
2019-02-19Cleanup: remove needless comment ;)Bastien Montagne
2019-02-19Cleanup: return specific handler typesCampbell Barton
2019-02-19Cleanup: remove unused default handler typeCampbell Barton
2019-02-19WM: move keymap handler to it's own typeCampbell Barton
2019-02-19WM: move dropbox handler to it's own typeCampbell Barton
2019-02-19WM: move operator handler to it's own typeCampbell Barton
2019-02-19WM: move UI handler to it's own typeCampbell Barton
2019-02-19WM: move gizmo handler to it's own typeCampbell Barton