Blender Git Commit Log

Git Commits -> Revision 69c5878

Revision 69c5878 by Bastien Montagne (master)
February 24, 2020, 11:46 (GMT)
Fix T74003: Autocomplete bug with mesh.loop_triangles. in Blender Python Console.

The collection property `loop_triangles` was given the RNA type
`MeshLoopTriangle` (the type of the collection's items), instead
of `MeshLoopTriangles` (the actual expected RNA collection/array type).

The cutest, tiniest typo mistake in RNA code, leading to some complete
non-sense... It's fairly amazing that this did not cause more severe
issues actually.

Commit Details:

Full Hash: 69c587888b5e95a2f838f63cabd52bc6cf752ece
Parent Commit: 001f7c9
Lines Changed: +1, -1

1 Modified Path:

/source/blender/makesrna/intern/rna_mesh.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021