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-02-28UI: change behavior for quit promptCampbell Barton
Remove confirmation popup menu, just exit. Note that this option is mainly for developers or people reviewing blend files, see D4406 for discussion on reason for keeping this feature while simplifying how it works.
2019-01-25Fix UI extension removalCampbell Barton
App-templates & keymap names had their extensions removed twice. Confusing for filenames containing dots.
2019-01-11GP: New Cutter, Constraints and Segment selectionAntonioya
This commit groups a set of new tools that were tested in grease pencil object branch before moving to master. We decide to do all the development in a separated branch because it could break master during days or weeks before the new tools were ready to deploy. The commit includes: - New Cutter tool to trim strokes and help cleaning up drawings. - New set of constraints and guides to draw different types of shapes. All the credits for this development goes to Charlie Jolly (@charlie), thanks for your help! - Segment selection mode to select strokes between intersections. - New operator to change strokes cap mode. - New option to display only keyframed frames. This option is very important when fill strokes with color. - Multiple small fixes and tweaks. Thanks to @pepeland and @mendio for their ideas, tests, reviews and support. Note: Still pending the final icons for Cutter in Toolbar and Segment Selection in Topbar. @billreynish could help us here?
2019-01-10Fix T60354: Paint color shown when not usedCampbell Barton
Add 'has_color' check to avoid duplicated tool checks. Also abbreviate text descriptions.
2019-01-09Revert/Redo ugly rBd12b3767f81d commit (i.e. add locked sorting option to ↵Bastien Montagne
UIList). Too many things done wrong in original rBd12b3767f81d to list them all here, hopefully nothing bad sneaked in again this time :| Also cleaned up a little the 'sort by name', even though (since we only have two options by default, sort by index and by name) we can abuse it as a binary option for now, this is not a bitflag...
2019-01-02UI: de-duplicate top-bar and panel paint scriptsCampbell Barton
- Fixes missing check for unified brush in sculpt mode. - Re-orders material first in gpencil paint mode (matching color-first for other paint modes). - Avoid minor differences (missing tablet pressure options from topbar). - Don't repeat properties already displayed in the topbar when opening the brush popover.
2019-01-02UI: add painting blend mode to top-barWilliam Reynish
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-12-20Cleanup: styleCampbell Barton
2018-12-20Cleanup: remove intermediate menu drawing functionCampbell Barton
2018-12-17Merge branch 'master' into blender2.8Campbell Barton
2018-12-16GP: Add option to occlude eraserAntonioya
This adds the functionality requested in T59417 adding a new button near of pressure button of the brush to enable/disable occlude effect for eraser.
2018-12-15GP: New Curve primitive and other primitive improvementsAntonioya
This commit adds support for new curve tool and adds more functionalities to the existing primitives, including new handles, editing, stroke thickness curve, noise, preview of the real stroke, etc. Thanks to @charlie for his great contribution to this improvement.
2018-12-14GP: Rename CTX and OB modesAntonioya
Part of T59335.
2018-12-13UI: show workspace cycling key bindings in menuCampbell Barton
2018-12-10GP: Replace Clamp iconAntonioya
2018-12-06Cleanup: unused var, styleCampbell Barton
2018-12-05GP: Add missing pressure button to TopbarAntonioya
2018-12-04GP: Draw Mode: Add Arc PrimitiveCharlie Jolly
This adds an elliptical arc primitive. Press CKEY for toggling closed/open arc. Press FKEY key for flipping arc. Additional changes to gpencil primitives. Increases default edges of circle to 64. Keymap changes to allow primitives to be drawn with Shift or Alt key. Allow Plus/Minus key to adjust number of edges. Missing: Toolbar icon Differential Revision: https://developer.blender.org/D4024
2018-11-28UI: rename settings back to preferences.Brecht Van Lommel
This distinguishes it better for the many other types of settings. Ref T54115.
2018-11-26GP: New Blend Layers functionalityAntonioya
Now it's possible define the blend mode between layers including the option to clamp the layer using underlying layers. Also a new Simplify option has been added to disable blend layers.
2018-11-25UI: Initial User-Preferences redesignJulian Eisel
Implements the first changes for T54115: * Rename "User Preferences" window to "Settings" in the UI. We'll likely put workspace settings in there, separate from the global user settings. System settings should become separate from user settings in future to allow settings for specific hardware. * Add sidebar region for navigation (scrolls independently). Addresses space problems, so we can add more categories as needed now. * Increase size of Settings window to compensate new navigation bar. * Group sections into User Preferences and System. Icons for section groups by Andrzej Ambroz. Thanks! * Bumps subversion for file compatibility. Screenshot: https://developer.blender.org/F5715337 I also added categories for future work, but commented them out. We may also want to redesign contents of each section now. Reviewers: brecht, campbellbarton Differential Revision: https://developer.blender.org/D3088 Design Task: https://developer.blender.org/T54115
2018-11-21GP: Remove Target Weight switchAntonioya
2018-11-20GP: Refactor target weight paintAntonioya
Now, the target weight is defined as the final maximum value with a new property and all fields have be moved to brush struct.
2018-11-20GP: New option to paint a predefined weightAntonioya
Enabling this option, the weight is set to the predefined value and not the result of the sum of the paint actions.
2018-11-14Tool System: remove duplicate gpencil draw UICampbell Barton
Tool properties showed options twice.
2018-11-13UI: move gpencil paint into topbar only layoutCampbell Barton
Tool properties were duplicating UI elements.
2018-11-09Fix use of wrong icon IDs.Brecht Van Lommel
2018-11-09Tool System: add grease pencil primitive toolCampbell Barton
2018-11-07UI: Use icons for some operators.Pablo Vazquez
* Area and Workspace duplicate. * Toggle Area Fullscreen * Operator Search * Workspace reorder to front/back (arrows help to know which direction means front/back)
2018-11-04UI: move gpencil tool-draw code to topbarCampbell Barton
The grease pencil UI was showing twice in tool properties space. Move to top-bar because this UI is meant as quick convenience access which is expanded on in the tool properties editor.
2018-11-03UI: show brush selector in topbarCampbell Barton
2018-11-01UI: show messages and progress in topbar when status bar is collapsed.Brecht Van Lommel
2018-11-01GP: Reorganize origin popover and top areaAntonioya
- Draw on back buttons moves near mode - zDepth offset moved from View Panel to Popover - Target for Stroke mode moved to popover - New First point snap mode
2018-10-31GP: Change icon for draw on backAntonioya
2018-10-30GP: Back Stroke projection modeAntonioya
Back the old 2.7x stroke mode when drawing. This mode try to project the new strokes over the previous strokes.
2018-10-25UI: move 2d paint panels to topbar & toolsettingsCampbell Barton
Removed 'Tool' and 'Options' panels, both these settings are quite obscure and already available in the 'Brush' menu.
2018-10-25Fix top bar unified color & image paint brushCampbell Barton
2018-10-19UI: move reports / job back to status bar, but make it more visible with color.Brecht Van Lommel
2018-10-18Links: update development fund link to new URL.Brecht Van Lommel
2018-10-17UI: particle deflector options in topbarCampbell Barton
See: T57228
2018-10-13GP: Remove Layer order userprefs parameterAntonioya
After a lot of discussion about this option (see 18f117594004) we have decided set always the order of GP layers in 2D mode (Top->Down) and remove the parameter from User Preferences screen. Internally all works equal, but in the UI the list is inverted. The filter buttons to reverse the list or sort alphabetically have been removed because these buttons are not logic in this context.
2018-10-12UI: move layer up/down reverse into the operatorCampbell Barton
2018-10-11GP: Invert UP/DOWN buttons when layer list is invertedAntonioya
This fix the task T56985
2018-10-08UI: new icon set by Andrzej Ambroz.Brecht Van Lommel
This is a monochrome icon set, with a more modern look and icons for various features that did not have a proper icon before.
2018-10-05Context: add uv_sculpt_objectCampbell Barton
While this may be temporary, it avoids copy-pasting these checks in Python code.
2018-10-05UI: show uv sculpt options in topbar & toolsettingsCampbell Barton
2018-10-05Cleanup: remove gpencil label from common code pathCampbell Barton
2018-10-05Tool System: prepare for showing non 3D view toolsCampbell Barton
2018-10-01Cleanup: use standard prefix for boolean settingsCampbell Barton
Avoid using 'add' as a prefix, it reads like a method.