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-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-11-16Fix T92924: Copy Render Settings doesn't work in 3.0.Bastien Montagne
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. :(
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-12-01add manual linksmeta-androcto
2018-11-14RenderCopySettings: fix missing 'properties as annotations' change for 2.8.Bastien Montagne
2018-11-09Port Copy Render Settings add-on to 2.8.Bastien Montagne
2018-09-07Cleanup: trailing spaceCampbell Barton
2017-09-20Fix T52839: "Copy Render Settings" doesn't work.Bastien Montagne
Recent removing of registered types from bpy.types broke this, had to twist a bit around to get it working again...
2017-08-26Fix for previous commit rBAc471c3765bfb0, sorry about the noise :|Bastien Montagne
2017-08-26Fix stupid mistake (collision) in registered classes names.Bastien Montagne
2017-03-19RenderSettingsCopy: remove usage of register_module.Bastien Montagne
2017-03-19Cleanup: identity for None comparisonCampbell Barton
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
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
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-04-18French translations for render_copy_settings! ;)Bastien Montagne
2013-04-09Minor updates...Bastien Montagne
2013-01-21Remove 'hasattr(bpy.app, "translations")' tests, no more needed!Bastien Montagne
2013-01-21Fix to i18n stuff (mostly, handles correctly non-WITH_INTERNATIONAL builds, ↵Bastien Montagne
which do not have any bpy.app.translations module).
2013-01-20Basic example of how to use new translation from bpy.app.translations...Bastien Montagne
2012-12-28Update to render_copy_settings: use new template_list (and now we can have ↵Bastien Montagne
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-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-05-26patch [#31578] Standard-conformal sets for .report() and operator return valuesCampbell Barton
from Sebastian Nell (codemanx)
2012-01-14remove api field, was never used.Campbell Barton
2011-12-31remove redundant newline escapingCampbell Barton
2011-12-19pep8 edits and a few other code styling. Non functionnaly changes.Bastien Montagne
2011-12-19Moving render_copy_settings from contrib to trunk.Bastien Montagne
[[Split portion of a mixed commit.]]