
Feb. 13, 2009
11:11 a.m.
SuPy 1.1 Available ------------------ http://www.cosc.canterbury.ac.nz/greg.ewing/SuPy/ Changes in this version: - Added explicit ways of calling method names ending in '?' or '!'. Python method names 'is_xxx' and 'xxx_ip' map to Ruby 'xxx?' and 'xxx!' respectively. The plain name 'xxx' can still be used where there is no ambiguity. - Ruby true and false are now converted to Python True and False. - Ruby methods expecting a block can be called from Python by passing a callable Python object with the keyword 'body'. What is SuPy? ------------- SuPy is a plugin for the Sketchup 3D modelling application that lets you script it in Python. -- Greg Ewing greg.ewing@canterbury.ac.nz
5964
Age (days ago)
5964
Last active (days ago)
0 comments
1 participants
participants (1)
-
Greg Ewing