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
2020-06-24UI: Add Extrude Manifold IconGermano Cavalcante
Differential Revision: https://developer.blender.org/D8016
2020-05-14Fluid: Rename smoke flow forces to fluid flow forcesSebastián Barschkis
Better to use more general term since in theory these forces can be used for smoke and liquid.
2020-04-15Resources: Remove small splash screen image variantJulian Eisel
After the previous commit by Harley Acheson, scaling can be handled at runtime so we don't need to have two splash screen image variants anymore. Also removes the `splash_scale.sh` script used to create the down-scaled variant. Always nice to get rid of some binary files from the repository :)
2020-03-25UI: remove non-unicode font and simplify default font loading codeBrecht Van Lommel
There is no need to have another font embedded in the Blender executable, we can assume the bundled font exists. In the future we may provide a fallback if the font specified by the user in the preferences is missing a character, but that can use our bundled international font. Differential Revision: https://developer.blender.org/D6854
2020-03-14UI: Larger Alert IconsHarley Acheson
Adding a set of larger icons for use in informational dialogs. Differential Revision: https://developer.blender.org/D6859 Reviewed by Campbell Barton
2020-03-14CMake: use spaces instead of tabs for icon updating scriptCampbell Barton
2020-03-14UI: Toolbar iconsWilliam Reynish
- Add icons for Sculpt Cloth, Clay Thumb and Draw Face Sets, as well as GP Tint, Replace and Transform Fill tools - Tweak icons for Sculpt Rotate, Pinch, Multiplane Scrape, Inflate, Blob, Draw Sharp, based on feedback on Devtalk
2020-02-17Fix: Forgot to include the blade icon in CMakeListsWilliam Reynish
This should make the Blade icon appear correctly in the Sequencer
2019-12-26UI: Add icons for Sculpt mode Topology & Multiplane Scrape toolsWilliam Reynish
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
A collection of smaller changes that are required in the /blender/source files. A lot of them are also due to variable renaming. Reviewed By: sergey Maniphest Tasks: T59995 Differential Revision: https://developer.blender.org/D3855
2019-11-30Cleanup: remove unused NDOF iconsCampbell Barton
2019-10-30UI: Add new toolbar icons for polyline & eyedropperWilliam Reynish
These are meant for use in Grease Pencil Draw mode.
2019-10-28CMake: add missing headers, use space before commentsCampbell Barton
2019-09-22UI: Add missing toolbar icons for Sculpt ModeWilliam Reynish
2019-09-12GPencil: New set of Brush iconsAntonio Vazquez
Added: Airbrush and Chisel Changed: Marker Design: @mendio Subscribers: mendio Differential Revision: https://developer.blender.org/D5774
2019-06-22UI: remove Visible IPO iconsCampbell Barton
These are duplicates of HIDE_ON/OFF.
2019-06-07Forgot this file in last commitWilliam Reynish
2019-05-20Fix compiling: Forgot this file in last commit.William Reynish
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat
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-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
No functional change, this adds LIB definition and args to cmake files. Without this it's difficult to migrate away from 'BLENDER_SORTED_LIBS' since there are many platforms/configurations that could break when changing linking order. Manually add and enable WITHOUT_SORTED_LIBS to try building without sorted libs (currently fails since all variables are empty). This check will eventually be removed. See T46725.
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-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-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-03Tools: Add Randomize to Curve Edit toolbarWilliam Reynish
2019-03-03Tools: Add Shrink/Fatten to Curve Edit ToolbarWilliam Reynish
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-05Cleanup: remove contributors for CMake filesCampbell Barton
Following removal from C source code. See: 8c68ed6df16d8893
2018-12-16GP: Primitive: Add curve tool iconCharlie Jolly
Thanks @billrey
2018-12-05GP: Add icon for Arc primitiveCharlie Jolly
2018-11-30Icons: uv-sculptWilliam Reynish
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-15Icons: add tilt toolWilliam Reynish
2018-11-09Correct error in last commitCampbell Barton
2018-11-09Icons: rename gpencilCampbell Barton
2018-11-09Icons: update to r62155Campbell Barton
- Tweaked GP toolbar icons and added Line, Rectangle & Circle. - Added the remaining toolbar icons for all our paint & sculpt modes. - Made all the toolbar icons the same simple style.
2018-11-07Fix installing Blender due to missing icons.Bastien Montagne
2018-11-07CMake: missed removing from file listCampbell Barton
2018-11-07Icons: add ops.paint.weight_sampleCampbell Barton
2018-11-07Icons: remove unused vertex paint iconsCampbell Barton
Also update names to match enum.
2018-11-06Cleanup: remove unused brushesCampbell Barton
2018-11-03UI: remove grease pencil iconsCampbell Barton
Grease pencil tool now uses an icon for each tool, previously it mapped icons to tool icons which is now not needed because for each tool a different brush can be selected which has it's own icon.
2018-10-21Icons: update geometry iconsWilliam Reynish
- Tweaked icons for Box Select, Circle Select & Lasso Select. - Tweaked icons for Rip Region & Rip Edge. - Added icons for Bone Envelope, Bone Size, Pose Breakdown, Pose Push & Pose Relax. - Added icons for curve Extrude, Extrude Cursor. Also removed grease pencil mirror tool which wasn't an active tool, and is now consistent with regular Edit Mode.
2018-10-10Revert "Cmake build missing geom icons"Dalai Felinto
This reverts commit 468474a653c976615306254dfcc33a85a0b872a1.
2018-10-10Cmake build missing geom iconsDalai Felinto
The icons themselves (their .dat) still need to be updated. But this will make sure they are part of the pack next time the icons are updated.
2018-10-08UI: new icon set by Andrzej Ambroz.Brecht Van Lommel
This is a monochrome icon set, with a more modern look and icons for various features that did not have a proper icon before.
2018-10-05UI: rename Border Select -> Box SelectCampbell Barton
See: T56648