Skip to content
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

KeyError" 'bpy_prop_collection[key]: key "Z" not found' #5

Open
ni-chen opened this issue Mar 8, 2018 · 3 comments
Open

KeyError" 'bpy_prop_collection[key]: key "Z" not found' #5

ni-chen opened this issue Mar 8, 2018 · 3 comments

Comments

@ni-chen
Copy link

ni-chen commented Mar 8, 2018

I have error message when I render a light field like below:
KeyError" 'bpy_prop_collection[key]: key "Z" not found'.

Do you have any ideas about this problem?

Thanks?

@NathanCrombez
Copy link

Line 538 of the lightfield_simulator.py file, replace 'Z' by 'Depth' ;)

@ChairManMeow-SY
Copy link

Line 538 of the lightfield_simulator.py file, replace 'Z' by 'Depth' ;)

Hello Nathan, I have a similar KeyError but not the key 'Z' but the key 'RenderLayer', as shown below:

image

It's really confusing. Do you know what's wrong? Is it a version problem? Mine is 2.77.

Many thanks!!

@ChairManMeow-SY
Copy link

It has been solved. The KeyError is caused by the system language. When I choose the simplified Chinese, the key 'RenderLayer' is also translated to Chinese '渲染层'.
I wonder whether this problem exists for other language users.

Line 538 of the lightfield_simulator.py file, replace 'Z' by 'Depth' ;)

Hello Nathan, I have a similar KeyError but not the key 'Z' but the key 'RenderLayer', as shown below:

image

It's really confusing. Do you know what's wrong? Is it a version problem? Mine is 2.77.

Many thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants