retopoflow icon indicating copy to clipboard operation
retopoflow copied to clipboard

Add Retopology Operators break RF if run via Shift+A menu

Open vxlcoder opened this issue 1 year ago • 2 comments

Issue #1321 had a secondary issue that I'm capturing here.

The Add Retopology at Cursor / Active Operators through the Shift+A menu instead of the header menu does absolutely nothing. The following error message would be silently reported to the console.

ERROR (wm.operator): source/blender/windowmanager/intern/wm_event_system.cc:1571 wm_operator_invoke: invalid operator call 'RETOPOFLOW_OT_newtarget_cursor'

The issue is due to the operator defining an invoke method but not an execute method.

vxlcoder avatar Jun 15 '24 18:06 vxlcoder

this issue appears to be fixed now!

Thanks to @JornBoven for helping debug this issue!

You can use this temp link to test it out (same link as in issue #1321): https://www.dropbox.com/scl/fi/tgbmx8b690orvcc31yp7a/RetopoFlow_v4.0.0-alpha-GitHub.zip?rlkey=380tjledg3h3o0c9g3xc1vloo&st=34u2ntfs&dl=0

vxlcoder avatar Jun 15 '24 18:06 vxlcoder

I can confirm that it works on my side too. Thank you for your attention to this issue~ I appreciate it!

JornBoven avatar Jun 15 '24 18:06 JornBoven

Hey @vxlcoder This issue seems fixed with da40941 but the issue itself is still in open state

jfranmatheu avatar Nov 20 '24 13:11 jfranmatheu

ah, forgot to close :)

thanks!

vxlcoder avatar Nov 20 '24 14:11 vxlcoder