2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19323:HEAD
Notes: * blenderbuttons and ICON_SNAP_PEEL_OBJECT were not merged.
This commit is contained in:
11
source/gameengine/PyDoc/SCA_XORController.py
Normal file
11
source/gameengine/PyDoc/SCA_XORController.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# $Id$
|
||||
# Documentation for SCA_XORController
|
||||
from SCA_IController import *
|
||||
|
||||
class SCA_XORController(SCA_IController):
|
||||
"""
|
||||
An XOR controller activates when there is the input is mixed, but not when all are on or off.
|
||||
|
||||
There are no special python methods for this controller.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user