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-04-25Tracking Pie Menus for Blender 2.8Sebastian Koenig
This patch adds 4 pie menus to space_clip.py, as discussed in T57912. Differential Revision: https://developer.blender.org/D4284
2019-04-25Industry Compat Keymap: Support box select for more tools with gizmosWilliam Reynish
-Extrude Region -Spin & Spin Duplicates -Shear Again, MMB is used here to execute the tool outside the gizmo perpendicular to the view
2019-04-25Industry Compat Keymap: Support box selecting while the transform tools are ↵William Reynish
active Similar to many apps: - Use left click and drag to box select - Hold modifiers like Ctrl and Shift to remove or expand selections - Use MMB-drag to use the tool outside of the gizmo area In the future it would be nice if the transform tools would have this increased flexibility built-in so you could configure it more easily, but this setup seems to at least make it do the most commonly useful thing by default.
2019-04-25Fix opening files from splash screenJacques Lucke
2019-04-25DynamicPaint: Remove PreviewsJeroen Bakker
Modifier previews should be implemented by a more generic system. The current system is already a hack and needed a lot of work to get it working again in 2.80 and even so that would be replaced by another system in the near future. For Vertex Colors we have a work around in place by using Workbench Vertex Colors. For Vertex Weights we loose the previewing. Not sure targetting weight is working (even for 279). Reviewed By: brecht Maniphest Tasks: T63857 Differential Revision: https://developer.blender.org/D4734
2019-04-24UI: Simple confirm dialog when loading new fileJacques Lucke
I also had to make the "New" operator a submenu in the `File Context Menu`, so that you can still select the template. This partially solves T61599. Currently the confirm dialog is not shown when an already existing file is opened. Implementing that requires a bit more work and will be done in a separate patch. Reviewers: brecht Differential Revision: https://developer.blender.org/D4732
2019-04-24Refactor: Separate template selection from read_homefile operatorJacques Lucke
This is a first step towards T61599. This way the invoke function can be used for the confirm dialog in a separate patch. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D4723
2019-04-24Fix tool settings showing in the top-barCampbell Barton
Each spaces top-bar wasn't showing it's own active tool, Remove RNA access to the workspaces tool since using it is error prone. Eventually this should be completely removed.
2019-04-24Cleanup: remove unused transform toolCampbell Barton
D4695 by @kamran
2019-04-23GPencil: Add support for gradient to Box strokesAntonioya
Before this options was only available to Dots mode.
2019-04-23B-Bones: split the Scale In/Out properties into X and Y values.Alexander Gavrilov
As far as I can tell, there is no technical reason why the B-Bone segment thickness scaling can't be separated into two axes. The only downside is the increase in complexity of the B-Bone settings, but this is inevitable due to the increase in flexibility. Updating the file is somewhat complicated though, because F-Curves and drivers have to be duplicated and updated to the new names. Reviewers: campbellbarton Subscribers: icappiello, jpbouza Differential Revision: https://developer.blender.org/D4716
2019-04-21Fix T63764: error when using library.users_id() functionBrecht Van Lommel
Fix suggested by Vilem Duha.
2019-04-20Correct error in last commitCampbell Barton
2019-04-20UI: remove redundant row for header templateCampbell Barton
If it's members need to be aligned the template can handle it.
2019-04-20UI Overlays: Align checkbox with slider for Wireframes, X-Ray, Shadows.Pablo Vazquez
2019-04-20UI Overlays: One line layout for Mask opacity.Pablo Vazquez
Saves one line of space and matches Wireframe, X-Ray, Shadows.
2019-04-20UI: correct accidental removal of TOPBAR_PT_nameCampbell Barton
Mistake in 9573bf432c4b0
2019-04-203D View: add opacity for sculpt mask displayPablo Dobarro
This matches vertex/texture paint opacity options. Useful because 0.75 is sometimes too dark to see the surface shading. Resolves T63746
2019-04-19Edit Mode: Make edit edges black by defaultClément Foucault
This is in order to have better contrast now that the edges are half transparent if not in edge selection.
2019-04-19DRW: Expose VBO garbage collection timingsClément Foucault
This adds user side options to tweak the behavior of the vbo garbage collection.
2019-04-19Edit Mode: Reduce Selected face alphaClément Foucault
This is to be less intrusive when doing UV mapping. They remain enough visible in every select mode
2019-04-19UI: minor layout tweaks to 3D viewport gizmo menuBrecht Van Lommel
2019-04-19Keymap: add 'Adjust Last Operation' as F9Campbell Barton
Adding this back was a frequent request. Now the panel can be hidden - some users may prefer only to access this via a shortcut. Unfortunately this uses an F-Key we'd intended to keep free for users. This still keeps the middle block of F-Keys (5..8) free.
2019-04-19Keymap: add set start/end shortcuts to graph editorCampbell Barton
2019-04-19Keymap: restore Ctrl-Tab in the dopesheet (removed by accident)Campbell Barton
Mistake in 6aef124e7d2869a6
2019-04-19Correct cleanup marking keyword args unusedCampbell Barton
2019-04-19Cleanup: remove redundant poll functionsCampbell Barton
2019-04-19Cleanup: logical checks in UI scriptsCampbell Barton
2019-04-19Cleanup: trailing commasCampbell Barton
2019-04-19Cleanup: unused varsCampbell Barton
2019-04-19Cleanup: use staticmethod where appropriateCampbell Barton
2019-04-19Missing from last commitCampbell Barton
2019-04-19Cleanup: correct misleading classmethod argCampbell Barton
2019-04-19Cleanup: mark unused arguments in UI scriptsCampbell Barton
Quiet's pylint W0613 warning, also remove some unused args.
2019-04-19UI: move top-bar into the spaces headerCampbell Barton
Currently this is only in the 3D viewport however all spaces that use the tool-system will have this region added. D4680 by @brecht with own updates.
2019-04-18Images: support packing edited images as OpenEXR or PNG.Brecht Van Lommel
This way float and multilayer images can now be packed without data loss. This removes the as_png option and always uses the appropriate file format depending on the image contents.
2019-04-18UI: collapse 3D view collections visibility panel by default.Brecht Van Lommel
2019-04-18GPencil: Add option to mix color with textureAntonioya
This was already supported in Fill, but not in Strokes. This adds more artistic options when use textured strokes.
2019-04-18GPencil: Initialize variable to remove console warningAntonioya
2019-04-18Missing 2.7x keymap update from last commitCampbell Barton
2019-04-18PyAPI: remove support for importing text blocks as modulesCampbell Barton
Allowing direct import of text blocks isn't especially useful, instead add `text.as_module()` script authors can do this explicitly if it's needed. Now the text "Register" option executes instead of loading as a module. This removes the need to keep track of the current Main, and C code to override Python's import & reload.
2019-04-18UI: option to toggle 'Adjust Last Operation'Campbell Barton
2019-04-18UI: Expand Enum Items Over Multiple RowsJeroen Bakker
Expanding enum items in a small area would render the names with dots, what is a bad solution. When you use expand directly on a `grid_flow` or `column_flow`, it will render the items on multiple lines, giving more control to the developer. Reviewers: campbellbarton, brecht, mont29 Differential Revision: https://developer.blender.org/D4698
2019-04-18UI: move region toggling to propertiesCampbell Barton
Each space had separate operators, duplicating logic. Use RNA properties instead so adding the ability to toggle other region types (floating redo region for eg) doesn't need to have an extra operator per space type. It's also nicer to show a check-box for something which can be toggled.
2019-04-18Overlay Engine: Option to Disable AA Ortho GridJeroen Bakker
When in Axis alligned orthographic view a grid was always displayed. With this change the user can enable/disable this grid. The Grid is always visible and editable, but only rendered active when user is in quad view, or axis aligned ortho view. Reviewers: brecht, fclem Maniphest Tasks: T63517 Differential Revision: https://developer.blender.org/D4699
2019-04-18UI: don't expand selection tool option enumBrecht Van Lommel
This was taking too much space.
2019-04-17Edit Mode: Rework display to differentiate selection modesClément Foucault
This removes the large edges and instead use colors to hint in which selection mode the user is. The component in each individual selection mode is more prominent to add more emphasis. The other components are less prominent and dimmed. A minor default theme changes needed to be made to keep clarity in all combinations. Forcing old behavior (no selection mode hit) could be done quite easily by just making the 2 booleans true (selectFaces and selectEdges). Reviewers: campbellbarton, billreynish Reviewed By: campbellbarton, billreynish Subscribers: ThinkingPolygons Maniphest Tasks: T1234 Differential Revision: https://developer.blender.org/D4526
2019-04-17ClangFormat: disable for generated themeCampbell Barton
2019-04-17Fix T63674: Incorrect poll methods in node category classesnBurn
Differential Revision: https://developer.blender.org/D4697
2019-04-17Cleanup: use 2 space indentation for CMakeCampbell Barton