06-02-2020, 12:00 PM
(06-02-2020, 11:06 AM)Dag Wrote: I ran it from this folder and both files are inside them.Are you draggin and droping drop_install.mel or running from maya script editor?
I use MacOS as client and Maya 2019 is there something I should made additionally?
If not, you should drag-and-drop it to maya viewport.
If nothing helps, edit shelf_install.py:
Code:
def get_file_path():
return os.path.dirname(__file__)
Code:
def get_file_path():
return 'YOUR_PATH'
Then just copy and paste shelf_install.py to your script editor and add to the end to execute process:
Code:
begin_shelf_install()