|
Blender V4.3
|
Public Attributes | |
| const GreasePencil * | grease_pencil = nullptr |
| Array< std::optional< GVArraySpan > > | attributes |
| Array< int > | material_index_map |
Definition at line 180 of file realize_instances.cc.
| Array<std::optional<GVArraySpan> > blender::geometry::GreasePencilRealizeInfo::attributes |
Matches the order in AllGreasePencilsInfo.attributes.
Definition at line 183 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 181 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().
Maps old material indices to new material indices.
Definition at line 185 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_grease_pencil_task(), and blender::geometry::preprocess_grease_pencils().