Rookie Awards 2024 - Open for Entries!
Tile Generator (Maya Script)
Share

Tile Generator (Maya Script)

benjamin ghys
by benjaminghys on 7 May 2019

My first script I made that has UI implemented. Goal was to have a Tile Generator with clear / understandable layout.

14 4483 2
Round of applause for our sponsors

Python code

Simple copy/paste into the Maya python console.
Or get it from Github.

after revisitting my code, I made the following changes:
-   Added core generator class
-   then built UI on top
-   Update should receive variables instead of UI object
-   so currently the Generator class cannot function without the UI class.

Possible features I could add:
-   Saving user settings to a .Json file
-   Change to Qt for UI creation (more 
possibilities)
     I could put more structure in to my UI as I now was forced to put the Simple / Godmode switch 
underneath the actual value sliders
-   Load in presets created by other Users.
-   Ability to choose a custom mesh instead of a Polycube


Comments (2)