@SimulatorSam I investigated a bit, and found issue. Aux values were converted to linear color space when it is not neccessary (and incorrect). Only aux[2] and aux[3] are now converted in case of water shader. New version is available on github, just update ConverterPIX version through Blender setti...
@SimulatorSam After short investigation I can only say that this is SCS Blender Tools issue. Here is what I found: I converted: /prefab/cross/r2xr2_t_sw_roundabout_uk Let's take map point with index 0 and it's two neighbours: MapPoint { Index: 0 MapVisualFlags: 4608 MapNavFlags: 257 Position: ( &c26...
@50keda I can only confirm what @siedlecki95 said above: blender freezes on importing large model. truck.pim weighs 275 MB and after creating piece_7 (checked twice, always there) it freezes. Till that moment blender is taking more and more memory but after that it freezes. Video: https://www.youtub...
@AlexeyP fixed. New version of ConverterPIX is available at github (https://github.com/mwl4/ConverterPIX). You can update executable in wrapper by pressing update button in blender settings. Basically base.scs now weighs more than 2GB (so 32 bit signed variable is not able to handle it - everything ...
This model has more than 1.1 million vertices and more than 1.3 million indices (edges) as ConverterPIX says. Loading this amount of information to the Blender through SCS Blender Tools might take a lot of time (even few minutes). Polish translation: Ten model ma ponad 1,1 miliona wierzchołków i pon...