Advertisement
yaotungyu

maya instancer rnd2

Mar 22nd, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.22 KB | None | 0 0
  1. filePath = r'C:\Users\tonyy\Documents\maya\scripts\maya_instancer_component\workers\16472'.replace('\\','/')+'/cmdOut.txt'
  2. with open(filePath,'r') as optFile:
  3.     lines = optFile.read().splitlines()
  4.     print lines[-1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement