32 Commits

Author SHA1 Message Date
016430de4b Cleanup: remove <pep8 compliant> comment
This is no longer necessary, see: T98554.
2022-06-03 11:50:32 +10:00
b8d86ccc0a File headers: use SPDX license identifiers
See T95597
2022-02-11 16:05:07 +11:00
e7c2b215bb Fix T92924: Copy Render Settings doesn't work in 3.0.
It's not possible anymore to call an operator from drawing code in most
cases (since it may be called during some init phase where this is
forbidden).

Looks like here the only viable solution is to use a timer for now. :(
2021-11-16 14:20:14 +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
44680646e7 add manual links 2019-12-01 14:36:01 +11:00
095b6435ee RenderCopySettings: fix missing 'properties as annotations' change for 2.8. 2018-11-14 17:24:42 +01:00
bb2d2a0db4 Port Copy Render Settings add-on to 2.8. 2018-11-09 20:26:27 +01:00
f1c55295b0 Cleanup: trailing space 2018-09-08 06:13:37 +10:00
267662e07a Fix T52839: "Copy Render Settings" doesn't work.
Recent removing of registered types from bpy.types broke this, had to
twist a bit around to get it working again...
2017-09-20 12:29:42 +02:00
e2319230eb Fix for previous commit rBAc471c3765bfb0, sorry about the noise :| 2017-08-26 14:31:04 +02:00
c471c3765b Fix stupid mistake (collision) in registered classes names. 2017-08-26 13:03:54 +02:00
a68a08a65e RenderSettingsCopy: remove usage of register_module. 2017-03-19 16:27:41 +01:00
8c378c52c8 Cleanup: identity for None comparison 2017-03-19 12:50:23 +11:00
73bf474a6d Cleanup: imports (formatting) 2015-04-10 11:43:35 +10:00
d47e9be4fb Fix: replaced Python module "imp" with "implib"
Python 3.4.0 deprecated the "imp" module, and replaced it with
"importlib". This changes imp.reload() into implib.reload().

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D1016
2015-01-22 17:05:39 +11: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
30aa7d5bc8 French translations for render_copy_settings! ;) 2013-04-18 15:41:01 +00:00
7009865c7e Minor updates... 2013-04-09 08:52:08 +00:00
597193509a Remove 'hasattr(bpy.app, "translations")' tests, no more needed! 2013-01-21 15:12:14 +00:00
5e7be36a29 Fix to i18n stuff (mostly, handles correctly non-WITH_INTERNATIONAL builds, which do not have any bpy.app.translations module). 2013-01-21 11:00:17 +00:00
ce714647da Basic example of how to use new translation from bpy.app.translations... 2013-01-20 17:29:53 +00:00
06e7c5bfa3 Update to render_copy_settings: use new template_list (and now we can have two lists in one panel!)
Yet there is some work to be done on the 'GRID' mode of lists, current layout code is stupid (and nearly unusable)...
2012-12-28 11:19:26 +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
2dc06f6d50 Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:01:43 +00:00
a93b6af6cd update wiki version ro 2.6
finished
2012-06-23 15:05:39 +00:00
7a7c13e2e7 patch [#31578] Standard-conformal sets for .report() and operator return values
from Sebastian Nell (codemanx)
2012-05-26 09:57:17 +00:00
9291f167be remove api field, was never used. 2012-01-14 13:00:28 +00:00
f77e8943cb remove redundant newline escaping 2011-12-31 06:10:22 +00:00
dbe3331a31 pep8 edits and a few other code styling. Non functionnaly changes. 2011-12-19 14:38:06 +00:00
478309859b Moving render_copy_settings from contrib to trunk.
[[Split portion of a mixed commit.]]
2011-12-19 14:19:23 +00:00