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-03-08Revert "Icons: Add GPencil Extrude and Radius icons"William Reynish
This reverts commit a44d75a9646cc37b3b6b10decd22db90247795d2.
2019-03-08Icons: Add GPencil Extrude and Radius iconsWilliam Reynish
Also, revision of icons for paint modes, based on suggestions by Aslam Cader.
2019-03-08RNA: rename bpy.data.grease_pencil to grease_pencilsCampbell Barton
All other sequences are plural here.
2019-03-07Properties Editor: Grease Pencil and pinning fixesDalai Felinto
The UI was trying to use screen_context.c for its poll and draw functions. So the active object and active object data and active layer was used in the UI, instead of the context one. Besides, for the material, the wrong context path was used altogether when the active object was a greasepencil. This would lead to all sort of pinning problems: * A Mesh panel is pinned, but the active object is a grease pencil, the grease pencil panels would show. * If a Grease Pencil (data) panel is pinned, but the active object is not the one pinned, nothing would show. * Material panels and pinning were totally broken, showing the material context for pinned mesh data panels even. I also sanitized the name of the panels, their inheritance and poll functions. Reviewers: antoniov, brecht Subscribers: billrey Differential Revision: https://developer.blender.org/D4470
2019-03-07Cleanup: remove redundant checkCampbell Barton
2019-03-07Cleanp: use static setsCampbell Barton
2019-03-07Fix T61671: Too strong too dark text shadow in Blender Light themeJacques Lucke
Reviewers: pablovazquez Differential Revision: https://developer.blender.org/D4468
2019-03-07Fix T61761: Randomize Transform is an object mode operatorJacques Lucke
Reviewers: brecht, billreynish Differential Revision: https://developer.blender.org/D4467
2019-03-07UI: Change UI name of Draw Labels to Include LabelsWilliam Reynish
For compliance with recent naming conventions.
2019-03-07UI: Use sub-panels inside Grease Pencil Onion Skinning panelWilliam Reynish
Reviewers: Antonio Vazquez (antoniov) Differential Revision: D4465
2019-03-07Image: use sample size instead of radiusCampbell Barton
It wasn't possible to sample a 2x2 region.
2019-03-07Tool System: use set/add/subtract for all lasso select operatorsCampbell Barton
2019-03-07I18n: Enable Thai language.Bastien Montagne
2019-03-07Tools: Add Radius tool to Grease Pencil toolbarWilliam Reynish
Icon pending.
2019-03-07Cleanup: de-duplicate selection keymap templatesCampbell Barton
2019-03-07Tool System: use set/add/subtract for all box select operatorsCampbell Barton
2019-03-07UI: Re-order toolbar in Curve Edit modeWilliam Reynish
Makes it more consistent with Mesh Edit mode, and uses same logic for grouping.
2019-03-07Tool System: add radius option to the image sample toolCampbell Barton
2019-03-07Tool System: add annotation tool to image editorCampbell Barton
Also add place-holder measure tool.
2019-03-07Cleanup: class nameCampbell Barton
2019-03-07UI: rename "Camera Lock" to "View Lock"Campbell Barton
Only 1 of the options in this panel apply to cameras.
2019-03-07UI: correct labelCampbell Barton
2019-03-07Cleanup: pylint warningsCampbell Barton
2019-03-06Minor UI fix: Disable stereo volume alpha when stereo volume is disabledDalai Felinto
2019-03-06Linux/freedesktop: update Blender app icon based on new guidelines.Jakub Steiner
* Use only scalable SVG icon. * Add symbolic variant for accessibility. * Remove shadow, this is added automatically. For more information see: https://gitlab.gnome.org/GNOME/Initiatives/issues/2 https://developer.gnome.org/hig/stable/icon-design.html.en
2019-03-06UI: Name changesWilliam Reynish
In accordance with T56648. - Render Border -> Render Region - Clipping Border -> Clipping Region - Instancing 'Scale' -> 'Scale to Face Size' - Instancing 'Rotation' -> 'Align to Vertex Normal' Python API is left as-is, for now. DIfferential revision: D4435
2019-03-06Collection duplication from Outliner: add a 'duplicate hierarchy' operation.Bastien Montagne
Point is, you may want to duplicate your set of collections, but not duplicate all their objects. Some notes: * Am rather skeptical about the practice of using operator name to define behavior of some common exec code. Imho, that should be a single operator with an enum to refine its behavior (@cambpellbarton may also have an opinion here?). Left it as-is for now, because this seems to be used by other operators too in that code. :/ * @dfelinto, @pablovazquez, @billreynish am not so happy with current names, but cannot find really good short ones either... Also, shouldn't we move those into a dedicated `Duplicate` sub-menu?
2019-03-06Fix: Proportional editing menu disappears after deleting objectWilliam Reynish
Differential Revision: D4460
2019-03-06Fix grease pencil sculpt circle keymapCampbell Barton
Missed when updating circle select operators.
2019-03-06Fix T62223: Particle select tools also show brush settingsCampbell Barton
2019-03-06WM: match select all behavior for the info spaceCampbell Barton
Adds select invert to the operator. D4454 by @Poulpator
2019-03-05Tool System: add select tools to particle editCampbell Barton
2019-03-05Tool System: add node circle select toolCampbell Barton
2019-03-05Tool System: use set/add/subtract for all circle select operatorsCampbell Barton
This applies changes from the 3D view circle select to other operators.
2019-03-05Cleanup: move keymap circle select items to templateCampbell Barton
2019-03-04GPencil: New extrude operatorAntonioya
Keymap: E - Extrude Gizmo supported. If the extrude points are the first or last of the stroke, the stroke is extended. If the extrude points are in the middle of the stroke, a new stroke is created because the grease pencil strokes can be only with 2 extremes and fold the stroke to get a new point gets very bad results. Still pending define a new icon. Also, it could be good to set by default XYZ axis in the gizmo. Note: There is a change in the transform_gizmo_extrude_3d.c gizmo for OB_MODE_EDIT_GPENCIL. This change must be undo when the mode will be integrated into OB_MODE_EDIT, but while we have both modes, we need to keep this code in order to keep running the gizmo.
2019-03-04Preferences: Add option to disable edit-mode wire AntialiasingClément Foucault
Requested by some users who prefer old wireframe precision. Smooth wires are still enabled by defaults as they don't have a noticeable perf impact. Application restart is needed for changes to take effects.
2019-03-04GPencil: Move Object Depth Order to ObjectAntonioya
There was a conflict between Object "In Front" and how the strokes were managed in Stroke panel for grease pencil datablock. In order to keep consistency, the order of the object has been moved to Object level and now it's using the standard "In Front" flag. As all it is 3D, the option "Back" has been removed. This also fixes the problem with task T62137. Also related to commit 54ffc4e19dc4 and D4405
2019-03-04UI: make text editor Text menu consistent with menus for .blend and images.Brecht Van Lommel
2019-03-04Cleanup: use single quotes for enumsCampbell Barton
2019-03-04Fix T62009: ԥ abkhazian letter shows as a square in Blender.Bastien Montagne
Added all 'Extended Cyrillic' chars I found in DejaVuSans (unfortunately that one does not have the complete set). Note: At some point we might want to switch to some more modern solution than our Frankenstein font (thinking about noto one)...
2019-03-04Add Thai language entry (hidden for until we get some translation).Bastien Montagne
2019-03-04Fix T62113: Color Management Curves CRGB buttons missingSebastian Parborg
Template was missing a type="COLOR" definition.
2019-03-04UI: Add descriptive tooltip to Curve Radius toolWilliam Reynish
Was previously just using generic transform tooltip.
2019-03-04UI: Rename Shrink/Fatten in curve contextual menu to fit with recent tool ↵William Reynish
name change
2019-03-04Fix unreported: Shrink/Fatten in Curve Transform menu fails because it was ↵William Reynish
calling the mesh edit mode operator
2019-03-04UI: Move paint context menus to panelsCampbell Barton
See proposal: T62130
2019-03-04Tools: Rename Curve Shrink/Fatten to RadiusWilliam Reynish
This is fundamentally different from Shrink/Fatten for meshes, because the control points are not moved, only the radius. Issue raised by Ronan Ducluzeau, name suggested by Campbell Barton
2019-03-04Icons: only use macOS override if blender not foundCampbell Barton
Otherwise `make icons_geom BLENDER_BIN=...` doesn't work as documented.
2019-03-03Tweaks to icons for curve shrink/fatten & tiltWilliam Reynish