12 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
448eeb681a Update for changes in the Python API using keyword only arguments 2021-06-09 03:12:45 +10:00
c8931d77ad Fix/cleanup typos and such in UI messages. 2018-12-24 15:03:09 +01:00
b3f7398f28 UI Translate: update to 2.8
Make operator properties into variable annotations.
Cleanup includes and descriptions.
PEP-8 compliance pass.
2018-11-11 15:03:02 +01:00
7f6ae93c54 UITranslation: remove usage of register_module. 2017-03-19 17:04:15 +01: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
8f9f547738 Fix strange unicode-related issue from rBA049a5a86edcf... 2014-02-04 19:25:15 +01: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
49312dff28 Some renaming/cleanup in i18n tools. 2013-03-19 08:33:58 +00:00
b39c8c2650 Big i18n tools update, II/II.
Now everything should be done with ui_translate addon (which is also now fully functional again, in theory ;) ).

Notes:
* Everything is still a bit raw and sometimes hackish.
* Not every feature implemented yet.
* A bunch of cleanup is still needed.
* Doc needs to be updated too!
2013-02-24 08:52:19 +00:00