e8da6131fd
License headers: use SPDX-FileCopyrightText for all addons
...
Move copyright text to SPDX-FileCopyrightText or set to the
Blender Foundation so "make check_licenses" now runs without warnings.
2023-06-15 16:54:05 +10:00
56d3309943
Fix T101708: Bug when joining nodes with thick lines
...
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-10-20 13:15:36 +02:00
016430de4b
Cleanup: remove <pep8 compliant> comment
...
This is no longer necessary, see: T98554.
2022-06-03 11:50:32 +10:00
1804852824
Merge branch 'blender-v3.1-release'
2022-02-22 11:58:05 +11:00
bb62f10715
Fix T95323: Icon-Viewer Type Error in invoke_props_dialog()
...
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-22 11:57:35 +11:00
b8d86ccc0a
File headers: use SPDX license identifiers
...
See T95597
2022-02-11 16:05:07 +11:00
483cdf6e91
Fix T82453: Icon Viewer: No button on console header
...
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-11-26 18:12:23 +01:00
7f50343d1c
Addons: Use Manual URL prefix
2020-03-05 16:26:11 -05:00
bb977fbc72
Update 'bl_info' use 'doc_url' instead of 'wiki_url'
2020-03-05 12:14:43 +11:00
8fff300d00
update manual links
2019-11-24 09:20:55 +11:00
6ce5ae8fad
development addons: Close Panels, Fix locations: T70017
2019-09-24 15:15:59 +10:00
ec076730b1
Icon Viewer: add missing panel category
2019-04-02 10:24:10 +02:00
0457976a87
Rename user_preferences -> preferences
2018-12-21 12:56:42 +11:00
747d436a3b
Fix for use w/ new icons
2018-10-31 15:13:02 +11:00
96cb6c0668
Update for new icon set.
2018-10-09 18:56:54 +02:00
318851e128
Cleanup: use tuples for storing classes
2018-10-03 09:18:14 +10:00
0e716ea39f
Icon Viewer: Keyword arguments
2018-09-05 23:44:25 +03:00
be5b31cc5b
Icon Viewer: Blender 2.8 Alpha Support
2018-08-21 20:57:55 +03:00
9dc19735c3
Python: use fields
2018-07-12 15:09:15 +02:00
6bd8dee12d
development_icon_get: version bump
2018-07-03 08:00:17 +02:00
1125d9dbc9
Icon Viewer: update wiki page
2017-06-02 18:22:41 +10:00
e0c236644b
Fix T51101: icon viewer addon not working correctly on high DPI displays.
2017-04-01 00:32:42 +02:00
9159fac1f5
Support new UserPreferencesView.ui_scale property
2017-03-28 17:59:42 +03:00
1338695613
development_icon_get: removed trailing '.' from close_on_select description
2017-03-17 14:35:18 +01:00
f2bb66b68b
Add an option to hide the panel and/or header
2017-02-11 16:40:46 +03:00
371960484a
Replace Icons addon with Icon Viewer - T50367
2017-01-26 20:33:37 +03:00
5bc482f647
Maintenance to bl_info, remove redundant tracker URL's
2014-05-21 13:04:43 +10:00
049a5a86ed
Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some minor other edits
2014-02-04 03:05:05 +01:00
4486f3db1f
Addon: Development Icon was showing labels but shouldn't (icon_only=True seems broken?!). Manually setting text="", although prop default was also "".
2013-09-29 14:04:11 +00:00
2872d0440f
fix [ #33615 ] bl_info (2,6,5,0) vs. (2,65,0) ?
...
make addons blender versions consistent
2012-12-19 16:07:27 +00:00
a93b6af6cd
update wiki version ro 2.6
...
finished
2012-06-23 15:05:39 +00:00
9291f167be
remove api field, was never used.
2012-01-14 13:00:28 +00:00
0b62e62c2b
Minor set of UI messages fixes and tweaks! No functional changes.
2011-10-23 19:57:37 +00:00
dcb97c6bf9
py3.3 compat, __class__ is no longer in default namespace
2011-07-11 05:51:27 +00:00
d944bc51b8
minor pep8 edits
2011-04-10 12:16:55 +00:00
778518607a
SVN maintenance.
2011-03-29 20:50:13 +00:00
9653e00274
Version 1.5.1
...
Fixes for api changes.
Max value of scroll isn't updated anymore, needs property callbacks to make it work again.
2011-03-29 14:13:04 +00:00
18a43e4e34
more updates for recent changes in blender.
2011-03-26 09:37:44 +00:00
89f54a30a3
Updated Blender Version to 2.57 and api version
2011-03-19 13:20:33 +00:00
8b958218a1
Remove exception for Blender icon, has been fixed in Trunk.
2011-02-27 17:16:49 +00:00
63a92f2faf
To many arguments for _init_, was failing script
2011-02-19 10:43:26 +00:00
5b86f5a407
update for changes in blender.
2011-02-16 02:52:12 +00:00
9298c1a81e
fix for filter
2011-02-12 16:35:27 +00:00
0dad04903b
all modules now register and unregister without errors.
2011-02-11 03:40:27 +00:00
5be2e689c1
update icon script for changes in svn.
2011-02-11 02:19:03 +00:00
61d5b389e2
add in module register calls (first pass, batch replace, will test each addon next).
2011-02-11 01:29:13 +00:00
32a071dad9
Some more location/description editing
2011-02-01 11:47:29 +00:00
2275bac468
changes Operator names for new, stricter checking.
2011-01-24 13:19:05 +00:00
cd4e5ff0ac
Version 1.5.0 of Icon script.
...
New: search box.
2011-01-21 12:37:03 +00:00
18423d1666
Renaming of category for Icon script.
2011-01-21 12:34:48 +00:00