-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Totally black rendered images #19
Comments
I just started using this program and I'm having the same issue. |
Found solution, works perfectly: Inside
|
when i replace it, it says there's an error with an "unexpected indent." i'm new to stuff like this, can someone help? |
Python 3 does not allow the mixing of spaces and tabs. Delete the tabs at the start of each line you added and try adding spaces instead, or vice versa. It would be a good idea to download an IDE like VS Code which will autodetect which is being used in the current file and format it correctly (convert tabs to spaces if necessary) |
I have fixed this issue in my fork of the repo, and plan to expand this project quite a bit when I have the time. Everyone feel free to check it out, and also contribute if desired |
The recording functionality (r key) should produce the rendered frames as images, to ./Playback folder.
The problem is that i'm getting totally black images, even changing fps or resolution or any settings inside "camera.py".
Any guess?
The text was updated successfully, but these errors were encountered: