Skip to content

‘Generative House Algorithm’ was constructed for one simple reason, being one click away from creating a range of uniquely designed model houses. At the beginning of 2020, the start of the covid-19 pandemic, I started learning programming. My background is in developing 3D motion graphics, but my work goes into different directions. I feel inspi…

LucasHartman/MayaScript_HouseGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Execute this code:
0. Install numpy for Python 2.7 insde Maya
1. Open Maya
2. Go to: Top Menu > Windows > Gneral Editors > Script Editor
3. Create a Python Tab
4. copy/paste this code
5. press 'ExecuteAll' button

#--------------------------------------------------------------------------------------------

import sys

#add folder to PythonPath
sys.path.append('c:/root/to/directory')

# print PythonPaths
from pprint import pprint
sys.path
pprint(sys.path)

# import file
import Main

# refresh file
reload(Main)

# call script
Main.Main()

About

‘Generative House Algorithm’ was constructed for one simple reason, being one click away from creating a range of uniquely designed model houses. At the beginning of 2020, the start of the covid-19 pandemic, I started learning programming. My background is in developing 3D motion graphics, but my work goes into different directions. I feel inspi…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages