# me - this DAT
# 
# frame - the current frame
# state - True if the timeline is paused
# 
# Make sure the corresponding toggle is enabled in the Execute DAT.

def onStart():
	# check to see if required python dep files are in place
	mod.extHelperMOD.Install_python_external()

	# check to see if python path for dep is in project
	mod.extHelperMOD.Check_dep()

	return

def onCreate():
	# check to see if required python dep files are in place
	mod.extHelperMOD.Install_python_external()

	# check to see if python path for dep is in project
	mod.extHelperMOD.Check_dep()
	
	return