Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard created branch dp_nw_fix_104555 in pioverfour/blender-addons 2023-04-19 14:35:32 +02:00
Damien Picard pushed to dp_nw_fix_104555 at pioverfour/blender-addons 2023-04-19 14:35:32 +02:00
9fa4672d15 Node Wrangler: Fix #104555, multiple operators using virtual sockets
bedf2014db Fix #104531: DXF importer zero division error
5487124669 Fix #104550: DXF import fails with center geometry to scene
8dfe73800d glTF exporter: animation enhancements
2102b22360 Minor update to ui_translate addons to cleanup output.
Compare 10 commits »
Damien Picard commented on issue blender/blender#43295 2023-04-19 14:10:10 +02:00
Translation disambiguation requests

I still see the following two string issues to have a very misleading impact in the geometry nodes editor:

A → separate use cases for color Alpha, from the Mix type Geometry nodes "A"…

Damien Picard commented on issue blender/blender-addons#104555 2023-04-18 23:11:29 +02:00
Node Wrangler Lazy Connect bug

Actually, me again! This will not work in Blender 3.5. I’m afraid you’ll have to find a way to test with 3.6…

Damien Picard commented on issue blender/blender-addons#104555 2023-04-18 23:06:14 +02:00
Node Wrangler Lazy Connect bug

You can try this new version: node_wrangler.zip.

Damien Picard commented on issue blender/blender-addons#104555 2023-04-18 22:42:37 +02:00
Node Wrangler Lazy Connect bug

Actually, the latest version fixes part of the Lazy Connect issue, but Lazy Connect with menu is still affected, as are other operators. I’m working on a fix.

Damien Picard commented on issue blender/blender-addons#104555 2023-04-18 22:18:27 +02:00
Node Wrangler Lazy Connect bug

I see, then you can try downloading just the most recent version of Node Wrangler and replacing the currently installed one in Blender.

If…

Damien Picard created pull request blender/blender#107100 2023-04-18 21:05:38 +02:00
I18n: translate node group socket type and subtype
Damien Picard pushed to dp_translate_node_group_socket_type at pioverfour/blender 2023-04-18 21:02:07 +02:00
736fb21b87 I18n: translate node group socket type and subtype
694f792ee1 UI: OS File Operations Within File Browser
4edcae75aa Cleanup: Remove unused using keyword
954c6c0ae6 Revert "Cycles: move oneAPI kernels dynamic library to blender.shared"
3a72442f63 Fix comment style in previous commit.
Compare 31 commits »
Damien Picard commented on issue blender/blender-addons#104555 2023-04-18 16:29:12 +02:00
Node Wrangler Lazy Connect bug

Hi, thanks for the report.

Can you try with the latest version, 3.6? This looks like the same issue as #104470, which was fixed for Blender 3.6…

Damien Picard created branch dp_translate_node_group_socket_type in pioverfour/blender 2023-04-18 01:19:40 +02:00
Damien Picard pushed to dp_translate_node_group_socket_type at pioverfour/blender 2023-04-18 01:19:40 +02:00
f06c99245c I18n: translate node group socket type and subtype
df096eab77 Cycles: move oneAPI kernels dynamic library to blender.shared
09b770388a Fix #107004: Cycles shadow caustics not working with area lights
870930bc32 Fix build error using WITH_CYCLES_LOGGING=OFF
74eda0b6fc Fix build error on macOS after previous commit
Compare 10 commits »
Damien Picard commented on pull request blender/blender-addons#104551 2023-04-17 20:08:41 +02:00
Node Wrangler: Improved accuracy on Align Nodes operator

I guess double-column has the downside of obscuring some of the text if the prefs menu was on a small window.

Yes, and also it feels like the options for the margin and merge node are…

Damien Picard commented on pull request blender/blender-addons#104551 2023-04-17 18:20:35 +02:00
Node Wrangler: Improved accuracy on Align Nodes operator

Not really a review, but:

  • Align X and Y should behave like the UVs I think: Align X should give the same X location to each element. It seems to me your patch does the opposite: Align X puts…
Damien Picard created pull request blender/blender#106973 2023-04-14 23:59:14 +02:00
I18n: translate default preset name
Damien Picard pushed to dp_translate_default_preset_name at pioverfour/blender 2023-04-14 23:58:03 +02:00
ae1aeee67d I18n: translate default preset name
d633d9fd02 Curves: Define "lookup int" function for RNA arrays
dcb3b1c1f9 Geometry: Use implicit sharing for curve and mesh offsets
fed463df78 IDManagement: Extend ID remapping code.
988f23cec3 Attributes: Add 2D integer vector attribute type
Compare 10 commits »
Damien Picard created branch dp_translate_default_preset_name in pioverfour/blender 2023-04-14 23:58:03 +02:00
Damien Picard pushed to main at blender/blender-addons 2023-04-14 22:08:01 +02:00
7f5f13cbb0 Sun Position: Cleanup: remove unused code
6a1bb3098b Sun Position: rename SUNPOS_MT_Presets to SUNPOS_PT_Presets
d84b20b232 Sun Position: remove show_daylight_savings preference
Compare 3 commits »
Damien Picard pushed to main at blender/blender-addons 2023-04-14 19:04:57 +02:00
9ddf3218d5 Sun Position: update French translations
189587339d Sun Position: capitalize preset names
e3f0257397 Sun Position: move presets to the main panel header
6336217c93 Sun Position: Cleanup: rename sp and prefs variables
75b5519e04 Sun Position: make main UI single column
Compare 14 commits »
Damien Picard commented on pull request blender/blender#106060 2023-04-14 14:51:54 +02:00
UI: replace "copy/paste buffer" by "internal clipboard"

Thanks for the improvements

Thank you for considering it, these had been driving me nuts while looking into the translations :D