ODE Middleware

		"""
		No point hitting triggers or ccd helpers.
		"""
		if object2.objectType is ["trigger", "ccd"]:
			return

This one just bit me unless it’s doing something that I don’t know about (i’m still new to python). I believe that should be an ‘in’ not ‘is’ because you are trying to see if it’s any of them, and not all of them right?

I had copied this code and was using it for my sticky test and couldn’t figure out why it wouldn’t ignore the right things.

Did you have a version control setup for this? I could setup one on assembla.com (I already use it for other things) if not.