Reviewer note: Can we improve the print("Unsupported mode:", mode) on line 208?
Details
Details
- Reviewers
Campbell Barton (campbellbarton) Ryan Inch (Imaginer) - Maniphest Tasks
- T101138: UV editor: Console warning when hovered over tools
- Commits
- rB170e03aa98b2: Fix T101138: remove console spam when hovering over toolbar in uv editor
rBaa7449e691f5: Fix T101138: remove console spam when hovering over toolbar in uv editor
rB7f284f5134ca: Fix T101138: remove console spam when hovering over toolbar in uv editor
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Seems fine to me. For the unsupported mode warning, the UV Editor doesn't look like it's supported here, so I'd suggest either adding in a check to only allow for supported editors to line 171 or just add in an exception for the UV Editor on line 203.