blender-cod icon indicating copy to clipboard operation
blender-cod copied to clipboard

Rewrite Material Import Logic

Open SE2Dev opened this issue 3 years ago • 0 comments

The old material logic that the XModel importer used, no longer functions (as of Blender 2.80), as the Blender Internal renderer is no longer supported.

The material system must be rewritten to support Cycles & EEVEE.

Import

  • [x] Blank material generation
  • [ ] Shader generation
    • [ ] Attempt to automatically determine what specular / gloss method to use
    • [ ] Attempt to automatically determine normal map method to use
    • [ ] Support additional texture types (emission, etc.)
    • [ ] Support texture layering
    • [ ] Automatic node layout generation

Export

  • [ ] Identify texture images & usage types for exported materials

SE2Dev avatar Apr 23 '21 00:04 SE2Dev