Block a user
7e24786754
I18n: disambiguate and extract a few messages
934c2c894b
Fix 'Snap Mode' versioning
6bbad6c428
Fix #113801: "Snap to Same Target" don't work as expected
6ecef4d176
Fix crash when Transform Extend multiple NLA strips
405a618d88
Cleanup: Workbench: Remove no longer used properties
Translation disambiguation requests
@SatoshiYamasaki Hi, I thought I had fixed these issues already, but I hadn’t yet submitted the fixes. I just did for the UV one, but for the Area, I don’t know how it got fixed, I didn’t do…
a72630ea95
Merge branch 'blender-v4.0-release'
b9e838eaec
UV Export: I18n: disambiguate "Modified" message
glTF: fix a few typos
3cacb5a754
glTF: fix a few typos
341a5a993e
Copy Attributes: fix Copy Visual Scale
5680981032
GPencil Tools: Fix layer navigator UI
08d975205b
glTF exporter: Fix crash exporting gpu instances on animated meshes
e64fa4e033
glTF: Fix trailing period in property description
Damien Picard
created branch dp_gltf_messages in pioverfour/blender-addons
2023-10-17 16:39:05 +02:00
81017df8ec
Merge branch 'blender-v4.0-release'
341a5a993e
Copy Attributes: fix Copy Visual Scale
5680981032
GPencil Tools: Fix layer navigator UI
Damien Picard
deleted branch dp_node_utils_fix_connect from pioverfour/blender
2023-10-16 12:56:17 +02:00
Fix: Python node_utils.connect_sockets broken after API change
Should this go to 4.0 instead of main?
Yes, I rebased just now. Thanks
8c58f03b60
Address review
b81b5d7102
Python API: fix node_utils.connect_sockets after API change
601fba20a6
Fix #113619: Incorrect nested group assets in compositor add menu
d3151df74a
Fix #113736: Add modifier menu broken for surface objects
e083be6a9c
Fix #113737: Missing UI text for geometry nodes handle type properties
Fix: Python node_utils.connect_sockets broken after API change
@LukasTonne Thanks for looking into it. I applied your diff, simply removed the unused import bpy
.
Geometry Nodes: link to output inside node group is invalid when created from Python
I think the
bpy_extras.node_utils.connect_sockets(input, output)
not Working into Blender 4.0
Indeed, I just opened !113630 to try and fix that! But I’m not sure my fix is good enough.
Geometry Nodes: link to output inside node group is invalid when created from Python
@Andrew_D Hi, I think this is a valid concern.
A new API was introduced in 3.6, bpy_extras.node_utils.connect_sockets(input, output)
(!105975). It has the advantage that it handles the…
Python API: fix node_utils.connect_sockets after API change