Skip to content

MaterialEditor: redesign only for builtin mode and be compatible with 5.9.1

Previous proxy architecture was breaking all state files as well as backward compatibility. This resolve the issue by simplifying the design of the material editor :

  • can now only work using the builtin server
  • allows to directly access the vtkOSPRayMAterialLibrary instance, and not dealing with proxies at all
  • cannot load previously loaded texture in the material editor

Fix #20963 (closed)

Fix #20445 (closed)

Fix #21018 (closed)

Edited by Timothee Chabat

Merge request reports