Block a user
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
Damien Picard
created branch dp_nw_3.6_cleanup in pioverfour/blender-addons
2024-02-08 00:55:54 +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
Damien Picard
deleted branch dp_nw_3.6_cleanup from pioverfour/blender-addons
2024-02-08 00:03:49 +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
Damien Picard
created branch dp_nw_3.6_cleanup in pioverfour/blender-addons
2024-02-08 00:03:27 +01:00
I18n: use IFACE_ to translate status bar info & viewport statistics
Think this PR needs some update from main?
Indeed! Done.
Damien Picard
pushed to dp_i18n_translate_status_bar_with_interface at pioverfour/blender
2024-02-06 19:40:06 +01:00
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
Grease Pencil: UI error in edit mode, Assign Material button missing
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
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
BLT_translation.h
: add#define BLT_I18NCONTEXT_ID...
andBLT_I18NCONTEXTS_ITEM(BLT_I18NCONTEXT_ID_..., "id_..."), \
lines