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-09-30Fix T69684: Sound Strip "Pan" function is misleadingRichard Antalik
Gray-out pan property when sound mono property is unset. Reviewed By: billreynish Differential Revision: https://developer.blender.org/D5806
2019-09-29UI: Use responive layout for upper bar in file browserJulian Eisel
The upper bar (containing file path, navigation and display buttons) may now be split into two rows as horizontal space is reduced. The first row contains the navigation related buttons, the lower one the filter and display related ones. Mainly solves the issue where the file path and search buttons became barely usable in tight layouts, but generally makes things better for such cases.
2019-09-29Keymaps: Don't show confirm prompt when creating directoriesJulian Eisel
* We don't show the prompt when invoked through the button either * Creating directories isn't a destructive action and it's not dangerous * The prompt is annoying and users often requested getting rid of it This change is applied to both, the default and the industry compatible keymap.
2019-09-27UI: small tweaks to sculpt tool iconsWilliam Reynish
Snake Hook: make it more clearly different from Grab, and also better communicate what it can do Pose: remove arrow, which was hard to see anyway Pinch: make arrows larger and more visible
2019-09-27UI: Add high quality cursors on macOSWilliam Reynish
This adds the same high quality cursors on macOS as we have on Windows. These are stored as 32*32 pt PDFs, same as the built-in OS cursors Reviewed by: Brecht Van Lommel Differential Revision: https://developer.blender.org/D5907
2019-09-27Voxel remesh: Enable adaptivityPablo Dobarro
This commit enables OpenVDB adaptivity in the voxel remesher. It can be useful to reduce the polygon count if you want to switch to dyntopo after using the voxel remesher workflow. Reviewed By: brecht Differential Revision: https://developer.blender.org/D5918
2019-09-27Sculpt: Pose brush origin offsetPablo Dobarro
With the previous behavior, it was impossible to manipulate areas with a lot of complex shapes like fingers, as the pose origin was calculated only with the topology inside the radius. With pose offset, the previous method is used to calculate the direction of the "bone", and an extra offset is added on top of it. This way you can set the pose origin in the correct place in this kind of situations. The pose factor grows to fit the new rotation origin. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D5841
2019-09-26Voxel Remesh: Fix poles and preserve volumePablo Dobarro
This commit fixes most of the issues we currently have in the voxel remesher. Mesh volume is preserved when doing multiple iterations, so the sculpt won't shrink and smooth each time you run the remesher. Mesh topology is much better, fixing most issues related to mask extraction and other topology based operations. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D5863
2019-09-26Sculpt: UI fixes and improvementsPablo Dobarro
- Fix vertical spacing in grab brush grab active vertex option - Move Remesher popover in the top bar to the right of Dyntopo - Move topology automasking to the options subpanel - Remove voxel remesher button from the topbar - Add default shortcut to voxel remesher [Ctrl R] - Add default shortcut to quadriflow [Ctrl Alt R] - Add set pivot position operator to the sculpt menu Reviewed By: billreynish Differential Revision: https://developer.blender.org/D5880
2019-09-26RNA Manual Reference UpdateAaron Carlisle
2019-09-26Grease Pencil: use standard eraser and paint brush cursorsHarley Acheson
Ref D5197
2019-09-26GHOST: refresh standard cursors available for platformsHarley Acheson
* Add more standard cursor types, that platforms can optionally support. * Remove a few unused cursor types that were not properly supported and would show the wrong cursor when used. * Add native cursor files for Windows. These scale well with DPI and have anti-aliasing. Designed by Duarte Farrajota Ramos. Ref D5197
2019-09-25Fix: T70251 update license from gplv2 to v3 in exe propertiesRay Molenkamp
2019-09-25LibOverride: tweaks to custom props UI.Bastien Montagne
For now, do not allow to add custom props to overriding IDs (this should be possible in the future, by getting basic correct behavior here is already fairly hard, no reason to complicate things even more). Also, properly disallow editing of existing custom props in overriding IDs.
2019-09-24Tracking: Highlight keyframes in path visualizationSergey Sharybin
This gives better idea of what's going on with your track. Example: {F693806} Color of keyframes are configurable from theme editor of clip editor. Reviewers: keir, brecht, Severin Differential Revision: https://developer.blender.org/D2772
2019-09-24GPencil: Fix wrong icon for Brush presetsAntonio Vazquez
It was using the old 2.7 icon.
2019-09-24GPencil: Keep Options panels open by defaultAntonio Vazquez
2019-09-23UI: Small tweaks to sculpt tool iconsWilliam Reynish
Draw Sharp: More pronounced difference between it and Draw Mask: Fits in with other similar tools Border Hide: Fits in with other similar tools Pinch: Much better communicates what it does Simplify: Fix a small issue with caused by inverted normals
2019-09-23Fix file browser new directory prompting for confirmationBrecht Van Lommel
This is only needed for the case where it's automatically done when entering a file path that does not exist, not when pressing the button.
2019-09-23Cleanup: quote useCampbell Barton
2019-09-23Sequencer: correct fcurve map usageCampbell Barton
2019-09-22VSE: Remove the use of eval in Fades operatorsNathan Lovato
Fix security issue introduced in rB2ec025d7be3c Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D5807
2019-09-22UI: Updated Sculpt Simplify tool iconWilliam Reynish
Fits better with the other tool icons.
2019-09-22UI: Add missing toolbar icons for Sculpt ModeWilliam Reynish
2019-09-20UI: Replace big options button in file browserJulian Eisel
The big options button in the lower left is now gone, it's replaced by a smaller icon toggle button in the upper right. That means I could also remove code for the region we had just for this button. I also added versioning code for the removal, to make sure the region is removed cleanly when reading old files.
2019-09-20Remove redundant file bookmarks region toggle operatorJulian Eisel
For the default keymap we were only using the regular toolshelf operator, doing this for the industry compatible keymap too now (we could even remove it there, we don't use it in other editors). Since we "now" have proper operators for toggling regions, this specific one is totally redundant.
2019-09-20UI: Fix CapitalizationYevgeny Makarov
Differential Revision: https://developer.blender.org/D5716
2019-09-20UI: Incorrect info message after batch renameHimanshi Kalra
Differential Revision: https://developer.blender.org/D5744
2019-09-19UI: Consistent Tooltip for Add Torus OperatorHans Goudey
Changes "Add" to "Construct" to be consistent with the other primitive mesh add operations.
2019-09-19Fix T70068: sculpt mode hide masked not working after show allBrecht Van Lommel
2019-09-19userdef_defaults for 'Render In' and 'File Browser'Philipp Oeser
Otherwise --factory-startup would e.g render as `Keep User Interface` (which is supposed to be `New Window` by default) Reviewers: brecht Differential Revision: https://developer.blender.org/D5851
2019-09-18Sculpt: Split original normal into original normal and planePablo Dobarro
This allows to create different effects with some brushes that use the sculpt plane. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D5818
2019-09-18UI: Preference for file browser as fullscreen areaJulian Eisel
Addes a Preference setting to choose between opening new file browsers in a maximized area (like with the old file browser) or in a new window (like the new one).
2019-09-18UI: Move render display type to PreferencesJulian Eisel
Moves the render display type (to choose between rendering in a new window, in a fullscreen area, in an Image Editor, etc) from the scene to the preferences.
2019-09-17Sculpt: Rename pinch to magnify in some brushesPablo Dobarro
Reviewed By: jbakker Differential Revision: https://developer.blender.org/D5815
2019-09-17UI: use unique name for install add-on operatorCampbell Barton
Was called "Install", which isn't useful in operator search.
2019-09-16Fix T69612: Two instances of Bridge Edge Loops entries in Edge Context MenuWilliam Reynish
2019-09-16Fix part of T65397: accidentally assigning shortcuts gives errorsBrecht Van Lommel
This is not a proper solution, that will come later, this avoids the main problematic error for now.
2019-09-16Revert "PyAPI: expose OperatorType.modal_keymap"Campbell Barton
This reverts commit b53ee963b16d817a6367bd7c73b866036868b2e2. Full support for defining modal enums and access through events is more involved, revert for now.
2019-09-16Cleanup: use fixed indent in PythonCampbell Barton
Reduce right-shift.
2019-09-16PyAPI: expose OperatorType.modal_keymapCampbell Barton
Support assigning modal keymaps once the operator is registered.
2019-09-15Fix bl_app_override keyword argument useCampbell Barton
D5737 by @cmporces
2019-09-15UI: Add extra file browser iconsWilliam Reynish
Desktop, External Drive & Network Drive These were already in the icon sheet, but not added in the Blender side.
2019-09-15UI: Add XYZ mirroring to the Tool Settings viewport header for Edit and ↵William Reynish
Weight Paint modes Previously, only X mirror was available here, but since we can now mirror on Y and Z, these should also be added.
2019-09-15Industry Compat keymap: Use Ctrl/Cmd + Up/Left/Right for navigating the file ↵William Reynish
browser in addition to Alt Windows generally uses Alt, and Mac uses Cmd. This commit makes both possible.
2019-09-15Sequencer: disable fades add/remove until eval() use is removedCampbell Barton
2ec025d7be3ca9f3fd2fe0ac844ef70c69e7af55 introduced 'eval()' on blend file data-paths which can be used for code injection.
2019-09-14Cleanup: redundant code from recent sequence fade operatorCampbell Barton
No need to define class variables which are all overwritten, also use __slots__ to avoid mistakes. Remove redundant length check too.
2019-09-14Cleanup: remove duplicate information in docstringCampbell Barton
No need to document all options in the doc-string since each option has it's own description.
2019-09-14Cleanup: pep8, unused args, indentationCampbell Barton
2019-09-14Cleanup: quiet unused arg warningCampbell Barton