https://github.com/hasielhassan/scattertool
A minimal Maya tool to scatter objects over a polygonal surface.
https://github.com/hasielhassan/scattertool
Last synced: 2 months ago
JSON representation
A minimal Maya tool to scatter objects over a polygonal surface.
- Host: GitHub
- URL: https://github.com/hasielhassan/scattertool
- Owner: hasielhassan
- License: gpl-3.0
- Created: 2017-01-10T03:30:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T03:39:32.000Z (almost 9 years ago)
- Last Synced: 2025-04-05T18:51:29.230Z (6 months ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
A minimal tool to scatter objects over a polygonal surface.
To run the tool, adjust the path to the ScatterTool folder, and run the following code from within maya:
import sys
sys.path.append("path\\to\\ScatterTool\\folder")
import ScatterTool
ScatterTool.run()