forked from bartvdbraak/blender
d38329b5aa
Added attributes to the vertex class.
10 lines
153 B
Python
10 lines
153 B
Python
# $Id$
|
|
# Documentation for SCA_AlwaysSensor
|
|
from SCA_ISensor import *
|
|
|
|
class SCA_AlwaysSensor(SCA_ISensor):
|
|
"""
|
|
This sensor is always activated.
|
|
"""
|
|
|