top of page

Houdini Import Multi Assets GUI using GPT-4

  • May 8, 2024
  • 1 min read

Updated: Jun 12, 2024

I used GPT-4 + GPT3.5 to generate this code. This script is creating a GUI (Graphical User Interface) dialog in Houdini using PySide2 (a Python library for creating GUIs) that lets users import 3D assets into Houdini. These assets could be geometry files (like .obj, .fbx, or .bgeo) or texture maps (like .jpg, .png, etc.).


Download the .txt files from here........................

V2:  please note that It creates GEO files in /obj context and images or textures inside the selected /obj node. It creates a "matnet" and materials node, Also it assigns the materials using the "shop_materialpath" attribute. Also "Import for MaterislX" doesn't work yet (Scheduled for future update).

V1:  please note that It creates GEO files in /obj context and images or textures in /mat context.


Step By step process to use it......



























 
 
 

Comments


Commenting on this post isn't available anymore. Contact the site owner for more info.

Thank You For Visiting My Website !!!

bottom of page