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-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
2018-12-05GP: Add icon for Arc primitiveCharlie Jolly
2018-11-30Icons: uv-sculptWilliam Reynish
2018-11-29Workbench: Add 4 default studio lightsClément Foucault
Made by me. Not definitive, subject to change.
2018-11-29New splash image for Beta.Brecht Van Lommel
This one focuses on the development fund campaign. We plan to do more more splash updates during the Beta.
2018-11-27make node editor tool region background transparentPhilipp Oeser
followup to rB1944bca49a22c18b059d84daf56908b6e15591ad Differential Revision: https://developer.blender.org/D3999
2018-11-27UI Theme: Transparent toolbar for UV/Image Editor and consistency tweaks.Pablo Vazquez
Spotted by the community during a live stream!
2018-11-25UI: Initial User-Preferences redesignJulian Eisel
Implements the first changes for T54115: * Rename "User Preferences" window to "Settings" in the UI. We'll likely put workspace settings in there, separate from the global user settings. System settings should become separate from user settings in future to allow settings for specific hardware. * Add sidebar region for navigation (scrolls independently). Addresses space problems, so we can add more categories as needed now. * Increase size of Settings window to compensate new navigation bar. * Group sections into User Preferences and System. Icons for section groups by Andrzej Ambroz. Thanks! * Bumps subversion for file compatibility. Screenshot: https://developer.blender.org/F5715337 I also added categories for future work, but commented them out. We may also want to redesign contents of each section now. Reviewers: brecht, campbellbarton Differential Revision: https://developer.blender.org/D3088 Design Task: https://developer.blender.org/T54115
2018-11-23Icons: add Select tool icon.Brecht Van Lommel
2018-11-22UI: fix wrong icons after recent update.Brecht Van Lommel
This cleans up old icon .data files that were still hanging around, but not in the SVG anymore.
2018-11-22Icons: binary data update from SVGCampbell Barton
2018-11-22Icons: updates by jendrzychCampbell Barton
Changed to correct disclosure triangles everywhere, added new icon for Output Properties, added new icons for Image & Empty types in Add menu, added icons for add-on types, plus other tweaks and adjustments.