Blender V4.3
blender::geometry::AllGreasePencilsInfo Struct Reference

Public Attributes

OrderedAttributes attributes
 
VectorSet< const GreasePencil * > order
 
Array< GreasePencilRealizeInforealize_info
 
VectorSet< Material * > materials
 

Detailed Description

Definition at line 245 of file realize_instances.cc.

Member Data Documentation

◆ attributes

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().

◆ materials

VectorSet<Material *> blender::geometry::AllGreasePencilsInfo::materials

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().

◆ order

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().

◆ realize_info

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().


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