Page MenuHome

Incorrect description for bpy.types.MeshTextureFace.uv
Closed, ResolvedPublic

Description

Blender Version
Broken: 2.78c

Short description of error
bpy.types.MeshTextureFace.uv property description says it's a flat 8-element array while in fact it's an array of 2-element arrays.
Code of corresponding accessor functions (rna_MeshTextureFace_uv_*() in "source/blender/makesrna/intern/rna_mesh.c", lines 552–573 for Git commit a2d246c5c0b6) clearly shows that the latter is actually the intended behavior and the problem is in the documentation.

Event Timeline

Bastien Montagne (mont29) lowered the priority of this task from 90 to 50.

Not strictly speaking a bug, but annoying for docs indeed, will fix.