def dbf_from_unity_object(self, obj):
     dbf = Dbf()
     dbf.populate_from_unity_object(obj)
     return dbf
	def dbf_from_unity_object(self, obj):
		dbf = Dbf()
		dbf.populate_from_unity_object(obj)
		return dbf