Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-30UI: Update deep grey community themeHans Goudey
Update by @TheRedWaxPolice in T74360.
2022-05-30UI: Update Minimal Dark Community themeJonathan Lampel
2022-03-30Themes: Adapt themes to the dot grid backgroundLeon Schittek
Update the themes to the recent changes made to the node editor's dot grid background: 1. Make sure themes aren't using a "Grid Levels" value of greater than 3 2. A lot of themes weren't updated to the dot grid at all, yet, and still used only 2 "Grid Levels" leading to the old dot grid being hardly visible. Those are changed to 3 "Grid Levels", as well, which most closely matches the visual density of the old line grid. 3. Additionally the "Grid" colour of the "Deep Grey" theme is darkened a bit to account for the dot grid being colored differently than the old line grid, which lead to the dot grid being invisible.
2022-02-06Reorder presets in UIAaron Keith
Patch by Robert Meerman (meermanr) Thanks Robert This changes the order in which presets are shown by the "Add Bolt" operator such that they follow natural numeric ordering. Before: Default M10 M12 M2 M3 M4 M5 M6 M8 After: Default M2 M3 M4 M5 M6 M8 M10 M12
2022-02-02UI: Update deep grey community themeHans Goudey
Update from @TheRedWaxPolice, with some adjustments in the spreadsheet editor, node editor, and list items.
2021-12-01Cleanup: trailing space & tabs to spacesCampbell Barton
2021-11-24Fix T92492: Update Addon Themes for Spreadsheet WorkspacePeter Sergay
This makes some changes to the spreadsheet theme for some of the community themes, mostly making the properties region more readable. Differential Revision: https://developer.blender.org/D13089
2021-11-11UI: Update Minimal Dark community theme for node editor changesJonathan Lampel
This small update makes the grid more visible in the node editor. Differential Revision: https://developer.blender.org/D13150
2021-11-06UI: Update Minimal Dark community themeJonathan Lampel
2021-10-26UI: Improve contrast on active tabs in community themesPablo Vazquez
Since rBaf26720b2131 active tabs use `Region Text Highlight`, instead of `Region Text`.
2021-09-22Cleanup: Themes: Remove invalid theme optionAaron Carlisle
`font_kerning_style` was removed inrBa1e91fbef3dc9a5d5c8456cd9a887aac1bdb652c
2021-05-26Formatting and fixesMaurice Raybaud
* Moved: some existing functions into new separate files to improve code readability (detailed in __init__.py docstring) * Remove: max_intersections deprecated in pov 3.8 * Add: Validate utf-8 characters with specific API function at session's first script init * Add : Icons to some text fields and inviting labels * Change default camera normal perturbation value to non zero since its use is first driven by a boolean toggle * Change: lists (vectors and indices) are now exported in one line by default for better manual scene overview and debugging * Change: a couple of tooltips corrections * Change : renamed many variables and functions to snake_case according to recommanded style guides * Fix : Heightfield primitive (forward slashes were expected for displacement texture path) * Fix : Text nippet insertion operator * Fix : added console print tip to check executable path on failure to process * Fix : tweaked finished render say command for Linux * Fix : interface of some shader nodes broken since 2.8 api changes * Fix : export hair particles
2021-05-18Print Friendly theme: Lighter node colors.Jason van Gumster
As per T88354 and TT88355, some nodes were a bit dark when actually printed. Reduced saturation and overall darkness for Attribute nodes and Geometry nodes.
2021-04-15Print Friendly theme: Update for Spreadsheet editor.Jason van Gumster
Addresses T87491
2021-03-22Themes: Update the "Minimal Dark" theme presetJonathan Lampel
Includes updates for the new spreadsheet editor, collection colors, and other tweaks.
2021-03-16Update the deep grey theme presetHans Goudey
Thanks to updates from @TheRedWaxPolice for the new spreadsheet editor and tweaks to the active modifier outline.
2021-02-04Cleanup: Rename theme preset filenamesNathan Craddock
After D10224 was committed the theme preset filenames are displayed in the menu exactly as written in the file. This cleans up the names to title case for display in the menu.
2020-10-28Sun position: add time and place presets, remove reset operatorDamien Picard
2020-10-13UI: Update deep grey addon themeHans Goudey
Update by @TheRedWaxPolice to the property search color, and also set the new active vertex color to white.
2020-10-07UI: Update community themesHans Goudey
Includes updates to themes for new grid theme options from RedMser (@RedMser) and updates to Deep Grey from @TheRedWaxPolice.
2020-09-21Themes: remove uv_others from preset themesJeroen Bakker
The uv_others isn't attached to anything and will be removed from the theme. Reviewed By: Hans Goudey Differential Revision: https://developer.blender.org/D8668
2020-08-27UI: Update bundled themes with alternating row colorRed Mser
After rB479ce00809af the alternating row theme color is used in the file browser. New colors were created by copying the outliner's alternating row and window background colors. Differential Revision: https://developer.blender.org/D8721
2020-07-27Community Themes: Update Deep GreyHans Goudey
@TheRedWaxPolice provided this update that makes checkbox outlines slightly dimmer.
2020-06-26UI: Update community themesHans Goudey
Thanks to theme creators who provided updates here: https://developer.blender.org/T74360
2020-05-28UI: Fix White themeMichael Soluyanov
Correction theme for VSE. The color of the active strip was not visible on the background.
2020-05-05POV: renamed color temperature to better reflect relative warmthMaurice Raybaud
2020-04-23Added 12 point headAaron Keith
2020-04-16Added Torx bit typeAaron Keith
2020-04-03UI: fix White theme gizmoWilliam Reynish
Partial revert of bc464cfc9708ef10fef4f1d5b6afa435067ea11d which accidentally appears to have made the view-aligned gizmo white again
2020-04-02UI: White theme updatesMichael Soluyanov
Adding better support of movie clip editor. Support of https://developer.blender.org/D6791 and https://developer.blender.org/D7219. Small improvements
2020-03-20UI: Add White themeWilliam Reynish
This theme is now fixed so that the white gizmo parts are correctly themed to be visible. Theme by Michail Soluyanov
2020-03-19Cleanup: use unix line endingsCampbell Barton
2020-03-18UI: Themes updateWilliam Reynish
This updates the various community themes, fixing initial issues mentioned here: https://developer.blender.org/T74360
2020-03-17UI: Add 6 new community themesWilliam Reynish
This commit adds 6 themes submitted by the community on Devtalk. These themes both serve specific purposes, provide a greater variety in look & feel, and serve as welcoming homes for users coming on board from other packages. This is the initial commit, but these themes can be continuously updated over time to fix issues and keep them up to date with changes. Thanks to all contributors, and in particular the makes of the picked themes: Pierre Schiller, Edward Agwi, Vojtěch Lacina, Michail Soluyanov, Jason van Gumster, Mr Wax Police & Jonathan Lampel. An overview is here: T74360
2020-03-05Cleanup: tabs -> spacesCampbell Barton
2020-01-29Cleanup: trailing spaceCampbell Barton
2019-12-09renamed 'lamp' preset folder to 'light'Maurice Raybaud
2019-11-01povray: extra space in lamp presetCampbell Barton
D6164 by @Rottm
2019-07-14Add Curve: Extra Objects addon: Torus Knot: Fix presetsSpivak Vladimir (cwolf3d)
2019-05-29fixed world presets (Sky model) broken by 2.8 changesMaurice Raybaud
2019-05-15Update for object add align property changesBrecht Van Lommel
2019-04-27Material presets with only SSS for now and not even working yet in UIMaurice Raybaud
2018-12-31Port 'A.N.T. Landscape' addon to Blender 2.8Amir Shehata
Differential Revision: https://developer.blender.org/D4122
2018-11-21Fix T57964: Correct spelling mistakes in ANT Landscape presetsCampbell Barton
This fixes the spelling mistakes that were present in the presets panel of ANT landscape. Spelling mistakes include: Canion -> Canyon Canions -> Canyons Cristaline -> Crystalline Vulcano -> Volcano Please tell me if I have made any mistakes, I am relatively new to using this website. Thanks :) Reviewers: campbellbarton Tags: #addons Differential Revision: https://developer.blender.org/D3971
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-09-07Cleanup: trailing spaceCampbell Barton
2018-06-22Added bf_Div_Count to the Bolt Factory PresetsAaron Keith
2018-01-28Added Lamp , Radiosity, and World presetsMaurice Raybaud
2017-07-12ant landscape: fix regenerationJimmy Hazevoet
2017-07-11ant landscape: fix noise typesJimmy Hazevoet