d2b741bebe5e405540750f1b143af6836cd4e9d8
Somehow the implementation for the main function to load point clouds data was missing although everything else to support point clouds was there. Compilers were more than happy to convert the IPointsSchema to another schema type for the compilation to succeed, and the crash occurs because the points schema does not contain the same data as the compiler's chosen schema (in this case an ICurvesSchema). Another crash was found due to the radius array not being properly initialized and left with a size of 0, when Cycles expects a full array.
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
11%
C
6.3%
GLSL
2.2%
CMake
1.3%
Other
1.1%
