newbee Posted November 10, 2017 Share Posted November 10, 2017 (edited) kind of a basic question.. how to create a geometry node in scene context in python I know i can create a sphere inside a geometry node using x=hou.node(“/obj/box”) y=x.createNode(“box”,”mybox”) but how do i create a geometry node? Edited November 10, 2017 by newbee Quote Link to comment Share on other sites More sharing options...
MrScienceOfficer Posted November 10, 2017 Share Posted November 10, 2017 createNode takes the name of the node type, so for a geometry node it takes 'geo'. The name of node (compared to it's label) can be found by middle mouse clicking on a node instance, it's the name after the label,, in parenthesis. 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.