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: Contextual menusWilliam Reynish
-Rename 'Specials' menus to 'Context' menus for Grease Pencil -Make Grease Pencil contextual menus follow the design of the regular contextual menus more -Add more useful operators to the contextual menus in the paint modes
2019-02-26GP: Draw: Stroke TrimCharlie Jolly
New edit mode operator and post-processing brush option. Trim works on a single GP stroke. It removes trailing points before and after the first intersection (or loop) nearest to the start of the stroke.
2019-01-30Cleanup: line lengthCampbell Barton
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-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.
2018-12-30GP: Mew Merge Strokes operatorAntonioya
This operator allows to create a new stroke joining several selected points of different strokes. The new stroke will use the current material. To use, first select the points to be merged. Optionally can remove the old points and strokes. The operator is available in Edit mode in the Specials menu and Stroke menu.
2018-12-24Fix/cleanup typos and such in UI messages (and some comments).Bastien Montagne
2018-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
Also (mostly in comments): behaviour -> behavior (we use American English).
2018-12-20Cleanup: styleCampbell Barton
2018-12-18Missed when renaming tool settingsCampbell Barton
2018-12-17Merge branch 'master' into blender2.8Campbell Barton
2018-12-17Cleanup: use 'tool_settings' name everywhere in UI scriptsCampbell Barton
2018-12-17Context: remove active_gpencil_brushCampbell Barton
We don't have this for other painting modes, no need for a special case here.
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-10GP: Remove Object Onion Skin switchAntonioya
It was confusing to have two switches.
2018-12-10GP: Replace Clamp iconAntonioya
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-12-02Cleanup: de-duplicate gpencil material UICampbell Barton
Top-bar and properties-editor were near duplicates.
2018-11-28Add Onion Skin support to AnnotationsAntonioya
The old onion skinning used in 2.7x has been ported and converted to 2.8. Only basic features have been included. For more advanced onion skin features, use grease pencil objects. Onion Skin is supported in View 3D and Sequencer.
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-21Cleanup: warningsCampbell Barton
2018-11-18GP: Rename GPENCIL_OT_brush_paint to GPENCIL_OT_sculpt_paintAntonioya
This makes the operator name more consistent. Part of T57818
2018-11-13Tool System: use enum for gp sculpt/weight paintCampbell Barton
Fixes T57525
2018-11-10Cleanup: namingCampbell Barton
2018-11-02Tool System: brushes are now categorized by toolCampbell Barton
The toolbar now shows brush types, the brush selector now only shows brushes matching the current tool type. Details: - Add's Paint.tool_slots (used by the toolbar). - Removed custom grease pencil brush tool code. - Bumped subversion. See T57526 for details.
2018-11-01UI: Rename "Cursor to Center" to "Cursor to World Origin"Pablo Vazquez
Center is misleading since it could mean the center of the objects, selection, etc. Python API is left as is to not break compatibility. Maybe it could be renamed as well?
2018-10-31Cleanup: grease pencil RNA namingCampbell Barton
Follow naming conventions for boolean's, Also rename enable_settings -> use_settings_postprocess.
2018-10-31Cleanup: remove redundant 'gpencil_' prefixCampbell Barton
Also rename 'gpencil_brush_type' -> 'tool' & correct typo.
2018-10-16Small change to Annotation panelAntonioya
Add one line more by default
2018-10-16Set Annotation list in Top-Down orderAntonioya
This makes consistent the orders of any grease pencil related list
2018-10-15Add popover for Annotations in topbarAntonioya
Part of T57211
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-05UI: rename Border Select -> Box SelectCampbell Barton
See: T56648
2018-10-01Cleanup: use standard prefix for boolean settingsCampbell Barton
Avoid using 'add' as a prefix, it reads like a method.
2018-09-30GP: New option to disable lasso while drawingAntonioya
Now it's possible to disable the lasso effect of the fill color while drawing with a fill color. This sometimes is required to see the lines and it's the first step to implement a new lasso brush.
2018-09-30Fix T56970 GP: Sculpt mode : Grap tool doesn't workAntonioya
2018-09-27Cleanup: pep8Campbell Barton
2018-09-25GP: New pressure option for sculpt brush radiusAntonioya
2018-09-24GP: Move Unlock Color to Adjustments panelAntonioya
This option is not used all the time and can be moved to additional panel
2018-09-24GP: Some changes in Appearance panelAntonioya
2018-09-22GP: Change direction text depending of sculpt brushAntonioya
2018-09-22GP: Change appearance panel for sculpt brushesAntonioya
2018-09-21GP: More changes to sculpt panels and topbarAntonioya
2018-09-21GP: Initial changes in sculpt brush panelAntonioya
Move some options to subpanels
2018-09-21Cleanup: styleCampbell Barton
2018-09-20GP: Add new popover with layers panelAntonioya
2018-09-18GP: Change Frames title for Onion panelAntonioya
2018-09-12GP: Remove brush type from panelAntonioya
The brush type is get from previous brush