Created
January 18, 2019 23:04
-
-
Save SatishGodaPearl/9ab54d5069244efe238f33d145aa11f7 to your computer and use it in GitHub Desktop.
Modeling Temp Scripts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This module provides functionality that enables an artist to choose a bunch of maya files for models, and then mix and match them to create variations. | |
""" | |
import pymel.core as pm | |
mix_model1 = pm.importFile("assets/lunariaMod_g03_27.v002.ma", | |
returnNewNodes=True) | |
mix_model2 = pm.importFile("assets/lunariaMod_g02_20.v004.ma", | |
returnNewNodes=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment