![]() |
Blender V2.61 - r43446
|
#include <string>#include "COLLADASWColor.h"#include "COLLADASWLight.h"#include "BLI_math.h"#include "LightExporter.h"#include "collada_internal.h"Go to the source code of this file.
Functions | |
| template<class Functor > | |
| void | forEachLampObjectInScene (Scene *sce, Functor &f, bool export_selected) |
Definition in file LightExporter.cpp.
| void forEachLampObjectInScene | ( | Scene * | sce, |
| Functor & | f, | ||
| bool | export_selected | ||
| ) |
Definition at line 39 of file LightExporter.cpp.
References Scene::base, Object::data, ListBase::first, Object::flag, Base::next, OB_LAMP, Base::object, SELECT, and Object::type.
Referenced by LightsExporter::exportLights().