Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard commented on issue blender/blender-addons#104107 2023-02-09 22:10:14 +01:00
When importing a .PDB or .XYZ file, it tells me the following: " KeyError: 'bpy_prop_collection[key]: key "Principled BSDF" not found' "

@YessiRobayo, are you using Blender in a language other than English?

This could be related to blender/blender#104145. If so, there is a proposed fix at !104403.

Damien Picard pushed to main at blender/blender-addons 2023-02-09 22:02:44 +01:00
f5b0b65ed4 Fix #104036: Copy Attributes does not work on faces
Damien Picard closed issue blender/blender-addons#104036 2023-02-09 22:02:44 +01:00
Copy Attributes Menu Addon - Not working with Materials and UV - Attributes problem
Damien Picard created pull request blender/blender-addons#104403 2023-02-09 21:32:39 +01:00
Atomic Blender: Get nodes with their types instead of names
Damien Picard pushed to dp_fix_new_mat_issue_atomic at pioverfour/blender-addons 2023-02-09 21:31:28 +01:00
933b5179c0 Atomic Blender: Get nodes with their types instead of names
Damien Picard pushed to dp_fix_new_mat_issue_magicuv at pioverfour/blender-addons 2023-02-09 21:31:25 +01:00
c7add56b08 Magic UV: Get nodes with their types instead of names
Damien Picard created pull request blender/blender-addons#104402 2023-02-09 21:29:38 +01:00
Magic UV: Get nodes with their types instead of names
Damien Picard pushed to dp_fix_new_mat_issue_atomic at pioverfour/blender-addons 2023-02-09 21:27:39 +01:00
6ae6b45aac Atomic Blender: Get nodes with their types instead of names
Damien Picard pushed to dp_fix_new_mat_issue_magicuv at pioverfour/blender-addons 2023-02-09 21:27:34 +01:00
8485a747dc Magic UV: Get nodes with their types instead of names
Damien Picard created branch dp_fix_new_mat_issue_atomic in pioverfour/blender-addons 2023-02-09 21:22:05 +01:00
Damien Picard pushed to dp_fix_new_mat_issue_atomic at pioverfour/blender-addons 2023-02-09 21:22:05 +01:00
575808ef3f Atomic Blender: Get nodes with their types instead of names
Damien Picard created branch dp_fix_new_mat_issue_magicuv in pioverfour/blender-addons 2023-02-09 21:22:02 +01:00
Damien Picard pushed to dp_fix_new_mat_issue_magicuv at pioverfour/blender-addons 2023-02-09 21:22:02 +01:00
0e11443ce2 Magic UV: Get nodes with their types instead of names
Damien Picard commented on pull request blender/blender#104484 2023-02-09 20:21:32 +01:00
I18n: write messages of the vertex group lock operator explicitly

You’re right, it’s much more legible!

Damien Picard pushed to dp_improve_lock_vertex_group at pioverfour/blender 2023-02-09 20:20:14 +01:00
a06a875fc6 I18n: write messages of the vertex group lock operator explicitly
2cfc4d7644 Fix #104383: don't update declaration for clipboard copy
bc0d3c91b1 Fix #104435: Fix rna_NlaStrip_new add strip logic to be correct boolean expression
50918d44fb Cleanup: Fix const correctness warning in recent commit
1649921791 Fix: Sequencer "Pan" label using incorrect keyword 'heading_ctxt'
Compare 27 commits »
Damien Picard closed pull request blender/blender#104492 2023-02-09 19:36:49 +01:00
WIP: I18n: use proper language code when opening the manual from menu
Damien Picard closed pull request blender/blender#104491 2023-02-09 19:36:08 +01:00
RNA reference mapping: generate manual prefix based on current lang
Damien Picard commented on pull request blender/blender#104491 2023-02-09 19:36:07 +01:00
RNA reference mapping: generate manual prefix based on current lang

See !104494 instead.

Damien Picard commented on pull request blender/blender#104492 2023-02-09 19:35:47 +01:00
WIP: I18n: use proper language code when opening the manual from menu

See !104494 instead.

Damien Picard approved blender/blender#104494 2023-02-09 19:32:41 +01:00
PyAPI: add bpy.utils.manual_locale_code(), use for "Help" menu

Yes, this is perfect! Thanks