Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove misleading version numbers from doc #41

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading