Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

BuddyDudeDeveloper/vsfx-705-python-ui

Repository files navigation

VSFX 705 Python UI

The repo for the Python UI assignment of the VSFX 705 course at SCAD.

How to Run

  1. Download the repository and put all files and folders into your Qt_Dev folder.
  2. In Maya, run the following code in the script editor:
import planetary_system_generator_ui
reload(planetary_system_generator_ui)
mayaWin = planetary_system_generator_ui.getMayaMainWindow()
dialog = planetary_system_generator_ui.PlanetarySystemGeneratorDialog(mayaWin) 

About

The repo for the Python UI assignment of the VSFX 705 course at SCAD.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages