CGCookie / CGCookie/addon_common
exiting the addon
- Dominant language
- Python
- Stars
- 39
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
I noticed today that when calling self.done(cancel = True) from within an fsm state (on ESC press) that the operator does not exit unless mouse cursor hovers outside the main UI addon window.
not sure if this is an issue or it was intended this way.
PS: is `self.done(cancel = True)` more elegant way of exiting the addon altogether than `self.done()`
[edited by patmo141]
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported behavior from an FSM state using self.done(cancel = True) and pressing ESC while the cursor is inside versus outside the main UI addon window. Compare it with self.done() and determine which exit behavior is intended; done means the operator exits consistently without requiring cursor movement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100