Incorrect description for bpy.types.MeshTextureFace.uv #52842

Closed
opened 2017-09-20 08:11:39 +02:00 by Constantin Makshin · 6 comments

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.

**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.

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @dinosaur

Added subscriber: @dinosaur

Added subscriber: @mont29

Added subscriber: @mont29
Bastien Montagne self-assigned this 2017-09-20 16:32:44 +02:00

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

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

This issue was referenced by blender/blender@f54f680a26

This issue was referenced by blender/blender@f54f680a2681fbb3aebee51886f123106ee8ef51

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-manual#52842
No description provided.