nutti / fake-bpy-module

Fake Blender Python API module collection for the code completion.
MIT License
1.32k stars 95 forks source link

Image.pixels is the wrong type #147

Closed cmbasnett closed 8 months ago

cmbasnett commented 9 months ago

System Information

Expected behavior

Image.pixels should be some sort of generic iterable.

Description about the bug

Image.pixels is a float type, indicating it is only a single float value, which is incorrect.

Screenshots/Files [Optional]

image

Additional comments [Optional]

nutti commented 9 months ago

This issue is difficult to solve due to the following reason.

@cmbasnett Do you have an idea to fix this issue?

nutti commented 8 months ago

I will close this issue due to the implementation difficulty.

@cmbasnett If you have an idea to solve this issue, please send me a comment.