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:
authorCampbell Barton <ideasman42@gmail.com>2009-08-25 17:54:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-25 17:54:56 +0400
commit9521fa94569b0ab1fe5c9f451e8abf7dd2290b13 (patch)
treef96cf53c1ac46348e9437c0a00c4863ed7da81a0 /release/ui
parent855974dad931bcba8a63260d1f642da49902d569 (diff)
remove gameOb.has_key(key) method from KX_GameObject and ListValue since python 3.x removes has_key from dictionaries.
Instead use __contains__, eg. if key in gameOb: ... Mathutils returns from PyMath.cpp were incorrectly using wrapped Mathutils types. Wrapped types should only be used with a callback now.
Diffstat (limited to 'release/ui')
0 files changed, 0 insertions, 0 deletions