ADN-DevTech / 3dsMax-Python-HowTos

3ds Max python samples
MIT License
213 stars 49 forks source link

How can I install install.sh through git bash #31

Open AtomBlack opened 1 year ago

AtomBlack commented 1 year ago

Hi Everyone,

I'm pretty new to maxscript convert to python in 3ds max. I want to install the HowTos file through Git Bash to 3ds max. And I clone it through Git Bash to the local 3ds max plugins file. However when I type ./install.sh. It just shows up as "This script must run in a 3ds Max installation directory." Can someone help me how to solve it? I will be more than appreciated. Thank you

hugow commented 1 year ago

You should cd to the installation directory of max. Then /path/to/where/install/is/located/install.sh

leo369258 commented 10 months ago

你应该cd到max的安装目录。然后 /path/to/where/install/is/ located/install.sh install in bash,but ERROR: file:///D:/work does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.