Skip to content

Commit 4c7850e

Browse files
Removed Platform call
The Windows issue that necessitated a fake Right Mouse up event appears to not be an issue any longer, so the OS check and Ctypes mouse event have been removed
1 parent f42ddb4 commit 4c7850e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

RightMouseNavigation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import bpy
22
from bpy.types import Operator
3-
import platform
43

54

65
class RMN_OT_right_mouse_navigation(Operator):

0 commit comments

Comments
 (0)