BlendLuxCore icon indicating copy to clipboard operation
BlendLuxCore copied to clipboard

Make it possible to customize the fallback material

Open Theverat opened this issue 7 years ago • 1 comments

Maybe with options:

  • Checker
  • Clay
  • Custom material

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Theverat avatar Feb 23 '18 21:02 Theverat

Marked as good first issue.

Entry point to work on this in fallback() function: https://github.com/LuxCoreRender/BlendLuxCore/blob/60b61bd8fdc07ffc259b229f2419f186d13a8b48/export/material.py#L54

Ideas for possible implementation: Option 1: Multiple pre-defined materials via dropdown menu Option 2: BlendLuxCore can search among materials if there is one with a specific string, e.g. "LUXCORE_FALLBACK" and use that

CodeFHD avatar Jan 07 '25 20:01 CodeFHD