X3D: Don't write line-no into objects by default
commit22602daa3df7fc4ee18d80475269dc3e9d1b082b
authorCampbell Barton <ideasman42@gmail.com>
Sat, 24 Oct 2015 03:49:09 +0000 (24 14:49 +1100)
committerCampbell Barton <ideasman42@gmail.com>
Sat, 24 Oct 2015 03:49:09 +0000 (24 14:49 +1100)
treeae2d690ec9d7647bfdaabb7dd018c84cf16c8ae3
parentf780885f119d5986366425ba62f77774ebedb8d8
X3D: Don't write line-no into objects by default

This is handy for debugging, not general use.
so only do this when DEBUG is set.

Also use a custom property instead of registering RNA.
io_scene_x3d/import_x3d.py