Blender V5.0
blender::geometry::GreasePencilRealizeInfo Struct Reference

Public Attributes

const GreasePencilgrease_pencil = nullptr
Array< std::optional< GVArraySpan > > attributes
Array< int > material_index_map

Detailed Description

Definition at line 185 of file realize_instances.cc.

Member Data Documentation

◆ attributes

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

◆ grease_pencil

◆ material_index_map

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


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