RenderPipeline questions

Hi everyone,

at this point I have a few questions concerning the renderpipeline by @tobspr. Is there a way to disable motion blur when moving the camera? How can I disable the overlay menu right from the start? And what is the easiest way to change the texture of the skybox (I just need unicoloured)?

Best
Woody

You can disable the motion blur plugin with plugin configurator.

You can disable debug mode in pipeline.yaml file.

Skybox is loaded from file data/builtin_models/skybox/skybox.txo.pz
You can replace this file with your own.

1 Like

Thanks a lot for the quick answer. I will try this right away when Iā€™m at home. How can I replace the txo.pz file? I tried with the generate_txo_files script but failed.