An open API service indexing awesome lists of open source software.

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.

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()