Metadata-Version: 2.1
Name: pyblish-3dsmax
Version: 0.1.0
Summary: Pyblish for 3ds Max.
Home-page: https://github.com/pyblish/pyblish-3dsmax
Author: Pyblish contributors
Author-email: me@mottosso.com
License: LGPL
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: qt.py (>=1.3)
Requires-Dist: pyblish-base (>=1.2.1)
Requires-Dist: pyblish-lite (>=0.8.0)

pyblish-3dsmax
==============
Pyblish for 3ds Max.

Note: This only tested in `3dsmax-2020`.

What is included?
----------------
A set of common plug-ins and functions shared across other integrations - such as getting the current working file. It also visually integrates Pyblish into the File-menu for easy access.
- Common [plug-ins](https://github.com/pyblish/pyblish-3dsmax/tree/master/pyblish_3dsmax/plugins)

<br>
<br>
<br>

Installation
------------
Via pip install `pyblish-3dsmax` will be installing all depends packages.

```cmd
pip install pyblish_3dsmax
```

- Copy module files to `<3dsmax_install_root/python/Lib/site-packages>`
- Copy startup script `<root>/startup/pyblish_3dsmax.ms` to `<3dsmax_install_root>/scripts/startup/pyblish_3dsmax.ms`.

For example:

Copy `C:\Users\longhao\PycharmProjects\pyblish-3dsmax\startup\pyblish_3dsmax.ms` to `C:\Program Files\Autodesk\3ds Max 2020\scripts\Startup\pyblish_3dsmax.ms`

Pyblish in 3dsmax main MenuBar
------------------------------
<img src="https://i.imgur.com/sQvwGFF.png" alt="menu"></a>


Quick demo in 3dsmax
--------------------
<img src="https://i.imgur.com/76SH1xb.gif">


