|
Blender V5.0
|
Public Attributes | |
| const GreasePencil * | grease_pencil = nullptr |
| Array< std::optional< GVArraySpan > > | attributes |
| Array< int > | material_index_map |
Definition at line 185 of file realize_instances.cc.
| Array<std::optional<GVArraySpan> > blender::geometry::GreasePencilRealizeInfo::attributes |
Matches the order in #AllGreasePencilsInfo.attributes.
Definition at line 188 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_grease_pencil_task(), and blender::geometry::preprocess_grease_pencils().
| const GreasePencil* blender::geometry::GreasePencilRealizeInfo::grease_pencil = nullptr |
Definition at line 186 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_grease_pencil_task(), blender::geometry::execute_realize_grease_pencil_tasks(), and blender::geometry::preprocess_grease_pencils().
| Array<int> blender::geometry::GreasePencilRealizeInfo::material_index_map |
Maps old material indices to new material indices.
Definition at line 190 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_grease_pencil_task(), and blender::geometry::preprocess_grease_pencils().