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
2018-12-18Fix T59496: Movie Clip Editor does not display metadataSergey Sharybin
2018-12-18Transform: when snap affect is off for a transform mode, ignore snap ↵Brecht Van Lommel
settings entirely. Ref D4022.
2018-12-18Theme: too low contrast blender_light edit-edgeCampbell Barton
We tried this already for the default theme, but grey edges often don't stand out against matcaps/solid shading.
2018-12-18Missed when renaming tool settingsCampbell Barton
2018-12-18Cleanup: python quotesCampbell Barton
2018-12-18Fix T59461: Follow active quad assertsCampbell Barton
2018-12-18Transform: option to use incremental snappingCampbell Barton
This resolves this issue where users would enable a snapping mode besides incremental (vertex for eg), then notice strange behavior w/ rotate and scale. While this ability can be useful, it's quite an obscure use case. Now changing snap-modes keeps rotate and scale using incremental snap, with the option for these modes to be affected by other snapping modes. D4022 by @kioku w/ own minor edits.
2018-12-18UI: use icons for text edit copy/pasteWilliam Reynish
2018-12-18UI: Extend context menu to check current selectionWilliam Reynish
- This extends context menus, checking the selection in some cases to conditionally show operators. - When nothing is selected, add, paste .. etc are added to the menu. - Use columns when mixed mesh modes are used (vert/edge/face). - Move armature naming operators into sub-menu. See D4043
2018-12-17GP: Change order of primitive buttonsAntonioya
Group them in a more logic way.
2018-12-17Fix T59112: bone pinning errorPhilipp Oeser
Reviewers: angavrilov, brecht Maniphest Tasks: T59112 Differential Revision: https://developer.blender.org/D4057
2018-12-17Fix T59172: Blender 2.7x keymap error when setting pivot pointPhilipp Oeser
- only call pivot/orientation pies in non-legacy mode (had duplicate entries) - space_data.pivot_point > tool_settings.transform_pivot_point Reviewers: brecht Maniphest Tasks: T59172 Differential Revision: https://developer.blender.org/D4088
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-17Theme: use grey for blender_light inactive menu textCampbell Barton
There wasn't enough difference between labels and menu item text which could be selected.
2018-12-17Theme: use black for blender_light view-overlayCampbell Barton
Cursor axes & transform guide contrasting w/ background was too low.
2018-12-173D View: empty image option to show front/backCampbell Barton
Only back was possible.
2018-12-17DNA: clear / remove deprecated flagsCampbell Barton
- Clear deprecated flags for ID's: Scene, Sequence, World, Object & Mesh. - Clear deprecated flags for Spaces: outliner, 3D view & image. - Remove unused `Mesh.drawflag` - Remove unused `USER_ALLWINCODECS`, `USER_MMB_PASTE`. - Remove `V3D_SOLID_TEX` & `V3D_ZBUF_SELECT` - used in a few areas. - Flip `Object.empty_image_visibility_flag` (avoids do-version on each new flag) - Rename 'Backside' -> 'Back' in context of drawing - showing 'Back' makes sense.
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-16GP: Primitive: Add curve tool iconCharlie Jolly
Thanks @billrey
2018-12-16UI: initialize Overridable Static checkbox for custom properties.Alexander Gavrilov
2018-12-16Theme: blender_light text editing colors were too similarCampbell Barton
Make the background of text editing fields dark to contrast with selection and the cursor, similar to T59219.
2018-12-16Cleanup: theme right shiftCampbell Barton
2018-12-16Theme: include new colorsCampbell Barton
No visible changes.
2018-12-16Cleanup: styleCampbell Barton
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-15Fix T59396 Grease pencil brush crashAntonioya
The problem was the brush was not initializated because some code was missing (marked as ToDo)
2018-12-15Fix UV editor missing/typo circle_selectDalai Felinto
2018-12-14GP: Added keymaps for Sculpt selectAntonioya
Still T58986 not fixed.
2018-12-14GP: Fix missing changes after rename CTXAntonioya
Thanks to Charlie Jolly for find the bug.
2018-12-14fix shader editor errors when showing world shader treePhilipp Oeser
probably an oversight in rBd40bffa17f6d Reviewers: brecht Differential Revision: https://developer.blender.org/D4079
2018-12-14GP: Rename CTX and OB modesAntonioya
Part of T59335.
2018-12-14Edit Curve: Add Normal size in overlay popover and change default rangeClément Foucault
Change default range to 0..2 to improve the slider behavior.
2018-12-14UI: tweak text editing fields for higher contrastCampbell Barton
By default the text button background color was a similar brightness to the cursor, making it hard to see at times. Button types number/slider/text background brightness when editing varied quite a lot too. - Change the background while editing to match the number button. - Darken the selection for greater contrast. Resolves T59219
2018-12-14Correct error in last commitCampbell Barton
2018-12-14Keymap: correct keymap namesCampbell Barton
Generated names include the current context mode which is irrelevant for generic 3D view tools.
2018-12-14Keymap: only use double-click MMB w/ LMB selectCampbell Barton
2018-12-14Preferences: add option for header positionCampbell Barton
Sets the header position for newly created windows with few exceptions (preferences is always bottom, file-selector is always top).
2018-12-13UI: show workspace cycling key bindings in menuCampbell Barton
2018-12-13GP: New Smooth operatorAntonioya
Smooth a stroke, in edit mode, similar how mesh operator works with meshes.
2018-12-13Fix T58549, T56741: HSV color picker issues with Filmic view transform.Brecht Van Lommel
In 2d655d3 the color picker was changed to use display space HSV values. This works ok for a simple sRGB EOTF, but fails with view transforms like Filmic where display space V 1.0 maps to RGB 16.292. Instead we now use the color_picking role from the OCIO config when converting from RGB to HSV in the color picker. This role is set to sRGB in the default OCIO config. This color space fits the following requirements: * It is approximately perceptually linear, so that the HSV numbers and the HSV cube/circle have an intuitive distribution. * It has the same gamut as the scene linear color space. * Color picking values 0..1 map to scene linear values in the 0..1 range, so that picked albedo values are energy conserving.
2018-12-12Templates: remove redundant directory initCampbell Barton
This is now handled when versioning all startups.
2018-12-12Fix T59208: Error when loading reference/background image in edit modeJacques Lucke
2018-12-12UI: use consistent subdivision modifier name when creating from shortcuts.Brecht Van Lommel
2018-12-12Point API doc to proper path.Bastien Montagne
We'll have to update that again once we move 2.8 to master...
2018-12-12Merge branch 'master' into blender2.8Bastien Montagne
2018-12-12Fix T59213: Application menu links to outdated version of Python API.Bastien Montagne
Somehow those links were forgotten when we renamed API doc to simpler names last year...
2018-12-12Keymap: event type filter w/ finding keymap itemsCampbell Barton
Now its possibly to ask for only keyboard/mouse/ndof events when finding key map items.
2018-12-12PyTemplates operator_modal_timer: update to 2.8Philipp Oeser
use keyword argument Fixes T59232