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-10-20Fix T101708: Bug when joining nodes with thick linesDamien Picard
Caused by D15961, which changed the behavior of `dpi` and `pixel_size`. Instead of using a single value for `dpifac` (renamed to `dpi_fac`), use a value depending on whether we want pixel density or line width. This patch has the side-effect that the line width from the user preferences is now respected. It seems more logical that way, but I can't test with a hi-dpi display to see how that looks. If we want to get the old behavior back, we can just get rid of `prefs_line_width()` and replace its calls with `dpi_fac()`. A similar issue was also fixed for Icon Viewer.
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-22Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-22Fix T95323: Icon-Viewer Type Error in invoke_props_dialog()Paul Golter
Latest builds of Blender require WindowManager.invoke_props_dialog() to use int explicitly in width= argument. Otherwise a TypeError will be thrown. Ref D14031
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2020-11-26Fix T82453: Icon Viewer: No button on console headerPhilipp Oeser
Caused by rB4b20eebb85cc. Apparently the Addon misused the API though and it is not allowed to register multiple headers, instead, we need to append to the existing one. Maniphest Tasks: T82453 Differential Revision: https://developer.blender.org/D9579
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-11-24update manual linksmeta-androcto
2019-09-24development addons: Close Panels, Fix locations: T70017meta-androcto
2019-04-02Icon Viewer: add missing panel categoryPhilipp Oeser
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-10-31Fix for use w/ new iconsCampbell Barton
2018-10-09Update for new icon set.Brecht Van Lommel
2018-10-03Cleanup: use tuples for storing classesCampbell Barton
2018-09-05Icon Viewer: Keyword argumentsAleksandr Zinovev
2018-08-21Icon Viewer: Blender 2.8 Alpha SupportAleksandr Zinovev
2018-07-12Python: use fieldsCampbell Barton
2018-07-03development_icon_get: version bumpCampbell Barton
2017-06-02Icon Viewer: update wiki pagemeta-androcto
2017-04-01Fix T51101: icon viewer addon not working correctly on high DPI displays.Brecht Van Lommel
2017-03-28Support new UserPreferencesView.ui_scale propertyraa
2017-03-17development_icon_get: removed trailing '.' from close_on_select descriptionSybren A. Stüvel
2017-02-11Add an option to hide the panel and/or headerraa
2017-01-26Replace Icons addon with Icon Viewer - T50367raa
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2013-09-29Addon: Development Icon was showing labels but shouldn't (icon_only=True ↵Sebastian Nell
seems broken?!). Manually setting text="", although prop default was also "".
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-01-14remove api field, was never used.Campbell Barton
2011-10-23Minor set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-07-11py3.3 compat, __class__ is no longer in default namespaceCampbell Barton
2011-04-10minor pep8 editsCampbell Barton
2011-03-30SVN maintenance.Guillermo S. Romero
2011-03-29Version 1.5.1Bart Crouch
Fixes for api changes. Max value of scroll isn't updated anymore, needs property callbacks to make it work again.
2011-03-26more updates for recent changes in blender.Campbell Barton
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-02-27Remove exception for Blender icon, has been fixed in Trunk. Thomas Dinges
2011-02-19To many arguments for _init_, was failing scriptJonathan Smith
2011-02-16update for changes in blender.Campbell Barton
2011-02-12fix for filterCampbell Barton
2011-02-11all modules now register and unregister without errors.Campbell Barton
2011-02-11update icon script for changes in svn.Campbell Barton
2011-02-11add in module register calls (first pass, batch replace, will test each ↵Campbell Barton
addon next).
2011-02-01Some more location/description editingJonathan Smith
2011-01-24changes Operator names for new, stricter checking.Campbell Barton
2011-01-21Version 1.5.0 of Icon script.Bart Crouch
New: search box.
2011-01-21Renaming of category for Icon script.Bart Crouch