View Issue Details

IDProjectCategoryView StatusLast Update
0002044ArchPatchpublic2015-04-09 23:20
Reportertwonky Assigned Toyorik  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSUbuntu OS Version14.04.2 LTS
Product Version0.14 
Summary0002044: Bug in importDAE.py: export function
DescriptionDuring 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 InformationSuggested Fix: initalize 'vindex', 'nindex' and 'findex' at the beginning of the for-loop (line 125)


Patched version of importDAE.py attached.
TagsNo tags attached.
FreeCAD Information

Activities

twonky

2015-04-09 20:02

reporter  

importDAE.py (Attachment missing)

yorik

2015-04-09 23:17

administrator   ~0005986

Added. Thanks for the fix!

Related Changesets

FreeCAD: master 1f47d2ca

2015-04-10 01:17:37

yorik

Details Diff
Arch: added DAE importer patch - fixes 0002044 Affected Issues
0002044
mod - src/Mod/Arch/importDAE.py Diff File

Issue History

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