fake-bpy-module icon indicating copy to clipboard operation
fake-bpy-module copied to clipboard

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

Open walles opened this issue 3 years ago • 0 comments

System Information

  • OS: macOS Big Sur 11.6.2
  • Blender version: 2.83

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.

walles avatar Jan 30 '22 17:01 walles