AlwarrenSidh / ArmAToolbox

Arma Toolbox for Blender
GNU General Public License v3.0
86 stars 37 forks source link

Binarize.exe crash when building exported P3D #16

Open ElTyranos opened 4 years ago

ElTyranos commented 4 years ago

Hey !

Quite an annoying situation on this as I constantly export "small changes" in a intermediate p3d to inject them into the main p3d.

Good luck :)

AlwarrenSidh commented 4 years ago

That shouldn't actually happen, even if you don't close Blender it should close the file. What could happen is that on an export the exporter fails (like complaining about n-gons in a LOD). If that happens, the p3d might be kept open, and subsequent access might fail.

In this case, you need to save the model as a .blend file, quit Blender, and reload.

But in normal case, this should not happen, i.e. binarize should work even if Blender is still open.