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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2017-07-26 22:56:43 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2017-07-26 23:05:54 +0300
commit320fc70cf223ba3d8c3822302d5f353861278089 (patch)
treece24a7568084a77dac551f8ef31ca5b87999968e /source/gameengine
parent66e28a2827ab589756882983e07808742c198cb2 (diff)
Minor template code patch. (objectHitList =/= hitObjectList)
The Blender text editor's built in python template "Gamelogic" has a reference near the bottom to "objectHitList" as an alleged attribute to the KX_TouchSensor. This name is incorrect, it's correct name is "hitObjectList." Attempting to access the suggested objectHitList returns error... ``` AttributeError: 'KX_TouchSensor' object has no attribute 'objectHitList' ``` The provided diff corrects this minor error. Reviewers: kupoman, moguri, campbellbarton, Blendify Reviewed By: Blendify Tags: #game_engine, #game_python Differential Revision: https://developer.blender.org/D2748
Diffstat (limited to 'source/gameengine')
0 files changed, 0 insertions, 0 deletions