strike-digital / node_pie

A blender addon that adds a pie menu for adding new nodes to the node editor quickly
151 stars 8 forks source link

There is a little bug with localization #4

Closed JimWho closed 1 year ago

JimWho commented 2 years ago

Almost all words are localized for these languages in blender, and there is a little bug in node pie that just some words are translated automatically image image So I think maybe when the inference selection is true, "texture" and “bsdf” dont remove, and use bpy.app.translations.pgettext(text) to translate. This is just my rough understanding of blender API image

strike-digital commented 1 year ago

Ah, sorry, I didn't see this, it should now be fixed in the latest update :)