Skip to content

Instantly share code, notes, and snippets.

@SatishGodaPearl
Created January 18, 2019 23:04
Show Gist options
  • Save SatishGodaPearl/9ab54d5069244efe238f33d145aa11f7 to your computer and use it in GitHub Desktop.
Save SatishGodaPearl/9ab54d5069244efe238f33d145aa11f7 to your computer and use it in GitHub Desktop.
Modeling Temp Scripts
"""
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