View Single Post
  #5  
Old 07-10-2006, 06:58 AM
halley halley is offline
Member
 
Join Date: Oct 2005
Posts: 27
Quote:
Originally Posted by Gladsomebeast
However, we will keep the shortcut functions for backwards compatibility.
I do recommend that the python/*.py files include comments when this is the case. For example:

Code:
class vizbang:

    # deprecated: please use vizbang.addAction(vizact.spinto()) instead
    def spinto:
        pass
While I agree that 95% of the users will stick to the help files, the openness of the python code is what attracted me and my colleagues to pick Vizard. It allows for working around the rare broken or not-quite-complete-enough help files, along with all the other benefits of the python platform.
__________________
--
[ e d h a l l e y ]
I'm just a user, not a representative of WorldViz. Hope I've been helpful.
Reply With Quote