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-02Gpencil: Don't use checkbox for stroke duplication modifier.temp-npr-gpencil-modifiersYimingWu
2019-11-02Merge remote-tracking branch 'origin/master' into temp-npr-gpencil-modifiersYimingWu
2019-11-02Gpencil: Use new_from_existing_style() to create stroke in the modifier.YimingWu
2019-11-02Gpencil: Add BKE_gpencil_add_stroke_existing_style() function.YimingWu
This additionally copies the temp drawing color fields in gps->runtime. So that when adding new strokes in the modifier the style is preserved.
2019-11-02Gpencil: MultiStroke -> Multiple StrokesYimingWu
2019-11-02Gpencil: Add tip length to length modifier.YimingWu
So that we can better align the tip points when extending and avoid jittering.
2019-11-02Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-02Merge branch 'blender-v2.81-release'Campbell Barton
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-02Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-02Fix T48034: Camera image offsets were scaled by image aspectCampbell Barton
Offset now matches Blender 2.7x.
2019-11-01Merge branch 'blender-v2.81-release'Campbell Barton
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-01Windows: Replace deprecated SHGetFolderPathWmano-wii
No functional change. Differential Revision: https://developer.blender.org/D6172
2019-11-01Fix python error when trying to delete presetsSebastian Parborg
In some cases the default data paths for blender does not exist. For example on windows when using the portable install. This would lead to errors when trying to lookup default paths in is_path_builtin. Now we handle cases like this gracefully.
2019-11-01UI: Disk to Disc Spelling ChangeHarley Acheson
Identifiers for icons representing optical drives should use 'disc', not 'disk'. Differential Revision: https://developer.blender.org/D6166 Reviewed by Julian Eisel
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-01Merge branch 'blender-v2.81-release'Antonio Vazquez
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-11-01Cleanup: correct logical error in last commitCampbell Barton
Worked because: -INT_MIN == INT_MIN
2019-11-01Sequencer: use all selected strips for select side operatorCampbell Barton
D6127 by @a.monti with edits.
2019-10-31Merge branch 'blender-v2.81-release'Campbell 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-31Transform: Add option to exclude back facing geometry from snappingmano-wii
Add new `Backface Culling` option to the snapping properties. This option has nothing to do with the view3d display or the workbench `Backface Culling` option. Limitation: - In edit mode, this option only affects snap to faces. Maniphest Tasks: T71217 Differential Revision: https://developer.blender.org/D6155
2019-10-31make.bat: Warn user about missing svn.exeRay Molenkamp
2019-10-31Merge branch 'blender-v2.81-release'Brecht Van Lommel
2019-10-31Fix T71172: Cycles preferences.get_devices() not refreshing Optix devicesBrecht Van Lommel
2019-10-31Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-31Fix oso extension detection in the text editorCampbell Barton
2019-10-31Merge branch 'blender-v2.81-release'Pablo Dobarro
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-31Merge branch 'blender-v2.81-release'Pablo Dobarro
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-31Merge branch 'blender-v2.81-release'Pablo Dobarro
2019-10-31Fix EEVEE sculpt mask renderingPablo Dobarro
Reviewed By: jbakker Differential Revision: https://developer.blender.org/D6080
2019-10-31Merge branch 'blender-v2.81-release'Pablo Dobarro
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-31Merge branch 'blender-v2.81-release'Pablo Dobarro
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-31UI: Only show render result in image editors in view modeJulian Eisel
Previously, with the render display mode set to "Image Editor", we'd use any image editor that doesn't already show a (non-render-result) image, even if they weren't set to view mode (but UV, paint or mask mode). It could be confusing or annoying when using an Image Editor for a purpose that the mode wasn't created for. Note that with the introduction of a UV sub-Editor, the old behavor was even more confusing. Changing a UV Editor to show the render result was weird.
2019-10-31GPencil: Display dot icon for active material in Assign menuAntonio Vazquez
Now, a dot icon is displayed in front of the current object active material.
2019-10-31Cleanup: comments for is_path_builtinCampbell Barton
Also reduce scope of import.
2019-10-31Cleanup: import functions from bpy.propsCampbell Barton
Some instances used bpy.props when the convention is to import them.
2019-10-31Fix tool leader-key in image spaceCampbell Barton
- This wasn't working for tool-systems that use the space data. - Don't activate when the keymap is empty.
2019-10-31Merge branch 'blender-v2.81-release'Antonio Vazquez
2019-10-31GPencil: Fix unreported missing stroke color for 1st popover materialAntonio Vazquez
2019-10-30Fix T59065: Blender default keyset is deletable by user!Sebastian Parborg
Previously, you could delete presets that were part of the blender default install. Now we check if the preset file resides in the bundled file paths. If so, prevent deletion of the preset. Reviewed By: Campbell Differential Revision: http://developer.blender.org/D4522