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-04-14Render: new material previewWilliam Reynish
* EEVEE support through irradiance volume and light probe. * New shader ball shape (designed by Robin Marin). * New cloth and liquid shapes, removed monkey. * Replace world sphere by toggle to use world for any shape. * Slight bevel on cube. * More subdivision for displacement preview. * Fixed and improved UV mapping for all shapes. * Material icon / asset preview now uses specified shape instead of always a sphere. So for example hair material can be displayed as hair. Ref T57683
2019-04-04Fix: Erratic collision response when using constraints on collidersBenjamin Meyer
Missing dependency, which made collission to access object transform prior it was evaluated. Reviewers: sergey Differential Revision: https://developer.blender.org/D4636
2019-03-30UI: Icons updateWilliam Reynish
New icons from Andrzej Ambroż / jendrzych: -Adds separate icons for 3D Cursor orientation and pivot Also, many dozens of tweaks and updates - too many to mention here. Full list is on Devtalk
2019-03-28UI: tweak display of report messages in the status bar.Nathan Craddock
Remove fading away the color, share theme colors with info editor. Differential Revision: https://developer.blender.org/D4197
2019-03-28UI: Theme: Make selected text stand outWilliam Reynish
Previous selected text color was almost invisible against the dark background. Use same selected/highlight color as in other places in the default theme. Issue reported on Devtalk by user Symstract
2019-03-12Icons: Add Links Cut icon to Node Editor, plus other tweaksWilliam Reynish
- Tweaks to Paint Mode Fill and Sample tool icons - Tweaks to GP Add Primitive icons
2019-03-11Fix T62255: Blender defaults to "OpenAL Soft" in sound settings, regardless ↵Jörg Müller
of saved preferences - Default device (index 0) was hard coded. - Also fixing crash with invalid device passed to blender via -setaudio.
2019-03-10Fix T60171: Hair Particles Not Displaying in ViewportClément Foucault
This patch fixes T60171 by adding a dummy read from the `dummy` vertex attribute to `hair_get_pos_tan_binor_time` in `common_hair_lib.glsl`. Confirmed to work on my machine (macOS 10.14.4 Beta, Radeon R​9 M295X). According to my experiments regarding this issue, the problem is triggered when all of the following conditions are met: (a) the shader has no vertex reads; (b) the index buffer is ≥ 256KiB. I can't really give an explanation of this misbehavior because of the video driver's closed-source nature. Reviewers: fclem Reviewed By: fclem Subscribers: zeddb Maniphest Tasks: T60171 Differential Revision: https://developer.blender.org/D4490
2019-03-08Icons: Add GPencil Extrude and Radius icons (take 2)William Reynish
Also, revision of icons for paint modes, based on suggestions by Aslam Cader. Previous commit accidentally included an extra file.
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-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-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
2019-03-03Tools: Add Randomize to Curve Edit toolbarWilliam Reynish
2019-03-03Icons: Make blender_icons_geom_update.py support macOSWilliam Reynish
2019-03-03Tools: Add Shrink/Fatten to Curve Edit ToolbarWilliam Reynish
2019-03-02Revert accidental change in submodules from last commitLuca Rood
This reverts part of commit d5c2be7031912cca8f58e90283eb52f63f71b32f.
2019-03-02CMake: Use static libstdc++ for static buildsLuca Rood
This enables static linking of libstdc++ by default when building using `WITH_STATIC_LIBS`. This makes builds more portable for anyone making static builds (in particular for older systems). Reviewed By: brecht, campbellbarton, sergey Differential Revision: https://developer.blender.org/D4393
2019-02-28icons_geom: update from svn rev 62198Campbell Barton
In the future we'll try to avoid such big updates, adjusting to material colors could have caused so many files to change.
2019-02-27Fix T61988: Bevel mitering on small objects.Howard Trickey
When edges had small length (less than about .005) the angle classification didn't work. Needed some normalization of vectors.
2019-02-26Grease Pencil: Strokes Cut iconDalai Felinto
The icon was there, but it was not in the Export collection, nor was it correctly named.
2019-02-26UI: IconsWilliam Reynish
New icons from Andrzej Ambroż / jendrzych: -New trash icon for deleting ID's and other data (currently unused) -New icon for the Grease Pencil select between strokes mode -New icon for Proportional Editing Root Falloff curve Also adjustments for Jump to Next / Prev. Keyframe, Camera ObData, Point Light ObData, Light Probe Object and ObData, Collection & Save icons.
2019-02-16DNA: rename theme space typesCampbell Barton
Follow enum naming convention, use "space_" prefix instead of "t".
2019-02-15ctodata: make stripping the last byte optionalCampbell Barton
2019-02-13fix build on xcode with openmpArto Kitula
2019-02-13Cleanup: unused DNA struct membersCampbell Barton
- Timeline theme. - 3D view runtime variables. - Exclude EditLatt from SDNA.
2019-02-11Fix T61376 Group Node Node Editor theme property is missing alpha channelSebastian Parborg
It is now possible to adjust the group node background alpha. The defaults are the same as before, but you can now adjust the alpha level via the theme preferences (and the alpha value is no longer hard coded).
2019-02-05Cleanup: remove contributors for Python filesCampbell Barton
Following removal from C source code. See: 8c68ed6df16d8893
2019-02-01Color management: change view transform for color pickers and display modes.Brecht Van Lommel
* Use simple default view transform for color pickers, as Filmic does not work well for all types of colors. We better handle this with an option and tagging of colors as emissive or albedo like. * For solid/workbench we also no longer use Filmic, as there is not enough contrast and it's not really needed since this is not physically based lighting. * For lookdev always take into account the view transform and look. Other view settings like exposure are only taken into account if scene lighting is used, since these are often dependent on scene light intensity. Fixes T61022, T57649, T59363.
2019-01-29Bevel - better corner shapes for inner arc miters.Howard Trickey
The subdivision method for getting corner shapes has a fullness parameter which had been set by eye before. This change uses fullness as found by offline search process to best match the superellipsoid octant in the cube corner case (except cube corner case is still handled by other code). This somewhat improves the look of cube corners with inner arc miters, however.
2019-01-24Fix theme color use for clipping regionCampbell Barton
Color needed to be converted to linear in the engine, not the theme.
2019-01-233D View: draw clipping regionCampbell Barton
Only for workbench solid/wire modes.
2019-01-11Fix background color use in 3D viewCampbell Barton
TH_BACK was being used when drawing the 3D view even though there was no way to set the color in the preferences. The color was zero'd when moving to the new 2.8x theme. Having both gradient and background colors was confusing, especially having to use 'TH_HIGH_GRAD' for the 3D view, 'TH_BACK' for other views. Move the background color back to 'TH_BACK', 'TH_BACK_GRAD' is used when gradients are enabled. RNA is unchanged so presets don't need updating.
2019-01-07Fix T59151 Bevel modifier has bad input width for percent.Howard Trickey
The units scaling was inappropriate when the bevel value was to be interpreted as a percent, so added a separate rna property for "Width Percent" and made UI show the width appropriate for current offset_type.
2019-01-05UI: Preferences Redesign Part 2Severin
(Part 1 was 00963afc14978b) Does the following changes visible to users: * Use panels and sub-panels for more structured & logical grouping * Re-organized options more logically than before (see images in D4148) * Use flow layout (single column by default). * New layout uses horizontal margin if there's enough space. * Change size of Preferences window to suit new layout. * Move keymap related options from "Input" into own section. * Own, left-bottom aligned region for Save Preferences button. * Adjustments of names, tooltips & icons. * Move buttons from header into the main region (except editor switch). * Hide Preferences header when opened in temporary window. * Use full area width for header. * Don't use slider but regular number widget for UI scale. * Gray out animation player path option if player isn't "Custom" Internal changes: * Rearrange RNA properties to match changed UI structure. * Introduces new "EXECUTE" region type, see reasoning in D3982. * Changes to panel layout and AZone code for dynamic panel region. * Bumps subversion and does versioning for new regions. RNA changes are documented in the release notes: https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Python_API/Preferences_API Design & implementation mostly done by @billreynish and myself. I recommend checking out the screenshots posted by William: https://developer.blender.org/D4148#93787 Reviewed By: brecht Maniphest Tasks: T54115 Differential Revision: https://developer.blender.org/D4148
2019-01-03Fix T58113 Multiple problems with bevel harden normals.Howard Trickey
Move the bevel hardening code all into bmesh_bevel.c. Based on user feedback, rewrote the bevel hardening algorithm to be more what users want. Based on user feedback, changed the UI, removing some not-useful options. Now hardening normals while beveling is enabled by a simple checkbox. Now setting face strength gives options for which faces get their face strength set.
2018-12-31Templates: tweaks to startup templates.Brecht Van Lommel
* 2D Animation: lots of changes from the grease pencil team. Properties editor layouts, brush and material settings, and more. * 3D Viewport: wireframes set to 1.0. * World: use nodes by default. * Node Editor: use narrow toolbar.
2018-12-31Viewport: update default set of HDR images.Brecht Van Lommel
Add city, courtyard and interior HDRs. Replace grass field and night HDR with different images. Command used for compression: oiiotool %s --resize 1024x512 --ch R,G,B -d float --compression dwab:300 -o output/%s
2018-12-31Cleanup: remove unused camera studio lights.Brecht Van Lommel
2018-12-31UI: icon set updates by Andrzej Ambroz.William Reynish
2018-12-27Merge branch 'blender2.7'Brecht Van Lommel
2018-12-22Point locale sub-repo to blender2.7 branch.Bastien Montagne
Since we start translating for 2.8 very soon, better to archive 2.7x translations in their own branch. ;)
2018-12-20Fix T59626: Outliner rename overlaps iconsCampbell Barton
Fix for T59219 was using low alpha-light grey for text background so editing text would always be slightly brighter then the existing background. This causes outliner rename to have low alpha making text overlap icons. Use solid color to avoid issues with overlapping UI elements in the future.
2018-12-18Fix T59496: Movie Clip Editor does not display metadataSergey Sharybin
2018-12-16GP: Primitive: Add curve tool iconCharlie Jolly
Thanks @billrey
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-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-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