Linghaoli Posted September 5, 2015 Share Posted September 5, 2015 Hi guys: So I happened have to look at hou.py a little bit, and it seem this PathBasedPaneTab Class like the follow class PathBasedPaneTab(PaneTab): """ hou.PathBasedPaneTab REPLACES * bookmark * pane * mousepath """ thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') def __init__(self): raise AttributeError, "No constructor defined" Basically it Raise error in __init__ , any idea why ? And what exactly is this class for? thanks -ling Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.