Blender V5.0
blender::geometry::AllCurvesInfo Struct Reference

Public Attributes

OrderedAttributes attributes
VectorSet< const Curves * > order
Array< RealizeCurveInforealize_info
bool create_id_attribute = false
bool create_handle_postion_attributes = false
bool create_radius_attribute = false
bool create_custom_normal_attribute = false

Detailed Description

Definition at line 236 of file realize_instances.cc.

Member Data Documentation

◆ attributes

OrderedAttributes blender::geometry::AllCurvesInfo::attributes

◆ create_custom_normal_attribute

bool blender::geometry::AllCurvesInfo::create_custom_normal_attribute = false

◆ create_handle_postion_attributes

bool blender::geometry::AllCurvesInfo::create_handle_postion_attributes = false

◆ create_id_attribute

bool blender::geometry::AllCurvesInfo::create_id_attribute = false

◆ create_radius_attribute

bool blender::geometry::AllCurvesInfo::create_radius_attribute = false

◆ order

◆ realize_info

Array<RealizeCurveInfo> blender::geometry::AllCurvesInfo::realize_info

Preprocessed data about every original curve. This is ordered by order.

Definition at line 242 of file realize_instances.cc.

Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::preprocess_curves().


The documentation for this struct was generated from the following file: