aab5ac25f2
Remove Frame Server
...
This feature is limited (only byte PPM output, no multi-view),
only works with specific configurations.
This also causes some maintenance overhead
when testing changes to the render pipeline.
2018-05-09 12:50:26 +02:00
Dalai Felinto
159806140f
Removing Blender Game Engine from Blender 2.8
...
Folders removed entirely:
* //extern/recastnavigation
* //intern/decklink
* //intern/moto
* //source/blender/editors/space_logic
* //source/blenderplayer
* //source/gameengine
This includes DNA data and any reference to the BGE code in Blender itself.
We are bumping the subversion.
Pending tasks:
* Tile/clamp code in image editor draw code.
* Viewport drawing code (so much of this will go away because of BI removal
that we can wait until then to remove this.
2018-04-17 17:51:28 +02:00
ad7fb1c028
Cleanup: Python imports
...
Split over lines to diff more easily.
2017-11-29 18:05:41 +11:00
5fc1faa737
I18n: add Hausa languages, since we now have a few messages translated. ;)
2017-11-08 10:11:37 +01:00
a22af1a84b
Fix i18n messages extraction script, and a few more UI messages...
2017-10-04 12:39:06 +02:00
ad22d29dac
Some UI/messages fixes.
2017-10-03 21:32:46 +02:00
7260a693e1
Cleanup: trailing space
2017-07-25 01:28:15 +10:00
00c4f49a6d
Cleanup: indentation, long lines
2017-06-12 13:38:21 +10:00
8051f2412e
Usual i18n/message tweaks & fixes.
2017-05-28 21:47:16 +02:00
5a232039d5
Usual i18n/UI messages fixes and cleanup.
2017-04-24 09:33:49 +02:00
d210755f85
Usual UI messages/i18n fixes/tweaks.
2016-12-14 10:56:21 +01:00
6027550e83
Usual UI/i18n tweaks & fixes.
2016-10-13 16:20:51 +02:00
47b87e1f3b
Usual i18n/UI messages fixes...
2016-08-30 10:43:37 +02:00
1a1bcad43a
Fix T49158: Untranslatable elements in UI.
...
We cannot skip 'collections clesse' when generating i18n messages from RNA, some of them
are visible and UI...
2016-08-26 15:46:56 +02:00
e484fe84cd
Usual i18n/UI messages fixes.
2016-08-23 22:03:18 +02:00
fe8b197269
Fix T49150: make new 'operator categories' in search menu i18n-aware.
2016-08-23 21:48:16 +02:00
d41dfe36e5
First set of UI/i18n messages fixes (mostly new GP code).
2016-08-16 22:36:59 +02:00
eeedcf3892
Usual i18n/UI messages fixes...
2016-07-19 15:41:28 +02:00
a21549f822
Usual i18n/UI messages cleanup & fixes.
2016-06-28 21:34:18 +02:00
24712b1c0b
Usual UI/i18n message cleanup (get rid of last remaining 'addon' too).
2016-06-01 20:38:30 +02:00
a3de3a03c8
Fix typo in 'Vietnamese' language label (must have sneaked in while adding Basque one, grr).
2016-03-04 17:46:39 +01:00
b302ed210c
Add Basque (Euskara) new language.
...
Nothing critical, but would be nice to backport this to 2.77.
2016-03-01 20:04:49 +01:00
f2d564d4f3
Usual i18n tweaks...
2016-02-15 20:09:10 +01:00
337b718695
Fix T47371 - add access to 'static' enum items.
...
Some dynamic enums, which do not need a valid context pointer, have their 'itemf'
callback always called. This is annoying for introspection tools (like the ones generating
translations, or API documentation), because it means they never have access to all possible
options (enum items).
So now, there is also an `enum_items_static` accessor to get only statically-defined
enum items.
Note: only i18n tools take advantage of this currently, others are still to be updated.
Reviewers: campbellbarton, sergey
Differential Revision: https://developer.blender.org/D1782
2016-02-09 12:51:07 +01:00
e3f48bdb48
Usual i18n/UI message fixes...
2016-02-02 20:40:23 +01:00
aeaa0ce3e8
Usual i18n/UI messages tweaks.
2016-01-19 20:31:06 +01:00
2fb3fa1bf1
Usual fixes and tweaks for UI messages.
2016-01-14 17:00:16 +01:00
46a7b46c30
Fix broken i18n messages extracting script with new py code.
...
Some py devs are way too smart for our own good... :P
2016-01-14 17:00:16 +01:00
da070f6f5b
Usual i18n fixes...
2016-01-04 21:09:39 +01:00
6f6c26bdb4
Usual i18n fixes, and cleanup: fix 'randomise' -> 'randomize' spelling in code.
2015-12-14 19:24:05 +01:00
2eb0c990f1
i18n extraction tools: keep even better order of entries in PO files.
...
Important to avoid too much changes, especially on the git repo (we are still getting
way too much changes there currently...).
2015-09-28 20:32:09 +02:00
c62ebefcfc
Usual i18n messages fixes. Also had to update i18n scripts to new BLT module...
2015-08-25 21:12:36 +02:00
9cc1953210
Usual i18n messages fixes...
2015-07-14 21:41:24 +02:00
124b25cf9d
Usual minor i18n/UI messages fixes.
2015-06-15 21:38:36 +02:00
02a496c61c
Translations utils: add needed bits to update git repo together with svn trunk.
2015-06-13 11:42:54 +02:00
451a077511
I18n extract: better handling of commandline args.
2015-06-03 17:15:00 +02:00
f5a471ef86
Python: avoid mutable default param values
...
D1328 by @yedpodtrzitko
2015-05-31 15:58:58 +10:00
7b743defd4
Fix wrong 'check context' handling in addon i18n messages generator.
...
Reported (with patch) by yedpodtrzitko (yed podtrzitko), thanks a bunch!
Differential Revision: https://developer.blender.org/D1327
2015-05-29 11:08:26 +02:00
e092a58fb5
I18n message extractor script: py code: do not consider strings inside 'Compare' AST nodes.
...
Otherwise, we'd get 'MOVIE' from `text="Build Proxy / Timecode" if clip.source == 'MOVIE' else "Build Proxy")`...
2015-05-25 21:17:49 +02:00
b07c630676
I18n: Add Vietnamese language.
2015-04-20 14:27:20 +02:00
057c7c6fab
Cleanup: do not use _reportf() when not doing any string formating!
...
Also usual minor i18n messages stuff...
2015-04-13 21:00:45 +02:00
33a9247334
UI i18n cleanup...
...
And some general style cleanup as well (line length...).
2015-04-06 22:06:06 +02:00
b0bbd34ac2
I18n: update for new akward algo names in UI messages...
2015-03-16 20:55:01 +01:00
9f6f151536
I18n: Do not skip Polish anymore, translation work has started on it.
2015-02-28 21:51:17 +01:00
00a3c9afc8
UI messages fixes and cleanup.
2015-02-16 20:38:07 +01:00
616eb6818f
cleanup
2015-02-13 16:17:00 +11:00
7095f47665
cleanup: pep8
...
also remove empty class parenthesis
2015-01-29 15:35:06 +11:00
e17c6f79a5
cleanup: py imports
2015-01-28 16:50:51 +11:00
4a4297ba02
I18n tools minor update.
2015-01-19 20:49:36 +01:00
8e73b770d4
Remove slurph shape-key feature
...
This is an old option which wasn't working in over a year without complaint.
2015-01-07 02:06:37 +11:00