blensor icon indicating copy to clipboard operation
blensor copied to clipboard

Possibilty to disable automatic file numbering

Open frthjf opened this issue 8 years ago • 0 comments

When using writePCLFile() in blensor/evd.py the pcd filename gets numbered in this way:

pcl = open("%s%05d.pcd"%(self.filename,frame_counter),"w")

It would be good if you allow the user to control or disable the numbering through parameters.

frthjf avatar Nov 10 '15 10:11 frthjf