mbit-gh
Results
1
issues of
mbit-gh
If you can't properly see materials you need to change create_material() in utils/__init__.py to ``` def create_material(base_color=(1, 1, 1, 1), metalic=0.0, roughness=0.5): mat = bpy.data.materials.new('Material') if len(base_color) == 3: base_color...