Blender Git Commit Log

Git Commits -> Revision d3f7fba

Revision d3f7fba by Campbell Barton (master)
May 17, 2008, 22:37 (GMT)
fix for [#11691] No checks in curve code for "Number of points <= Order U"
added checks for a nurbes orderu being larger then pntsu.
This has the same effect as the curve having only 1 point. (its display list is not generated
but it is still added but a dummy displist with zero points is made)
memcpy was also being used where the memory overlaped (probably worked in most cases but this is incorrect and valgrind complained), use memmove
instead.

Commit Details:

Full Hash: d3f7fba472cd83940a1374a9e0df79922599369d
SVN Revision: 14879
Parent Commit: 81dee8e
Lines Changed: +16, -4

3 Modified Paths:

/source/blender/blenkernel/intern/curve.c (+3, -1) (Diff)
/source/blender/blenkernel/intern/displist.c (+1, -1) (Diff)
/source/blender/src/editcurve.c (+12, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021