Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard pushed to dp_export_uv_udim at pioverfour/blender-addons 2023-10-08 23:50:57 +02:00
bcfb804811 UV Export: add option to export UV tiles
Damien Picard created branch dp_export_uv_udim in pioverfour/blender-addons 2023-10-08 23:43:38 +02:00
Damien Picard pushed to dp_export_uv_udim at pioverfour/blender-addons 2023-10-08 23:43:38 +02:00
364609f4d5 UV Export: add option to export UV tiles
d0d81fdd4b Import Images: fix crash in Animate Sequence when no image selected
40016c3cad Import Images: use Material translation context for blend methods
ea90c34025 Import Images: bump minimum Blender version after API change
76e1bd7857 Sun Position: update translation
Compare 10 commits »
Damien Picard pushed to main at blender/blender-addons 2023-10-08 23:42:53 +02:00
ab75266b2f Merge branch 'blender-v4.0-release'
d0d81fdd4b Import Images: fix crash in Animate Sequence when no image selected
40016c3cad Import Images: use Material translation context for blend methods
ea90c34025 Import Images: bump minimum Blender version after API change
76e1bd7857 Sun Position: update translation
Compare 7 commits »
Damien Picard pushed to blender-v4.0-release at blender/blender-addons 2023-10-08 23:42:42 +02:00
d0d81fdd4b Import Images: fix crash in Animate Sequence when no image selected
40016c3cad Import Images: use Material translation context for blend methods
ea90c34025 Import Images: bump minimum Blender version after API change
76e1bd7857 Sun Position: update translation
Compare 4 commits »
Damien Picard commented on issue blender/blender#113379 2023-10-07 02:56:16 +02:00
Regression: UV: Automatic constraint (MMB to constrain to an axis) no longer works in the UV editor

The constraint works neither with MMB nor with Alt + MMB, and whether “Transform Navigation with Alt” is enabled or not. This is the case for UVs as well as the graph editor as in the other…

Damien Picard opened issue blender/blender#113379 2023-10-07 02:32:28 +02:00
Regression: UV: Automatic constraint (MMB to constrain to an axis) no longer works in the UV editor
Damien Picard commented on pull request blender/blender#113171 2023-10-05 12:41:54 +02:00
I18n: make new bones and bone collections' names translatable

I just checked that it was indeed based on the 4.0 branch already. :)

Damien Picard commented on pull request blender/blender#113171 2023-10-05 12:35:43 +02:00
I18n: make new bones and bone collections' names translatable

Oh yeah, sorry about that! I keep forgetting to choose the target branch when opening PRs :/

Damien Picard commented on pull request blender/blender#113070 2023-10-04 19:12:01 +02:00
I18n: add label declaration to node sockets so they can be shortened

I think I fixed it but I couldn’t figure out in which cases this happens.

Damien Picard pushed to dp_shorten_panel_labels at pioverfour/blender 2023-10-04 19:11:13 +02:00
c000bb7105 Address review
Damien Picard deleted branch dp_i18n_move_bone_menu from pioverfour/blender 2023-10-04 17:28:34 +02:00
Damien Picard commented on pull request blender/blender#113224 2023-10-04 17:16:24 +02:00
I18n: translate Move to Collection operator menu

LGTM, with minor tweaks to comment.

Sounds good to me, thanks!

you also need to actually rebase and force-push to the PR branch for it to work.

This branch was already based on the…

Damien Picard pushed to dp_i18n_move_bone_menu at pioverfour/blender 2023-10-04 15:27:45 +02:00
daa4d572b9 Add comment for the PROP_ENUM_NO_TRANSLATE flag
Damien Picard pushed to dp_i18n_move_bone_menu at pioverfour/blender 2023-10-04 12:39:17 +02:00
82b1f9b149 Add PROP_ENUM_NO_TRANSLATE flag to the destination collection prop
Damien Picard created pull request blender/blender#113224 2023-10-04 00:33:24 +02:00
I18n: translate Move to Collection operator menu
Damien Picard pushed to dp_i18n_move_bone_menu at pioverfour/blender 2023-10-04 00:31:59 +02:00
f471829d7a I18n: translate Move to Collection operator menu
2f3e3cda51 Fix #113034: Cycles sheen breaks with low roughness
e44f500be8 Fix #102591: Improvements to Context Menu Path Operators
b05db089af I18n: translate node panel titles
52fcd5fdfd I18n: extract and disambiguate a few messages
Compare 10 commits »
Damien Picard created branch dp_i18n_move_bone_menu in pioverfour/blender 2023-10-04 00:31:58 +02:00
Damien Picard commented on pull request blender/blender#113070 2023-10-03 20:31:00 +02:00
I18n: add label declaration to node sockets so they can be shortened
  • "Specular Tint" is a shorthand for the tint of the specular layer. But "teinte spéculaire" interprets "specular" as an adjective, but this is not "a tint that is specular".

You’re…

Damien Picard commented on pull request blender/blender#113070 2023-10-03 18:36:13 +02:00
I18n: add label declaration to node sockets so they can be shortened

Is a new label really necessary for this? […] It's perfectly fine to use shorter socket names and then add a longer unique identifier based on the panel.

@brecht mentioned this in…