![]() |
Blender V2.61 - r43446
|
#include <stdlib.h>#include <stdio.h>#include <math.h>#include "DNA_scene_types.h"#include "DNA_object_types.h"#include "DNA_group_types.h"#include "DNA_meshdata_types.h"#include "DNA_mesh_types.h"#include "DNA_image_types.h"#include "DNA_material_types.h"#include "DNA_texture_types.h"#include "DNA_anim_types.h"#include "DNA_action_types.h"#include "DNA_curve_types.h"#include "DNA_armature_types.h"#include "DNA_modifier_types.h"#include "DNA_userdef_types.h"#include "BKE_DerivedMesh.h"#include "BKE_fcurve.h"#include "BKE_animsys.h"#include "BLI_path_util.h"#include "BLI_fileops.h"#include "ED_keyframing.h"#include "COLLADASWAsset.h"#include "COLLADASWLibraryVisualScenes.h"#include "COLLADASWNode.h"#include "COLLADASWSource.h"#include "COLLADASWInstanceGeometry.h"#include "COLLADASWInputList.h"#include "COLLADASWPrimitves.h"#include "COLLADASWVertices.h"#include "COLLADASWLibraryAnimations.h"#include "COLLADASWLibraryImages.h"#include "COLLADASWLibraryEffects.h"#include "COLLADASWImage.h"#include "COLLADASWEffectProfile.h"#include "COLLADASWColorOrTexture.h"#include "COLLADASWParamTemplate.h"#include "COLLADASWParamBase.h"#include "COLLADASWSurfaceInitOption.h"#include "COLLADASWSampler.h"#include "COLLADASWScene.h"#include "COLLADASWTechnique.h"#include "COLLADASWTexture.h"#include "COLLADASWLibraryMaterials.h"#include "COLLADASWBindMaterial.h"#include "COLLADASWInstanceCamera.h"#include "COLLADASWInstanceLight.h"#include "COLLADASWConstants.h"#include "COLLADASWLibraryControllers.h"#include "COLLADASWInstanceController.h"#include "COLLADASWInstanceNode.h"#include "COLLADASWBaseInputElement.h"#include "ArmatureExporter.h"#include "ExportSettings.h"Go to the source code of this file.
Classes | |
| class | SceneExporter |
Definition in file SceneExporter.h.