# This script will be executed before the execution of a playblast state in the Prism State Manager.
# You can use this file to define project specific actions, like preparing your scene/viewport for the playblast.

# Example:
# print "Prism is going to create a playblast now."

# If the main function exists in this script, it will be called.
# The "args" argument is a dictionary with usefull information about Prism and the current export.


# def main(*args, **kwargs):
#     print(args)
#     print(kwargs)
#     print(kwargs["core"].projectName)
#     print(kwargs["state"].l_taskName.text())
#     print(kwargs["scenefile"])
#     print(kwargs["startframe"])
#     print(kwargs["endframe"])
#     print(kwargs["outputpath"])
