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:
authorStephen Swaney <sswaney@centurytel.net>2004-04-08 02:42:02 +0400
committerStephen Swaney <sswaney@centurytel.net>2004-04-08 02:42:02 +0400
commit9cabf31ebc7a27173b527aaad80bfe6140fe3d5b (patch)
treedda29da35019a77947454a15e78abee8444a5b97 /source/gameengine/GamePlayer/common/SConscript
parenta93a6966b7a356199f63562dd7dfdd8a8dfdea43 (diff)
fix for bug #1115
This was a problem with the BezTriple type. Write access to BezTriple via 'pt' member did not work. Preferred method to access BPy type members, especially for write access, is via get*/set* methods. BezTriple.setPoints() will accept x,y coordinates as either a tuple or a list. Updated BezTriple section of Ipo module doc.
Diffstat (limited to 'source/gameengine/GamePlayer/common/SConscript')
0 files changed, 0 insertions, 0 deletions