Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard pushed to dp_fix_gp_layer_names_trans at pioverfour/blender 2023-09-27 00:56:50 +02:00
6010b2ae0b I18n: fix translation of Grease Pencil 3.0 layer names
8418e41bf7 Fix: simulation nodes not working after copying object
f966205022 EEVEE-Next: Add tracing options for diffuse rays
3a4fc2c94e EEVEE-Next: Shadow Map Tracing Initial Implementation
93b285be4b Fix: Use disabled status for non-selected node tool modes and types
Compare 10 commits »
Damien Picard created branch dp_fix_gp_layer_names_trans in pioverfour/blender 2023-09-27 00:56:50 +02:00
Damien Picard pushed to main at blender/blender-addons-contrib 2023-09-21 16:34:36 +02:00
8c6c605e49 Camera Overscan: use SPDX license block
5e31dbf603 Camera Overscan: format
83ebcbe93e Camera Overscan: add property names and cleanup UI
943bf7da55 Camera Overscan: display original resolution
34073c2a46 Camera Overscan: add delta pixel and % overscan
Compare 5 commits »
Damien Picard commented on pull request blender/blender#112327 2023-09-19 13:57:56 +02:00
WIP: I18n: make favorites menu entry names translations depend on language

I tried doing that but actually it’s a bit more complex. A few operators get their name from a get_name callback which is supposed to return a translated name. 203e6e2b41 for instance changed…

Damien Picard commented on issue blender/blender-addons#49068 2023-09-18 17:29:53 +02:00
Camera Overscan

@dskjal-1 Hi, I’d like to update the add-on in the addons-contrib repository using your latest changes, would you be ok with that? If so, can I use your name as the author?

Damien Picard commented on issue blender/blender#101830 2023-09-18 00:59:43 +02:00
Translation of UI into Catalan

Everytime I enter a term in the glossary it seems to duplicate it.

Does it still appear duplicated when you reload the page?

I am wondering if there is a way to upload info via standard…

Damien Picard commented on pull request blender/blender#112104 2023-09-18 00:06:56 +02:00
UI: Input Placeholders

@Harley It looks like the second part of my latest diff was skipped, but without it there is an exception during message extraction.

Damien Picard commented on issue blender/blender#101830 2023-09-15 20:42:16 +02:00
Translation of UI into Catalan

You can also download MOs directly by going to Files > Customize download > All strings, converted files enriched with comments; suitable for offline translation > gettext MO, or https://translate.…

Damien Picard created pull request blender/blender#112418 2023-09-15 16:25:39 +02:00
I18n: do not translate Freestyle modifier breadcrumbs
Damien Picard pushed to dp_fix_fs_breadcrumbs at pioverfour/blender 2023-09-15 16:23:53 +02:00
5eb0b5982b I18n: do not translate Freestyle modifier breadcrumbs
4fa4f5432d UI: Viewport: Split object/mode overlays into own popover
64bd2091cf Realtime Compositor tests: enable keying tests.
4086ef986c Fix #112374: loading reference/background images filters out movies
2ec2e52a90 UI: Theme: Allow transparency when editing text in widgets
Compare 10 commits »
Damien Picard created branch dp_fix_fs_breadcrumbs in pioverfour/blender 2023-09-15 16:23:53 +02:00
Damien Picard commented on pull request blender/blender#112104 2023-09-15 14:30:27 +02:00
UI: Input Placeholders

This should do it for the extraction part! (CC @mont29)

diff --git a/scripts/modules/bl_i18n_utils/bl_extract_messages.py b/scripts/modules/bl_i18n_utils/bl_extract_messages.py
index…
Damien Picard commented on pull request blender/blender#112104 2023-09-14 23:41:03 +02:00
UI: Input Placeholders

Here is what I would do for the translation part:

diff --git a/source/blender/editors/interface/interface.cc b/source/blender/editors/interface/interface.cc
index 4eaba75263f..7bb8de57…
Damien Picard commented on issue blender/blender#101830 2023-09-14 23:04:30 +02:00
Translation of UI into Catalan

Hi Joan, Bastien is in the process of migrating the entire translation system to git + Weblate.

Git will replace the SVN system to track changes, while Weblate will offer an online translation…

Damien Picard commented on pull request blender/blender#112104 2023-09-14 03:32:46 +02:00
UI: Input Placeholders

This will allow the extraction of those new messages to the .po translation files:

diff --git a/scripts/modules/bl_i18n_utils/bl_extract_messages.py b/scripts/modules/bl_i18n_utils/bl_e…
Damien Picard commented on pull request blender/blender-addons#104882 2023-09-14 01:07:51 +02:00
Fix #104865: Adjust Node Wrangler for node socket interface API changes

I had a look and tested a bit, I’m not very familiar with Node Wrangler’s code but I couldn’t find anything wrong with this. :)

Damien Picard commented on issue blender/blender#110368 2023-09-13 14:39:58 +02:00
Favorites menu does not take into account language change

I started looking into this a while ago and created PR !112327, but it is not complete as several cases are not fixed yet.

Damien Picard created pull request blender/blender#112327 2023-09-13 14:37:56 +02:00
WIP: I18n: make favorites menu entry names translations depend on language
Damien Picard pushed to dp_fix_110368 at pioverfour/blender 2023-09-13 14:36:21 +02:00
d8590d693e I18n: make favorites menu entry names translations depend on language
08eb7f1c97 GPv3: Snap selected grease pencil frames
564716d5a2 Fix #112285: Sculpt Mode: Mask brush smoothing is broken
9a0eaa2062 Fix crash using the key-map editor after refreshing internal data
716d1b9e29 Tests: bl_keymap_validate failure wasn't causing tests to fail
Compare 1537 commits »
Damien Picard opened issue blender/blender#112320 2023-09-13 12:48:24 +02:00
Menu search is case sensitive for non-ASCII characters