MrGAG Posted February 3, 2009 Share Posted February 3, 2009 (edited) Hello everyone, I trying to explore houdini python scripting capabilities, mostly regarding controlling a remote computer running houdini. For that, I tried using houxmlrpc module. I followed online examples using this module and I have been able to modify some parameters through the network : pretty cool !! but it doesn't work that well when I use hipFile module : import houxmlrpc s = houxmlrpc.ServerProxy('http://computer:8888') hou = s.hou hou.hipFile.load("C:\\myFile.hip",True) it does nothing on remote computer, and gives me a bunch of warning messages on local computer hou.hipFile.load("C:\\myFile.hip",True) works fine when triggered localy, but not through xmlrpc module What am I doing wrong ? I am also confused by the "self" parameter I see a lot in HOM references, what is that ? Edited February 4, 2009 by MrGAG Quote Link to comment Share on other sites More sharing options...
MrGAG Posted February 4, 2009 Author Share Posted February 4, 2009 I read that many python modules are not implemented yet. Maybe I can do it with Hscript ? I guess it's possible to embed Hscripts in python, I don't know how yet ... but I will figure it out 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.