Block a user
Damien Picard
pushed to nw_rework_align_nodes at quackarooni/blender-addons
2023-12-20 19:06:49 +01:00
7b462566fe
Merge branch 'main' into nw_rework_align_nodes
d50d3f2734
Fix #104941: Node Wrangler cannot use both bump and normal
9f6d4b718a
Fix #100895: Node Wrangler not working properly inside Groups
0ff7516e8c
Cleanup: Node Wrangler: preview_node operator
02bd2a2adf
Fix #100973: Node Wrangler: previewing node if hierarchy not active
d50d3f2734
Fix #104941: Node Wrangler cannot use both bump and normal
9f6d4b718a
Fix #100895: Node Wrangler not working properly inside Groups
0ff7516e8c
Cleanup: Node Wrangler: preview_node operator
02bd2a2adf
Fix #100973: Node Wrangler: previewing node if hierarchy not active
Node Wrangler principal texture Setup issue
Node Wrangler not working properly inside Groups
Node wrangler: Error when previewing a node inside a group with multiple editors
I18n: allow translation of mouse events in the keymap preferences
efed8ef78b
I18n: allow translation of mouse events in the keymap preferences
399e8264e6
Cleanup: Remove unused paint struct
70a53a815e
Cleanup: avoid openvdb include in general in common header
59c84ee95b
Cleanup: extract function to show missing openvdb error message
a72e7a220d
Volumes: refactor volume grid storage
கருப்பொருள்
Hi, thanks for the contribution but translation should happen at https://translate.blender.org. Direct edits to the .po file would only be reverted on the next translation update, a few days…
Fix #105548: I18n: many keymap sections cannot be translated
I see, I wasn’t even aware of this assumption. Thanks for looking into it!
Node wrangler: Error when previewing a node inside a group with multiple editors
Damien Picard
deleted branch dp_fix_104991 from pioverfour/blender-addons
2023-12-19 18:29:38 +01:00
Fix #104991: Node Wrangler Merge Nodes shadows other keymaps (Ctrl+,)
0bc87fda67
Fix #100973: Node Wrangler: Previewing node if hierarchy not active
3804000c2e
Fix #104991: Node Wrangler Merge Nodes shadows other keymaps (Ctrl+,)
67a5f203fb
Cleanup: Node Wrangler: format using autopep8
07b91f35dd
Node Wrangler: do not rely on image name to detect Viewer Node image
690678a9aa
Node Wrangler: make tree type check more granular in operator polls
Node wrangler: Error when previewing a node inside a group with multiple editors
Ctrl+, shortcut for preferences in Blender 4.0 doesn't work in Shader Editor
811276f76c
Add comment in unit.cc regarding possible i18n breakage
21342b5809
Merge branch 'main' into dp_disambiguate
cc03661686
Cleanup: comment style
85bf6814c7
Fix #116325: crash assigning non-valid
material.paint_active_slot
7c69c8827b
Mesh: Rename MLoopTri variable names, and functions
I18n: extract and disambiguate a few messages
This change feels weak... But then our whole handling of C/C++ code is weak, any change to the formatting can break these regexes. :(
Yes, IIRC it’s second time it’s been broken this…