Hey,
I am trying to place an own built light object along roads.
Everytime I get the message that 0 points were created, although BGL objects are created too.
This is my script:
This is ScenProc log:
Any ideas?
I am trying to place an own built light object along roads.
Everytime I get the message that 0 points were created, although BGL objects are created too.
This is my script:
Code:
ImportOGR|C:\Users\barro\OneDrive\Dodcuments\Ramat HaGolan\222222.shp|*|*|AUTODETECT
#
PlacePointsAlongLine|FTYPE="LINE"|CONTINUOUS|15;15|5;5|0|string|light|hdg
#
CreateXMLLibObj|*|{db073204-1457-47d3-8781-deed371f0ae1}|hdg|0|0|*
#
ExportBGL|P3D v2|lightstest1|C:\Users\barro\OneDrive\Dodcuments\Ramat HaGolan\Scenery
This is ScenProc log:
Code:
5:57 PM PlacePointsAlongLine Warning No attribute type specified for category string, assuming String
5:57 PM ImportOGR Information Reading file C:\Users\barro\OneDrive\Dodcuments\Ramat HaGolan\222222.shp
5:57 PM ImportOGR Information Read 847 features from file
5:57 PM PlacePointsAlongLine Information Placing point features along lines with filter FTYPE="LINE"...
5:57 PM PlacePointsAlongLine Information Created 0 point features
5:57 PM CreateXMLLibObj Information Creating XML library objects with filter *...
5:57 PM CreateXMLLibObj Information Created 847 XML objects
5:57 PM ExportBGL Information Exporting with basename lightstest1 to folder C:\Users\barro\OneDrive\Dodcuments\Ramat HaGolan\Scenery
5:57 PM BGLXWriter Information Starting writing of file C:\Users\barro\OneDrive\Dodcuments\Ramat HaGolan\Scenery\lightstest1_0.bgl
5:57 PM XMLWriter Information Starting writing of file C:\Users\barro\OneDrive\Dodcuments\Ramat HaGolan\Scenery\lightstest1_0.xml
5:57 PM XMLWriter Information Finished writing of file C:\Users\barro\OneDrive\Dodcuments\Ramat HaGolan\Scenery\lightstest1_0.xml
5:57 PM BGLCommp Information Parsing document: lightstest1_0.xml
5:57 PM BGLCommp Information Parse complete!
5:57 PM BGLXWriter Information Finished writing of file C:\Users\barro\OneDrive\Dodcuments\Ramat HaGolan\Scenery\lightstest1_0.bgl
5:57 PM SceneryProcessor Information scenProc finished processing
5:57 PM SceneryProcessor Information 0.08 seconds for IMPORTOGR
5:57 PM SceneryProcessor Information 0.00 seconds for PLACEPOINTSALONGLINE
5:57 PM SceneryProcessor Information 1.19 seconds for CREATEXMLLIBOBJ
5:57 PM SceneryProcessor Information 0.33 seconds for EXPORTBGL
5:57 PM SceneryProcessor Information 1.60 seconds total
Any ideas?


