Last active
November 5, 2015 10:18
-
-
Save nicelifeBS/05cc92d221d2644e355d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# python | |
# modo 901 | |
# Get txtLocator and clipItem of an imageMap | |
imageMap = modo.Item('imageMap028') | |
shaderGraph = lx.object.ItemGraph(scene.GraphLookup(lx.symbol.sGRAPH_SHADELOC)) | |
texLoc = shaderGraph.FwdByIndex(imageMap, 0) | |
clipItem = shaderGraph.FwdByIndex(imageMap, 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment