Correct X3D export logic
commitac48e91b44e15bae81c50b03d838f7eee145f718
authorCampbell Barton <ideasman42@gmail.com>
Mon, 7 Mar 2016 20:41:13 +0000 (8 07:41 +1100)
committerCampbell Barton <ideasman42@gmail.com>
Mon, 7 Mar 2016 20:41:13 +0000 (8 07:41 +1100)
treef1bafbd8dab5ed7c0cd3d3c965bb1f4a9400096d
parentbb5ff2b9d56af4fc6e52dbf8bdde1daec5717671
Correct X3D export logic

- Wasn't breaking out of loop when vertex color was set to false.
- No need to use dictionary for vertex colors, use list instead.
io_scene_x3d/export_x3d.py