Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard pushed to dp_cleanup_translation_header at pioverfour/blender 2023-05-16 17:03:19 +02:00
f1fe7dbb9d Cleanup: remove translation headers from node files
ce83b26a33 Fix #107903: USD export: output emissiveColor in UsdPreviewSurface
d87547abd5 Cleanup: Remove unused node function for finding link
320ac28f75 Cleanup: Remove unnecessary struct keywords in node header
f3babec2df Cleanup: Undo move of functions in previous node cleanup commit
Compare 10 commits »
Damien Picard created branch dp_cleanup_translation_header in pioverfour/blender 2023-05-16 17:03:19 +02:00
Damien Picard deleted branch dp_translate_format from pioverfour/blender 2023-05-16 15:38:55 +02:00
Damien Picard created branch dp_translate_format in pioverfour/blender 2023-05-16 15:38:17 +02:00
Damien Picard pushed to dp_translate_format at pioverfour/blender 2023-05-16 15:38:17 +02:00
da326b50b7 I18n: fix the translations of two messages in errors
3b4354d4fb EEVEE Next: Default world null check before free
d0e635d077 EEVEE Next: Fix crash on Scenes without a World
932baa18b7 Fix #106558: Add Primitive tool options not saving
3f1ea280cf I18n: translate node group socket type and subtype
Compare 10 commits »
9b313102bb Cleanup: I18n: Remove extraction macros from node socket declarations
c3a44183b1 I18n: Add message extraction regexes for node socket labels
38aa537c02 I18n: Add message extraction regexes for node socket declarations
dd32dac60f I18n: disambiguate Mix node A and B inputs
a3a36e7f75 I18n: remove operator categories from the translation files
Compare 6 commits »
Damien Picard commented on issue blender/blender#107895 2023-05-15 21:35:05 +02:00
Translations for Asset Browser are incorrect

@SatoshiYamasaki Well, at first that issue was only for disambiguation, but it was since repurposed for all translation issues, so that they can all be tracked in the same place. But creating new…

Damien Picard pushed to dp_add_i18n_context_socket_label at pioverfour/blender 2023-05-15 19:51:16 +02:00
d57e8c278a I18n: extract messages from node sockets using custom labels
5a0abcef95 I18n: add translation contexts to Value socket for Color Combine node
16ba3c7888 I18n: add per-label translation contexts for nodes
9b64abc236 I18n: Fix some language names from #105461
66df452df2 Cycles: oneAPI: enable hardware raytracing by default
Compare 140 commits »
Damien Picard pushed to dp_add_i18n_context_socket_label at pioverfour/blender 2023-05-15 19:46:28 +02:00
97a79c8e11 Address review for !105690
e149997be1 Cleanup: I18n: Remove extraction macros from node socket declarations
Damien Picard commented on pull request blender/blender#107258 2023-05-15 18:48:45 +02:00
I18n: Remove extraction macros from the node socket declarations

While I was rebasing on latest main to resolve conflicts, I noticed that some labels come from the node_sock_label() function. So I added a new commit in between the existing ones, with the new…

04525f8bcb Cleanup: I18n: Remove extraction macros from node socket declarations
e0cbfb290e I18n: Add message extraction regexes for node socket labels
c66d3c286b I18n: Add message extraction regexes for node socket declarations
9b64abc236 I18n: Fix some language names from #105461
66df452df2 Cycles: oneAPI: enable hardware raytracing by default
Compare 43 commits »
Damien Picard commented on pull request blender/blender#107100 2023-05-15 17:54:55 +02:00
I18n: translate node group socket type and subtype

They are since e7f395dd20

Damien Picard deleted branch dp_fix_simulation_zone_error from pioverfour/blender 2023-05-15 15:51:06 +02:00
Damien Picard commented on pull request blender/blender#107100 2023-05-15 12:50:26 +02:00
I18n: translate node group socket type and subtype

Yes, Time (Scene Relative) and Time (Absolute) are both defined as part of bpy.types.Property:

print(bpy.types.Property.bl_rna.properties['subtype'].enum_items.get("TIME").name)
Damien Picard commented on issue blender/blender#107895 2023-05-15 00:17:56 +02:00
Translations for Asset Browser are incorrect

@iss I regularly check the Translations label, but unfortunately I couldn’t find a way to subscribe to it to get notified. But yeah, I will usually end up noticing these issues.

Thanks :)

Damien Picard closed issue blender/blender#66235 2023-05-15 00:14:13 +02:00
Translation failure bug of menu registered with Quick Favorites
Damien Picard commented on issue blender/blender#66235 2023-05-15 00:14:11 +02:00
Translation failure bug of menu registered with Quick Favorites

Fixed as of Blender 2.83.

Damien Picard deleted branch dp_fix_messages from pioverfour/blender 2023-05-14 15:41:13 +02:00
Damien Picard commented on pull request blender/blender#107916 2023-05-14 01:44:46 +02:00
UI: Capitalize "Python" in UI messages, improve a few others

Capitalize and use possessive ('s).