Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard commented on issue blender/blender-addons#99703 2023-12-18 16:34:25 +01:00
Node Wrangler lazy mix does not work correctly in Geometry Nodes

I can’t reproduce this any more in 4.1, but I can’t figure out what change in Node Wrangler fixed it between 4.0 and now…

Damien Picard commented on pull request blender/blender-addons#104486 2023-12-18 14:24:14 +01:00
Bsurfaces: Use context temp override to avoid deprecation

@bonj This was fixed in a slightly different way in e22637d5ba.

Damien Picard created pull request blender/blender#116299 2023-12-18 13:47:05 +01:00
Fix #105548: I18n: many keymap sections cannot be translated
Damien Picard pushed to dp_fix_105548 at pioverfour/blender 2023-12-18 13:43:52 +01:00
832208f857 Fix #105548: I18n: many keymap sections cannot be translated
Damien Picard pushed to dp_fix_105548 at pioverfour/blender 2023-12-18 13:39:17 +01:00
ed4318516d Fix #105548: I18n: many keymap sections cannot be translated
00eaddbd51 Geometry Nodes: new Bake node
2189a34312 Fix: crash when there is no tree logger in geometry nodes
f7e8021b2a Fix #116256: Unintentional override of node type property in API
1a92fbf31a GPv3: Drawing color conversion
Compare 10 commits »
Damien Picard created branch dp_fix_105548 in pioverfour/blender 2023-12-18 13:39:17 +01:00
Damien Picard created pull request infrastructure/gitea-custom#6 2023-12-17 14:49:47 +01:00
Fix alignment in navbar
Damien Picard pushed to main at blender/blender-addons 2023-12-17 14:13:37 +01:00
be5e4a14e0 Fix: Node Wrangler: error when previewing without Geo output socket
9f672dc738 Node Wrangler: simplify preview_node operator
45ed0e1fa7 Fix #105067: Node Wrangler: cannot preview multi-user material group
932ed7422d Fix #93749: Material Utilities addon not working due to API changes
8c79a34807 Sun Position: tweak translation
Compare 5 commits »
Damien Picard closed issue blender/blender-addons#105067 2023-12-17 14:13:37 +01:00
Node Wrangler: Using undefined variable prevents preview of any node in the node group
Damien Picard closed issue blender/blender-addons#93749 2023-12-17 14:13:36 +01:00
Material Utilities addon not working due to API changes
Damien Picard commented on issue blender/blender#116252 2023-12-16 20:25:34 +01:00
Text: Special Characters: Circle doesn't meshed

A few unrelated things also stick out in that code area. "u00A5" is described as "Japanese Yen" when that character is also used for the Chinese yuan currency so should just be change to the…

Damien Picard commented on issue blender/blender#105548 2023-12-16 20:02:54 +01:00
I18n: many keymap sections cannot be translated

I found a way to fix this, but I’m don’t fully understand what it implies. WM_check() is called when a file is opened or when a new window is created, but I’m not sure why the keyconfig…

Damien Picard commented on issue blender/blender-addons#105067 2023-12-15 21:51:32 +01:00
Node Wrangler: Using undefined variable prevents preview of any node in the node group

Hi, thanks for the report.

This happens if multiple materials use the same node group.

nw_bug_105067.blend

  • Open the attached .blend…
Damien Picard commented on pull request blender/blender#112865 2023-12-15 14:55:24 +01:00
Refactor: Move NLA anim bake paremeters into dataclass

This in contrast to the proposed example, which in the latter case would create visual keys.

I proposed these simply because they were the default before this commit, but in fact I agree that…

Damien Picard commented on pull request blender/blender#116103 2023-12-14 17:29:28 +01:00
UI: Unit completion hint when text editing

I love this feature, I’ve just noticed a quirk with the lights’ power in watts. This unit appears to be adaptive, without the user being able to choose so. 0.001 W is displayed as 1 mW,…

Damien Picard deleted branch dp_fix_112293 from pioverfour/blender 2023-12-13 19:03:13 +01:00
Damien Picard commented on pull request blender/blender#114703 2023-12-12 17:34:26 +01:00
Sequencer file based copy paste

@pioverfour should it be "Video Sequencer" as that is what it is in the UI?

Both are find, but it’s overwhelmingly just “sequencer.”

Damien Picard commented on pull request blender/blender#114121 2023-12-12 17:06:20 +01:00
Fix #112293: wrong console line cursor position with non-ASCII chars

@ideasman42 Hi, this is about the Python API module I think, care to take a look?

Damien Picard deleted branch dp_reorder_view_curve_ops from pioverfour/blender 2023-12-12 16:31:25 +01:00
Damien Picard commented on pull request blender/blender#114703 2023-12-11 14:25:28 +01:00
Sequencer file based copy paste

“VSE” is mentioned nowhere in Blender’s UI, and nowhere in the manual except to describe options from an add-on.