Incorrect description for bpy.types.MeshTextureFace.uv #52842
Labels
No Label
Meta
Good First Issue
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Eevee & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds, Tests & Devices
Module
Python API
Module
Rendering & Cycles
Module
Sculpt, Paint & Texture
Module
User Interface
Module
VFX & Video
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#52842
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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'
Added subscriber: @dinosaur
Added subscriber: @mont29
Not strictly speaking a bug, but annoying for docs indeed, will fix.
This issue was referenced by blender/blender@f54f680a26
Changed status from 'Open' to: 'Resolved'