I'm nearly finished with my first houdini SOP Node plugin. I've derived from SOP_Paint and want to add a parameter to the ones inherited from SOP_Paint. I've read the example in Writing an OBJ/Implementing a new Operator, but the SOP_Paint node doesn't have a getTemplateList() member function like OBJ_Geometry does. How does one accomplish this?