241d87e9f41983daf757cbd126e35f0910c3a094
Add an RNA API function that gives an array of the normals for every control point. The normals depend on the `normal_mode` attribute, which can currently be minumum twist or Z-up, though more options are planned. Normals are currently evaluated on the evaluated points and then sampled back to the control points. Because that can be expensive, a normal mode that only does a first evaluation on control points may be important The function is intended to be used by Cycles, so it doesn't have to implement the calculation of normals itself. They can be interpolated between control points and normalized. For best performance, the function should only be called once, since it does the full calculation for every control point every time it is called. Differential Revision: https://developer.blender.org/D17024
…
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
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
