Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CPropValue.py « PyDoc « gameengine « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 498b47ab0133fcbf0c19f4e618de5184e65910ee (plain)
1
2
3
4
5
6
7
8
# 
# Documentation for CValue class
from CValue import *
class CPropValue(CValue):
	"""
	This class has no python functions
	"""
	pass