Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard pushed to dp_fix_104999 at pioverfour/blender-addons 2023-11-15 13:53:46 +01:00
bfb5cfc1f7 Fix #104999: Node Wrangler: Principled Textures Setup emissive texture
Damien Picard pushed to dp_fix_104999 at pioverfour/blender-addons 2023-11-15 13:52:04 +01:00
e84172c808 Fix #104999: Node Wrangler: Principled Textures Setup emissive texture
Damien Picard pushed to dp_fix_104999 at pioverfour/blender-addons 2023-11-15 13:50:47 +01:00
8ab2db0eb8 Fix #10499: Node Wrangler: Principled Textures Setup emissive texture
Damien Picard pushed to dp_fix_104999 at pioverfour/blender-addons 2023-11-15 13:39:22 +01:00
e79e18796e Fix #10499: Node Wrangler: Principled Textures Setup emissive texture
1823b714a3 Cleanup: strip trailing space
f0bfef095d Cleanup: surround multiply by parenthesis, remove unused import
971bf43d19 Import_3ds: Fix crash if mesh has no faces
dd41c0877d Merge branch 'blender-v4.0-release'
Compare 10 commits »
Damien Picard created branch dp_fix_104999 in pioverfour/blender-addons 2023-11-15 13:39:22 +01:00
Damien Picard commented on issue blender/blender-addons#104991 2023-11-10 13:42:59 +01:00
Ctrl+, shortcut for preferences in Blender 4.0 doesn't work in Shader Editor

I can confirm the issue with Node Wrangler enabled, as mentioned in the original report. The issue is with Ctrl , (comma).

Damien Picard commented on pull request blender/blender-addons#104936 2023-11-08 14:34:06 +01:00
Images as Planes: Improve option panels

do you think this patch still can land in 4.0?

I think they’re safe code-wise, but today is the last day before release candidate, and only bug fixes are supposed to go in. Also, merging…

Damien Picard commented on pull request blender/blender-addons#104936 2023-11-07 11:38:44 +01:00
Images as Planes: Improve option panels

That’s very nice! I’ve got a few suggestions.

  • Shouldn’t the Shadow Mode be moved just below the Blend Mode, same as in the material properties?

![image](/attachments/956c5511-ddd3-492…

Damien Picard commented on pull request blender/blender-addons#104958 2023-11-07 11:05:40 +01:00
Math Vis Console - fixed errors with invalid objects in console locals

It looks like bpy.types works just as well, why not use that?

Damien Picard created pull request blender/blender#114474 2023-11-04 02:06:33 +01:00
Nodes: expose multi-input sockets to custom nodes in the Python API
Damien Picard commented on pull request blender/blender#114148 2023-11-04 01:59:03 +01:00
Fix #112716: Custom sockets ignore draw_color method

This in turn broke the sockets using draw_color_simple(). You can reproduce by running the custom_nodes.py template. Not sure if this is a bug or if the template should be reverted to using…

Damien Picard pushed to dp_multi_input_socket_rna at pioverfour/blender 2023-11-04 01:24:53 +01:00
2ef36715ae Nodes: expose multi-input sockets to custom nodes in the Python API
Damien Picard created branch dp_multi_input_socket_rna in pioverfour/blender 2023-11-04 01:18:29 +01:00
Damien Picard pushed to dp_multi_input_socket_rna at pioverfour/blender 2023-11-04 01:18:29 +01:00
884b7b0211 Nodes: expose multi-input sockets to custom nodes in the Python API
9b0ea21a5b USD: Fix Export progress report.
6833202ab3 PLY: improve import of custom vertex normals
27faf83fff Merge branch 'blender-v4.0-release'
e623d07362 Fix missing relations built for camera referenced by markers
Compare 10 commits »
Damien Picard deleted branch dp_disable_khmer_translation from pioverfour/blender 2023-10-31 18:56:51 +01:00
Damien Picard pushed to dp_disambiguate at pioverfour/blender 2023-10-30 19:55:23 +01:00
4a838cfd05 I18n: extract and disambiguate a few messages
Damien Picard pushed to dp_disambiguate at pioverfour/blender 2023-10-30 19:49:42 +01:00
520115ee64 I18n: extract and disambiguate a few messages
2fc17f5afc FIx: Workbench: Shadow debug mode
6e160b9054 Merge branch 'blender-v4.0-release'
2e1244f3cf Fix resizing asset shelf header edge not working without region overlap
931c176b06 Merge branch 'blender-v4.0-release' into main
Compare 919 commits »
Damien Picard pushed to dp_extract_node_asset_sockets at pioverfour/blender 2023-10-30 19:40:23 +01:00
a9eb697d73 I18n: translate socket properties in the Modifier Properties editor
525b792576 I18n: extract node group asset sockets
2fc17f5afc FIx: Workbench: Shadow debug mode
6e160b9054 Merge branch 'blender-v4.0-release'
2e1244f3cf Fix resizing asset shelf header edge not working without region overlap
Compare 913 commits »
Damien Picard commented on issue blender/blender#114080 2023-10-30 17:17:48 +01:00
I18n: Khmer script not rendered in the UI

Well IMO disabling the translation for now is not too bad yet since only about 1% has been translated, and welcoming users with this doesn’t look too serious: ![image](/attachments/c5ecfae4-d9b9…

Damien Picard commented on pull request blender/blender#114159 2023-10-30 16:25:22 +01:00
I18n: extract and disambiguate a few messages

I must have made a mistake while rebasing from main to 4.0; this should be solved when rebasing back to main.