Floor Pattern Generator for Maya
Floor Pattern Generator for Maya
Floor Pattern Generator for Maya
Floor pattern generator for Maya is a script that produces a group of tiles in a pattern that can be customized with different attributes.
Additionally, a custom Arnold shader network is attached too (not the textures) so it is easier to texture the tiles.
Installation
1) Copy this file (FloorTileGenerator.py) somewhere in MAYA_SCRIPT_PATH
# (e.g. C:/Users/userName/Documents/maya/2019/prefs/scripts)
2)Create a new MEL tab and write this:
python("import FloorTileGenerator");
python("FloorTileGenerator.createTileWindow()");
3) middle mouse drag the script to create a button in the shelf.
You can bind the script to a hotkey or create a marking menu too
Notes
For Maya 2022 or up use the script in python3.zip
Floor Pattern Generator for Maya
Floor Pattern Generator for Maya
Floor pattern generator for Maya is a script that produces a group of tiles in a pattern that can be customized with different attributes.
Additionally, a custom Arnold shader network is attached too (not the textures) so it is easier to texture the tiles.
Installation
1) Copy this file (FloorTileGenerator.py) somewhere in MAYA_SCRIPT_PATH
# (e.g. C:/Users/userName/Documents/maya/2019/prefs/scripts)
2)Create a new MEL tab and write this:
python("import FloorTileGenerator");
python("FloorTileGenerator.createTileWindow()");
3) middle mouse drag the script to create a button in the shelf.
You can bind the script to a hotkey or create a marking menu too
Notes
For Maya 2022 or up use the script in python3.zip