You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add type hints and suppress Pylance Blender import warnings
- Add # type: ignore to all bpy, bmesh, addon_utils, mathutils imports
- Fix Optional type hints to use X | None syntax (Python 3.10+)
- Add type guards for socket.socket | None in server.py
- Add dict isinstance checks before attribute access
- Fix mixed-in method calls with # type: ignore in modeling operators
- Fix tuple attribute access (.z -> [2]) for Pylance compatibility
- Update integration_tests.md with all four scenarios (grid, arch, print, filament_tag)
- Update unit_tests.md to use [PASS] instead of emoji
- Simplify mushroom keychain to red cap, update README
- Delete outdated MULTICOLOR_3MF_GUIDE.md
All type checking now passes with no false positives on Blender APIs.
0 commit comments