https://github.com/hako/3dsmax-customnotifications
Examples for calling custom callback notifications in 3ds Max 2019.
https://github.com/hako/3dsmax-customnotifications
3dsmax autodesk autodesk-3ds-max cpp csharp demo maxscript notifications python
Last synced: 3 months ago
JSON representation
Examples for calling custom callback notifications in 3ds Max 2019.
- Host: GitHub
- URL: https://github.com/hako/3dsmax-customnotifications
- Owner: hako
- License: apache-2.0
- Created: 2019-11-29T00:19:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T00:42:34.000Z (over 5 years ago)
- Last Synced: 2025-01-20T16:53:43.448Z (4 months ago)
- Topics: 3dsmax, autodesk, autodesk-3ds-max, cpp, csharp, demo, maxscript, notifications, python
- Language: C++
- Size: 38.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Autodesk 3ds Max Custom Callback Notification Examples
This repository demonstrates how to hook onto and call custom callback notifications in Autodesk 3ds Max 2019. This repository comes with [this accompanying blogpost](https://wesleyhill.co.uk/p/custom-callback-notifcations-in-3ds-max/).
### Requirements
+ [**Autodesk 3ds Max 2019**](https://www.autodesk.co.uk/products/3ds-max/free-trial) and higher.
+ Autodesk 3ds Max 2019 (and higher) **SDK** (Comes with the installer)
+ [**Microsoft Visual Studio 2017/2019 IDE**]()
+ [**Windows 10**](https://www.microsoft.com/en-gb/software-download/windows10)### Usage
Each folder contains a language implementation of the example with a README on how to run the examples.

[`c++`](https://github.com/hako/3dsMax-CustomNotifications/tree/master/c%2B%2B) (top left)
[`csharp`](https://github.com/hako/3dsMax-CustomNotifications/tree/master/csharp) (top right)
[`maxscript`](https://github.com/hako/3dsMax-CustomNotifications/tree/master/maxscript) (bottom left)
[`python`](https://github.com/hako/3dsMax-CustomNotifications/tree/master/python) (bottom right)
This has been tested to be working on **Windows 10**.
### LICENSE
Apache License 2.0
See [LICENSE](https://github.com/hako/3dsMax-CustomNotifications/tree/master/LICENSE) for the full license text.