nutti / fake-bpy-module

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

MovieTrackingMarker.pattern_corners should be List[List[float]] #95

Closed walles closed 2 years ago

walles commented 2 years ago

System Information

Expected behavior

MovieTrackingMarker.pattern_corners should be a list of lists, as documented here: https://docs.blender.org/api/current/bpy.types.MovieTrackingMarker.html#bpy.types.MovieTrackingMarker.pattern_corners

Description about the bug

I have experimentally verified that the documentation is correct. pattern_corners is a list of lists and nothing else.

nutti commented 2 years ago

This issue is now fixed at the same time of #93 .