Blender  V2.93
Classes | Macros | Typedefs | Enumerations
render_types.h File Reference
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "BLI_threads.h"
#include "BKE_main.h"
#include "RE_pipeline.h"

Go to the source code of this file.

Classes

struct  RenderPart
 
struct  Render
 

Macros

#define R_ANIMATION   1
 

Typedefs

typedef struct RenderPart RenderPart
 

Enumerations

enum  { PART_STATUS_IN_PROGRESS = 1 , PART_STATUS_RENDERED = 2 , PART_STATUS_MERGED = 3 }
 

Macro Definition Documentation

◆ R_ANIMATION

#define R_ANIMATION   1

Definition at line 164 of file render_types.h.

Typedef Documentation

◆ RenderPart

typedef struct RenderPart RenderPart

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
PART_STATUS_IN_PROGRESS 
PART_STATUS_RENDERED 
PART_STATUS_MERGED 

Definition at line 62 of file render_types.h.