froure
May 27, 2008 12:23:11
Hi friends!
I need apply textures (jpg or similar) to the primitives (box, grid…), with python code.
Have you some idea?
Thaaaaanks!
JColdrick
May 27, 2008 12:34:19
I might be wrong, but I don't think HOM is supposed to replace the functions of all the OPs. You could add UV attributes, but the method of actually mapping uvs and creating and assigning a shader isn't reproduced in HOM. I think the intent is that you can create the nodes you wish and alter their parameters with HOM. At least that's my understanding.
Cheers,
J.C.
froure
May 28, 2008 10:57:06
mmm Ok.
But, I have searched in the houdini interface, and I have discovered that I can create Nodes with textures in the “/shop” place, and link this nodes with nodes from “/obj”. I don't know if this is correct. Can I create this “/shop” nodes with python?
My problem is that I need create a geometry only using python code.
Thanks for all and sorry for my english ;P
JColdrick
May 28, 2008 11:08:42
You can create nodes with Python, and alter their parameters. You can connect the nodes too. That's the way you should approach your problem, I think.
Cheers,
J.C.
froure
May 28, 2008 11:21:52
OK!! I will try it!
Thaaaanks!!!!!!!
