Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard created branch dp_disambiguate in pioverfour/blender 2023-10-19 01:36:02 +02:00
Damien Picard pushed to dp_disambiguate at pioverfour/blender 2023-10-19 01:36:02 +02:00
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
Compare 10 commits »
Damien Picard commented on issue blender/blender#43295 2023-10-19 01:35:37 +02:00
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…

Damien Picard pushed to main at blender/blender-addons 2023-10-19 01:16:55 +02:00
a72630ea95 Merge branch 'blender-v4.0-release'
b9e838eaec UV Export: I18n: disambiguate "Modified" message
Compare 2 commits »
Damien Picard pushed to blender-v4.0-release at blender/blender-addons 2023-10-19 01:16:44 +02:00
b9e838eaec UV Export: I18n: disambiguate "Modified" message
Damien Picard created pull request blender/blender-addons#104961 2023-10-17 16:45:57 +02:00
glTF: fix a few typos
Damien Picard pushed to dp_gltf_messages at pioverfour/blender-addons 2023-10-17 16:45:10 +02:00
2216336c27 glTF: fix a few typos
Damien Picard pushed to dp_gltf_messages at pioverfour/blender-addons 2023-10-17 16:39:05 +02:00
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
Compare 10 commits »
Damien Picard created branch dp_gltf_messages in pioverfour/blender-addons 2023-10-17 16:39:05 +02:00
Damien Picard pushed to main at blender/blender-addons 2023-10-17 16:35:33 +02:00
81017df8ec Merge branch 'blender-v4.0-release'
341a5a993e Copy Attributes: fix Copy Visual Scale
5680981032 GPencil Tools: Fix layer navigator UI
Compare 3 commits »
Damien Picard pushed to blender-v4.0-release at blender/blender-addons 2023-10-17 16:35:15 +02:00
341a5a993e Copy Attributes: fix Copy Visual Scale
Damien Picard deleted branch dp_node_utils_fix_connect from pioverfour/blender 2023-10-16 12:56:17 +02:00
Damien Picard commented on pull request blender/blender#113630 2023-10-15 20:36:36 +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

Damien Picard pushed to dp_node_utils_fix_connect at pioverfour/blender 2023-10-15 20:35:05 +02:00
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
Compare 33 commits »
Damien Picard commented on pull request blender/blender#113630 2023-10-13 16:09:30 +02:00
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.

Damien Picard pushed to dp_node_utils_fix_connect at pioverfour/blender 2023-10-13 16:07:40 +02:00
21dbdd8cb1 Address review
Damien Picard commented on issue blender/blender#105619 2023-10-12 23:30:30 +02:00
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.

Damien Picard commented on issue blender/blender#105619 2023-10-12 23:05:55 +02:00
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…

Damien Picard created pull request blender/blender#113630 2023-10-12 22:50:13 +02:00
Python API: fix node_utils.connect_sockets after API change
Damien Picard pushed to dp_node_utils_fix_connect at pioverfour/blender 2023-10-12 22:42:27 +02:00
49048ca939 Python API: fix node_utils.connect_sockets after API change