hasielhassan/ScatterTool
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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()