Hello world Posted September 22, 2011 Share Posted September 22, 2011 could any one tell me how to 1) add a material from gallery to shop through scripting Quote Link to comment Share on other sites More sharing options...
symek Posted September 22, 2011 Share Posted September 22, 2011 could any one tell me how to 1) add a material from gallery to shop through scripting like this: msurface = hou.galleries.galleryEntries("mantrasurface")[0] msurface.createChildNode(hou.node("/shop")) #alternatively: msurface.applyToNode(hou.node("/obj/geo1")) Quote Link to comment Share on other sites More sharing options...
Hello world Posted September 22, 2011 Author Share Posted September 22, 2011 thank u very much 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.