Changeset View
Changeset View
Standalone View
Standalone View
source/blender/collada/collada.h
| Show First 20 Lines • Show All 71 Lines • ▼ Show 20 Lines | int collada_export(struct Scene *sce, | ||||
| int apply_modifiers, | int apply_modifiers, | ||||
| BC_export_mesh_type export_mesh_type, | BC_export_mesh_type export_mesh_type, | ||||
| int selected, | int selected, | ||||
| int include_children, | int include_children, | ||||
| int include_armatures, | int include_armatures, | ||||
| int include_shapekeys, | int include_shapekeys, | ||||
| int deform_bones_only, | int deform_bones_only, | ||||
| int sampling_rate, | |||||
| int active_uv_only, | int active_uv_only, | ||||
| BC_export_texture_type export_texture_type, | BC_export_texture_type export_texture_type, | ||||
| int use_texture_copies, | int use_texture_copies, | ||||
| int triangulate, | int triangulate, | ||||
| int use_object_instantiation, | int use_object_instantiation, | ||||
| int use_blender_profile, | int use_blender_profile, | ||||
| Show All 12 Lines | |||||