Skip to content

Instantly share code, notes, and snippets.

@Roumenov
Created August 31, 2019 01:25
Show Gist options
  • Save Roumenov/facd7fce80ab575c19cb055e85b2f88e to your computer and use it in GitHub Desktop.
Save Roumenov/facd7fce80ab575c19cb055e85b2f88e to your computer and use it in GitHub Desktop.
example commands for batch exporting Sylvia
import pymel.core as pm
import vo_sceneTools as st
reload(st)
#this will select sylvia's root control regardless of the namespace
#when replacing for another character, make sure to keep the *: characters if there's a namespace
pm.select('*:sylv_root_CTL')
st.export_character('auto')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment