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

#include <DNA_scene_types.h>

Public Attributes

struct ImageFormatData im_format
 
char filepath [1024]
 
short width
 
short height
 
short margin
 
short flag
 
float cage_extrusion
 
float max_ray_distance
 
int pass_filter
 
char normal_swizzle [3]
 
char normal_space
 
char target
 
char save_mode
 
char margin_type
 
char _pad [5]
 
struct Objectcage_object
 

Detailed Description

Definition at line 537 of file DNA_scene_types.h.

Member Data Documentation

◆ _pad

char BakeData::_pad[5]

Definition at line 556 of file DNA_scene_types.h.

◆ cage_extrusion

float BakeData::cage_extrusion

Definition at line 546 of file DNA_scene_types.h.

◆ cage_object

struct Object* BakeData::cage_object

◆ filepath

char BakeData::filepath[1024]

FILE_MAX.

Definition at line 541 of file DNA_scene_types.h.

Referenced by blo_do_versions_270(), and scene_init_data().

◆ flag

short BakeData::flag

Definition at line 544 of file DNA_scene_types.h.

Referenced by blo_do_versions_270().

◆ height

short BakeData::height

Definition at line 543 of file DNA_scene_types.h.

Referenced by blo_do_versions_270().

◆ im_format

struct ImageFormatData BakeData::im_format

◆ margin

short BakeData::margin

Definition at line 544 of file DNA_scene_types.h.

Referenced by blo_do_versions_270().

◆ margin_type

char BakeData::margin_type

Definition at line 555 of file DNA_scene_types.h.

◆ max_ray_distance

float BakeData::max_ray_distance

Definition at line 547 of file DNA_scene_types.h.

Referenced by blo_do_versions_300().

◆ normal_space

char BakeData::normal_space

Definition at line 551 of file DNA_scene_types.h.

Referenced by blo_do_versions_270().

◆ normal_swizzle

char BakeData::normal_swizzle[3]

Definition at line 550 of file DNA_scene_types.h.

Referenced by blo_do_versions_270().

◆ pass_filter

int BakeData::pass_filter

Definition at line 548 of file DNA_scene_types.h.

Referenced by blo_do_versions_270().

◆ save_mode

char BakeData::save_mode

Definition at line 554 of file DNA_scene_types.h.

◆ target

char BakeData::target

Definition at line 553 of file DNA_scene_types.h.

◆ width

short BakeData::width

Definition at line 543 of file DNA_scene_types.h.

Referenced by blo_do_versions_270().


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