|
Blender V5.0
|
Public Attributes | |
| const ufbx_element * | fbx_elem = nullptr |
| ID * | target_id = nullptr |
| eRotationModes | object_rotmode = ROT_MODE_QUAT |
| int64_t | order = 0 |
| const ufbx_anim_prop * | prop_position = nullptr |
| const ufbx_anim_prop * | prop_rotation = nullptr |
| const ufbx_anim_prop * | prop_scale = nullptr |
| const ufbx_anim_prop * | prop_blend_shape = nullptr |
| const ufbx_anim_prop * | prop_focal_length = nullptr |
| const ufbx_anim_prop * | prop_focus_dist = nullptr |
| const ufbx_anim_prop * | prop_mat_diffuse = nullptr |
Definition at line 58 of file fbx_import_anim.cc.
| const ufbx_element* blender::io::fbx::ElementAnimations::fbx_elem = nullptr |
Definition at line 59 of file fbx_import_anim.cc.
Referenced by blender::io::fbx::create_transform_curve_data(), blender::io::fbx::create_transform_curve_desc(), and blender::io::fbx::gather_animated_properties().
| eRotationModes blender::io::fbx::ElementAnimations::object_rotmode = ROT_MODE_QUAT |
Definition at line 61 of file fbx_import_anim.cc.
Referenced by blender::io::fbx::create_transform_curve_data(), blender::io::fbx::create_transform_curve_desc(), and blender::io::fbx::gather_animated_properties().
| int64_t blender::io::fbx::ElementAnimations::order = 0 |
Definition at line 62 of file fbx_import_anim.cc.
Referenced by blender::io::fbx::gather_animated_properties().
| const ufbx_anim_prop* blender::io::fbx::ElementAnimations::prop_blend_shape = nullptr |
Definition at line 66 of file fbx_import_anim.cc.
Referenced by blender::io::fbx::create_blend_shape_curves(), blender::io::fbx::gather_animated_properties(), and blender::io::fbx::import_animations().
| const ufbx_anim_prop* blender::io::fbx::ElementAnimations::prop_focal_length = nullptr |
Definition at line 67 of file fbx_import_anim.cc.
Referenced by blender::io::fbx::create_camera_curves(), blender::io::fbx::gather_animated_properties(), and blender::io::fbx::import_animations().
| const ufbx_anim_prop* blender::io::fbx::ElementAnimations::prop_focus_dist = nullptr |
Definition at line 68 of file fbx_import_anim.cc.
Referenced by blender::io::fbx::create_camera_curves(), blender::io::fbx::gather_animated_properties(), and blender::io::fbx::import_animations().
| const ufbx_anim_prop* blender::io::fbx::ElementAnimations::prop_mat_diffuse = nullptr |
Definition at line 69 of file fbx_import_anim.cc.
Referenced by blender::io::fbx::create_material_curves(), blender::io::fbx::gather_animated_properties(), and blender::io::fbx::import_animations().
| const ufbx_anim_prop* blender::io::fbx::ElementAnimations::prop_position = nullptr |
Definition at line 63 of file fbx_import_anim.cc.
Referenced by blender::io::fbx::create_transform_curve_data(), blender::io::fbx::gather_animated_properties(), and blender::io::fbx::import_animations().
| const ufbx_anim_prop* blender::io::fbx::ElementAnimations::prop_rotation = nullptr |
Definition at line 64 of file fbx_import_anim.cc.
Referenced by blender::io::fbx::create_transform_curve_data(), blender::io::fbx::gather_animated_properties(), and blender::io::fbx::import_animations().
| const ufbx_anim_prop* blender::io::fbx::ElementAnimations::prop_scale = nullptr |
Definition at line 65 of file fbx_import_anim.cc.
Referenced by blender::io::fbx::create_transform_curve_data(), blender::io::fbx::gather_animated_properties(), and blender::io::fbx::import_animations().
Definition at line 60 of file fbx_import_anim.cc.
Referenced by blender::io::fbx::create_camera_curves(), blender::io::fbx::create_material_curves(), and blender::io::fbx::gather_animated_properties().