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-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
2018-12-12Fix T59170: Box select ignores modifiers-keys once tool option is setCampbell Barton
- Key-map items properties now override tool-options so modifier keys can have different behavior to the default action. - Box & circle select now have `wait_for_input` properties instead of detecting this based on selection options being set or not. This relied on the key-map setting properties which may need to be initialize from the tool settings.
2018-12-12Keymap: add Shift-F1..3 editor shortcutsCampbell Barton
Some frequently used editors didn't have F-key access.
2018-12-12Revert "Tweak UI message of Ruler tool."Campbell Barton
This reverts commit 1bf0a4f4d0d8c7e748f40d634aebf55eb37435ba. This is a bug, clicks shouldn't remove rulers since it's too easy to accidentally click instead of dragging.
2018-12-12Fix toolbar key-accelerator w/ LMB selectCampbell Barton
Tweak events were masking hotkey access. Reported in T55162
2018-12-10GP: Remove Object Onion Skin switchAntonioya
It was confusing to have two switches.
2018-12-10GP: Replace Clamp iconAntonioya
2018-12-10Tweak UI message of Ruler tool.Bastien Montagne
It's much simpler to just click on one end, than dragging it outside of view. ;) Related to T59084.
2018-12-08User Interface: Add button color for indicating that the value differs from ↵Lukas Stockner
the interpolated one One issue that especially newer users often run into is that they accidentally reset changes to the scene by switching frame without creating a keyframe first. Therefore, this commit adds a new color that is used to draw properties if their current value differs from the one that would be set when switching to this frame. This works both for existing keyframes as well as for currently interpolated frames. Unfortunately the flags in but->flag are full, so I had to move the new flag to but->drawflag and pass that to all relevant functions. I went with orange for the color since afaics it fits with the green and yellow that are currently used for keyframe states and since it's somewhat reddish to signify that there might be something to look out for here. Reviewers: campbellbarton, #user_interface, brecht Reviewed By: campbellbarton Subscribers: brecht, predoe Differential Revision: https://developer.blender.org/D3949
2018-12-08Cleanup: styleCampbell Barton
2018-12-07Metadata: add hostname to the available metadata optionsSybren A. Stüvel
Having the hostname allows us to identify which machine rendered which frame in our render farm. This simply uses the host's name, and doesn't do any DNS lookup of any IP address of the machine. As such, it's only usable for identification purposes, and not for reachability over a network. Reviewers: sergey, brecht Reviewed By: sergey Differential Revision: https://developer.blender.org/D4047
2018-12-07add 'Control Points' and 'Segments' editmode menus for SurfacesPhilipp Oeser
Fixes T58922 Reviewers: brecht, billreynish Maniphest Tasks: T58922 Differential Revision: https://developer.blender.org/D4046
2018-12-07Add license headers for app-templatesCampbell Barton
2018-12-07Fix T58897: Show folders in video editing templateCampbell Barton
Show folders and start in the users home.
2018-12-07UI: add material settings in shader editor sidebar.Lucas Boutrot
Differential Revision: https://developer.blender.org/D3926
2018-12-07Fix T58898: Python error clicking in empty space in text edit mode.Brecht Van Lommel
2018-12-06Fix T58223: curve tilt not working correct with left click select.Brecht Van Lommel
2018-12-06Fix T58863: 'Smooth/Flat Shading' to 'Shader Smoot/Flat' in context menuJacques Lucke