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

#include <BKE_effect.h>

Public Attributes

struct EffectorCachenext
 
struct EffectorCacheprev
 
struct Depsgraphdepsgraph
 
struct Scenescene
 
struct Objectob
 
struct ParticleSystempsys
 
struct SurfaceModifierDatasurmd
 
struct PartDeflectpd
 
struct GuideEffectorDataguide_data
 
float guide_loc [4]
 
float guide_dir [3]
 
float guide_radius
 
float frame
 
int flag
 

Detailed Description

Definition at line 69 of file BKE_effect.h.

Member Data Documentation

◆ depsgraph

struct Depsgraph* EffectorCache::depsgraph

◆ flag

int EffectorCache::flag

Definition at line 85 of file BKE_effect.h.

Referenced by BKE_effectors_apply(), get_effector_data(), and precalculate_effector().

◆ frame

float EffectorCache::frame

Definition at line 84 of file BKE_effect.h.

Referenced by add_effector_evaluation().

◆ guide_data

struct GuideEffectorData* EffectorCache::guide_data

Definition at line 81 of file BKE_effect.h.

Referenced by do_guides(), and precalc_guides().

◆ guide_dir

float EffectorCache::guide_dir[3]

Definition at line 82 of file BKE_effect.h.

Referenced by do_guides(), precalc_guides(), and precalculate_effector().

◆ guide_loc

float EffectorCache::guide_loc[4]

Definition at line 82 of file BKE_effect.h.

Referenced by do_guides(), precalc_guides(), and precalculate_effector().

◆ guide_radius

float EffectorCache::guide_radius

Definition at line 82 of file BKE_effect.h.

Referenced by precalculate_effector().

◆ next

struct EffectorCache* EffectorCache::next

Definition at line 70 of file BKE_effect.h.

Referenced by BKE_effectors_apply(), do_guides(), precalc_guides(), and rule_goal_avoid().

◆ ob

struct Object* EffectorCache::ob

◆ pd

struct PartDeflect* EffectorCache::pd

◆ prev

struct EffectorCache * EffectorCache::prev

Definition at line 70 of file BKE_effect.h.

◆ psys

struct ParticleSystem* EffectorCache::psys

◆ scene

struct Scene* EffectorCache::scene

◆ surmd

struct SurfaceModifierData* EffectorCache::surmd

Definition at line 76 of file BKE_effect.h.

Referenced by get_effector_data(), and precalculate_effector().


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