|
Blender V4.3
|
#include <GEO_resample_curves.hh>
Public Attributes | |
| std::optional< std::string > | tangent_id |
| std::optional< std::string > | normal_id |
Definition at line 16 of file GEO_resample_curves.hh.
| std::optional<std::string> blender::geometry::ResampleCurvesOutputAttributeIDs::normal_id |
Definition at line 18 of file GEO_resample_curves.hh.
Referenced by blender::nodes::node_geo_curve_to_points_cc::curve_to_points(), blender::geometry::gather_point_attributes_to_interpolate(), blender::nodes::node_geo_curve_to_points_cc::grease_pencil_to_points(), and blender::nodes::node_geo_curve_to_points_cc::node_geo_exec().
| std::optional<std::string> blender::geometry::ResampleCurvesOutputAttributeIDs::tangent_id |
Definition at line 17 of file GEO_resample_curves.hh.
Referenced by blender::nodes::node_geo_curve_to_points_cc::curve_to_points(), blender::geometry::gather_point_attributes_to_interpolate(), blender::nodes::node_geo_curve_to_points_cc::grease_pencil_to_points(), and blender::nodes::node_geo_curve_to_points_cc::node_geo_exec().