Block a user
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
Damien Picard
created branch dp_cleanup_translation_header in pioverfour/blender
2023-05-16 17:03:19 +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
Damien Picard
pushed to dp_geo_nodes_remove_extraction_macros at pioverfour/blender
2023-05-15 22:34:01 +02:00
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
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
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
Damien Picard
pushed to dp_geo_nodes_remove_extraction_macros at pioverfour/blender
2023-05-15 18:59:16 +02:00
e149997be1
Cleanup: I18n: Remove extraction macros from node socket declarations
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…
Damien Picard
pushed to dp_geo_nodes_remove_extraction_macros at pioverfour/blender
2023-05-15 18:46:37 +02:00
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
Damien Picard
deleted branch dp_fix_simulation_zone_error from pioverfour/blender
2023-05-15 15:51:06 +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)…
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 :)
Translation failure bug of menu registered with Quick Favorites