Blender V4.3
FluidJob Struct Reference

Public Attributes

void * owner
 
bool * stop
 
bool * do_update
 
floatprogress
 
const char * type
 
const char * name
 
Mainbmain
 
Scenescene
 
Depsgraph * depsgraph
 
Objectob
 
FluidModifierDatafmd
 
int success
 
double start
 
intpause_frame
 

Detailed Description

Definition at line 62 of file physics_fluid.cc.

Member Data Documentation

◆ bmain

◆ depsgraph

Depsgraph* FluidJob::depsgraph

◆ do_update

bool * FluidJob::do_update

Definition at line 65 of file physics_fluid.cc.

Referenced by fluid_bake_sequence(), fluid_bake_startjob(), and fluid_free_startjob().

◆ fmd

◆ name

const char* FluidJob::name

◆ ob

◆ owner

void* FluidJob::owner

Definition at line 64 of file physics_fluid.cc.

◆ pause_frame

int* FluidJob::pause_frame

Definition at line 80 of file physics_fluid.cc.

Referenced by fluid_bake_sequence(), and fluid_bake_startjob().

◆ progress

float* FluidJob::progress

Definition at line 66 of file physics_fluid.cc.

Referenced by fluid_bake_sequence(), fluid_bake_startjob(), and fluid_free_startjob().

◆ scene

Scene* FluidJob::scene

Definition at line 71 of file physics_fluid.cc.

Referenced by fluid_bake_sequence(), fluid_free_exec(), and fluid_initjob().

◆ start

double FluidJob::start

◆ stop

bool* FluidJob::stop

Definition at line 65 of file physics_fluid.cc.

Referenced by fluid_bake_startjob(), and fluid_free_startjob().

◆ success

◆ type


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