Shriinivas / blenderbezierutils

Blender Add-on with Bezier Utility Ops
GNU General Public License v3.0
525 stars 64 forks source link

Set node type do not work. 2.83.8 or 2.90.1 #33

Open hitrpr opened 3 years ago

hitrpr commented 3 years ago

Thanks for cool addon. Am I doing something wrong? Changing type do not work for me. 2020-11-03_14-49-15.mp4.zip

Shriinivas commented 3 years ago

Sorry for the late reply. I tested the functionality in 2.90.1. And it's working fine for me. Do you see any error messages on the console? Also, can you just try if the keyboard shortcut works. So just press 6 to align handles after the menu comes up.

hitrpr commented 3 years ago

No problem. Yes, 6 and 2 work for pie menu well. So issue with mouse only. Also: all pie menues work as pressbutton + move mouse + release Your version appears only after release. Also there is no hotkey for your pie menu in the keymap. So I can't reconfigure it for press. Addon do not write actions/operators to info console. No errors in the system console. Due addon so silent, I can't figure out where the problem is. I tested with factory startup — issue the same. So it is not the conflict with keymap, I suppose.

hitrpr commented 3 years ago

Also, I found pie-menu call. String 4414. I changed to Press instead release and now pie-options work with release action fine as others. But still not work with mouse click. Perhaps it is tuned for release instead of press.

Functions work, but mouse events taken wrong, i think.