Blender Git Loki
Git Commits -> Revision 0dbf8d5
Revision 0dbf8d5 by Bastien Montagne (blender-v2.82-release) March 9, 2020, 19:33 (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: 0dbf8d5909b0676bfb4e41dec34932480c6ad45d
Parent Commit: 9070bb1
Committed By: Nathan Letwory
Lines Changed: +1, -1
1 Modified Path:
/source/blender/makesrna/intern/rna_mesh.c (+1, -1) (Diff)