io_scene_x3d/source
Max Schlecht b5cf725902 Fix T71232: .X3D/.WRL imports without materials and textures
When porting the x3d importer to 2.80, material and texture
importing didn't get ported. The old importer was using
Blender Render like materials, the new implementation uses
the standard node system via `node_shader_utils`.

Additionally this also adds a crude, text based method for
material/texture caching for WRL file (previously only
supported for X3D), fixes a possible `StructRNA has been removed`
error caused by the cache and assigns proper names to the
materials, if available.

Reviewed By: mont29

Maniphest Tasks: T76656, T71232, T83428

Differential Revision: https://developer.blender.org/D12399
2021-10-27 12:25:02 +02:00
..
__init__.py Fix T71232: .X3D/.WRL imports without materials and textures 2021-10-27 12:25:02 +02:00
export_x3d.py Remove free_derived_objects import 2021-10-11 23:22:59 +11:00
import_x3d.py Fix T71232: .X3D/.WRL imports without materials and textures 2021-10-27 12:25:02 +02:00