Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorBastien Montagne <b.mont29@gmail.com>2020-02-24 14:43:24 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-02-24 14:46:40 +0300
commit69c587888b5e95a2f838f63cabd52bc6cf752ece (patch)
tree58e773ded7579fe8b5abb1693d9572c4ef30109a /intern
parent001f7c92d1452e01622f066d37bd42545b650a27 (diff)
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.
Diffstat (limited to 'intern')
0 files changed, 0 insertions, 0 deletions