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
Copy file name to clipboardExpand all lines: README.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
-
# 3ds Max 2021, 2022, and 2023 Python How Tos
2
-
### Practical Python 3.7 Development Examples For 3ds Max
1
+
# 3ds Max Python How Tos
2
+
### Practical Python 3 Development Examples For 3ds Max
3
3
4
4

5
5
6
-
This repo contains various Python programming examples and tutorials targeting [3ds Max 2021 and 2022](https://www.autodesk.ca/en/products/3ds-max/overview)'s
7
-
Python 3.7 support (the samples are not meant to be used with the Python 2.7 interpreter shipped
8
-
in previous versions of 3ds Max).
6
+
This repo contains various Python programming examples and tutorials targeting [3ds Max](https://www.autodesk.ca/en/products/3ds-max/overview).
9
7
10
8
All the examples in the tutorials are implemented as pip packages. This is a bit heavy for
11
9
small things (we provide a setup.py, a LICENSE and everything) but makes things installable
0 commit comments