|
Blender V5.0
|
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_custom_normal_attribute = false |
Definition at line 236 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 238 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_for_instances(), blender::geometry::initialize_curves_builtin_attribute_defaults(), blender::geometry::preprocess_curves(), and blender::geometry::realize_instances().
| bool blender::geometry::AllCurvesInfo::create_custom_normal_attribute = false |
Definition at line 246 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 244 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 243 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 245 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 240 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_curve_tasks(), blender::geometry::gather_realize_tasks_recursive(), blender::geometry::initialize_curves_builtin_attribute_defaults(), 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 242 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::preprocess_curves().