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: Add tip length to length modifier.YimingWu
So that we can better align the tip points when extending and avoid jittering.
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-01Sequencer: use all selected strips for select side operatorCampbell Barton
D6127 by @a.monti with edits.
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-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-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-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
2019-10-30Merge branch 'blender-v2.81-release'Campbell Barton
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-30Merge branch 'blender-v2.81-release'Philipp Oeser
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-30GPencil: Replace eyedropper toolbar iconAntonio Vazquez
2019-10-30UI: Add new toolbar icons for polyline & eyedropperWilliam Reynish
These are meant for use in Grease Pencil Draw mode.
2019-10-30Merge remote-tracking branch 'origin/master' into temp-npr-gpencil-modifiersYimingWu
2019-10-30UI: Hover StatesHarley Acheson
Hover (active) widget states now affecting more elements and in a more consistent way. Differential Revision: https://developer.blender.org/D6098 Reviewed by Campbell Barton
2019-10-30UI: Correct prviconsHarley Acheson
Correct source, output, and formatting of prvicons - larger icons used for file browser. Not Reviewed
2019-10-29Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-29UI: make color strip 'Only Boost' readable in glow panelCampbell Barton
D6115 by @tintwotin
2019-10-29Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-29Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-29Cleanup: pep8, remove redundant parenthesisCampbell Barton
2019-10-29Cleanup: use "use_" prefix for booleansCampbell Barton
2019-10-29Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-29Sequencer: add missing Show Seconds in View MenuCampbell Barton
D6106 by @tintwotin
2019-10-29Cleanup: remove icon files committed by accidentCampbell Barton
2019-10-29UI: Icons update.William Reynish
Updated icon set from Andrzej Ambroż. - Includes new icons for Top Bar, Status Bar, CD/DVD drives, Home, Documents, Temp, Memory, Options. - Includes small tweaks to many icons throughout Blender - Also adds a large CD/DVD drive icon for the file browser This does not add the new icons in the interface yet.
2019-10-29Merge branch 'blender-v2.81-release'mano-wii
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-29Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-29Merge branch 'blender-v2.81-release'Campbell Barton
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-29Cleanup: remove unused object_image_guessCampbell Barton
This made sense when we had tex-face feature, since it's removed & unused, remove this function too. D6079 by @alm
2019-10-28Keymap: use Alt, Spacebar to set the cursor toolCampbell Barton
There were no shortcuts for setting the 3D cursor.
2019-10-28PyAPI: change behavior of bpy.path.module_namesCampbell Barton
Instead of checking for names that contain ".", only skip files that start with a "." (since they're used for ".git" & ".arcconfig"). While other path names may fail to import, it's not the purpose of this function to validate the path, have the caller must raise an error instead of silently skipping them. See D6140.
2019-10-28Tool System: Use tapping Alt as a leader key to switch toolsCampbell Barton
Now tapping Alt prompts for a second input to switch tools. Initial implementation of T69992
2019-10-28Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-28Keymap: use Ctrl-F2 for batch renameCampbell Barton
Alt-F2 conflicted for Gnome on Linux, change the keymap since it doesn't conflict on macOS or Windows. Resolves T70480
2019-10-28Merge branch 'blender-v2.81-release'Antonio Vazquez