Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard commented on pull request blender/blender#109419 2023-06-27 22:49:47 +02:00
I18n: use proper name for the Convert Colorspace node

Looks like there’s no need, the node name is translated in old files even without versioning.

Damien Picard commented on pull request blender/blender#109419 2023-06-27 21:03:39 +02:00
I18n: use proper name for the Convert Colorspace node

Is versioning required for this?

Uhhh forgot to check, I’ll have a look later. Thanks!

Damien Picard created pull request blender/blender#109419 2023-06-27 20:58:30 +02:00
I18n: use proper name for the Convert Colorspace node
Damien Picard created branch dp_color_space_node_name in pioverfour/blender 2023-06-27 20:57:06 +02:00
Damien Picard pushed to dp_color_space_node_name at pioverfour/blender 2023-06-27 20:57:06 +02:00
3e7877e26c I18n: use proper name for the Convert Colorspace node
Damien Picard commented on pull request blender/blender#108681 2023-06-27 20:29:43 +02:00
Nodes: make node searches use both translated and original names

This makes sense, but there are a few issues:

  • Many translation macros (IFACE_()) were removed, so these messages are no longer extracted to the .po files after applying this PR, and they…
Damien Picard commented on pull request blender/blender#109384 2023-06-27 19:06:32 +02:00
I18n: translate missing geometry node attribute tooltips

No particular reason except consistency, since the other similar messages use this construction, and I didn’t want to change existing messages and make translators update them. But I could do…

Damien Picard commented on pull request blender/blender#109408 2023-06-27 19:04:20 +02:00
Fix #109114: i18n: FPS not displayed in the viewport in Hindi

I understand the reasoning, but I’d argue that it may not apply to all languages. So far Vietnamese is concerned too, and since it uses a lot of accented characters, only 10 characters can be…

Damien Picard commented on issue blender/blender#92758 2023-06-27 15:06:56 +02:00
Proper handling of UI messages for translation (i18n) in CPP code.

fmt::format() has now been used multiple times without any issue AFAIK, I believe this issue can be closed.

Damien Picard commented on issue blender/blender#109114 2023-06-27 15:01:43 +02:00
the color mixer does not appear in the search and FPS does not appear in Portuguese

Hi, thank you for the report.

The FPS issue will be fixed in 4.0.

About the crash when loading old settings, can you open a new bug report and upload the settings file there? Without this we…

Damien Picard pushed to dp_fix_fps_viewport at pioverfour/blender 2023-06-27 14:59:32 +02:00
33fa7d5831 Fix #109114: i18n: FPS not displayed in the viewport in Portuguese
Damien Picard created pull request blender/blender#109408 2023-06-27 14:54:24 +02:00
I18n: fix FPS not displayed in the viewport in Portuguese
Damien Picard pushed to dp_fix_fps_viewport at pioverfour/blender 2023-06-27 14:53:49 +02:00
efa8c91097 I18n: fix FPS not displayed in the viewport in Portuguese
91ff6457be Fix VSE ensuring handle adds duplicate handle.
1d847b2ee3 EEVEE: Restrict GPU_finish workaround to Nvidia OpenGL backend
47a52bd286 Fix: Crash in 3.6 when loading mesh edge crease from 4.0
bf9687f9bb Fix: handle invalid node trees more gracefully
Compare 10 commits »
Damien Picard created branch dp_fix_fps_viewport in pioverfour/blender 2023-06-27 14:53:49 +02:00
Damien Picard commented on pull request blender/blender#106388 2023-06-27 14:03:23 +02:00
UI: replace "x" with multiplication sign when displaying calculations

@Harley I changed the PR to use your new BLI_STR_UTF8_ macros, except for strings parsed using regex (one TIP_() and one BKE_reportf()).

Damien Picard pushed to dp_replace_x_in_dimensions at pioverfour/blender 2023-06-27 13:56:43 +02:00
f06ff2fb45 UI: use BLI_STR_UTF8_ macros for Unicode characters
c9ce4a201a UI: replace "x" with multiplication sign when displaying calculation
0b19ab2cde UI: Add type-safe C++ button apply function object
c856d29e9f Fix assert in recent commit
89f61015d1 Outliner: Port remaining ID elements to new tree-element code design
Compare 456 commits »
Damien Picard deleted branch dp_utf8_chars from pioverfour/blender 2023-06-26 18:28:23 +02:00
Damien Picard created pull request blender/blender#109384 2023-06-26 18:26:38 +02:00
I18n: translate missing geometry node attribute tooltips
Damien Picard pushed to dp_gn_attribute_tooltips at pioverfour/blender 2023-06-26 18:25:02 +02:00
7b8557b9b6 I18n: translate missing geometry node attribute tooltips
Damien Picard pushed to dp_gn_attribute_tooltips at pioverfour/blender 2023-06-26 18:21:37 +02:00