PerceivingSystems / bedlam_render

BEDLAM (CVPR 2023) render pipeline tools
https://bedlam.is.tuebingen.mpg.de/
Other
134 stars 7 forks source link

Change the Camera Movement preset #23

Closed maurb closed 10 months ago

maurb commented 10 months ago

When trying to change the "Camera Movement" in the render pipeline before calling Create LevelSequences, I get this error:

LogPython: Error: Cannot find LevelSequence camera template: /Game/Bedlam/CameraMovement/LS_Camera_Pan
LogPython: Error: LevelSequence generation failed. Total time: 1.0s
LogPython: Error: Traceback (most recent call last):
LogPython: Error:   File "F:/UE/UE_5.0/Engine/Binaries/Win64/create_level_sequences_csv.py", line 732, in <module>
LogPython: Error:     sys.exit(1)
LogPython: Error: SystemExit: 1

The issue seems to be that there are no other Camera Movement Templates except for the static camera. Where can I get the other templates?

tpsmpi commented 10 months ago

You need to create those LevelSequence templates yourself. See #9 for details.

maurb commented 10 months ago

Thank you!