6e9f54cbdadb529a30b38cc5e1c87d24efbcda88
When the profile is the default (or manually set to a single point at the origin), avoid computing tangents and normals, and avoid evaluating the radius attribute. That data is only used to build the transforms of the new points. In a simple test case, this changed the total time from 34.4 to 14.7 ms (removing the cost 4.7, 8.4, and 2.1 ms) cost of calculating tangents, normals, and radii.
…
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%
