hampuseh Posted September 23, 2019 Share Posted September 23, 2019 Greetings! I have a asset that generates trees. I can choose how many different variations of the tree I want based on the parameters on the asset. So lets assume I have 3 different variations of this tree: oak1, oak2, oak3. My question is, how would I be able to create 3 geometry nodes(amount is based on # of variations) with a object merge inside each that is linking to one each of the oak instances with python. So lets say, this script would require me to direct it to the source where I have the variations of the tree and then create geometry nodes with a object merge based on the amount of variations. These geometry nodes will of course be outside of the asset source. Sorry if it doesn't make much sense. Cheers Quote Link to comment Share on other sites More sharing options...
Atom Posted September 23, 2019 Share Posted September 23, 2019 I'm not sure if you can create nodes, with vex, but you can with python. Here is a link to a script that scans a folder for images, creates a plane and assigns a material that points to the image. Maybe you can review it for tips on how to proceed. 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.