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 (Collapse)Author
2019-06-08Collections: Never change the collection views visibility when unhiding itDalai Felinto
How to reproduce: use 1-10 to change the visible collection. If the collection was globally invisible, it would be set to globally visible. This was a left over from the previous collection visibility design. Now that we have a more clear separation between temporary visibility (i.e., layer collection visibiilty) and a global visibility setting (i.e., collection visibility) we should keep them separated.
2019-06-07Fix T65613: Memory leak in Audaspace with 3D soundJörg Müller
2019-06-07Fix T62121: Cycles crash with viewport render and smoke/pointcloudsBrecht Van Lommel
2019-06-07Cleanup: fix compiler warningBrecht Van Lommel
2019-06-07Fix T64625: Eevee image textures with alpha have dark edgesBrecht Van Lommel
Now texture storage of images is defined by the alpha mode of the image. The downside of this is that there can be artifacts near alpha edges where pixels with zero alpha bleed in. It also adds more code complexity since image textures are no longer all stored the same way. This changes allows us to keep using sRGB texture formats, which have edge darkening when stored with premultiplied alpha. Game engines seems to generally do the same thing, and we want to be compatible with them.
2019-06-07Fix T65612: Ungroup in Node Editor CrashesSergey Sharybin
2019-06-07Cleanup: Reformat GPencil multiedit frame selectionAntonio Vazquez
2019-06-07Sound: Fix 3D sound coming from scene stripsSergey Sharybin
Need to pull in speakers from scene strips and make sure they are properly updated.
2019-06-07Set lower minimum drag thresholdsWilliam Reynish
Was 3px, but even lower values work too, so setting minimum now to 1px.
2019-06-07GNUMakeFile: Fix bad command line to generate QTCreator project.Dmitriy Efimov
Report with fix in D5035 by Dmitriy Efimov (@DarkDemiurg), thanks.
2019-06-07Eevee: Try to fix NaN caused by normal maps + bentnormalsClément Foucault
Should help with T65118.
2019-06-07GPencil: Remove unused Cursor function after add new Paint cursor.Antonio Vazquez
2019-06-07GPencil: Create new CURSOR for paint modesAntonio Vazquez
This new cursor is used instead of the ARROW because it was too disruptive while you are drawing. The change affects all paint modes that are used Brushes. See D5036 for details. Reviewers: @brecht @billreynish @mendio Cursor designed by: @billreynish
2019-06-07Cleanup: Rename to avoid shadow variableAntonio Vazquez
2019-06-07DrawManager: OpenGL State Image RenderingJeroen Bakker
The OpenGL state was not set to blender defaults when using `DRW_render_to_image` path. This is only used when doing F12-rendering. Cause of changes with the `RESTART_INDEX` hair rendering was rendering the restart_index as an actual vertex index. Reviewed By: fclem Differential Revision: https://developer.blender.org/D5039
2019-06-07Sequencer: Fix missing sound from nested scene stripsSergey Sharybin
2019-06-07Sound: Use dependency graph instead of bmainSergey Sharybin
Allows to move scene sound update to dependency graph evaluation.
2019-06-07Cleanup: Remove unused variable and move definitionAntonio Vazquez
2019-06-07GPencil: Cleanup multiframe codeAntonio Vazquez
2019-06-07Fix T65591: GPencil Arrange Strokes operator does not work in multiframeAntonio Vazquez
2019-06-07Remove Deform Delay armature optionSergey Sharybin
This option can not be supported by a new granular dependency graph, and, especially, copy-on-write. It was always doing full update ever since initial commit of new dependency graph which we are using here in the studio for the past years and lack of this option was never brought up. Fixes T65557: Delay refresh option in armatures is broken
2019-06-07Sculpt toolbar: Group new Mask Lasso tool with the Mask Border toolWilliam Reynish
Also flip Simplify and Mask, so that all the mask-related tools are next to each other.
2019-06-07Forgot this file in last commitWilliam Reynish
2019-06-07Add Lasso Mask icon for Sculpt Mode toolbarWilliam Reynish
2019-06-07Cleanup: keymapsCampbell Barton
2019-06-07Industry Compat keymap: Fix alt-key navigation over gizmosWilliam Reynish
This broke recently after recent gizmo keymap changes
2019-06-07Fix missing autosmooth update when animatedSergey Sharybin
Consists of few simple steps. Don't tag object data's bounding box as dirty before re-evaluaiton Most of the time this actually tags evaluated mesh which will be tossed away few lines below anyway. And this causes issues if the evaluated mesh is actually owned by the mesh datablock. The bounding box now has clear separation between original object data and object data after modifiers, so this should not be causing any issues. Free evaluated mesh when owner mesh changes Ensures that evaluated mesh shares the same settings as its owner when updates related on animation system happens. Depsgraph: Update mesh when its geometry settings changes Allows to have options like autosmooth animated. Reviewers: brecht, mont29 Differential Revision: https://developer.blender.org/D5030
2019-06-07Free evaluated mesh when owner mesh changesSergey Sharybin
Ensures that evaluated mesh shares the same settings as its owner when updates related on animation system happens.
2019-06-07Don't tag object data's bounding box as dirty before re-evaluaitonSergey Sharybin
Most of the time this actually tags evaluated mesh which will be tossed away few lines below anyway. And this causes issues if the evaluated mesh is actually owned by the mesh datablock. The bounding box now has clear separation between original object data and object data after modifiers, so this should not be causing any issues.
2019-06-07Fix T65558: Crash on adding linked scene to Video Sequence EditorSergey Sharybin
This commit fixes crash but the possible 3D sound is still missing. Also, sound from sequencer coming from a scene strip is also missing. This is partially a regression, at least for F12 case. The editing was already behaving wrong: it was needed to have scene strip to be actually rendered in preview.
2019-06-07Sequencer: TypoJeroen Bakker
2019-06-07Tool System: add sculpt mask lasso toolCampbell Barton
2019-06-07Fix T65229: Crash adjusting last operator after using undo historyCampbell Barton
Undo history also missed updating the tool system and calling undo pre/post handlers.
2019-06-07Fix T64669: Redo transform fails with constrained axisCampbell Barton
2019-06-07Fly mode: Enable fancy icons instead of text for shortcutsCampbell Barton
2019-06-07Fix T63744: Overlapping axis gizmo for 3D view translate & scaleCampbell Barton
2019-06-07Missed removing unused property from last commitCampbell Barton
2019-06-07Keymap: expose gizmo press/drag as a preferenceCampbell Barton
- Right click select always activates on press since this was added as a workaround to left click select conflict. - Left click has the option to set this to drag or press. Make this change based on feedback on 8778dd0c8b461.
2019-06-07Keymap: gizmos now use a map that optionally activates on pressCampbell Barton
The legacy keymap now activates on press.
2019-06-07Fix T65479: Gizmo drag unusable with tools that activate on pressCampbell Barton
2019-06-07Cleanup: unused var warningCampbell Barton
2019-06-07FIX: `use_proxy` strip property state has no effect.Richard Antalik
Author: Olly Funkster, Richard Antalík Reviewed By: brecht Differential Revision: https://developer.blender.org/D2504
2019-06-07VSE: Cache invalidationRichard Antalik
Add invalidation to strip add functions Add invalidation for scene and movieclip strips Skip invalidation for sound strips Reviewed By: brecht Differential Revision: https://developer.blender.org/D4989
2019-06-07Fix T65333: VSE: Playback speed regressionRichard Antalik
3D engine settings were used to select image scaling method. Use higher quality scaling only for rendering. Reviewed By: brecht Differential Revision: https://developer.blender.org/D4995
2019-06-06Fix T63729 Eevee: Bump does not follow normal directionClément Foucault
2019-06-06Fix T65505: crash applying modifiers in paint and sculpt modesBrecht Van Lommel
We need to find a better solution for mixing normal refreshes in some corner cases. We actually had similar issues in 2.79 anyway, not crashing is more important.
2019-06-06Fix T63701 Eevee: High Volumetric end distance darkens the imageClément Foucault
2019-06-06Fix T60441, T60619: incorrect values for color values > 1.0Bruno Boaventura Scholl
Modulo makes no sense here at all, is from an old bugfix to prevent a crash that is no longer an issue. Differential Revision: https://developer.blender.org/D4727
2019-06-06Fix T65383 UI graphics glitches on macOS with Intel HD 4000Clément Foucault
glDrawArrays is not supposed to be affected by primitive restart but osx drivers never cease to surprise me.
2019-06-06Sequencer: Viewport Rendering AnnotationJeroen Bakker
When rendering the Sequencer using viewport rendering the annotations were not scaled to respect the scene render size. This was because the matrices were calculated based on the output size and not the actual rendersize. Reviewed By: brecht Differential Revision: https://developer.blender.org/D5032