|
Blender V4.5
|
#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 | view_from |
| char | _pad [4] |
| struct Object * | cage_object |
Definition at line 635 of file DNA_scene_types.h.
| char BakeData::_pad[4] |
Definition at line 654 of file DNA_scene_types.h.
| float BakeData::cage_extrusion |
Definition at line 643 of file DNA_scene_types.h.
| struct Object* BakeData::cage_object |
Definition at line 656 of file DNA_scene_types.h.
Referenced by scene_foreach_id().
| char BakeData::filepath[1024] |
Definition at line 638 of file DNA_scene_types.h.
Referenced by scene_init_data().
| short BakeData::flag |
Definition at line 641 of file DNA_scene_types.h.
| short BakeData::height |
Definition at line 640 of file DNA_scene_types.h.
| struct ImageFormatData BakeData::im_format |
Definition at line 636 of file DNA_scene_types.h.
Referenced by BKE_scene_duplicate(), scene_blend_read_data(), scene_blend_write(), scene_copy_data(), scene_free_data(), and scene_init_data().
| short BakeData::margin |
Definition at line 641 of file DNA_scene_types.h.
| char BakeData::margin_type |
Definition at line 652 of file DNA_scene_types.h.
| float BakeData::max_ray_distance |
Definition at line 644 of file DNA_scene_types.h.
| char BakeData::normal_space |
Definition at line 648 of file DNA_scene_types.h.
| char BakeData::normal_swizzle[3] |
Definition at line 647 of file DNA_scene_types.h.
| int BakeData::pass_filter |
Definition at line 645 of file DNA_scene_types.h.
| char BakeData::save_mode |
Definition at line 651 of file DNA_scene_types.h.
| char BakeData::target |
Definition at line 650 of file DNA_scene_types.h.
| char BakeData::view_from |
Definition at line 653 of file DNA_scene_types.h.
| short BakeData::width |
Definition at line 640 of file DNA_scene_types.h.