Block a user
Damien Picard
pushed to dp_connect_output_socket_color at pioverfour/blender
2024-06-05 18:41:36 +02:00
d1ddca239d
Nodes: use actual socket type as tmp viewer for Connect to Output
3ae2dd0460
Cleanup: rename recursive methods of Connect to Output operator
98f3eb363a
Nodes: Rename viewer socket from Connect Output
2c72016dd9
Cleanup: Remove redundant is_viewer_socket function
7b601464c3
UI: Add new TAG icon
fa485d8b42
Geometry Nodes: rename Curve Spiral to Spiral in Add Node menu
7b601464c3
UI: Add new TAG icon
880193d689
Deps: add libx265 build support
05142b3ea8
Fix #122523: Crash/missing loose edge drawing with two viewports
56ff0d414a
Fix #121032: Shader Node preview crash for muted nodes with multiple editors
Nodes: improve temp viewer from Connect to Output
@JacquesLucke Hi, should I rebase this to the release branch?
I18n: Restore keyconfig after extracting messages
Damien Picard
pushed to dp_fix_translation_extraction_keyconfig at pioverfour/blender
2024-06-05 18:30:53 +02:00
4046d66bad
I18n: Restore keyconfig after extracting messages
7b601464c3
UI: Add new TAG icon
880193d689
Deps: add libx265 build support
05142b3ea8
Fix #122523: Crash/missing loose edge drawing with two viewports
56ff0d414a
Fix #121032: Shader Node preview crash for muted nodes with multiple editors
Damien Picard
pushed to dp_fix_translation_extraction_keyconfig at pioverfour/blender
2024-06-05 01:47:29 +02:00
8e400783a7
I18n: Restore keyconfig after extracting messages
ccdba13492
Compositor: remove viewer crosshair to set tile priority
6521577e4a
Fix compositor crop gizmo ignores offset
b28abfaad4
glTF: Bump version after recent update for EEVEE
078a737fd6
Format
Damien Picard
created branch dp_fix_translation_extraction_keyconfig in pioverfour/blender
2024-06-05 01:47:29 +02:00
bl_i18n_utils -
dump_addon_messages
is missing addon's operator data and has redundant strings
@Andrej730 This is partly fixed after b17937876619e. I tested your add-on again, and I still get the Collection Definition
, etc. but there are no more crashes, and all messages are extracted.
Extensions: how to translate tags?
Nodes: port "Lazy Connect" feature from Node Wrangler
Thanks for clean-up pass @pioverfour
It’s mostly stuff I should have seen when I refactored the operator a few months ago, but didn’t! Thanks for the changes :)
Keymap conflict I…
Nodes: port "Lazy Connect" feature from Node Wrangler
Can’t you just do
@@ -199,18 +199,18 @@ class NODE_OT_lazy_connect(Operator, NodeEditorBase):
if node:
lazy_connect_props.node_below_drawing_name =…
Nodes: port "Lazy Connect" feature from Node Wrangler
- There is a keymap conflict with
node.select
assigned to Alt + RMB and Shift + Alt + RMB, I think they should be removed.
Nodes: port "Lazy Connect" feature from Node Wrangler
No need for the NodeEditorBase mixin if the poll method is overridden. (Or the poll override can be removed.)