# This script will be executed before the execution of an render state in the Prism State Manager.
# You can use this file to define project specific actions, like cleaning up your scene or preparing your scene for rendering.

# Example:
# print "Prism is going to render now."

# If the main function exists in this script, it will be called.
# The "kwargs" 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["settings"])
