Functions | |
| def | decode |
| def | export |
| def | open |
| def | read |
Variables | |
| string | __author__ = "Yorik van Havre" |
| string | __title__ = "FreeCAD Collada importer" |
| string | __url__ = "http://free-cad.sourceforge.net" |
| DEBUG = True | |
| def importDAE::decode | ( | name | ) |
Definition at line 41 of file importDAE.py.
| def importDAE::export | ( | exportList, | ||
| filename | ||||
| ) |
Definition at line 77 of file importDAE.py.
| def importDAE::open | ( | filename | ) |
Definition at line 32 of file importDAE.py.
Referenced by Gui::DockWnd::HelpView::HelpView().
| def importDAE::read | ( | filename | ) |
Definition at line 53 of file importDAE.py.
Referenced by CmdRaytracingWriteCamera::activated(), povViewCamera(), Gui::View3DInventor::setCamera(), and boost::fdinbuf::underflow().
| string importDAE::__author__ = "Yorik van Havre" |
Definition at line 27 of file importDAE.py.
| string importDAE::__title__ = "FreeCAD Collada importer" |
Definition at line 26 of file importDAE.py.
| string importDAE::__url__ = "http://free-cad.sourceforge.net" |
Definition at line 28 of file importDAE.py.
| importDAE::DEBUG = True |
Definition at line 30 of file importDAE.py.
1.6.1