Blender  V3.3
Public Attributes | List of all members
FluidJob Struct Reference

Public Attributes

voidowner
 
short * stop
 
short * do_update
 
floatprogress
 
const char * type
 
const char * name
 
struct Mainbmain
 
Scenescene
 
Depsgraphdepsgraph
 
Objectob
 
FluidModifierDatafmd
 
int success
 
double start
 
int * pause_frame
 

Detailed Description

Definition at line 61 of file physics_fluid.c.

Member Data Documentation

◆ bmain

struct Main* FluidJob::bmain

◆ depsgraph

Depsgraph* FluidJob::depsgraph

◆ do_update

short * FluidJob::do_update

Definition at line 64 of file physics_fluid.c.

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

◆ fmd

FluidModifierData* FluidJob::fmd

◆ name

const char* FluidJob::name

◆ ob

Object* FluidJob::ob

◆ owner

void* FluidJob::owner

Definition at line 63 of file physics_fluid.c.

◆ pause_frame

int* FluidJob::pause_frame

Definition at line 79 of file physics_fluid.c.

Referenced by fluid_bake_sequence(), and fluid_bake_startjob().

◆ progress

float* FluidJob::progress

Definition at line 65 of file physics_fluid.c.

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

◆ scene

Scene* FluidJob::scene

Definition at line 70 of file physics_fluid.c.

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

◆ start

double FluidJob::start

◆ stop

short* FluidJob::stop

Definition at line 64 of file physics_fluid.c.

Referenced by fluid_bake_startjob(), and fluid_free_startjob().

◆ success

int FluidJob::success

◆ type

const char* FluidJob::type

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