Commit 9bd60b1
committed
Core: Remove six.py and fix Python 3.13 compatibility
Delete mgear.core.six and mgear.rigbits.six (Python 2/3 compat
layer no longer needed). Replace all six imports: range is builtin,
string_types replaced with str, urllib uses stdlib directly, PY2
checks removed. Fix invalid escape sequences in core/string.py
docstrings that cause SyntaxWarning in Python 3.12+/Maya 2027.1 parent f750990 commit 9bd60b1
16 files changed
Lines changed: 13 additions & 1985 deletions
File tree
- release/scripts/mgear
- anim_picker
- widgets
- core
- rigbits
- facial_rigger2
- facial_rigger
- rbf_manager2
- uegear
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
0 commit comments