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-11-03Fix T71284: batch rename escape's dashesCampbell Barton
2019-11-02GPencil: Some NULL checks missing in previous T71260 fixAntonio Vazquez
2019-11-02GPencil: Fix unreported visual problem for short strokesAntonio Vazquez
When the stroke has less than 3 points, but only the fill material is enabled, the stroke is invisible and makes the shaders to remove any fill because the shader start and end pointers are not correct. Now, if the stroke has only fill, but it is not fillable, it is drawn with the stroke color to avoid the errors and these ghost strokes.
2019-11-02Fix T71260: GPencil crash when drawing very long linesAntonio Vazquez
There were two problems: 1) When the buffer was reallocate, the pointer was corrupted. 2) Short variables were too small to hold long lines.
2019-11-02GPencil: Show selection in Stroke mode for single pointsAntonio Vazquez
2019-11-02Cleanup: rename undo tile x/y membersCampbell Barton
Avoid mixing up pixel/tile location.
2019-11-02T71094: anchored & drag-dot brushes paint continuouslyCampbell Barton
Error from 151cc02b6f823
2019-11-02Fix T48034: Camera image offsets were scaled by image aspectCampbell Barton
Offset now matches Blender 2.7x.
2019-11-01Fix T71247: Outliner pose toggle looses bone selectionCampbell Barton
The outliner didn't account for weight-paint + pose-mode, making it consider all pose bones unselected. When syncing selection, bones were unselected. This adds a context argument to passed to drawing functions since finding the weight-paint pose-object in the drawing loop isn't efficient.
2019-11-01Fix T70725: Frame Symmetry StrokeJeroen Bakker
Frame Selected centers around the last valid stroke. When Symmetry is enabled the last mirrored `location` was added to the `average_stroke_accum` in stead of the original stroke location. This patch will add the `true_location` to the `average_stroke_accum`. This contains the original stroke location. Issue happened in Vertex and Weight paint. Reviewed By: Pablo Dobarro Differential Revision: https://developer.blender.org/D6161
2019-11-01Fix T71251: Move Strokes to Layer slider gets wonkyAntonio Vazquez
This parameter must be hidden.
2019-11-01Fix T60607: Spin tool duplicates after Spin DuplicateCampbell Barton
2019-11-01Cleanup: pep8 for examplesCampbell Barton
2019-10-31Fix inability to toggle pose-mode without sync-selectionCampbell Barton
- There was no way to select some kinds of data without activating them. - Pose mode could not be activated at all. No change to behavior with sync-selection enabled.
2019-10-31Fix T71172: Cycles preferences.get_devices() not refreshing Optix devicesBrecht Van Lommel
2019-10-31Fix oso extension detection in the text editorCampbell Barton
2019-10-31Fix T70687: Deleting sculpting mask extraction causes crashPablo Dobarro
Reviewed By: jbakker Maniphest Tasks: T70687 Differential Revision: https://developer.blender.org/D6042
2019-10-31Paint: Option to disable antialiasingPablo Dobarro
You may want to disable antialiasing if you are working with pixel art or low resolution textures. It is enabled by default. Reviewed By: jbakker, campbellbarton Differential Revision: https://developer.blender.org/D6044
2019-10-31Fix EEVEE sculpt mask renderingPablo Dobarro
Reviewed By: jbakker Differential Revision: https://developer.blender.org/D6080
2019-10-31Fix T70866: Missing PBVH updates after mask undoPablo Dobarro
With the latest changes, the PBVH needs extra flags each time the mask is modified to keep the internal fully_masked and fully_unmasked node flags updated. Reviewed By: jbakker Maniphest Tasks: T70866 Differential Revision: https://developer.blender.org/D6088
2019-10-31Fix T71053: Poly Build tool crashes blender when deleting wire verticesPablo Dobarro
Dissolve the vertex when it is wire instead of trying to collapse the edge. When collapsing the edge, ##v_kill->e## was not NULL, so the assert in ##bmesh_kernel_join_vert_kill_edge## fails. Reviewed By: jbakker Maniphest Tasks: T71053 Differential Revision: https://developer.blender.org/D6159
2019-10-31GPencil: Fix unreported missing stroke color for 1st popover materialAntonio Vazquez
2019-10-30Fix image paint showing project-paint settingsCampbell Barton
Also make projpaint a keyword-only argument to avoid copy-paste errors like this re-occurring in the future.
2019-10-30GNUmakefile: avoid using group/owner for source_archiveCampbell Barton
Thanks to @JRottm for pointing out this issue.
2019-10-30GNUmakefile: use tar.xz instead of tar.gzCampbell Barton
Also rename "make tgz" to "make source_archive" as it wasn't clear this only archived the source, not binaries. D6153 by @JRottm with minor edits
2019-10-30Fix T71182: Object Parenting - 'Without Inverse' option missing in menuPhilipp Oeser
Maniphest Tasks: T71182 Differential Revision: https://developer.blender.org/D6150
2019-10-30Toggle 'PLAY' <> 'PAUSE' icons for pausing preview renderingPhilipp Oeser
mentioned in T70974 Maniphest Tasks: T70974 Differential Revision: https://developer.blender.org/D6119
2019-10-30Fix T71026: Outliner - Show Hierarchy (Home Hotkey) Not Working CorrectlyPhilipp Oeser
In 2.8, code would not enter the new 'Objects' and Collections' 'folders'. Maniphest Tasks: T71026 Differential Revision: https://developer.blender.org/D6123
2019-10-29UI: remove text alignment icons for sequencer textCampbell Barton
This implied paragraph alignment, when the alignment defines the origin of the text relative to the X,Y coordinates. Resolves T71082
2019-10-29UI: make color strip 'Only Boost' readable in glow panelCampbell Barton
D6115 by @tintwotin
2019-10-29Cleanup: pep8, remove redundant parenthesisCampbell Barton
2019-10-29Cleanup: use "use_" prefix for booleansCampbell Barton
2019-10-29Fix T69468 EEVEE: Collections Holdout Button in Outliner Is IgnoredClément Foucault
Not the cleanest implementation but the simplest. This doubles the number of default shader variations.
2019-10-29Sequencer: add missing Show Seconds in View MenuCampbell Barton
D6106 by @tintwotin
2019-10-29Fix bones without parents missing head vertexCampbell Barton
When the connected was enabled for a parentless bone the head vertex wasn't displayed and couldn't be selected.
2019-10-29Fix T70905: Image Editor header hides mask, cache and keyframe info ifPhilipp Oeser
flipped to bottom While flipping the header to bottom works in the MCE (because MCE doesnt allow overlapping UI) we need to take the regions visible rect into account for the Image Editor. Also correct clickable scubbing area (poll for frame_change) in the Image Editor and the MovieClip Editor not taking UI_DPI_FAC into account. Maniphest Tasks: T70905 Differential Revision: https://developer.blender.org/D6090
2019-10-29Fix T62116: Delete ruler ignored on edit-mode toggleCampbell Barton
D6129 by @smramsay
2019-10-29Fix strict compiler warningSergey Sharybin
Implicit function declaration caused by missing include in the recent fix.
2019-10-29Fix T70091 EEVEE: volumetric broken, not refreshClément Foucault
Thanks @mano-wii for finding the fix.
2019-10-29Fix T71050 EEVEE: Light Path Node broken in 2.81Clément Foucault
Also fixes the sampling of hashed shadows.
2019-10-29Fix T71062 EEVEE: Holdout shader is broken in 2.81Clément Foucault
2019-10-29Fix T71171: Problems removing texture packing (without writing anything)Philipp Oeser
using image.unpack() or bpy.ops.image.unpack() If we offer this in the UI, also expose this to .unpack Maniphest Tasks: T71171 Differential Revision: https://developer.blender.org/D6152
2019-10-29Fix T71124: UV Editor – Proportional Editing Falloff misses some Optionsmano-wii
This mimics the same solution for proportional edit in the 3D View. Maniphest Tasks: T71124 Differential Revision: https://developer.blender.org/D6142
2019-10-29Fix Proxy folder not getting deletedCampbell Barton
D6145 by @Eitan
2019-10-29Fix T71126: add old hotkeys to set start/end frame in the timeline toPhilipp Oeser
Blender 27X keymap Maniphest Tasks: T71126 Differential Revision: https://developer.blender.org/D6151
2019-10-29Fix T70913: OpenCL Compiler ErrorsJeroen Bakker
Reverting part of a clean up that was done 6 months ago. The consequence was that OpenCL compositing wasn't working since then.
2019-10-29Error in last commitCampbell Barton
2019-10-29Cleanup: quiet TBB deprecation warningCampbell Barton
2019-10-28Fix T71019: Disappearing file thumbnails & crash on area splitJulian Eisel
When opening the file browser as regular editor, the ID filter flags as stored in FileSelectParams were not set explicitly, so they were 0. Since 9100982e8097, the value actually passed to the filtering could differ from that, causing the file list cache to be constantly updated on every redraw. Caused by 9100982e8097. Note that this "accidentially" got fixed in master with b54626364253, which is why the issue only showed up in the release branch from that point.
2019-10-28UI: add icon for drawing space keyCampbell Barton
Drawing was already added, only the icon was missing.