Commit Graph

28 Commits

Author SHA1 Message Date
Bastien Montagne
7d3810a1b5 I18N: Updated UI translations from git/weblate repository (45838df2e6668). 2025-10-13 18:21:53 +02:00
Bastien Montagne
822cc518af I18N: Updated UI translations from git/weblate repository (9e2605390062561). 2025-10-13 17:11:00 +02:00
Bastien Montagne
f91af6a1be I18N: Update UI translations from git/weblate repository (06ac55f940874). 2025-10-06 11:14:16 +02:00
Bastien Montagne
80ccab6175 I18N: Updated UI translations from git/weblate repository (2e2448ef0145f1). 2025-09-29 12:10:39 +02:00
Bastien Montagne
2ce3df1475 I18N: Updated UI translations from git/weblate repository (42dcdeaa64ff9c). 2025-09-22 11:51:14 +02:00
Bastien Montagne
92b9c4c97d I18N: Updated UI translations from git/weblate repository (db6a6b44ac5a). 2025-09-15 09:46:17 +02:00
Bastien Montagne
3133544be9 I18N: Updated UI translations from git/weblate repository (54671c10c58ad901). 2025-09-10 10:50:43 +02:00
Bastien Montagne
566e390d7c I18N: Update UI translations from git/weblate repository (51922129e12b3cb9). 2025-09-01 13:01:13 +02:00
Bastien Montagne
659c21dd6f I18N: Updated UI translations from git/weblate repository (5a6a49b9a062). 2025-08-25 10:48:56 +02:00
Bastien Montagne
7997ff94dc I18N: Updated UI translations from git/weblate repository (5aae94a85f408). 2025-08-18 11:58:43 +02:00
Bastien Montagne
601b7dbcbb I18N: Update UI translations from git/weblate repository (da8ebe3f8291a7). 2025-08-11 11:07:05 +02:00
Bastien Montagne
4bd48fcd41 I18N: Updated UI translations from git/weblate repository (942b7e0e2cea7d). 2025-08-04 12:10:17 +02:00
Bastien Montagne
9de90e49c1 I18N: Updated UI translations from git/weblate repository (73c4fe27024aa0bb7). 2025-07-29 11:47:42 +02:00
Bastien Montagne
f67ce27f69 I18N: Updated UI translations from git/weblate repository (def3c8131dbed9f). 2025-07-21 11:33:49 +02:00
Bastien Montagne
d5fcf4dee5 I18N: Updated UI translations from git/weblate repository (555104b9e84c). 2025-07-14 11:32:01 +02:00
Bastien Montagne
368652f806 I18N: Updated UI translations from git/weblate repository (bc8ebd2acbe6a5). 2025-07-07 14:05:04 +02:00
Bastien Montagne
4257cf7ecb I18N: Updated UI translations from git/weblate repository (21c7a5e78edc183b9). 2025-06-30 12:07:32 +02:00
Bastien Montagne
26cda0e1e9 I18N: Updated UI translations from git/weblate repository (8176c1461). 2025-06-23 10:58:43 +02:00
Bastien Montagne
a8eafb73d7 I18N: Updated UI translations from git/weblate repository (ddae2d6e4ed). 2025-06-16 13:00:25 +02:00
Bastien Montagne
103778f68a I18N: Updated UI translations from git/weblate repository (e4ad383c7490f5b4b). 2025-06-11 13:27:32 +02:00
Bastien Montagne
b261d878eb I18N: Updated UI translations from git/weblate repository (d201f173c9e12). 2025-06-03 11:52:02 +02:00
Bastien Montagne
2db026ef67 I18N: Updated UI translations from git/weblate repository (bdcbecab934c0d083a09). 2025-05-26 10:46:37 +02:00
Bastien Montagne
498dd0e224 I18N: Updated UI translations from git/weblate repository (74d14bea6). 2025-05-19 14:16:58 +02:00
Bastien Montagne
d653499991 I18N: Updated UI translations from git/weblate repository (a2fbba96fa53376). 2025-05-05 11:37:52 +02:00
Bastien Montagne
132b93ece9 I18N: Updated UI translations from git/weblate repsitory (9cf661d88cfa76). 2025-04-28 12:24:02 +02:00
Bastien Montagne
78a32c6d68 I18N: Update UI translations from git/weblate repository (82927a8fdc7ad3). 2025-04-21 10:07:41 +02:00
Bastien Montagne
22cb0b4cde I18N: Updated UI translations from git/weblate repository (834c73f29df16c). 2025-04-14 12:35:51 +02:00
Sergey Sharybin
03806d0b67 Re-design of submodules used in blender.git
This commit implements described in the #104573.

The goal is to fix the confusion of the submodule hashes change, which are not
ideal for any of the supported git-module configuration (they are either always
visible causing confusion, or silently staged and committed, also causing
confusion).

This commit replaces submodules with a checkout of addons and addons_contrib,
covered by the .gitignore, and locale and developer tools are moved to the
main repository.

This also changes the paths:
- /release/scripts are moved to the /scripts
- /source/tools are moved to the /tools
- /release/datafiles/locale is moved to /locale

This is done to avoid conflicts when using bisect, and also allow buildbot to
automatically "recover" wgen building older or newer branches/patches.

Running `make update` will initialize the local checkout to the changed
repository configuration.

Another aspect of the change is that the make update will support Github style
of remote organization (origin remote pointing to thy fork, upstream remote
pointing to the upstream blender/blender.git).

Pull Request #104755
2023-02-21 16:39:58 +01:00