/src/Assets_Assimp/scripts/BlenderImporter/BlenderSceneGen.h.template
Unknown | 55 lines | 43 code | 12 blank | 0 comment | 0 complexity | ae23bb6d8614432c9ce85d61640c1b15 MD5 | raw file
Possible License(s): AGPL-3.0, LGPL-2.1, LGPL-3.0, GPL-2.0
1/* 2Open Asset Import Library (ASSIMP) 3---------------------------------------------------------------------- 4 5Copyright (c) 2006-2010, ASSIMP Development Team 6All rights reserved. 7 8Redistribution and use of this software in source and binary forms, 9with or without modification, are permitted provided that the 10following conditions are met: 11 12* Redistributions of source code must retain the above 13 copyright notice, this list of conditions and the 14 following disclaimer. 15 16* Redistributions in binary form must reproduce the above 17 copyright notice, this list of conditions and the 18 following disclaimer in the documentation and/or other 19 materials provided with the distribution. 20 21* Neither the name of the ASSIMP team, nor the names of its 22 contributors may be used to endorse or promote products 23 derived from this software without specific prior 24 written permission of the ASSIMP Development Team. 25 26THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 28LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 29A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 30OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 31SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 32LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 33DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 34THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 35(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 36OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 37 38---------------------------------------------------------------------- 39*/ 40 41/** @file BlenderSceneGen.h 42 * @brief MACHINE GENERATED BY ./scripts/BlenderImporter/genblenddna.py 43 */ 44#ifndef INCLUDED_AI_BLEND_SCENEGEN_H 45#define INCLUDED_AI_BLEND_SCENEGEN_H 46 47namespace Assimp { 48 namespace Blender { 49 50<HERE> 51 52 } 53} 54 55#endif