|
Blender V4.3
|
Public Attributes | |
| OrderedAttributes | attributes |
| VectorSet< const GreasePencil * > | order |
| Array< GreasePencilRealizeInfo > | realize_info |
| VectorSet< Material * > | materials |
Definition at line 245 of file realize_instances.cc.
| OrderedAttributes blender::geometry::AllGreasePencilsInfo::attributes |
Ordering of all attributes that are propagated to the output grease pencil generically.
Definition at line 247 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_for_instances(), blender::geometry::preprocess_grease_pencils(), and blender::geometry::realize_instances().
Ordered materials on the output grease pencil.
Definition at line 253 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_grease_pencil_tasks(), and blender::geometry::preprocess_grease_pencils().
| VectorSet<const GreasePencil *> blender::geometry::AllGreasePencilsInfo::order |
Ordering of the original grease pencils that are joined.
Definition at line 249 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::preprocess_grease_pencils().
| Array<GreasePencilRealizeInfo> blender::geometry::AllGreasePencilsInfo::realize_info |
Preprocessed data about every original grease pencil. This is ordered by order.
Definition at line 251 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::preprocess_grease_pencils().