Blender V5.0
BLO_Write_IDBuffer Struct Reference

#include <BLO_read_write.hh>

Public Member Functions

IDget ()
File Writing (Private)
 BLO_Write_IDBuffer (ID &id, bool is_undo, bool is_placeholder)
 BLO_Write_IDBuffer (ID &id, BlendWriter *writer)

Detailed Description

Specific code to prepare IDs to be written.

Required for writing properly embedded IDs currently.

Note
Once there is a better generic handling of embedded IDs, this may go back to private code in writefile.cc.

Definition at line 170 of file BLO_read_write.hh.

Constructor & Destructor Documentation

◆ BLO_Write_IDBuffer() [1/2]

BLO_Write_IDBuffer::BLO_Write_IDBuffer ( ID & id,
bool is_undo,
bool is_placeholder )

◆ BLO_Write_IDBuffer() [2/2]

BLO_Write_IDBuffer::BLO_Write_IDBuffer ( ID & id,
BlendWriter * writer )

Definition at line 1577 of file writefile.cc.

References BLO_Write_IDBuffer(), BLO_write_is_undo(), and false.

Member Function Documentation

◆ get()


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