Infinite Rave Posted December 19, 2017 Share Posted December 19, 2017 Hi guys, I have a city FBX with massive amount of objects, all textured. Is there any way to optimize this structure for Houdini? Creating geo level bgeos manually would take forever, and I would need to re-texture everything. On a single object I usually create a bgeo and rat files for textures, but here this process would take days, a less time consuming solution would be great. Thanks for any advice, Quote Link to comment Share on other sites More sharing options...
Atom Posted December 19, 2017 Share Posted December 19, 2017 You may have to re-texture everything anyway. I have yet to see Houdini create any useful textures on an FBX import. One thing to remember is that you can use wild card on an object merge. So if you are faced with a bunch of buildings named building_001, building_002 etc.. you can use a single object merge with something like building_* to fetch them into a single geo object node. I also wrote a script that allows you to select a bunch of nodes and it will create a series of object merge nodes and merge those together. This could be one way to convert all sidewalks into a single sidewalk, for instance. The script also creates materials, in this case Redshift materials, based upon the colorization of the nodes in the selection. So you could colorize all rooftops brown, select them and then run the script to end up with one object and one material for all those elements. Quote Link to comment Share on other sites More sharing options...
Infinite Rave Posted December 19, 2017 Author Share Posted December 19, 2017 @AtomThanks, you are right about FBX textures but in this case, these will be in the distance and covered by athmosperic fog, so I wished I could use it without retexturing objects. Quote Link to comment Share on other sites More sharing options...
Infinite Rave Posted December 19, 2017 Author Share Posted December 19, 2017 I will take a look of your script too, looks something worth trying. 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.