Blender
V3.3
|
Public Attributes | |
OrderedAttributes | attributes |
VectorSet< const Curves * > | order |
Array< RealizeCurveInfo > | realize_info |
bool | create_id_attribute = false |
bool | create_handle_postion_attributes = false |
bool | create_radius_attribute = false |
bool | create_resolution_attribute = false |
Definition at line 187 of file realize_instances.cc.
OrderedAttributes blender::geometry::AllCurvesInfo::attributes |
Ordering of all attributes that are propagated to the output curve generically.
Definition at line 189 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_for_instances(), blender::geometry::preprocess_curves(), and blender::geometry::realize_instances().
bool blender::geometry::AllCurvesInfo::create_handle_postion_attributes = false |
Definition at line 195 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_curve_task(), blender::geometry::execute_realize_curve_tasks(), and blender::geometry::preprocess_curves().
bool blender::geometry::AllCurvesInfo::create_id_attribute = false |
Definition at line 194 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_curve_tasks(), blender::geometry::preprocess_curves(), and blender::geometry::realize_instances().
bool blender::geometry::AllCurvesInfo::create_radius_attribute = false |
Definition at line 196 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_curve_task(), blender::geometry::execute_realize_curve_tasks(), and blender::geometry::preprocess_curves().
bool blender::geometry::AllCurvesInfo::create_resolution_attribute = false |
Definition at line 197 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_curve_task(), blender::geometry::execute_realize_curve_tasks(), and blender::geometry::preprocess_curves().
Ordering of the original curves that are joined.
Definition at line 191 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::preprocess_curves().
Array<RealizeCurveInfo> blender::geometry::AllCurvesInfo::realize_info |
Preprocessed data about every original curve. This is ordered by order.
Definition at line 193 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::preprocess_curves().