Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard created branch dp_archimesh_fix_mods in pioverfour/blender-addons 2023-02-27 20:24:37 +01:00
Damien Picard reopened issue blender/blender-addons#104438 2023-02-27 19:12:59 +01:00
Using "Lazy Mix" in Node Wrangler add-on breaks the already existing connection.
Damien Picard commented on issue blender/blender-addons#104438 2023-02-27 19:12:58 +01:00
Using "Lazy Mix" in Node Wrangler add-on breaks the already existing connection.

@mano-wii Actually I can confirm that it’s a regression: before !104425, using lazy mix would automatically connect the new MixRGB node to the output of the already-existing link.

This…

Damien Picard commented on pull request blender/blender#105195 2023-02-27 16:26:04 +01:00
I18n: add per-socket translation contexts for nodes

@JacquesLucke @mont29 Do you reckon this can go into 3.5?

Damien Picard commented on pull request blender/blender#105195 2023-02-27 16:23:31 +01:00
I18n: add per-socket translation contexts for nodes

To be quite honest I copied code doing a similar thing from node_socket_get_tooltip(), but I see that it doesn’t really apply here. I’ll go with @mont29 ’s solution.

Damien Picard commented on pull request blender/blender#105195 2023-02-27 16:21:22 +01:00
I18n: add per-socket translation contexts for nodes

Thanks for the help! I hope I fixed this correctly.

ddc864b09c Address review for #105195
ba4f86720a I18n: add per-socket translation contexts for nodes
d69e2dba34 Merge branch 'blender-v3.5-release'
e6af81c536 Fix #105028: No update exiting curves edit mode
Compare 4 commits »
8e79420a20 Address review for #105195
404e3e7ed3 I18n: add per-socket translation contexts for nodes
0ade3dfc14 Merge branch 'blender-v3.5-release'
c5bbc5db6f I18n: disambiguate a few messages
8cc11bc5f2 Fix #105226: Transform Gizmo with tncorrect offSets
Compare 59 commits »
Damien Picard deleted branch dp_fix_vr_messages from pioverfour/blender-addons 2023-02-27 12:52:28 +01:00
Damien Picard commented on issue blender/blender-addons#104436 2023-02-27 12:50:57 +01:00
DXF file not working

@daniel-29 From your screenshots it looks like you enabled the Export Autocad DXF format add-on, instead of Import Autocad DXF format.

If it is so, this would explain why the option…

Damien Picard pushed to dp_fix_#93953 at pioverfour/blender 2023-02-27 12:43:44 +01:00
7fa4b63a76 Fix #93953: Translation double displayed in panel header
0c67a90e4f #99807: USD IO: Add support for exporting to USDZ
a1c3061812 Fix OSX implementation of BLI_current_working_dir and improve tests.
c4791ee009 Fix tests for macOS storage_apple.mm functions.
561e50f6c6 BLI: add function for changing working directory
Compare 30 commits »
Damien Picard created pull request blender/blender-addons#104443 2023-02-27 11:59:07 +01:00
Fix #104441: Bsurfaces: get modifiers with their type instead of name
Damien Picard pushed to dp_fix_104441 at pioverfour/blender-addons 2023-02-27 11:58:29 +01:00
6bbac1c21d Fix #104441: Bsurfaces: get modifiers with their type instead of name
Damien Picard pushed to dp_fix_104441 at pioverfour/blender-addons 2023-02-27 11:55:56 +01:00
4075d4af44 Bsurfaces: Get modifiers with their types instead of names
Damien Picard pushed to dp_fix_104441 at pioverfour/blender-addons 2023-02-27 11:50:36 +01:00
0ad5da2636 Bsurfaces: Get modifiers with their types instead of names
Damien Picard created branch dp_fix_104441 in pioverfour/blender-addons 2023-02-27 11:49:57 +01:00
Damien Picard pushed to dp_fix_104441 at pioverfour/blender-addons 2023-02-27 11:49:57 +01:00
c2adc14a19 BSurfaces: Get modifiers with their types instead of names
ad26f1f421 VR Scene Inspection: I18n: enable translation of UI messages
Compare 2 commits »
Damien Picard commented on pull request blender/blender#105182 2023-02-27 00:33:01 +01:00
Curves: change default font offset from 1.0 to 0.0

It's a bit hard to tell if the change in the description still holds up after all the comments here. Are forward/backward compatibility affected by the change in the PR now?

No, the…

Damien Picard pushed to dp_default_font_offset at pioverfour/blender 2023-02-26 20:56:36 +01:00
8edc32be29 Curves: change default font offset from 1.0 to 0.0
8b543bfa3a Merge branch 'blender-v3.5-release'
bf27a239c7 Fix: segfault when setting value in empty bit span
9335150f8c Cleanup: move some function implementations out of header
a8cc5f6919 Fix #104906: GPU: Fix signed/unsigned mismatches in shader code
Compare 8 commits »
Damien Picard commented on pull request blender/blender#105182 2023-02-26 17:40:32 +01:00
Curves: change default font offset from 1.0 to 0.0

@Harley So I had a look at your patch, and although it seems most logical to get rid of the entire offset of 1, it causes issues with compatibility: old files saved with the offset need to be…