Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix shader params missing in headless export
Previously, requesting the shader parameter list from the rendering server would be a no-op when using the dummy rendering server. This would cause the params to be lost during a headless export. This change uses the param_cache of the ShaderMaterial instead of the rendering server to avoid this issue. Addresses #66842
- Loading branch information