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

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