ó
œ<Ìac           @   sV   d  Z  d d l Z d d l Z d d l Z d d l m Z d d l Z d d „ Z d S(   s§  
**Project Name:**      MakeHuman

**Product Home Page:** http://www.makehuman.org/

**Code Home Page:**    https://bitbucket.org/MakeHuman/makehuman/

**Authors:**           Thomas Larsson, Jonas Hauquier

**Copyright(c):**      MakeHuman Team 2001-2014

**Licensing:**         AGPL3 (http://www.makehuman.org/doc/node/the_makehuman_application.html)

    This file is part of MakeHuman (www.makehuman.org).

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as
    published by the Free Software Foundation, either version 3 of the
    License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

**Coding Standards:**  See http://www.makehuman.org/node/165

Abstract
--------
Exports proxy mesh to obj

iÿÿÿÿN(   t   Progressc         C   sÔ   t  d d  ƒ } | d  k r- t j j ƒ  } n  | j } | j |  ƒ t j j	 |  ƒ } | j
 t j j | ƒ d ƒ } | d d d ƒ | j d t ƒ } | d d d ƒ t j |  | t | ƒ | d d  d |  ƒ d  S(	   Ni    g333333Ó?s   Collecting Objectst   excludeZeroFaceObjsg®Gáz®ï?s   Writing Objectsg      ð?s$   OBJ Export finished. Output file: %s(   R    t   Nonet   exportutilst   configt   Configt   humant   setupTexFoldert   ost   patht   basenamet   goodNamet   splitextt
   getObjectst   Truet	   wavefrontt   writeObjFile(   t   filepathR   t   progressR   t   filenamet   namet   objects(    (    s   plugins/9_export_obj\mh2obj.pyt	   exportObj2   s    	(	   t   __doc__R   R   R   R   R    t   proxyR   R   (    (    (    s   plugins/9_export_obj\mh2obj.pyt   <module>&   s   