forked from bartvdbraak/blender
874c29cea8
Notes: * blenderbuttons and ICON_SNAP_PEEL_OBJECT were not merged.
12 lines
282 B
Python
12 lines
282 B
Python
# $Id$
|
|
# Documentation for SCA_XNORController
|
|
from SCA_IController import *
|
|
|
|
class SCA_XNORController(SCA_IController):
|
|
"""
|
|
An XNOR controller activates when all linked sensors are the same (activated or inative).
|
|
|
|
There are no special python methods for this controller.
|
|
"""
|
|
|