Blender V5.0
blender::bke::bake::BundleBakeItem Class Reference

#include <BKE_bake_items.hh>

Inherits blender::bke::bake::BakeItem.

Classes

struct  SocketValue
struct  InternalValue
struct  Item

Public Attributes

Vector< Itemitems
Public Attributes inherited from blender::bke::bake::BakeItem
std::string name

Additional Inherited Members

Public Member Functions inherited from blender::bke::bake::BakeItem
virtual ~BakeItem ()=default
virtual void count_memory (MemoryCounter &memory) const

Detailed Description

Note
It's not possible to use PrimitiveBakeItem for bundles in general, because the items in the bundle also have to be converted to their bakeable form. This is especially important when serializing the bake.

Definition at line 151 of file BKE_bake_items.hh.

Member Data Documentation

◆ items

Vector<Item> blender::bke::bake::BundleBakeItem::items

Definition at line 167 of file BKE_bake_items.hh.


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