Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard pushed to dp_nw_3.6_cleanup at pioverfour/blender-addons 2024-02-08 00:55:54 +01:00
7fed479d0f Node Wrangler: bump version
3f69992949 Node Wrangler: skip internal attributes while populating menu
181d770a38 Fix #104941: Node Wrangler cannot use both bump and normal
05780e9902 Fix #104991: Node Wrangler Merge Nodes shadows other keymaps (Ctrl+,)
f9255a2e5a Node Wrangler: add more specific poll methods
Compare 10 commits »
Damien Picard created branch dp_nw_3.6_cleanup in pioverfour/blender-addons 2024-02-08 00:55:54 +01:00
Damien Picard created branch dp_nw_3.6 in pioverfour/blender-addons 2024-02-08 00:04:00 +01:00
Damien Picard pushed to dp_nw_3.6 at pioverfour/blender-addons 2024-02-08 00:04:00 +01:00
23d1932e56 Node Wrangler: bump version
80895c4fd9 Node Wrangler: skip internal attributes while populating menu
cd70eff6aa Fix #104941: Node Wrangler cannot use both bump and normal
dd8d1e4aad Fix #104991: Node Wrangler Merge Nodes shadows other keymaps (Ctrl+,)
b08bc99482 Node Wrangler: add more specific poll methods
Compare 10 commits »
Damien Picard deleted branch dp_nw_3.6_cleanup from pioverfour/blender-addons 2024-02-08 00:03:49 +01:00
Damien Picard pushed to dp_nw_3.6_cleanup at pioverfour/blender-addons 2024-02-08 00:03:27 +01:00
23d1932e56 Node Wrangler: bump version
80895c4fd9 Node Wrangler: skip internal attributes while populating menu
cd70eff6aa Fix #104941: Node Wrangler cannot use both bump and normal
dd8d1e4aad Fix #104991: Node Wrangler Merge Nodes shadows other keymaps (Ctrl+,)
b08bc99482 Node Wrangler: add more specific poll methods
Compare 10 commits »
Damien Picard created branch dp_nw_3.6_cleanup in pioverfour/blender-addons 2024-02-08 00:03:27 +01:00
Damien Picard commented on pull request blender/blender#117234 2024-02-06 19:41:02 +01:00
I18n: use IFACE_ to translate status bar info & viewport statistics

Think this PR needs some update from main?

Indeed! Done.

84ce5262b9 Merge branch 'main' into dp_i18n_translate_status_bar_with_interface
0ecb20df47 Geometry Nodes: improve socket naming in Sample nodes
29e2dcd2c8 Modifiers: remove modifier session_uid in favor of persistent_uid
bc886857f3 Cycles: Option to disable OpenImageDenoise GPU per scene
acdc3deaea Build: upgrade OIDN to 2.2-rc2
Compare 690 commits »
Damien Picard opened issue blender/blender#117915 2024-02-06 19:33:20 +01:00
Grease Pencil: UI error in edit mode, Assign Material button missing
Damien Picard commented on pull request blender/blender#114474 2024-02-06 18:44:28 +01:00
Nodes: expose multi-input sockets to custom nodes in the Python API

Can you merge main?

Done!

Damien Picard pushed to dp_multi_input_socket_rna at pioverfour/blender 2024-02-06 18:44:00 +01:00
922201d5c0 Merge branch 'main' into dp_multi_input_socket_rna
0ecb20df47 Geometry Nodes: improve socket naming in Sample nodes
29e2dcd2c8 Modifiers: remove modifier session_uid in favor of persistent_uid
bc886857f3 Cycles: Option to disable OpenImageDenoise GPU per scene
acdc3deaea Build: upgrade OIDN to 2.2-rc2
Compare 2616 commits »
Damien Picard deleted branch dp_fix_messages from pioverfour/blender 2024-02-06 18:17:50 +01:00
Damien Picard commented on issue blender/blender-addons#105095 2024-02-06 09:23:49 +01:00
Node wrangler: NWPreviewNode fails when two shader editors are open

The commit that fixed this issue is 02bd2a2ad. It is not as easy to backport because it relies on quite a bit of refactoring I needed to do to even understand the logic well enough. I’m honestly…

Damien Picard commented on pull request blender/blender-developer-docs#15 2024-02-05 17:27:17 +01:00
ID: Document the steps to properly add a new ID data-block type
  1. BLT_translation.h: add #define BLT_I18NCONTEXT_ID... and BLT_I18NCONTEXTS_ITEM(BLT_I18NCONTEXT_ID_..., "id_..."), \ lines
Damien Picard commented on pull request blender/blender#117856 2024-02-05 17:02:52 +01:00
UI: fix and improve a few messages

can not" -> "cannot" (ambiguous, also see Writing Style guide).

Damien Picard commented on pull request blender/blender#117856 2024-02-05 17:02:51 +01:00
UI: fix and improve a few messages

Tool keymaps: make "Uv" all caps.

Damien Picard commented on pull request blender/blender#117856 2024-02-05 17:02:50 +01:00
UI: fix and improve a few messages

Bend status message: add commas to separate tool settings.

Damien Picard commented on pull request blender/blender#117856 2024-02-05 17:02:49 +01:00
UI: fix and improve a few messages

"Bezier" -> "Bézier": proper spelling of the eponym.

Damien Picard commented on pull request blender/blender#117856 2024-02-05 17:02:48 +01:00
UI: fix and improve a few messages

"FFMPEG" -> "FFmpeg" (official spelling)