Blender
V3.3
|
#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 Object * | cage_object |
Definition at line 537 of file DNA_scene_types.h.
char BakeData::_pad[5] |
Definition at line 556 of file DNA_scene_types.h.
float BakeData::cage_extrusion |
Definition at line 546 of file DNA_scene_types.h.
struct Object* BakeData::cage_object |
Definition at line 558 of file DNA_scene_types.h.
Referenced by scene_blend_read_expand(), scene_blend_read_lib(), and scene_foreach_id().
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().
short BakeData::flag |
Definition at line 544 of file DNA_scene_types.h.
Referenced by blo_do_versions_270().
short BakeData::height |
Definition at line 543 of file DNA_scene_types.h.
Referenced by blo_do_versions_270().
struct ImageFormatData BakeData::im_format |
Definition at line 436 of file DNA_scene_types.h.
Referenced by BKE_scene_duplicate(), blo_do_versions_270(), blo_do_versions_280(), scene_blend_read_data(), scene_blend_write(), scene_copy_data(), scene_free_data(), and scene_init_data().
short BakeData::margin |
Definition at line 544 of file DNA_scene_types.h.
Referenced by blo_do_versions_270().
char BakeData::margin_type |
Definition at line 555 of file DNA_scene_types.h.
float BakeData::max_ray_distance |
Definition at line 547 of file DNA_scene_types.h.
Referenced by blo_do_versions_300().
char BakeData::normal_space |
Definition at line 551 of file DNA_scene_types.h.
Referenced by blo_do_versions_270().
char BakeData::normal_swizzle[3] |
Definition at line 550 of file DNA_scene_types.h.
Referenced by blo_do_versions_270().
int BakeData::pass_filter |
Definition at line 548 of file DNA_scene_types.h.
Referenced by blo_do_versions_270().
char BakeData::save_mode |
Definition at line 554 of file DNA_scene_types.h.
char BakeData::target |
Definition at line 553 of file DNA_scene_types.h.
short BakeData::width |
Definition at line 543 of file DNA_scene_types.h.
Referenced by blo_do_versions_270().