Overview
This script creates a GUI, using PyQt5, that enables a non-programmer to generate particles in Maya in a variety of shapes.
UI and Breakdown
Description
This application uses PyQt5 for the GUI
The GUI allows the user to generate a particle cloud in the shape of a Dome, Shell, Wave, anf Tube
The user can customize aspects of the shapes
All python scripts need to be saved in the scripts folder in the user's maya folder.
Type:
import particle_slider_ui
reload(particle_slider_ui)
dialog = particle_slider_ui.Demo()
dialog.show()
in the maya script editor to open GUI
Application and Scripts
Scripts:
All Files:(Extract the qt_dev folder to the maya scripts folder)