Campbell Barton 6074f62d1a Fix T61353: Crash converting a curve to a mesh
This was caused by curves pointing to each other
creating a cyclic dependency.

While the dependency graph detects this, generating a mesh for render
recursively generates data which cashes in this case.

Add in a check to detect cyclic links.

Note, this bug exists in 2.7x too - but only crashes on render
since 2.7x didn't use 'for_render' when converting data.
2019-02-14 17:21:55 +11:00
2019-02-14 08:49:26 +11:00
2019-02-13 19:02:43 +01:00
2019-02-11 18:39:31 +01:00
2019-01-22 12:50:13 +01:00
2010-10-13 14:44:22 +00:00
2019-02-09 17:00:57 +11:00
Description
No description provided
841 MiB
Languages
C++ 78%
Python 14.9%
C 2.9%
GLSL 1.9%
CMake 1.2%
Other 0.9%