Home > Graphic Software > Making Ghost Geo for Viewport Motion Blur - Maya Python Script

Making Ghost Geo for Viewport Motion Blur - Maya Python Script


9-05-2024, 18:03. Author: GFX_Muawia
Making Ghost Geo for Viewport Motion Blur - Maya Python Script
Making Ghost Geo for Viewport Motion Blur - Maya Python Script
3 PY | 35 KB


If you want to source the script from maya script folder. Do the following:
- Copy the script into maya script folder. Change the name to makingGhostGeo.py (remove version number)

- And call the script from maya using this python code:
import makingGhostGeo
reload(makingGhostGeo)



Go Back