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-08-28UI: text keyword argument to labelCampbell Barton
Prepare for keyword only args
2018-08-27GP: New operator to copy layers between objectsAntonioya
The operator allows to copy a complete layer with all frames or only active frame to a new object. Can be found in edit specials menu (W key) or in Layers specials menu (last button near layer list).
2018-08-25GP: Select color in Brush or in PropertiesAntonioya
After some artist feedback the material selection was not clear. Now, the material can be selected in the top bar or in the properties panel. 1) If the material is selected in properties panel, all Brushes except pinned will be assigned to this material. 2) If the material is selected in the brush, the properties panel is updated to set the active material. Added a new Pin icon to keep locked the material to one brush
2018-08-24GP: Add arrange strokes to edit specials menuAntonioya
2018-08-24Fix T56511: UILayout.prop_search misalignedCampbell Barton
Add padding when used with property decorations.
2018-08-24UI: remove hack to align search propertiesCampbell Barton
2018-08-23Fix single column UI: grey out B-Bone properties when not a B-Bone.Alexander Gavrilov
There was a mistake when the UI was converted to the new layout style.
2018-08-23Workspaces: move delete to right click menu, instead of X on tab.Brecht Van Lommel
These are not intended to be closed as often as e.g. browser tabs, they are intended to be more persistent and accidental closing should be avoided.
2018-08-23UI: rename Grease Pencil panels in toolbar to Annotation.Brecht Van Lommel
To match the panels in the N key sidebar.
2018-08-23UI: Physics panel minor adjustmentsWilliam Reynish
Flow panel had a wrong name when the checkmark was used in the header, fixed alignment in softbody panel & fixed wrong active state for Cloth Pin.
2018-08-23Icons: new icons for sculpt border hide/maskWilliam Reynish
2018-08-23Fix annotate tool in the 3D viewCampbell Barton
We can't share tools between space-types since they contain keymaps that store the space type.
2018-08-23Cleanup: use staticmethod when class isn't usedCampbell Barton
2018-08-23UI: rename "Ruler" to "Measure"Campbell Barton
2018-08-23Add Torus: default generate UV's to trueCampbell Barton
2018-08-23Compositor: Film-like curveJeroen Bakker
Film-like curves for the RGB Curve node (Compositor) and Curve Modifier (Sequencer) Film-like curves originated from Adobe. "It’s an RGB curve where the tone curve is applied on the largest and smallest value, and then the middle value is adapted to keep a constant hue as defined by RGB-HSL/HSV. In terms of look and saturation increase it’s very similar to a pure RGB curve, more so than a HSL-L curve or HSV-V curve, but some color shift problems are avoided." Other tools like Natron, Krita and RawTherapee have implemented this curve tone. Reviewers: brecht, campbellbarton Reviewed By: brecht Tags: #compositing, #video_sequencer Differential Revision: https://developer.blender.org/D3638
2018-08-23Tool System: Popup toolbar keymap improvementsCampbell Barton
- Add support for key_modifiers, so grease pencil gets "D". - Assign number keys for unmapped items This means all tools get keyboard access, use number/numpad to avoid confusion with other keymap items which directly activate the tool.
2018-08-23Tool System: Sculpt border hide/mask toolsCampbell Barton
2018-08-23Tool System: remove cursor tool from paint modesCampbell Barton
2018-08-22UI: Move UV menu to the header.Pablo Vazquez
UV Unwrapping is too important to keep it under a sub-menu.
2018-08-22Tool System: expose correct UV for vert/edge slideCampbell Barton
2018-08-22Tool System: bevel now confirms on releaseCampbell Barton
2018-08-22Tool System: options for bevel toolCampbell Barton
2018-08-22Cleanup: RNA namingCampbell Barton
2018-08-22UI: move brush appearance inside overlay panelCampbell Barton
2018-08-22Tool System: loop cut, confirm on releaseCampbell Barton
When accessed as a tool it felt awkward to click twice to execute.
2018-08-22Tool System: add cuts & correct UV's optionsCampbell Barton
2018-08-22UI: use display popover for image spaceCampbell Barton
Also menu corrections and move scopes to sidebar. D3625 by @lijenstina w/ minor edits
2018-08-21GP: Force Fill triangulation data recalcAntonioya
Add a general parameter to force the recalc of the triangulation data because some modifiers could change the geometry and the filling triangles would not be right. Now, the parameter is visible in UI panel because this option reduces FPS, but maybe in the future we can keep always ON and remove the parameter.
2018-08-21Merge branch 'master' into blender2.8Brecht Van Lommel
2018-08-21UI: disable new text hinting from D3201 by default for now.Brecht Van Lommel
This changes the text hinting setting to be an enum with options Auto / None / Slight / Full. The default is Auto which currently disables hinting. The hinting was tested with a new FreeType version, but this is not what is used on the buildbots an official release environment, and the fonts look quite bad because of that. Once FreeType has been upgraded we can change the default. Even then the results are not ideal, perhaps due to missing subpixel positioning and linear color blending support in BLF.
2018-08-21Fixup for Setup Tracking SceneDalai Felinto
Issues introduced on: 17c245e2945968e073731f1799c093b3d807f0a3 (own error for the records).
2018-08-21Fix T56413: Setup Tracking Scene not working in 2.8Dalai Felinto
Patch by Sebastian Koenig and me, with review and suggestions by Sergey Sharybin. https://developer.blender.org/D3626
2018-08-21Motion Tracking: Script cleanupDalai Felinto
2018-08-21Tool System: loopcut preview & activate on clickCampbell Barton
The loop cut tool now works as expected for the tool-system, where hovering previews the loop and clicking activates. This uses a new gizmo type to pre-select the edge.
2018-08-21Cleanup: trailing spaceCampbell Barton
2018-08-20Workspaces: remove separate workspaces.blend config file.Brecht Van Lommel
This is quite confusing in the current UI, with both startup.blend and workspaces.blend containing a list of workspaces. In practice you'd usually want to save workspaces to both files. The downside of having a single file may be that you then can't disable certain workspaces by default, but we could add a setting for that.
2018-08-20Image Editor: Add active tool button for Annotations (WIP - Event handling ↵Joshua Leung
not working) This reuses the tool defines for the 3D view. However, for some reason, the events don't seem to be getting fired off here, like the tool system is getting ignored here completely. FIXME: Resolve the event handling issues
2018-08-20UI: Small adjustments to Smoke properties layoutWilliam Reynish
2018-08-20Motion Paths UI: "Update from Scene Range" operatorJoshua Leung
Make it easier to update the frame range for motion paths from the Scene's current frame range (render or preview range)
2018-08-19Workbench: hide background option for OpenGL renderJeroen Bakker
When OpenGL renderer is selected the option for background colors are displayed, but ignored. For now we hide this option as it makes no sense to have a viewport color option without viewport or render a 'final' with a theme color.
2018-08-17UI: save statusbar/topbar collapsed state per screen.Brecht Van Lommel
This can now also be set from the Window menu in addition to dragging.
2018-08-17Fix more image editor Python errors after switching workspaces.Brecht Van Lommel
2018-08-17Fix error with image editor toolsystem when switching to some workspaces.Brecht Van Lommel
2018-08-17Physics Rigid Body: Use Single Column and Grid Flow layoutVuk Gardašević
(and Rigid Body Constraint) See D3613
2018-08-17Physics Soft Body: Use Single Column and Grid Flow layoutVuk Gardašević
See D3612
2018-08-17Physics Dynamic Paint: Use Grid Flow, sub-panels layoutVuk Gardašević
See D3611
2018-08-17Physics Force Field and Collision: Use Single Column and Grid Flow layoutVuk Gardašević
See D3609
2018-08-17Physics Common: Use Single Column and Grid Flow layoutVuk Gardašević
See D3605
2018-08-17Physics Smoke: Use Single Column and Grid Flow layoutVuk Gardašević
See D3567