top of page
Maya Material Wizard

Getting material info:

unreal_material_param_export.py is a helper script to extract material RGB data from Unreal.​

  • This processes all the materials in Unreal content folder and extracts the RGB value into a json file unreal_material_params.json

Maya material tool:

vehicle_material_wizard.py creates the Material Wizard with Python and PyQt

  • It reads from the json file to get all materials and their RGB and category data

  • Displays all materials in the tool and supports 3 functionalities

    • Copy material name (for if we're renaming materials)

    • Create a new material

    • Create (or use existing) material and assign to selected objects

  • LinkedIn
  • Instagram
bottom of page