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-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. :(
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-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
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-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-05-26patch [#31578] Standard-conformal sets for .report() and operator return valuesCampbell Barton
from Sebastian Nell (codemanx)
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.]]