Exporting to Collada fails with "local variable 'vindex' referenced before assignment"

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
User avatar
aderusha
Posts: 1
Joined: Sat Dec 29, 2018 9:10 pm

Exporting to Collada fails with "local variable 'vindex' referenced before assignment"

Post by aderusha »

I'm looking to utilize FreeCAD in my MCAD workflow with the open source EDA software KiCad 5.0.2. I have opened a VRML file and it brings in the geometry and textures as I would expect. Selecting the object, hitting Ctrl+E to export, selecting Collada format, and providing a filename returns the error "local variable 'vindex' referenced before assignment".

Environment Details:
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.13541 (Git)
Build type: Release
Branch: releases/FreeCAD-0-17
Hash: 9948ee4f1570df9216862a79705afb367b2c6ffb
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: English/UnitedStates (en_US)

Test file: https://github.com/aderusha/OSHWBreakou ... mounts.wrl
Post Reply