Skip to content

Commit

Permalink
Remove misleading version numbers from doc (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugow authored Apr 5, 2024
1 parent a2bf34d commit ee22bd1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# 3ds Max 2021, 2022, and 2023 Python How Tos
### Practical Python 3.7 Development Examples For 3ds Max
# 3ds Max Python How Tos
### Practical Python 3 Development Examples For 3ds Max

![Splash](/doc/Splash.png)

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
Python 3.7 support (the samples are not meant to be used with the Python 2.7 interpreter shipped
in previous versions of 3ds Max).
This repo contains various Python programming examples and tutorials targeting [3ds Max](https://www.autodesk.ca/en/products/3ds-max/overview).

All the examples in the tutorials are implemented as pip packages. This is a bit heavy for
small things (we provide a setup.py, a LICENSE and everything) but makes things installable
Expand Down

0 comments on commit ee22bd1

Please sign in to comment.