# This script will be executed before the execution of an import state in the Prism State Manager.
# You can use this file to define project specific actions, like preparing your scene for the new objects.

# Example:
# print "Prism is going to import objects 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"])
#     print(kwargs["scenefile"])
#     print(kwargs["importfile"])
