|
Blender V5.0
|
#include <util.h>
Public Member Functions | |
| bool | is_real_object_data () const |
Public Attributes | |
| BL::Object | iter_object |
| BL::Object | real_object |
| BL::ID | object_data |
| bool | use_adaptive_subdivision |
Definition at line 46 of file cycles/blender/util.h.
|
inline |
Definition at line 65 of file cycles/blender/util.h.
References object_data, object_get_data(), real_object, and use_adaptive_subdivision.
Referenced by free_object_to_mesh(), object_to_mesh(), and sync_smoke_volume().
| BL::Object BObjectInfo::iter_object |
Definition at line 50 of file cycles/blender/util.h.
| BL::ID BObjectInfo::object_data |
Definition at line 58 of file cycles/blender/util.h.
Referenced by determine_geom_type(), is_real_object_data(), object_to_mesh(), and sync_volume_object().
| BL::Object BObjectInfo::real_object |
Definition at line 54 of file cycles/blender/util.h.
Referenced by create_subd_mesh(), determine_geom_type(), free_object_to_mesh(), is_real_object_data(), object_copy_mesh_data(), object_need_motion_attribute(), and sync_smoke_volume().
| bool BObjectInfo::use_adaptive_subdivision |
Definition at line 61 of file cycles/blender/util.h.
Referenced by determine_geom_type(), free_object_to_mesh(), is_real_object_data(), mesh_use_corner_normals(), object_copy_mesh_data(), and object_to_mesh().