mmmrqs / bl_ui_widgets

UI Widgets for Blender 2.8 and newer versions
GNU General Public License v3.0
46 stars 5 forks source link

is input method not supporting for textbox input? #12

Open KarryCharon opened 1 year ago

KarryCharon commented 1 year ago

Is it possible to achieve it ?

mmmrqs commented 1 year ago

Is it possible to achieve it ?

Do you mean that kind of multiple lines textbox control, don't you? That is not supported in this currently version of the addon, but it would be possible indeed. However for such feature to be available on this addon it would need enhancement with a lot of complicated coding just to handle line breaks and cursor positioning. I do not have the skills to do it and that is not in my list of future enhancements. Perhaps someone else may want to fork it and add the textbox functionality. Thanks.

KarryCharon commented 1 year ago

@mmmrqs Thanks for reply. I just tried the bl_ui_textbox widget, and my input method not work.....huhah. But in the blender internal StringProperty it works.