|
Blender V4.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 |
| bool | create_nurbs_weight_attribute = false |
| bool | create_custom_normal_attribute = false |
Definition at line 230 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 232 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_custom_normal_attribute = false |
Definition at line 242 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_handle_postion_attributes = false |
Definition at line 238 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 237 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_nurbs_weight_attribute = false |
Definition at line 241 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_radius_attribute = false |
Definition at line 239 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 240 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 234 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 236 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::preprocess_curves().