View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002044 | Arch | Patch | public | 2015-04-09 20:02 | 2015-04-09 23:20 |
| Reporter | twonky | Assigned To | yorik | ||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Linux | OS | Ubuntu | OS Version | 14.04.2 LTS |
| Product Version | 0.14 | ||||
| Summary | 0002044: Bug in importDAE.py: export function | ||||
| Description | During the export to collada an UnboundLocalError Exception is thrown for the variable 'vindex' in line 161: 'print len(vindex), " vert indices, ", len(nindex), " norm indices, ", len(findex), " face indices."' | ||||
| Additional Information | Suggested Fix: initalize 'vindex', 'nindex' and 'findex' at the beginning of the for-loop (line 125) Patched version of importDAE.py attached. | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-04-09 20:02 | twonky | New Issue | |
| 2015-04-09 20:02 | twonky | File Added: importDAE.py | |
| 2015-04-09 23:17 | yorik | Note Added: 0005986 | |
| 2015-04-09 23:18 | yorik | Assigned To | => yorik |
| 2015-04-09 23:18 | yorik | Status | new => assigned |
| 2015-04-09 23:20 | yorik | Changeset attached | => FreeCAD Master master 1f47d2ca |
| 2015-04-09 23:20 | yorik | Status | assigned => closed |
| 2015-04-09 23:20 | yorik | Resolution | open => fixed |
FreeCAD