|
Blender V4.3
|
#include <map>#include <set>#include "COLLADAFWColorOrTexture.h"#include "COLLADASWEffectProfile.h"#include "DocumentExporter.h"#include "EffectExporter.h"#include "MaterialExporter.h"#include "collada_internal.h"#include "collada_utils.h"#include "DNA_mesh_types.h"#include "DNA_world_types.h"#include "BKE_collection.hh"#include "BKE_customdata.hh"#include "BKE_material.h"#include "BKE_mesh.hh"Go to the source code of this file.
Functions | |
| static std::string | getActiveUVLayerName (Object *ob) |
|
static |
Definition at line 30 of file EffectExporter.cpp.
References bc_CustomData_get_active_layer_name(), CD_PROP_FLOAT2, CustomData_number_of_layers(), and Object::data.
Referenced by EffectsExporter::operator()().