Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
085a84f9d9 Cleanup: I18n: Remove extraction macros from node socket declarations
3a3bfeef16 I18n: Add message extraction regexes for node socket declarations
97222519de Fix #106945: IES file parsing failures
a20bb83c21 Fix 3D text selection & cursor mismatch when not on curve
609010f5c0 Cleanup: format
Compare 123 commits »
Damien Picard commented on pull request blender/blender#107258 2023-04-28 23:55:50 +02:00
I18n: Remove extraction macros from the node socket declarations

I don't think this will handle properly cases with more than one string passed to the constructor, like in b.add_input<decl::Float>("Value", "Value_001") ?

My understanding from [this…

Damien Picard commented on pull request blender/blender#107139 2023-04-28 23:48:39 +02:00
I18n: disambiguate a few messages

Have the feeling there are more changes than needed here... Also not sure about the rational of adding contexts to strings like "Mode" or "Type"?

Don't understand the need for this change…

Damien Picard pushed to dp_disambiguate at pioverfour/blender 2023-04-28 23:47:30 +02:00
360dc8dee7 Remove newly added "Theme" i18n context, replace its use by "Color"
Damien Picard pushed to dp_python_props_i18n_context at pioverfour/blender 2023-04-28 23:31:40 +02:00
e76409244b Address review for !107150
Damien Picard commented on pull request blender/blender#107150 2023-04-28 23:28:59 +02:00
I18n: Add translation contexts to properties declared from Python

broken format, should be on two different lines.

This is coming from ClangFormat as well. Even if I temporarily disable formatting on save, it will still happen as soon as someone formats the…

Damien Picard commented on pull request blender/blender#107150 2023-04-28 23:25:19 +02:00
I18n: Add translation contexts to properties declared from Python

Please keep existing format ;)

I followed the advice here, and the formatting is from ClangFormat.

Should I still disable…

Damien Picard commented on issue blender/blender-addons#104573 2023-04-28 14:28:51 +02:00
Node Wrangler: No matching images found

In fact it’s simply @Walles but it doesn’t pop up in the tag selector.

Damien Picard commented on issue blender/blender-addons#104573 2023-04-27 18:34:51 +02:00
Node Wrangler: No matching images found

Wait I tagged @wannes.malfait but it looks like you had nothing to do with it? If so, sorry about this.

Damien Picard commented on issue blender/blender-addons#104573 2023-04-27 18:32:25 +02:00
Node Wrangler: No matching images found

Introduced in c0a678d36, @wannes.malfait

Not sure I understand the issue but it looks like these lines may cause it?

        something_changed 
4026419109 Cleanup: I18n: Remove extraction macros from node socket declarations
ceabe53746 I18n: Add message extraction regexes for node socket declarations
a813b65c7d Vulkan: Command Buffer.
468a152fe1 Vulkan: Uniform Buffer
fd7f21af8c Vulkan: Shader Interface Attribute Extraction.
Compare 18 commits »
Damien Picard pushed to dp_geo_nodes_tooltips_fmt at pioverfour/blender 2023-04-25 15:36:50 +02:00
aaec2c7b69 18n: Use fmt::format() to replace string concatenation in nodes
a813b65c7d Vulkan: Command Buffer.
468a152fe1 Vulkan: Uniform Buffer
fd7f21af8c Vulkan: Shader Interface Attribute Extraction.
70504a35dd Cleanup: Type conversions in node.cc
Compare 19 commits »
Damien Picard pushed to dp_fix_geo_nodes_field_tooltips at pioverfour/blender 2023-04-25 15:34:43 +02:00
fc6fc8edb0 I18n: improve geometry nodes field tooltips
Damien Picard created pull request blender/blender#107316 2023-04-25 00:58:41 +02:00
I18n: translate node assets in Add Search menu
0a28770a1a I18n: translate node assets in Add Search menu
3507431c30 Subdiv: Optimize coarse position extraction with cache
Compare 2 commits »
Damien Picard created branch dp_translate_node_assets_in_add_search in pioverfour/blender 2023-04-25 00:48:00 +02:00
Damien Picard pushed to dp_fix_geo_nodes_field_tooltips at pioverfour/blender 2023-04-24 22:12:04 +02:00
cb1e8d78e4 I18n: improve geometry nodes field tooltips
c4e4184c50 Sculpt: Fix #107092: ss->filter_cache not being null'd on free
ae7c71ef09 Fix Python error when trying to call the Search Menu with no object
Compare 3 commits »
75cacf6663 Cleanup: I18n: Remove extraction macros from node socket declarations
03a77bf50c I18n: Add message extraction regexes for node socket declarations
c4e4184c50 Sculpt: Fix #107092: ss->filter_cache not being null'd on free
Compare 3 commits »
51040b560f Cleanup: I18n: Remove extraction macros from node socket declarations
e66cadd4d9 I18n: Add message extraction regexes for node socket declarations
ae7c71ef09 Fix Python error when trying to call the Search Menu with no object
a649ff7b98 Fix broken 'replace object in collection' code.
4f08eeae9c Nodes: Make spacings unitless in String to Curves node
Compare 35 commits »
Damien Picard pushed to dp_geo_nodes_tooltips_fmt at pioverfour/blender 2023-04-24 21:21:19 +02:00
18dff85c0e 18n: Use fmt::format() to replace string concatenation in nodes
a649ff7b98 Fix broken 'replace object in collection' code.
4f08eeae9c Nodes: Make spacings unitless in String to Curves node
aeb15e4e76 Cleanup: fix compiler warning
4504a13bd9 Fix #107262: snap source of type Active Element sometimes fails
Compare 37 commits »