Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. import ttfcore.common.environ as env
  2. import ttfcore.common.context as context
  3. show_env = env.ShowEnv()
  4. show_cfg = show_env.show_cfg
  5. fields = {
  6. 'sequence': "PY",
  7. 'shot': "5523",
  8. 'step': "previs",
  9. 'task': "shot",
  10. 'version': 5
  11. }
  12.  
  13. ctx_obj = context.from_fields(show_cfg, fields, 'maya_shot_publish')
  14. print ctx_obj.apply_template()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement