BRICK GENERATOR
Brick Generator v01_1_0
----------------------------------------------------------------------------------------
Description:
Create realistic LEGO style building bricks of various sizes. Choose from Brick or Platetypes as well as the choice to add the LEGO Logo to the studs of your bricks.
----------------------------------------------------------------------------------------
Installation:
1.Place the files 'BrickGen_v01_1.py’ and the folder 'Bricks_Plates'into mayas script folder:
MAC - /Users/'USER_NAME'/Library/Preferences/Autodesk/maya/'MAYA_VERSION'/scripts
WINDOWS - /Users/'USER_NAME'/Documents/maya/'MAYA_VERSION'/scripts
2.Place the folders 'BrickGen' into mayas icon folder:
MAC - /Users/'USER_NAME'/Library/Preferences/Autodesk/maya/'MAYA_VERSION'/prefs/icons/
WINDOWS - /Users/'USER_NAME'/Documents/maya/'MAYA_VERSION'/prefs/icons/
3.In Maya run this code in a python tab:
import BrickGen_v01_1
reload(BrickGen_v01_1)
BrickGen_v01_1.importBrickGen()
BUILD A BRICK
Build A Brick v01_0_0
----------------------------------------------------------------------------------------
Description:
Create realistic custom shaped LEGO style building bricks. Choose from Brick or Platetypes as well as the choice to add the LEGO Logo to the studs of your bricks.
----------------------------------------------------------------------------------------
Installation:
1.Place the files 'BuildABrick_v01.py’ and the folder 'Bricks_Plates'into mayas script folder:
MAC - /Users/'USER_NAME'/Library/Preferences/Autodesk/maya/'MAYA_VERSION'/scripts
WINDOWS - /Users/'USER_NAME'/Documents/maya/'MAYA_VERSION'/scripts
2.Place the folders 'BuildABrick' into mayas icon folder:
MAC - /Users/'USER_NAME'/Library/Preferences/Autodesk/maya/'MAYA_VERSION'/prefs/icons/
WINDOWS - /Users/'USER_NAME'/Documents/maya/'MAYA_VERSION'/prefs/icons/
3.In Maya run this code in a python tab:
import BuildABrick_v01
reload(BuildABrick_v01)
BuildABrick_v01.importBuildABrick()
NOTES
This Script has been tested and works on:
Maya 2013 (Windows)
Maya 2014 (Mac & Windows)
Maya 2015 (Mac & Windows)
If you install both the Brick Generator & Build A Brick Scripts the 'Bricks_Plates'folders only needs to be copied over once.
This script is free to use all i ask is that i am correctly credited in any work inwhich my scripts are used.
If you find any bug or issues with the scripts please don’t hesitate to contact me onCreative Crash (link Above).
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.