Blender  V3.3
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 2967 of file object_modifier.cc.

Member Data Documentation

◆ current_frame

int OceanBakeJob::current_frame

Definition at line 2972 of file object_modifier.cc.

◆ do_update

short * OceanBakeJob::do_update

Definition at line 2970 of file object_modifier.cc.

Referenced by oceanbake_startjob(), and oceanbake_update().

◆ ocean

struct Ocean* OceanBakeJob::ocean

Definition at line 2974 of file object_modifier.cc.

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

◆ och

struct OceanCache* OceanBakeJob::och

Definition at line 2973 of file object_modifier.cc.

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

◆ omd

struct OceanModifierData* OceanBakeJob::omd

Definition at line 2975 of file object_modifier.cc.

Referenced by ocean_bake_exec(), and oceanbake_endjob().

◆ owner

struct Object* OceanBakeJob::owner

Definition at line 2969 of file object_modifier.cc.

Referenced by ocean_bake_exec(), and oceanbake_endjob().

◆ progress

float* OceanBakeJob::progress

Definition at line 2971 of file object_modifier.cc.

Referenced by oceanbake_startjob(), and oceanbake_update().

◆ stop

short* OceanBakeJob::stop

Definition at line 2970 of file object_modifier.cc.

Referenced by oceanbake_startjob().


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