Blender  V2.93
Public Attributes | List of all members
OceanBakeJob Struct Reference

Public Attributes

struct Objectowner
 
short * stop
 
short * do_update
 
floatprogress
 
int current_frame
 
struct OceanCacheoch
 
struct Oceanocean
 
struct OceanModifierDataomd
 

Detailed Description

Definition at line 2905 of file object_modifier.c.

Member Data Documentation

◆ current_frame

int OceanBakeJob::current_frame

Definition at line 2910 of file object_modifier.c.

◆ do_update

short * OceanBakeJob::do_update

Definition at line 2908 of file object_modifier.c.

Referenced by oceanbake_startjob(), and oceanbake_update().

◆ ocean

struct Ocean* OceanBakeJob::ocean

Definition at line 2912 of file object_modifier.c.

Referenced by ocean_bake_exec(), oceanbake_endjob(), and oceanbake_startjob().

◆ och

struct OceanCache* OceanBakeJob::och

Definition at line 2911 of file object_modifier.c.

Referenced by ocean_bake_exec(), oceanbake_endjob(), and oceanbake_startjob().

◆ omd

struct OceanModifierData* OceanBakeJob::omd

Definition at line 2913 of file object_modifier.c.

Referenced by ocean_bake_exec(), and oceanbake_endjob().

◆ owner

struct Object* OceanBakeJob::owner

Definition at line 2907 of file object_modifier.c.

Referenced by ocean_bake_exec(), and oceanbake_endjob().

◆ progress

float* OceanBakeJob::progress

Definition at line 2909 of file object_modifier.c.

Referenced by oceanbake_startjob(), and oceanbake_update().

◆ stop

short* OceanBakeJob::stop

Definition at line 2908 of file object_modifier.c.

Referenced by oceanbake_startjob().


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