Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard pushed to dp_move_view_layers at pioverfour/blender 2024-01-11 17:50:46 +01:00
4e520affb4 Add new method to move view layers
Damien Picard created branch dp_move_view_layers in pioverfour/blender 2024-01-11 17:46:07 +01:00
Damien Picard pushed to dp_move_view_layers at pioverfour/blender 2024-01-11 17:46:07 +01:00
cb59049e17 Add new method to move view layers
2bbf65f6e5 Fix #116985: Workbench: Skip volume depth test in Wireframe mode
c78a0f3aa6 Fix #114692: Sculpt on certain modifiers does not update normals
fd3669c3db Fix #115214: Incorrect vertex paint with image texture
9a7ea993d0 Hydra: Support legacy hair particle curves
Compare 10 commits »
Damien Picard commented on pull request blender/blender-addons#105112 2024-01-10 12:19:39 +01:00
Fix #116962: Image as plane fails with EEVEE next

The add-on UI should basically add some of the new material settings, such as Render Method and Shadow Backface Culling, while removing obsolete ones like Blend Mode: ![image](/attachments/af21d11…

Damien Picard commented on pull request blender/blender-addons#105112 2024-01-10 11:18:13 +01:00
Fix #116962: Image as plane fails with EEVEE next

Related: the add-on will need update for the EEVEE Next options. !104936 improves the current UI and would be a good starting point for a future update.

Damien Picard commented on pull request blender/blender#116804 2024-01-10 09:56:56 +01:00
Fix #76101: I18n: add new preference to translate reports

@mont29 I went over the existing translations. It’s possible I missed some still, but I don’t think many. I noticed a few things needing fixing, which I’ll submit separately.

Do you want…

Damien Picard opened issue blender/blender#116937 2024-01-09 12:39:02 +01:00
UI: Color collection icons offset compared to the uncolored one
Damien Picard deleted branch dp_img_format_help from pioverfour/blender 2024-01-09 08:05:04 +01:00
Damien Picard pushed to dp_translate_report_76101 at pioverfour/blender 2024-01-07 21:41:45 +01:00
a49d0ee3b3 Go over IFACE_ usages, change to RPT_ when relevant (1)
b200529511 Merge branch 'main' into dp_translate_report_76101
3eee758c2b Cleanup: Fix build warnings and errors after recent commits
e90d844dd7 Cleanup: Grammar in comments
5179e66756 Cleanup: Move array store files to C++
Compare 18 commits »
Damien Picard pushed to dp_translate_report_76101 at pioverfour/blender 2024-01-06 23:54:16 +01:00
e6c9a847b8 Go over tip_ usages, change to rpt_ when relevant (3)
Damien Picard pushed to dp_translate_report_76101 at pioverfour/blender 2024-01-06 23:09:00 +01:00
114335cd06 Go over TIP_ usages, change to RPT_ when relevant (2)
Damien Picard commented on pull request blender/blender#116794 2024-01-06 21:20:28 +01:00
Fix incorrect translation

If you want to test the translations inside Blender before then, you can download the .po file on translate.blender.org, then [here is documentation](https://developer.blender.org/docs/handbook/tra

Damien Picard commented on pull request blender/blender#116794 2024-01-06 21:17:26 +01:00
Fix incorrect translation

Since those messages are already translated for French on the translate.blender.org website and in the translations repository, I think the best you can do is wait until the translation is updated…

Damien Picard pushed to dp_translate_report_76101 at pioverfour/blender 2024-01-05 21:59:59 +01:00
90d6aad64a Go over TIP_ usages, change to RPT_ when relevant (1)
81b9723c6a Address review
7a64d6db6f Merge branch 'main' into dp_translate_report_76101
95b30b3516 Build: Ninja: Move 'Unity builds' to heavy pooljobs.
fd0ca109b1 Build: Ninja: Enable pooljobs by default.
Compare 24 commits »
Damien Picard commented on pull request blender/blender#116804 2024-01-05 11:59:53 +01:00
Fix #76101: I18n: add new preference to translate reports

Sorry, I did not read that properly. I chose to translate on display rather than here for most strings, so that the messages is updated on language change, and isn’t stuck with what was defined…

Damien Picard commented on pull request blender/blender#116804 2024-01-05 11:55:42 +01:00
Fix #76101: I18n: add new preference to translate reports

I agree, I was testing various things but would have switched this and other messages to reports, as discussed in the issue. This is still WIP! ;)

Damien Picard commented on pull request blender/blender#116804 2024-01-05 11:54:28 +01:00
Fix #76101: I18n: add new preference to translate reports

It’s not ideal, but the reason I’m doing this currently is because of the string formatting which needs to happen at this stage, otherwise the string couldn’t be translated at all. The best…

Damien Picard commented on issue blender/blender#76101 2024-01-04 22:54:33 +01:00
Translated Interface when enable Tooltips

Creating !116804 was indeed a rather straightforward copy-paste affair, but going over most or all uses of each macro should take much longer!

Messages that are not obvious are those that…

Damien Picard pushed to dp_translate_report_76101 at pioverfour/blender 2024-01-04 22:54:02 +01:00
a73d9f269a Fix Python API for report translation
Damien Picard created pull request blender/blender#116804 2024-01-04 22:35:53 +01:00
WIP: Fix #76101: I18n: add new preference to translate reports