3D Graphic Technical Artist
SMPL maya plug-in 설치 본문
maya 2018 버전, 2019 08 06 기준,
설치 방법은 SMPL plugin 폴더안에있는 installation instrructions.txt 파일에 순서가 자세히 설명 되어있다.
Installation Steps:
------------------
1) Make sure no other copies of bl_SMPL will load with Maya
2) Copy this 'bl_SMPL' folder into your Maya Plugins folder. eg:
windows: "/Users//Documents/maya/scripts"
OSX: "/Library/Preferences/Autodesk/maya//plugins"
3) Update the location of the SMPL files in line 46:
>> SMPL_dir = expanduser('~/Documents/maya/plugins/')
4) Inside Maya, go to Window >> Settings/Preferences >> Plug-in Manager
Locate the bl_SMPL.py script and check 'Loaded'
SMPL link : http://smpl.is.tue.mpg.de/downloads
* 부록 , 마야에 numpy 설치 하기
다음 링크를 참조해서 설치함.
ref link: http://discourse.techart.online/t/numpy-1-13-1-scipy-0-19-1-for-maya-2018/9121
wheel 파일 link : https://drive.google.com/drive/folders/0BwsYd1k8t0lEMjBCa2N1Z25KZXc
Get pip to run on MayaPY: form an elevated command prompt navigate to oyur \bin folder (where mayapy lies) and run : mayapy -m ensurepip
Update pip: mayapy -m pip install --upgrade pip setuptools
Install the .whl file:
mayapy -m pip install D:\numpy-1.13.1+mkl-cp27-none-win_amd64.whl
'3D Graphics & Computer Vision > Maya Script Tutorial' 카테고리의 다른 글
[Tutorials] Part 5: Custom Attributes and Expressions (0) | 2018.05.23 |
---|---|
[Tutorials] Part 4: Generating a User Interface (0) | 2018.05.23 |
[Tutorial] Part 3: Creating a Scripted Animation (0) | 2018.04.30 |
[Tutorial] Auto Rigging (0) | 2018.04.27 |
[Tutorial] Part 2: Working with Selections and Constraints (0) | 2018.04.27 |