Commit Graph

5 Commits

Author SHA1 Message Date
bklronin
11d053fda4 Fix sketcher mode handling to prevent unintended line creation during drag operations
Major changes:
- Fixed right-click handler to directly set mode to NONE instead of relying on main app signal handling
- Added safety checks in left-click handler to prevent drawing when no draggable point is found in NONE mode
- Enhanced mode compatibility by treating Python None as SketchMode.NONE in set_mode() method
- Added comprehensive debug logging for mode changes and interaction state tracking
- Resolved integration issue where persistent constraint modes were prematurely reset by main app
- Ensured point dragging is only enabled in NONE mode, preventing accidental polyline creation

This fixes the reported issue where deactivating the line tool would still create lines when dragging,
and ensures proper mode transitions between drawing tools and selection/drag mode.
2025-08-16 22:30:18 +02:00
bklronin
a8d15d7b4b Fixed interactor
Added proj lines selected
2024-07-17 16:53:25 +02:00
bklronin
c6f48a6e78 - Fixed 2d sketch with transfrom 2024-07-16 18:02:27 +02:00
bklronin
cb471b4108 - More projection and extrusion in place 2024-07-10 23:19:43 +02:00
bklronin
5ff48c0f5e - Basic 2D projection 2024-07-08 22:14:25 +02:00