Open jfranmatheu opened 3 days ago
After some superficial analysis, I've seen that raycast_point_valid_sources
function can return None
values, so in Strokes_Logic.__init__()
, the self.stroke3D
list can contain invalid values when there is no raycast hit, leading to a further crash.
I made a quick patch in case you need to give it a try: 1346.patch
Retopoflow Version: latest, v4.0.0 branch, hash=bf36eeaf6d12d4ae171c3740a92d71c5e82fdca5
Blender Version/Hash: 4.2.3 LTS, hash=0e22e4fcea03
Platform Version/Distribution: Windows 11, 10.0.22631
Issue:
Unhandled exception in Stroke tool when Ctrl+Click. The consequent crash glitches the cursor graphic on screen, since it is not cleared afterwhile.
Exception Traceback:
How to Reproduce: