rendering sequence

I seem to be having trouble rendering sequences. I triend rendering 3 specific frames but it seems to have just stopped after rendering the first one. which is did not save. Trying to render a range also had the same issue. Iterative it turned off.

Thanks

I was able to reproduce the problem, it used to work in earlier builds, but it appears that something is wrong on the C++ side.
My renders showed the Krakatoa particles from frame 0000 on all following frames (I tested with 10 frames camera animation).

In theory it should work like this:

  • Krakatoa VRY Exporter saves a .vrscene file which contains information about all requested frames (in my case 0 to 10)
  • A JSON file is exported describing the Krakatoa settings, and any PRT sources to be rendered.
  • Any PRT objects that need to be baked are baked for the first frame of the sequence.
  • The JSON file’s settings are injected into the .vrscene file via a Python function.
  • The rendering is launched, which should start rendering the VRay and Krakatoa passes for the first frame in the sequence.
  • While the rendering is being performed, the Krakatoa VRY Exporter bakes any PRT files for the following frames of the sequence. This way you don’t need to wait for the whole PRT export to finish before you see anything rendering…

Right now it seems that the frames after the first one simply do not render the Krakatoa pass. Unfortunately, Feb 20th is a stat holiday in Manitoba, so all developers are off (I will be online, but I cannot fix this). We will look into this on Tuesday.

While testing this, I realized there is a lot of room for improvement in the PRT baking area - in my case, the test PRT Volume object produces the same particles on every frame. Each PRT file saved for the sequence has the same hash checksum, and the same content. So we need to look into avoiding the baking of every frame where the first frame would do for all or a fraction of the sequence. Optimally, the PRT loading call in the vrscene should use an external text file (like an IFL in Max) listing which file to load on which frame. This would be similar to how XMesh can reference previous frames’ data. I will suggest this approach to the developers, and it should speed up the export and reduce disk usage in many cases.

That being said, I just tested it, and animation rendering seems to work ok on Deadline.
Instead of launching a render on my workstation, I used the Deadline Submission rollout of the KVRY Exporter. It basically exports the exact same information as the local rendering, but

  • The output path must be a network path if using network machines (you can use a local path if running Deadline only on your workstation, as I did here)
  • The VRay Plugin in Deadline must be configured to point at the VRay.exe that has the Krakatoa VRY plugin installed, in my case “C:\Program Files\Chaos Group\V-Ray\RT for 3ds Max 2017 for x64\bin\vray.exe” (the path is listed in the “Export Options” rollout of the KVRY Exporter). In the Deadline Monitor, enable Super-User Mode, go to Configure Plugins, select VRay, and replace the default vray.exe locations with the one listed in your exporter.

So until we fix that callback error during local rendering of animation sequences, you might want to try rendering on Deadline… Let me know if you don’t have it installed.

Thanks for clearing that up. I do have deadline I will give it a try and report back.

I posted an updated DLL file in the Beta 3 download thread.
forums.thinkboxsoftware.com/vie … 125#p69401
Please follow the instructions to replace your previous DLL and see if it solves the problem (it worked for me).

Thanks for the report!

Some more details.

When I render a sequnce directly from max its saving the renders in the output folder thats set in kraktoa vray rather than the main render settings.

I am trying to render 87 -90. and I seem to have a vrscene file (see image)that has the data but I am getting first and last frame with water geo but I get krakatoa pass throughout which seems to be moving correctly . will test some more and let you know

I didn have this problem

I didn have this problem

When I try to render via deadline I get this msg, I am guess this is to do with my installation of vray something is missing

Error

Error: VRay render executable was not found in the semicolon separated list “C:\Program Files\Chaos Group\V-Ray\Standalone for x64\bin\x64\vc101\vray.exe;C:\Program Files\Chaos Group\V-Ray\Standalone for x64\bin\x64\vc11\vray.exe;/usr/ChaosGroup/V-Ray/Standalone_for_linux_x64/bin/linux_x64/gcc-4.6/vray;/Applications/ChaosGroup/V-Ray/Standalone_for_mavericks_x64/bin/mavericks_x64/gcc-4.2/vray”. The path to the render executable can be configured from the Plugin Configuration in the Deadline Monitor.
at Deadline.Plugins.PluginWrapper.RenderTasks(String taskId, Int32 startFrame, Int32 endFrame, String& outMessage, AbortLevel& abortLevel)

=======================================================
Capture.PNG

This is As Designed (for now). KVRY never uses the render paths of the render dialog, since it keeps input and output files in one place, under a version folder. It is the same for one frame or a sequence of frames.

A single vrscene file for the specified sequence is saved. It contains the scene data for the whole animation range.
In addition, the Krakatoa settings will be written to a JSON file, then injected into a COPY_ of the vrscene, and the PRT objects will be baked to the PRT folder, if necessary. Then that vrscene file copy will be launched in vray.exe, and should render all frames in one go.

You can try exporting to a new version folder to keep things isolated, and once the rendering finished, try clicking on the Version button and select the RAMPLAY Output… option for your latest version folder. This will automatically load the render output in the RAM Player to check it out. Save a MOV file and upload it here so I can understand what the problem looks like.

As I explained in a previous post, you must go to the Deadline Monitor and edit the VRay Plugin default settings.

  • Enable Tools> SuperUser Mode, then click on Configure Plugins.
  • Select “VRay” from the list on the left. In the right panel, under “Render Executable”, click in the […] button.
  • Pick the location of the VRay.exe in the VRay RT folder for your version of 3ds Max, e.g.
    C:\Program Files\Chaos Group\V-Ray\RT for 3ds Max 2016 for x64\bin\vray.exe
  • When prompted, tell it you want to append the path (but since you don’t have the others, you could also chose to replace them with the new one).

Note that the same vrscene etc. files will be exported, but the Deadline job is able to render individual tasks from the single vrscene file, so multiple machines can render the same scene.

Hi Bobo

Thanks for the detailed explanation, I was sucessfully able to render a sequence both directly from max and through deadline. With one small issue. I have uploaded a some file sequences and a quicktime that will help show the issue, basically in both the sequences for some reason it loses the frost mesh on the second frame. This could be unrealated to kraktoa vray but thought I should mention it.The time ranges are different for both the sequences and when I render straight from vray I dont have that issue.

I am still playing around with the shading and lighting but I noticed that rendering through krakatoa vray I have lower to the density quite a bit other wise I see a lot of dark areas if you compare it to the vray render you will see what i mean. But I havent really explored it properly so thats a topic for another thread.

dropbox.com/sh/trxuzt2usvwm … VRXda?dl=0

Since the mesh is missing, it is likely a vrscene export problem. I will try to render some Frost in KVRY and see if I can reproduce the issue.

From what I can see, the Refractions of the VRay.exe stand-alone renderer are completely missing the sky, so the mesh renders black instead of the blue in the regular VRay render. Can you try disabling particle refractions, hiding the particle sources, and rendering with KVRY just the geometry? Does the mesh still refract black background color, or does it show the sky?

no its fine when I hide the particles. Will look into it next.

It is possible it is a bug in our refraction code. Does it render the sky when you render the particles, but disable the refraction option in KVRY? I suspect that the Krakatoa background does not include the sky, and thus renders black into the refraction.

Thanks for catching this…

I tested it and it is totally wrong. I am writing a bug report.

The sky does render but you get this black edges around the particles, so it seems its not taking the background into account when its compositing.

Also I had a another thought if you are using an hdri in your vray lights will it ignore it?

Please try the latest DLL posted here:
forums.thinkboxsoftware.com/vie … 496#p69496

It should fix all known issues with compositing over background. It was all kinds of wrong, it is now all kinds of right, including support for color or bitmap, and all VRay environment overrides (so if you have one background in Max, but a different in reflections/refractions in VRay, they will all be respected).

still having some issues with rendering sequences. its works fine when rendering single images.

mainly I get a missing PRT file error and when I check in the export folder its only exporting the first frame. and I get a deleted existing PRT file for splash frame 75 error. I have tried with the overwrite existing particles on and thats not making a difference I would expect that to force the particles to be saved.

I am also getting the following errors randomly see the image below.

The way I have got around is making a new version and exporting the whole scene doing this a few times has helped but the scene is getting big now so its hard to keep doing that.
json.PNG

When the red VRay log error message shows up, we need to see the lines before it. In some cases, we report an error or warning from Krakatoa, and the red line is just us crashing the VRay rendering on purpose in order to exit. So that error often means nothing, the lines before it might tell us why it happened.

It would be best to see both the export log of Krakatoa, and as much of the VRay log as possible. You can paste the text, no need to do image screenshots. In the VRay log, you can mark and copy sections of the log by clicking on the title bar’s icon to open a menu. The Krakatoa Log has an option to save to disk in the Exporter’s Log menu.

Also, can you confirm you are running the very latest DLL and scripts we uploaded on March 2nd?

hi bobo

I am using the latest dll, I have pasted the logs below. so I set the project to a new version and set it running last night it has exported all the particles and the vrscene but its rendered one frame and given the error. There is no GI in this scene.

Error: Could not load particle file: D:\Projects_R&D\Krakatoa_3\sub\v014\PRT\splash_0021.prt
[2017/Mar/13|03:28:56] error: Unhandled exception: Rendering; last marker is at line 1868, file “./src/globillummap.cpp”: GlobalIllumMap::buildLightMap() {1}

The annoying thing is that if I uncheck export vray scene and press render now then its starts rendering.

D:\Projects\_R&D\Krakatoa_3\sub\v014>"C:\Program Files\Chaos Group\V-Ray\RT for 3ds Max 2016 for x64\bin\vray.exe" -sceneFile="D:\Projects\_R&D\Krakatoa_3\sub\v014\COPY_sub.20_200.vrscene" -imgFile="D:\Projects\_R&D\Krakatoa_3\sub\v014\Output\sub.exr"
[2017/Mar/13|03:27:40] Reading configuration from "C:\Program Files\Chaos Group\V-Ray\RT for 3ds Max 2016 for x64\bin\/vrayconfig.xml"
[2017/Mar/13|03:27:40] ===============================================
[2017/Mar/13|03:27:40] V-Ray Standalone, version 3.30.05 for x64
[2017/Mar/13|03:27:40] Copyright (C) 2000-2015 Chaos Group Ltd. All rights reserved.
[2017/Mar/13|03:27:40] Use -credits option for additional third-party copyright notices.
[2017/Mar/13|03:27:40]
[2017/Mar/13|03:27:40] Build from Mar  8 2016, 21:47:07
[2017/Mar/13|03:27:40] Compiled with Intel C++ compiler, version 14
[2017/Mar/13|03:27:40] Operating system is Microsoft(tm) Windows(tm), version 6.2,
[2017/Mar/13|03:27:40]
[2017/Mar/13|03:27:40] V-Ray core version is 3.25.01
[2017/Mar/13|03:27:40] ===============================================
[2017/Mar/13|03:27:40]
[2017/Mar/13|03:27:40] Loading plugins from "C:\Program Files\Chaos Group\V-Ray\RT for 3ds Max 2016 for x64\bin/plugins/vray_*.dll"
[2017/Mar/13|03:27:41] 84 plugin(s) loaded successfully
[2017/Mar/13|03:27:41] Finished loading plugins.
[2017/Mar/13|03:27:41] Reading scene file "D:\Projects\_R&D\Krakatoa_3\sub\v014\COPY_sub.20_200.vrscene"
[2017/Mar/13|03:27:41] D:\Projects\_R&D\Krakatoa_3\sub\v014\COPY_sub.20_200.vrscene:  8.00% [ 0h  0m  0.2s] [ 0h  0m  2.[2017/Mar/13|03:27:41] D:\Projects\_R&D\Krakatoa_3\sub\v014\COPY_sub.20_200.vrscene: 17.58% [ 0h  0m  0.4s] [ 0h  0m  1.[2017/Mar/13|03:27:41] D:\Projects\_R&D\Krakatoa_3\sub\v014\COPY_sub.20_200.vrscene: 27.02% [ 0h  0m  0.6s] [ 0h  0m  1.[2017/Mar/13|03:27:42] D:\Projects\_R&D\Krakatoa_3\sub\v014\COPY_sub.20_200.vrscene: 38.63% [ 0h  0m  0.8s] [ 0h  0m  1.[2017/Mar/13|03:27:42] D:\Projects\_R&D\Krakatoa_3\sub\v014\COPY_sub.20_200.vrscene: 46.88% [ 0h  0m  1.0s] [ 0h  0m  1.[2017/Mar/13|03:27:42] D:\Projects\_R&D\Krakatoa_3\sub\v014\COPY_sub.20_200.vrscene: 55.79% [ 0h  0m  1.2s] [ 0h  0m  1.[2017/Mar/13|03:27:42] D:\Projects\_R&D\Krakatoa_3\sub\v014\COPY_sub.20_200.vrscene: 65.15% [ 0h  0m  1.4s] [ 0h  0m  0.[2017/Mar/13|03:27:42] D:\Projects\_R&D\Krakatoa_3\sub\v014\COPY_sub.20_200.vrscene: 74.22% [ 0h  0m  1.6s] [ 0h  0m  0.[2017/Mar/13|03:27:43] D:\Projects\_R&D\Krakatoa_3\sub\v014\COPY_sub.20_200.vrscene: 83.29% [ 0h  0m  1.8s] [ 0h  0m  0.[2017/Mar/13|03:27:43] D:\Projects\_R&D\Krakatoa_3\sub\v014\COPY_sub.20_200.vrscene: 90.64% [ 0h  0m  2.0s] [ 0h  0m  0.[2017/Mar/13|03:27:43] D:\Projects\_R&D\Krakatoa_3\sub\v014\COPY_sub.20_200.vrscene: 98.94% [ 0h  0m  2.2s] [ 0h  0m  0.[2017/Mar/13|03:27:43] D:\Projects\_R&D\Krakatoa_3\sub\v014\COPY_sub.20_200.vrscene: done [ 0h  0m  2.2s]
[2017/Mar/13|03:27:43] Scene file parsed successfully in 2.4 s.
[2017/Mar/13|03:27:43] Scene created successfully.
[2017/Mar/13|03:27:43] Objects in scene: 57
[2017/Mar/13|03:27:43] Starting render sequence.
[2017/Mar/13|03:27:43] Preparing renderer...
[2017/Mar/13|03:27:43] Using Intel Embree ray server
[2017/Mar/13|03:27:43] Preparing scene for rendering...:  0.00% [56h 57m 38.6s] [ 0h  0m  0.0s est] [0 MB resman] [0 MB [2017/Mar/13|03:27:43] Creating bitmap manager
[2017/Mar/13|03:27:43] Preparing scene for rendering...: done [ 0h  0m  0.1s]
[2017/Mar/13|03:27:43] 2 lights found.
[2017/Mar/13|03:27:43] Using probabilistic light sampling with 16 lights.
[2017/Mar/13|03:27:43] Max ray intensity is enabled: rendered result may have incorrect brightness.
[2017/Mar/13|03:27:43] ========================
[2017/Mar/13|03:27:43] Starting frame 20.
[2017/Mar/13|03:27:43] Preparing scene for frame...:  0.00% [56h 57m 40.9s] [ 0h  0m  0.0s est] [0 MB resman] [0 MB texm[2017/Mar/13|03:27:43] Preparing scene for frame...: done [ 0h  0m  0.0s]
[2017/Mar/13|03:27:43] Compiling geometry...: done [ 0h  0m  0.2s]
[2017/Mar/13|03:27:43] Using embree ray tracing.
[2017/Mar/13|03:27:44] Building embree static trees took 74 milliseconds
[2017/Mar/13|03:27:44] Building embree static accelerator ...: done [ 0h  0m  0.1s]
[2017/Mar/13|03:27:47] Bitmap file "D:\Projects\_Assets\HDRI\VizPeople_hdr_v1_Non_Commercial\VizPeople_non_commercial_hdr_v1_05.hdr" loaded.
Determining max tiles...
Available memory size: 12254310400
Tile size in memory: 47923200
Number of tiles that will fit in memory: 255
Tile width: 1280
Tile height: 720
Max tiles: 255

Retrieving Particles
Section "Retrieving Particles":
        Total 00h 00m 00.000s    Called 1 times  Avg 00h 00m 00.000s
Total number of particles to be rendered: 0
Total Memory Allocated to particles: 0 bytes
100% complete
Section "Retrieving Particles":
        Total 00h 00m 00.000s    Called 1 times  Avg 00h 00m 00.000s
Total number of particles to be rendered: 0
Total Memory Allocated to particles: 0 bytes
0% complete
Updating: sky@light_54
Sorting particles: sky@light_54
Calculating Lighting: sky@light_54
Calculating Deep Attenuation: sky@light_54
50% complete
Updating: sun@light_58
Sorting particles: sun@light_58
Calculating Lighting: sun@light_58
Calculating Deep Attenuation: sun@light_58
Section "Lighting:Updating Light":
        Total 00h 00m 00.000s    Called 2 times  Avg 00h 00m 00.000s
Section "Lighting:Sorting Particles":
        Total 00h 00m 00.000s    Called 2 times  Avg 00h 00m 00.000s
Section "Lighting:Calculating":
        Total 00h 00m 00.000s    Called 2 times  Avg 00h 00m 00.000s
Rendering
Rendering: Sorting 0 particles
Rendering: Drawing 0 particles
Capping number of threads automatically at 12 because...
        Number of frame buffers per thread: 3
        Bytes per frame buffer:22118400
        Total Pysical Memory Detected: 34255118336
        Available memory for frame buffers: 18552299520
        Heuristic thread cap: 279
        Effective user thread cap: 18446744073709551615
        Number of logical threads detected 12
-2147483648% complete
Section "Rendering:Matte":
        Total 00h 00m 00.000s    Called 0 times
Section "Rendering:Sorting":
        Total 00h 00m 00.000s    Called 1 times  Avg 00h 00m 00.000s
Section "Rendering:Drawing":
        Total 00h 00m 00.875s    Called 1 times  Avg 00h 00m 00.875s
Tiled Image file written: D:/Projects/_R&D/Krakatoa_3/sub/v014/Temp/KrakatoaRender_0020.exr
[2017/Mar/13|03:27:50] Bitmap file "D:\Projects\_Assets\models\submarine\Submarine\Textures\txt-subm-1.jpg" loaded.
[2017/Mar/13|03:27:54] Rendering image...: done [ 0h  0m  5.4s]
[2017/Mar/13|03:27:54] Number of raycasts: 18920409 (20.53 per pixel)
[2017/Mar/13|03:27:54]   Camera rays: 1925269 (2.09 per pixel)
[2017/Mar/13|03:27:54]   Shadow rays: 12151322 (13.19 per pixel)
[2017/Mar/13|03:27:54]   GI rays: 0 (0.00 per pixel)
[2017/Mar/13|03:27:54]   Reflection rays: 1204552 (1.31 per pixel)
[2017/Mar/13|03:27:54]   Refraction rays: 2946354 (3.20 per pixel)
[2017/Mar/13|03:27:54]   Unshaded rays: 930211 (1.01 per pixel)
[2017/Mar/13|03:27:54] Number of light evaluations: 2105424 (2.28 per pixel)
[2017/Mar/13|03:27:54] Number of intersectable primitives: 592628
[2017/Mar/13|03:27:54]   SD triangles: 592628
[2017/Mar/13|03:27:54]   MB triangles: 0
[2017/Mar/13|03:27:54]   Static primitives: 0
[2017/Mar/13|03:27:54]   Moving primitives: 0
[2017/Mar/13|03:27:54]   Infinite primitives: 0
[2017/Mar/13|03:27:54]   Static hair segments: 0
[2017/Mar/13|03:27:54]   Moving hair segments: 0
[2017/Mar/13|03:27:55] Successfully written image file "D:\Projects\_R&D\Krakatoa_3\sub\v014\Output\sub.0020.exr"
[2017/Mar/13|03:27:55] Frame took 12.03 s.
[2017/Mar/13|03:27:55] ========================
[2017/Mar/13|03:27:55] Starting frame 21.
[2017/Mar/13|03:27:55] Preparing scene for frame...:  0.00% [56h 57m 47.7s] [ 0h  0m  0.0s est] [0 MB resman] [0 MB texm[2017/Mar/13|03:27:55] Preparing scene for frame...: done [ 0h  0m  0.2s]
[2017/Mar/13|03:27:56] Compiling geometry...: done [ 0h  0m  0.1s]
[2017/Mar/13|03:27:56] Using embree ray tracing.
[2017/Mar/13|03:27:56] Building embree static trees took 30 milliseconds
[2017/Mar/13|03:27:56] Building embree static accelerator ...: done [ 0h  0m  0.0s]
Determining max tiles...
Available memory size: 12917303296
Tile size in memory: 47923200
Number of tiles that will fit in memory: 269
Tile width: 1280
Tile height: 720
Max tiles: 269
Could not find PRT file D:\Projects\_R&D\Krakatoa_3\sub\v014\PRT\splash_0021.prt, another attempt will be made in 10 seconds.
Could not find PRT file D:\Projects\_R&D\Krakatoa_3\sub\v014\PRT\splash_0021.prt, another attempt will be made in 10 seconds.
Could not find PRT file D:\Projects\_R&D\Krakatoa_3\sub\v014\PRT\splash_0021.prt, another attempt will be made in 10 seconds.
Could not find PRT file D:\Projects\_R&D\Krakatoa_3\sub\v014\PRT\splash_0021.prt, another attempt will be made in 10 seconds.
Could not find PRT file D:\Projects\_R&D\Krakatoa_3\sub\v014\PRT\splash_0021.prt, another attempt will be made in 10 seconds.
Could not find PRT file D:\Projects\_R&D\Krakatoa_3\sub\v014\PRT\splash_0021.prt, another attempt will be made in 10 seconds.

Error: Could not load particle file: D:\Projects\_R&D\Krakatoa_3\sub\v014\PRT\splash_0021.prt
[2017/Mar/13|03:28:56] error: Unhandled exception: Rendering; last marker is at line 1868, file "./src/globillummap.cpp": GlobalIllumMap::buildLightMap() {1}
[2017/Mar/13|03:28:56] Bitmap file "D:\Projects\_Assets\models\submarine\Submarine\Textures\txt-subm-1.jpg" unloaded.
[2017/Mar/13|03:28:56] Bitmap file "D:\Projects\_Assets\HDRI\VizPeople_hdr_v1_Non_Commercial\VizPeople_non_commercial_hdr_v1_05.hdr" unloaded.

2017/3/13 03:31:56: >BAKING the rest of the PRT files for frames 21 to 200 2017/3/13 03:31:56: !!Particle Source [KrakatoaPRTLoader001] Will NOT Render Because It Is Hidden. 2017/3/13 03:31:56: +BAKED [splash] to PRT file with 0 particles on Frame 21. 2017/3/13 03:31:56: +BAKED [waterline] to PRT file with 0 particles on Frame 21. 2017/3/13 03:31:57: +BAKED [splash] to PRT file with 0 particles on Frame 22. 2017/3/13 03:31:57: +BAKED [waterline] to PRT file with 0 particles on Frame 22. 2017/3/13 03:31:57: +BAKED [splash] to PRT file with 0 particles on Frame 23. 2017/3/13 03:31:57: +BAKED [waterline] to PRT file with 0 particles on Frame 23. 2017/3/13 03:31:57: +BAKED [splash] to PRT file with 0 particles on Frame 24. 2017/3/13 03:31:57: +BAKED [waterline] to PRT file with 8,400 particles on Frame 24. 2017/3/13 03:31:57: !! TOTAL Exported Particles On Frame 24: 8,400 2017/3/13 03:31:57: +BAKED [splash] to PRT file with 0 particles on Frame 25. 2017/3/13 03:31:57: +BAKED [waterline] to PRT file with 58,632 particles on Frame 25. 2017/3/13 03:31:57: !! TOTAL Exported Particles On Frame 25: 58,632 2017/3/13 03:31:57: +BAKED [splash] to PRT file with 0 particles on Frame 26. 2017/3/13 03:31:58: +BAKED [waterline] to PRT file with 114,702 particles on Frame 26. 2017/3/13 03:31:58: !! TOTAL Exported Particles On Frame 26: 114,702 2017/3/13 03:31:58: +BAKED [splash] to PRT file with 335 particles on Frame 27. 2017/3/13 03:31:59: +BAKED [waterline] to PRT file with 171,107 particles on Frame 27. 2017/3/13 03:31:59: !! TOTAL Exported Particles On Frame 27: 171,442 2017/3/13 03:31:59: +BAKED [splash] to PRT file with 4,646 particles on Frame 28. 2017/3/13 03:31:59: +BAKED [waterline] to PRT file with 231,468 particles on Frame 28. 2017/3/13 03:31:59: !! TOTAL Exported Particles On Frame 28: 236,114 2017/3/13 03:32:00: +BAKED [splash] to PRT file with 28,921 particles on Frame 29. 2017/3/13 03:32:01: +BAKED [waterline] to PRT file with 311,775 particles on Frame 29. 2017/3/13 03:32:01: !! TOTAL Exported Particles On Frame 29: 340,696 2017/3/13 03:32:01: +BAKED [splash] to PRT file with 46,489 particles on Frame 30. 2017/3/13 03:32:02: +BAKED [waterline] to PRT file with 385,402 particles on Frame 30. 2017/3/13 03:32:02: !! TOTAL Exported Particles On Frame 30: 431,891 2017/3/13 03:32:02: +BAKED [splash] to PRT file with 48,474 particles on Frame 31. 2017/3/13 03:32:04: +BAKED [waterline] to PRT file with 443,399 particles on Frame 31. 2017/3/13 03:32:04: !! TOTAL Exported Particles On Frame 31: 491,873 2017/3/13 03:32:04: +BAKED [splash] to PRT file with 64,862 particles on Frame 32. 2017/3/13 03:32:06: +BAKED [waterline] to PRT file with 515,757 particles on Frame 32. 2017/3/13 03:32:06: !! TOTAL Exported Particles On Frame 32: 580,619 2017/3/13 03:32:06: +BAKED [splash] to PRT file with 98,585 particles on Frame 33. 2017/3/13 03:32:08: +BAKED [waterline] to PRT file with 605,499 particles on Frame 33. 2017/3/13 03:32:08: !! TOTAL Exported Particles On Frame 33: 704,084 2017/3/13 03:32:09: +BAKED [splash] to PRT file with 133,380 particles on Frame 34. 2017/3/13 03:32:10: +BAKED [waterline] to PRT file with 696,294 particles on Frame 34. 2017/3/13 03:32:10: !! TOTAL Exported Particles On Frame 34: 829,674 2017/3/13 03:32:11: +BAKED [splash] to PRT file with 177,160 particles on Frame 35. 2017/3/13 03:32:13: +BAKED [waterline] to PRT file with 796,046 particles on Frame 35. 2017/3/13 03:32:13: !! TOTAL Exported Particles On Frame 35: 973,206 2017/3/13 03:32:15: +BAKED [splash] to PRT file with 227,354 particles on Frame 36. 2017/3/13 03:32:17: +BAKED [waterline] to PRT file with 902,118 particles on Frame 36. 2017/3/13 03:32:17: !! TOTAL Exported Particles On Frame 36: 1,129,472 2017/3/13 03:32:18: +BAKED [splash] to PRT file with 290,890 particles on Frame 37. 2017/3/13 03:32:21: +BAKED [waterline] to PRT file with 1,021,576 particles on Frame 37. 2017/3/13 03:32:21: !! TOTAL Exported Particles On Frame 37: 1,312,466 2017/3/13 03:32:22: +BAKED [splash] to PRT file with 331,431 particles on Frame 38. 2017/3/13 03:32:25: +BAKED [waterline] to PRT file with 1,118,011 particles on Frame 38. 2017/3/13 03:32:25: !! TOTAL Exported Particles On Frame 38: 1,449,442 2017/3/13 03:32:27: +BAKED [splash] to PRT file with 366,618 particles on Frame 39. 2017/3/13 03:32:30: +BAKED [waterline] to PRT file with 1,208,855 particles on Frame 39. 2017/3/13 03:32:30: !! TOTAL Exported Particles On Frame 39: 1,575,473 2017/3/13 03:32:32: +BAKED [splash] to PRT file with 411,314 particles on Frame 40. 2017/3/13 03:32:35: +BAKED [waterline] to PRT file with 1,309,029 particles on Frame 40. 2017/3/13 03:32:35: !! TOTAL Exported Particles On Frame 40: 1,720,343 2017/3/13 03:32:37: +BAKED [splash] to PRT file with 456,227 particles on Frame 41. 2017/3/13 03:32:41: +BAKED [waterline] to PRT file with 1,408,886 particles on Frame 41. 2017/3/13 03:32:41: !! TOTAL Exported Particles On Frame 41: 1,865,113 2017/3/13 03:32:43: +BAKED [splash] to PRT file with 490,690 particles on Frame 42. 2017/3/13 03:32:46: +BAKED [waterline] to PRT file with 1,498,018 particles on Frame 42. 2017/3/13 03:32:46: !! TOTAL Exported Particles On Frame 42: 1,988,708 2017/3/13 03:32:48: +BAKED [splash] to PRT file with 522,793 particles on Frame 43. 2017/3/13 03:32:52: +BAKED [waterline] to PRT file with 1,584,078 particles on Frame 43. 2017/3/13 03:32:52: !! TOTAL Exported Particles On Frame 43: 2,106,871 2017/3/13 03:32:54: +BAKED [splash] to PRT file with 535,200 particles on Frame 44. 2017/3/13 03:32:59: +BAKED [waterline] to PRT file with 1,649,970 particles on Frame 44. 2017/3/13 03:32:59: !! TOTAL Exported Particles On Frame 44: 2,185,170 2017/3/13 03:33:00: +BAKED [splash] to PRT file with 542,100 particles on Frame 45. 2017/3/13 03:33:05: +BAKED [waterline] to PRT file with 1,709,439 particles on Frame 45. 2017/3/13 03:33:05: !! TOTAL Exported Particles On Frame 45: 2,251,539 2017/3/13 03:33:07: +BAKED [splash] to PRT file with 548,058 particles on Frame 46. 2017/3/13 03:33:11: +BAKED [waterline] to PRT file with 1,767,635 particles on Frame 46. 2017/3/13 03:33:11: !! TOTAL Exported Particles On Frame 46: 2,315,693 2017/3/13 03:33:13: +BAKED [splash] to PRT file with 549,876 particles on Frame 47. 2017/3/13 03:33:18: +BAKED [waterline] to PRT file with 1,821,584 particles on Frame 47. 2017/3/13 03:33:18: !! TOTAL Exported Particles On Frame 47: 2,371,460 2017/3/13 03:33:20: +BAKED [splash] to PRT file with 560,990 particles on Frame 48. 2017/3/13 03:33:24: +BAKED [waterline] to PRT file with 1,883,769 particles on Frame 48. 2017/3/13 03:33:24: !! TOTAL Exported Particles On Frame 48: 2,444,759 2017/3/13 03:33:27: +BAKED [splash] to PRT file with 573,777 particles on Frame 49. 2017/3/13 03:33:31: +BAKED [waterline] to PRT file with 1,945,629 particles on Frame 49. 2017/3/13 03:33:31: !! TOTAL Exported Particles On Frame 49: 2,519,406 2017/3/13 03:33:33: +BAKED [splash] to PRT file with 584,595 particles on Frame 50. 2017/3/13 03:33:38: +BAKED [waterline] to PRT file with 2,009,226 particles on Frame 50. 2017/3/13 03:33:38: !! TOTAL Exported Particles On Frame 50: 2,593,821 2017/3/13 03:33:40: +BAKED [splash] to PRT file with 607,686 particles on Frame 51. 2017/3/13 03:33:46: +BAKED [waterline] to PRT file with 2,086,372 particles on Frame 51. 2017/3/13 03:33:46: !! TOTAL Exported Particles On Frame 51: 2,694,058 2017/3/13 03:33:48: +BAKED [splash] to PRT file with 612,174 particles on Frame 52. 2017/3/13 03:33:53: +BAKED [waterline] to PRT file with 2,145,499 particles on Frame 52. 2017/3/13 03:33:53: !! TOTAL Exported Particles On Frame 52: 2,757,673 2017/3/13 03:33:55: +BAKED [splash] to PRT file with 593,305 particles on Frame 53. 2017/3/13 03:34:00: +BAKED [waterline] to PRT file with 2,181,982 particles on Frame 53. 2017/3/13 03:34:00: !! TOTAL Exported Particles On Frame 53: 2,775,287 2017/3/13 03:34:02: +BAKED [splash] to PRT file with 572,355 particles on Frame 54. 2017/3/13 03:34:08: +BAKED [waterline] to PRT file with 2,216,785 particles on Frame 54. 2017/3/13 03:34:08: !! TOTAL Exported Particles On Frame 54: 2,789,140 2017/3/13 03:34:10: +BAKED [splash] to PRT file with 542,984 particles on Frame 55. 2017/3/13 03:34:15: +BAKED [waterline] to PRT file with 2,243,134 particles on Frame 55. 2017/3/13 03:34:15: !! TOTAL Exported Particles On Frame 55: 2,786,118 2017/3/13 03:34:17: +BAKED [splash] to PRT file with 536,550 particles on Frame 56. 2017/3/13 03:34:23: +BAKED [waterline] to PRT file with 2,292,598 particles on Frame 56. 2017/3/13 03:34:23: !! TOTAL Exported Particles On Frame 56: 2,829,148 2017/3/13 03:34:25: +BAKED [splash] to PRT file with 512,897 particles on Frame 57. 2017/3/13 03:34:31: +BAKED [waterline] to PRT file with 2,324,904 particles on Frame 57. 2017/3/13 03:34:31: !! TOTAL Exported Particles On Frame 57: 2,837,801 2017/3/13 03:34:33: +BAKED [splash] to PRT file with 486,409 particles on Frame 58. 2017/3/13 03:34:38: +BAKED [waterline] to PRT file with 2,354,423 particles on Frame 58. 2017/3/13 03:34:38: !! TOTAL Exported Particles On Frame 58: 2,840,832 2017/3/13 03:34:40: +BAKED [splash] to PRT file with 443,574 particles on Frame 59. 2017/3/13 03:34:46: +BAKED [waterline] to PRT file with 2,367,646 particles on Frame 59. 2017/3/13 03:34:46: !! TOTAL Exported Particles On Frame 59: 2,811,220 2017/3/13 03:34:47: +BAKED [splash] to PRT file with 409,076 particles on Frame 60. 2017/3/13 03:34:53: +BAKED [waterline] to PRT file with 2,389,150 particles on Frame 60. 2017/3/13 03:34:53: !! TOTAL Exported Particles On Frame 60: 2,798,226 2017/3/13 03:34:55: +BAKED [splash] to PRT file with 390,938 particles on Frame 61. 2017/3/13 03:35:00: +BAKED [waterline] to PRT file with 2,427,050 particles on Frame 61. 2017/3/13 03:35:00: !! TOTAL Exported Particles On Frame 61: 2,817,988 2017/3/13 03:35:02: +BAKED [splash] to PRT file with 386,313 particles on Frame 62. 2017/3/13 03:35:08: +BAKED [waterline] to PRT file with 2,478,472 particles on Frame 62. 2017/3/13 03:35:08: !! TOTAL Exported Particles On Frame 62: 2,864,785 2017/3/13 03:35:09: +BAKED [splash] to PRT file with 399,050 particles on Frame 63. 2017/3/13 03:35:16: +BAKED [waterline] to PRT file with 2,547,248 particles on Frame 63. 2017/3/13 03:35:16: !! TOTAL Exported Particles On Frame 63: 2,946,298 2017/3/13 03:35:17: +BAKED [splash] to PRT file with 399,062 particles on Frame 64. 2017/3/13 03:35:23: +BAKED [waterline] to PRT file with 2,603,312 particles on Frame 64. 2017/3/13 03:35:23: !! TOTAL Exported Particles On Frame 64: 3,002,374 2017/3/13 03:35:25: +BAKED [splash] to PRT file with 414,392 particles on Frame 65. 2017/3/13 03:35:31: +BAKED [waterline] to PRT file with 2,674,707 particles on Frame 65. 2017/3/13 03:35:32: !! TOTAL Exported Particles On Frame 65: 3,089,099 2017/3/13 03:35:33: +BAKED [splash] to PRT file with 433,407 particles on Frame 66. 2017/3/13 03:35:40: +BAKED [waterline] to PRT file with 2,749,767 particles on Frame 66. 2017/3/13 03:35:40: !! TOTAL Exported Particles On Frame 66: 3,183,174 2017/3/13 03:35:41: +BAKED [splash] to PRT file with 448,510 particles on Frame 67. 2017/3/13 03:35:48: +BAKED [waterline] to PRT file with 2,820,877 particles on Frame 67. 2017/3/13 03:35:48: !! TOTAL Exported Particles On Frame 67: 3,269,387 2017/3/13 03:35:49: +BAKED [splash] to PRT file with 471,429 particles on Frame 68. 2017/3/13 03:35:56: +BAKED [waterline] to PRT file with 2,899,820 particles on Frame 68. 2017/3/13 03:35:56: !! TOTAL Exported Particles On Frame 68: 3,371,249 2017/3/13 03:35:58: +BAKED [splash] to PRT file with 490,653 particles on Frame 69. 2017/3/13 03:36:05: +BAKED [waterline] to PRT file with 2,975,070 particles on Frame 69. 2017/3/13 03:36:05: !! TOTAL Exported Particles On Frame 69: 3,465,723 2017/3/13 03:36:07: +BAKED [splash] to PRT file with 523,288 particles on Frame 70. 2017/3/13 03:36:14: +BAKED [waterline] to PRT file with 3,063,719 particles on Frame 70. 2017/3/13 03:36:15: !! TOTAL Exported Particles On Frame 70: 3,587,007 2017/3/13 03:36:17: +BAKED [splash] to PRT file with 549,118 particles on Frame 71. 2017/3/13 03:36:24: +BAKED [waterline] to PRT file with 3,145,576 particles on Frame 71. 2017/3/13 03:36:24: !! TOTAL Exported Particles On Frame 71: 3,694,694 2017/3/13 03:36:26: +BAKED [splash] to PRT file with 569,081 particles on Frame 72. 2017/3/13 03:36:34: +BAKED [waterline] to PRT file with 3,221,600 particles on Frame 72. 2017/3/13 03:36:34: !! TOTAL Exported Particles On Frame 72: 3,790,681 2017/3/13 03:36:37: +BAKED [splash] to PRT file with 609,679 particles on Frame 73. 2017/3/13 03:36:44: +BAKED [waterline] to PRT file with 3,318,247 particles on Frame 73. 2017/3/13 03:36:44: !! TOTAL Exported Particles On Frame 73: 3,927,926 2017/3/13 03:36:47: +BAKED [splash] to PRT file with 647,015 particles on Frame 74. 2017/3/13 03:36:55: +BAKED [waterline] to PRT file with 3,411,628 particles on Frame 74. 2017/3/13 03:36:55: !! TOTAL Exported Particles On Frame 74: 4,058,643 2017/3/13 03:36:57: +BAKED [splash] to PRT file with 679,209 particles on Frame 75. 2017/3/13 03:37:06: +BAKED [waterline] to PRT file with 3,499,830 particles on Frame 75. 2017/3/13 03:37:06: !! TOTAL Exported Particles On Frame 75: 4,179,039 2017/3/13 03:37:08: +BAKED [splash] to PRT file with 691,514 particles on Frame 76. 2017/3/13 03:37:17: +BAKED [waterline] to PRT file with 3,568,157 particles on Frame 76. 2017/3/13 03:37:17: !! TOTAL Exported Particles On Frame 76: 4,259,671 2017/3/13 03:37:19: +BAKED [splash] to PRT file with 717,095 particles on Frame 77. 2017/3/13 03:37:28: +BAKED [waterline] to PRT file with 3,649,702 particles on Frame 77. 2017/3/13 03:37:28: !! TOTAL Exported Particles On Frame 77: 4,366,797 2017/3/13 03:37:31: +BAKED [splash] to PRT file with 731,437 particles on Frame 78. 2017/3/13 03:37:40: +BAKED [waterline] to PRT file with 3,720,022 particles on Frame 78. 2017/3/13 03:37:40: !! TOTAL Exported Particles On Frame 78: 4,451,459 2017/3/13 03:37:42: +BAKED [splash] to PRT file with 767,704 particles on Frame 79. 2017/3/13 03:37:51: +BAKED [waterline] to PRT file with 3,812,042 particles on Frame 79. 2017/3/13 03:37:51: !! TOTAL Exported Particles On Frame 79: 4,579,746 2017/3/13 03:37:54: +BAKED [splash] to PRT file with 747,382 particles on Frame 80. 2017/3/13 03:38:03: +BAKED [waterline] to PRT file with 3,847,543 particles on Frame 80. 2017/3/13 03:38:03: !! TOTAL Exported Particles On Frame 80: 4,594,925 2017/3/13 03:38:06: +BAKED [splash] to PRT file with 755,135 particles on Frame 81. 2017/3/13 03:38:15: +BAKED [waterline] to PRT file with 3,911,174 particles on Frame 81. 2017/3/13 03:38:15: !! TOTAL Exported Particles On Frame 81: 4,666,309 2017/3/13 03:38:18: +BAKED [splash] to PRT file with 712,910 particles on Frame 82. 2017/3/13 03:38:27: +BAKED [waterline] to PRT file with 3,924,708 particles on Frame 82. 2017/3/13 03:38:27: !! TOTAL Exported Particles On Frame 82: 4,637,618 2017/3/13 03:38:30: +BAKED [splash] to PRT file with 693,890 particles on Frame 83. 2017/3/13 03:38:39: +BAKED [waterline] to PRT file with 3,961,308 particles on Frame 83. 2017/3/13 03:38:39: !! TOTAL Exported Particles On Frame 83: 4,655,198 2017/3/13 03:38:42: +BAKED [splash] to PRT file with 674,519 particles on Frame 84. 2017/3/13 03:38:52: +BAKED [waterline] to PRT file with 3,997,570 particles on Frame 84. 2017/3/13 03:38:52: !! TOTAL Exported Particles On Frame 84: 4,672,089 2017/3/13 03:38:54: +BAKED [splash] to PRT file with 650,378 particles on Frame 85. 2017/3/13 03:39:03: +BAKED [waterline] to PRT file with 4,029,144 particles on Frame 85. 2017/3/13 03:39:03: !! TOTAL Exported Particles On Frame 85: 4,679,522 2017/3/13 03:39:06: +BAKED [splash] to PRT file with 626,080 particles on Frame 86. 2017/3/13 03:39:15: +BAKED [waterline] to PRT file with 4,060,304 particles on Frame 86. 2017/3/13 03:39:15: !! TOTAL Exported Particles On Frame 86: 4,686,384 2017/3/13 03:39:18: +BAKED [splash] to PRT file with 620,796 particles on Frame 87. 2017/3/13 03:39:27: +BAKED [waterline] to PRT file with 4,110,768 particles on Frame 87. 2017/3/13 03:39:27: !! TOTAL Exported Particles On Frame 87: 4,731,564 2017/3/13 03:39:29: +BAKED [splash] to PRT file with 597,314 particles on Frame 88. 2017/3/13 03:39:39: +BAKED [waterline] to PRT file with 4,142,939 particles on Frame 88. 2017/3/13 03:39:39: !! TOTAL Exported Particles On Frame 88: 4,740,253 2017/3/13 03:39:41: +BAKED [splash] to PRT file with 590,579 particles on Frame 89. 2017/3/13 03:39:51: +BAKED [waterline] to PRT file with 4,191,676 particles on Frame 89. 2017/3/13 03:39:51: !! TOTAL Exported Particles On Frame 89: 4,782,255 2017/3/13 03:39:53: +BAKED [splash] to PRT file with 556,078 particles on Frame 90. 2017/3/13 03:40:03: +BAKED [waterline] to PRT file with 4,212,389 particles on Frame 90. 2017/3/13 03:40:03: !! TOTAL Exported Particles On Frame 90: 4,768,467 2017/3/13 03:40:05: +BAKED [splash] to PRT file with 525,944 particles on Frame 91. 2017/3/13 03:40:14: +BAKED [waterline] to PRT file with 4,237,664 particles on Frame 91. 2017/3/13 03:40:15: !! TOTAL Exported Particles On Frame 91: 4,763,608 2017/3/13 03:40:17: +BAKED [splash] to PRT file with 491,759 particles on Frame 92. 2017/3/13 03:40:26: +BAKED [waterline] to PRT file with 4,258,935 particles on Frame 92. 2017/3/13 03:40:26: !! TOTAL Exported Particles On Frame 92: 4,750,694 2017/3/13 03:40:28: +BAKED [splash] to PRT file with 458,546 particles on Frame 93. 2017/3/13 03:40:38: +BAKED [waterline] to PRT file with 4,281,211 particles on Frame 93. 2017/3/13 03:40:38: !! TOTAL Exported Particles On Frame 93: 4,739,757 2017/3/13 03:40:39: +BAKED [splash] to PRT file with 420,670 particles on Frame 94. 2017/3/13 03:40:49: +BAKED [waterline] to PRT file with 4,298,923 particles on Frame 94. 2017/3/13 03:40:50: !! TOTAL Exported Particles On Frame 94: 4,719,593 2017/3/13 03:40:51: +BAKED [splash] to PRT file with 378,015 particles on Frame 95. 2017/3/13 03:41:01: +BAKED [waterline] to PRT file with 4,311,652 particles on Frame 95. 2017/3/13 03:41:01: !! TOTAL Exported Particles On Frame 95: 4,689,667 2017/3/13 03:41:02: +BAKED [splash] to PRT file with 340,894 particles on Frame 96. 2017/3/13 03:41:12: +BAKED [waterline] to PRT file with 4,329,965 particles on Frame 96. 2017/3/13 03:41:12: !! TOTAL Exported Particles On Frame 96: 4,670,859 2017/3/13 03:41:14: +BAKED [splash] to PRT file with 316,718 particles on Frame 97. 2017/3/13 03:41:23: +BAKED [waterline] to PRT file with 4,361,462 particles on Frame 97. 2017/3/13 03:41:23: !! TOTAL Exported Particles On Frame 97: 4,678,180 2017/3/13 03:41:25: +BAKED [splash] to PRT file with 285,843 particles on Frame 98. 2017/3/13 03:41:34: +BAKED [waterline] to PRT file with 4,386,282 particles on Frame 98. 2017/3/13 03:41:35: !! TOTAL Exported Particles On Frame 98: 4,672,125 2017/3/13 03:41:36: +BAKED [splash] to PRT file with 254,162 particles on Frame 99. 2017/3/13 03:41:45: +BAKED [waterline] to PRT file with 4,410,171 particles on Frame 99. 2017/3/13 03:41:45: !! TOTAL Exported Particles On Frame 99: 4,664,333 2017/3/13 03:41:46: +BAKED [splash] to PRT file with 230,320 particles on Frame 100. 2017/3/13 03:41:56: +BAKED [waterline] to PRT file with 4,442,071 particles on Frame 100. 2017/3/13 03:41:56: !! TOTAL Exported Particles On Frame 100: 4,672,391 2017/3/13 03:41:57: +BAKED [splash] to PRT file with 226,847 particles on Frame 101. 2017/3/13 03:42:07: +BAKED [waterline] to PRT file with 4,494,213 particles on Frame 101. 2017/3/13 03:42:07: !! TOTAL Exported Particles On Frame 101: 4,721,060 2017/3/13 03:42:08: +BAKED [splash] to PRT file with 220,310 particles on Frame 102. 2017/3/13 03:42:18: +BAKED [waterline] to PRT file with 4,543,332 particles on Frame 102. 2017/3/13 03:42:18: !! TOTAL Exported Particles On Frame 102: 4,763,642 2017/3/13 03:42:19: +BAKED [splash] to PRT file with 220,701 particles on Frame 103. 2017/3/13 03:42:29: +BAKED [waterline] to PRT file with 4,599,453 particles on Frame 103. 2017/3/13 03:42:29: !! TOTAL Exported Particles On Frame 103: 4,820,154 2017/3/13 03:42:30: +BAKED [splash] to PRT file with 220,847 particles on Frame 104. 2017/3/13 03:42:41: +BAKED [waterline] to PRT file with 4,655,239 particles on Frame 104. 2017/3/13 03:42:41: !! TOTAL Exported Particles On Frame 104: 4,876,086 2017/3/13 03:42:42: +BAKED [splash] to PRT file with 218,705 particles on Frame 105. 2017/3/13 03:42:52: +BAKED [waterline] to PRT file with 4,709,013 particles on Frame 105. 2017/3/13 03:42:52: !! TOTAL Exported Particles On Frame 105: 4,927,718 2017/3/13 03:42:53: +BAKED [splash] to PRT file with 211,951 particles on Frame 106. 2017/3/13 03:43:04: +BAKED [waterline] to PRT file with 4,758,157 particles on Frame 106. 2017/3/13 03:43:04: !! TOTAL Exported Particles On Frame 106: 4,970,108 2017/3/13 03:43:05: +BAKED [splash] to PRT file with 209,996 particles on Frame 107. 2017/3/13 03:43:16: +BAKED [waterline] to PRT file with 4,812,052 particles on Frame 107. 2017/3/13 03:43:16: !! TOTAL Exported Particles On Frame 107: 5,022,048 2017/3/13 03:43:17: +BAKED [splash] to PRT file with 209,803 particles on Frame 108. 2017/3/13 03:43:28: +BAKED [waterline] to PRT file with 4,867,814 particles on Frame 108. 2017/3/13 03:43:28: !! TOTAL Exported Particles On Frame 108: 5,077,617 2017/3/13 03:43:29: +BAKED [splash] to PRT file with 203,298 particles on Frame 109. 2017/3/13 03:43:40: +BAKED [waterline] to PRT file with 4,917,208 particles on Frame 109. 2017/3/13 03:43:40: !! TOTAL Exported Particles On Frame 109: 5,120,506 2017/3/13 03:43:40: +BAKED [splash] to PRT file with 193,258 particles on Frame 110. 2017/3/13 03:43:52: +BAKED [waterline] to PRT file with 4,963,190 particles on Frame 110. 2017/3/13 03:43:52: !! TOTAL Exported Particles On Frame 110: 5,156,448 2017/3/13 03:43:52: +BAKED [splash] to PRT file with 182,338 particles on Frame 111. 2017/3/13 03:44:03: +BAKED [waterline] to PRT file with 5,008,201 particles on Frame 111. 2017/3/13 03:44:04: !! TOTAL Exported Particles On Frame 111: 5,190,539 2017/3/13 03:44:04: +BAKED [splash] to PRT file with 173,998 particles on Frame 112. 2017/3/13 03:44:16: +BAKED [waterline] to PRT file with 5,055,868 particles on Frame 112. 2017/3/13 03:44:16: !! TOTAL Exported Particles On Frame 112: 5,229,866 2017/3/13 03:44:17: +BAKED [splash] to PRT file with 163,916 particles on Frame 113. 2017/3/13 03:44:29: +BAKED [waterline] to PRT file with 5,101,777 particles on Frame 113. 2017/3/13 03:44:29: !! TOTAL Exported Particles On Frame 113: 5,265,693 2017/3/13 03:44:30: +BAKED [splash] to PRT file with 153,465 particles on Frame 114. 2017/3/13 03:44:41: +BAKED [waterline] to PRT file with 5,147,393 particles on Frame 114. 2017/3/13 03:44:41: !! TOTAL Exported Particles On Frame 114: 5,300,858 2017/3/13 03:44:42: +BAKED [splash] to PRT file with 141,230 particles on Frame 115. 2017/3/13 03:44:53: +BAKED [waterline] to PRT file with 5,191,057 particles on Frame 115. 2017/3/13 03:44:54: !! TOTAL Exported Particles On Frame 115: 5,332,287 2017/3/13 03:44:55: +BAKED [splash] to PRT file with 130,610 particles on Frame 116. 2017/3/13 03:45:07: +BAKED [waterline] to PRT file with 5,236,455 particles on Frame 116. 2017/3/13 03:45:07: !! TOTAL Exported Particles On Frame 116: 5,367,065 2017/3/13 03:45:07: +BAKED [splash] to PRT file with 120,761 particles on Frame 117. 2017/3/13 03:45:19: +BAKED [waterline] to PRT file with 5,282,676 particles on Frame 117. 2017/3/13 03:45:19: !! TOTAL Exported Particles On Frame 117: 5,403,437 2017/3/13 03:45:20: +BAKED [splash] to PRT file with 111,687 particles on Frame 118. 2017/3/13 03:45:32: +BAKED [waterline] to PRT file with 5,329,540 particles on Frame 118. 2017/3/13 03:45:32: !! TOTAL Exported Particles On Frame 118: 5,441,227 2017/3/13 03:45:32: +BAKED [splash] to PRT file with 102,155 particles on Frame 119. 2017/3/13 03:45:44: +BAKED [waterline] to PRT file with 5,376,065 particles on Frame 119. 2017/3/13 03:45:44: !! TOTAL Exported Particles On Frame 119: 5,478,220 2017/3/13 03:45:45: +BAKED [splash] to PRT file with 92,874 particles on Frame 120. 2017/3/13 03:45:57: +BAKED [waterline] to PRT file with 5,422,845 particles on Frame 120. 2017/3/13 03:45:57: !! TOTAL Exported Particles On Frame 120: 5,515,719 2017/3/13 03:45:57: +BAKED [splash] to PRT file with 89,368 particles on Frame 121. 2017/3/13 03:46:09: +BAKED [waterline] to PRT file with 5,475,404 particles on Frame 121. 2017/3/13 03:46:09: !! TOTAL Exported Particles On Frame 121: 5,564,772 2017/3/13 03:46:10: +BAKED [splash] to PRT file with 86,913 particles on Frame 122. 2017/3/13 03:46:22: +BAKED [waterline] to PRT file with 5,528,972 particles on Frame 122. 2017/3/13 03:46:22: !! TOTAL Exported Particles On Frame 122: 5,615,885 2017/3/13 03:46:23: +BAKED [splash] to PRT file with 84,626 particles on Frame 123. 2017/3/13 03:46:35: +BAKED [waterline] to PRT file with 5,582,657 particles on Frame 123. 2017/3/13 03:46:35: !! TOTAL Exported Particles On Frame 123: 5,667,283 2017/3/13 03:46:36: +BAKED [splash] to PRT file with 79,641 particles on Frame 124. 2017/3/13 03:46:48: +BAKED [waterline] to PRT file with 5,633,662 particles on Frame 124. 2017/3/13 03:46:48: !! TOTAL Exported Particles On Frame 124: 5,713,303 2017/3/13 03:46:49: +BAKED [splash] to PRT file with 76,494 particles on Frame 125. 2017/3/13 03:47:02: +BAKED [waterline] to PRT file with 5,686,495 particles on Frame 125. 2017/3/13 03:47:02: !! TOTAL Exported Particles On Frame 125: 5,762,989 2017/3/13 03:47:02: +BAKED [splash] to PRT file with 72,477 particles on Frame 126. 2017/3/13 03:47:15: +BAKED [waterline] to PRT file with 5,738,510 particles on Frame 126. 2017/3/13 03:47:15: !! TOTAL Exported Particles On Frame 126: 5,810,987 2017/3/13 03:47:15: +BAKED [splash] to PRT file with 69,913 particles on Frame 127. 2017/3/13 03:47:28: +BAKED [waterline] to PRT file with 5,792,014 particles on Frame 127. 2017/3/13 03:47:28: !! TOTAL Exported Particles On Frame 127: 5,861,927 2017/3/13 03:47:28: +BAKED [splash] to PRT file with 67,017 particles on Frame 128. 2017/3/13 03:47:41: +BAKED [waterline] to PRT file with 5,845,176 particles on Frame 128. 2017/3/13 03:47:41: !! TOTAL Exported Particles On Frame 128: 5,912,193 2017/3/13 03:47:42: +BAKED [splash] to PRT file with 66,860 particles on Frame 129. 2017/3/13 03:47:55: +BAKED [waterline] to PRT file with 5,901,089 particles on Frame 129. 2017/3/13 03:47:55: !! TOTAL Exported Particles On Frame 129: 5,967,949 2017/3/13 03:47:55: +BAKED [splash] to PRT file with 64,397 particles on Frame 130. 2017/3/13 03:48:09: +BAKED [waterline] to PRT file with 5,954,671 particles on Frame 130. 2017/3/13 03:48:09: !! TOTAL Exported Particles On Frame 130: 6,019,068 2017/3/13 03:48:09: +BAKED [splash] to PRT file with 61,935 particles on Frame 131. 2017/3/13 03:48:23: +BAKED [waterline] to PRT file with 6,008,279 particles on Frame 131. 2017/3/13 03:48:23: !! TOTAL Exported Particles On Frame 131: 6,070,214 2017/3/13 03:48:23: +BAKED [splash] to PRT file with 61,102 particles on Frame 132. 2017/3/13 03:48:37: +BAKED [waterline] to PRT file with 6,063,516 particles on Frame 132. 2017/3/13 03:48:37: !! TOTAL Exported Particles On Frame 132: 6,124,618 2017/3/13 03:48:37: +BAKED [splash] to PRT file with 57,115 particles on Frame 133. 2017/3/13 03:48:51: +BAKED [waterline] to PRT file with 6,115,545 particles on Frame 133. 2017/3/13 03:48:51: !! TOTAL Exported Particles On Frame 133: 6,172,660 2017/3/13 03:48:51: +BAKED [splash] to PRT file with 53,119 particles on Frame 134. 2017/3/13 03:49:05: +BAKED [waterline] to PRT file with 6,167,607 particles on Frame 134. 2017/3/13 03:49:05: !! TOTAL Exported Particles On Frame 134: 6,220,726 2017/3/13 03:49:05: +BAKED [splash] to PRT file with 51,277 particles on Frame 135. 2017/3/13 03:49:19: +BAKED [waterline] to PRT file with 6,221,789 particles on Frame 135. 2017/3/13 03:49:19: !! TOTAL Exported Particles On Frame 135: 6,273,066 2017/3/13 03:49:19: +BAKED [splash] to PRT file with 53,175 particles on Frame 136. 2017/3/13 03:49:33: +BAKED [waterline] to PRT file with 6,279,663 particles on Frame 136. 2017/3/13 03:49:33: !! TOTAL Exported Particles On Frame 136: 6,332,838 2017/3/13 03:49:34: +BAKED [splash] to PRT file with 47,559 particles on Frame 137. 2017/3/13 03:49:48: +BAKED [waterline] to PRT file with 6,330,057 particles on Frame 137. 2017/3/13 03:49:48: !! TOTAL Exported Particles On Frame 137: 6,377,616 2017/3/13 03:49:48: +BAKED [splash] to PRT file with 46,586 particles on Frame 138. 2017/3/13 03:50:03: +BAKED [waterline] to PRT file with 6,385,136 particles on Frame 138. 2017/3/13 03:50:03: !! TOTAL Exported Particles On Frame 138: 6,431,722 2017/3/13 03:50:03: +BAKED [splash] to PRT file with 45,557 particles on Frame 139. 2017/3/13 03:50:17: +BAKED [waterline] to PRT file with 6,440,170 particles on Frame 139. 2017/3/13 03:50:18: !! TOTAL Exported Particles On Frame 139: 6,485,727 2017/3/13 03:50:18: +BAKED [splash] to PRT file with 42,799 particles on Frame 140. 2017/3/13 03:50:33: +BAKED [waterline] to PRT file with 6,493,466 particles on Frame 140. 2017/3/13 03:50:33: !! TOTAL Exported Particles On Frame 140: 6,536,265 2017/3/13 03:50:33: +BAKED [splash] to PRT file with 41,968 particles on Frame 141. 2017/3/13 03:50:49: +BAKED [waterline] to PRT file with 6,548,698 particles on Frame 141. 2017/3/13 03:50:50: !! TOTAL Exported Particles On Frame 141: 6,590,666 2017/3/13 03:50:50: +BAKED [splash] to PRT file with 40,088 particles on Frame 142. 2017/3/13 03:51:05: +BAKED [waterline] to PRT file with 6,602,852 particles on Frame 142. 2017/3/13 03:51:05: !! TOTAL Exported Particles On Frame 142: 6,642,940 2017/3/13 03:51:05: +BAKED [splash] to PRT file with 41,893 particles on Frame 143. 2017/3/13 03:51:20: +BAKED [waterline] to PRT file with 6,660,719 particles on Frame 143. 2017/3/13 03:51:20: !! TOTAL Exported Particles On Frame 143: 6,702,612 2017/3/13 03:51:20: +BAKED [splash] to PRT file with 39,988 particles on Frame 144. 2017/3/13 03:51:35: +BAKED [waterline] to PRT file with 6,714,881 particles on Frame 144. 2017/3/13 03:51:35: !! TOTAL Exported Particles On Frame 144: 6,754,869 2017/3/13 03:51:35: +BAKED [splash] to PRT file with 40,544 particles on Frame 145. 2017/3/13 03:51:50: +BAKED [waterline] to PRT file with 6,771,507 particles on Frame 145. 2017/3/13 03:51:51: !! TOTAL Exported Particles On Frame 145: 6,812,051 2017/3/13 03:51:51: +BAKED [splash] to PRT file with 40,658 particles on Frame 146. 2017/3/13 03:52:06: +BAKED [waterline] to PRT file with 6,827,680 particles on Frame 146. 2017/3/13 03:52:06: !! TOTAL Exported Particles On Frame 146: 6,868,338 2017/3/13 03:52:06: +BAKED [splash] to PRT file with 39,529 particles on Frame 147. 2017/3/13 03:52:22: +BAKED [waterline] to PRT file with 6,882,621 particles on Frame 147. 2017/3/13 03:52:22: !! TOTAL Exported Particles On Frame 147: 6,922,150 2017/3/13 03:52:22: +BAKED [splash] to PRT file with 40,822 particles on Frame 148. 2017/3/13 03:52:38: +BAKED [waterline] to PRT file with 6,939,984 particles on Frame 148. 2017/3/13 03:52:38: !! TOTAL Exported Particles On Frame 148: 6,980,806 2017/3/13 03:52:38: +BAKED [splash] to PRT file with 39,679 particles on Frame 149. 2017/3/13 03:52:54: +BAKED [waterline] to PRT file with 6,994,888 particles on Frame 149. 2017/3/13 03:52:54: !! TOTAL Exported Particles On Frame 149: 7,034,567 2017/3/13 03:52:54: +BAKED [splash] to PRT file with 39,221 particles on Frame 150. 2017/3/13 03:53:10: +BAKED [waterline] to PRT file with 7,050,484 particles on Frame 150. 2017/3/13 03:53:10: !! TOTAL Exported Particles On Frame 150: 7,089,705 2017/3/13 03:53:10: +BAKED [splash] to PRT file with 40,339 particles on Frame 151. 2017/3/13 03:53:26: +BAKED [waterline] to PRT file with 7,107,664 particles on Frame 151. 2017/3/13 03:53:26: !! TOTAL Exported Particles On Frame 151: 7,148,003 2017/3/13 03:53:27: +BAKED [splash] to PRT file with 39,781 particles on Frame 152. 2017/3/13 03:53:43: +BAKED [waterline] to PRT file with 7,163,176 particles on Frame 152. 2017/3/13 03:53:43: !! TOTAL Exported Particles On Frame 152: 7,202,957 2017/3/13 03:53:43: +BAKED [splash] to PRT file with 37,765 particles on Frame 153. 2017/3/13 03:53:59: +BAKED [waterline] to PRT file with 7,217,230 particles on Frame 153. 2017/3/13 03:53:59: !! TOTAL Exported Particles On Frame 153: 7,254,995 2017/3/13 03:53:59: +BAKED [splash] to PRT file with 38,665 particles on Frame 154. 2017/3/13 03:54:15: +BAKED [waterline] to PRT file with 7,274,200 particles on Frame 154. 2017/3/13 03:54:16: !! TOTAL Exported Particles On Frame 154: 7,312,865 2017/3/13 03:54:16: +BAKED [splash] to PRT file with 38,865 particles on Frame 155. 2017/3/13 03:54:32: +BAKED [waterline] to PRT file with 7,330,428 particles on Frame 155. 2017/3/13 03:54:32: !! TOTAL Exported Particles On Frame 155: 7,369,293 2017/3/13 03:54:33: +BAKED [splash] to PRT file with 40,208 particles on Frame 156. 2017/3/13 03:54:49: +BAKED [waterline] to PRT file with 7,387,840 particles on Frame 156. 2017/3/13 03:54:49: !! TOTAL Exported Particles On Frame 156: 7,428,048 2017/3/13 03:54:49: +BAKED [splash] to PRT file with 42,493 particles on Frame 157. 2017/3/13 03:55:06: +BAKED [waterline] to PRT file with 7,446,192 particles on Frame 157. 2017/3/13 03:55:06: !! TOTAL Exported Particles On Frame 157: 7,488,685 2017/3/13 03:55:06: +BAKED [splash] to PRT file with 42,168 particles on Frame 158. 2017/3/13 03:55:23: +BAKED [waterline] to PRT file with 7,501,933 particles on Frame 158. 2017/3/13 03:55:23: !! TOTAL Exported Particles On Frame 158: 7,544,101 2017/3/13 03:55:23: +BAKED [splash] to PRT file with 41,523 particles on Frame 159. 2017/3/13 03:55:40: +BAKED [waterline] to PRT file with 7,557,342 particles on Frame 159. 2017/3/13 03:55:40: !! TOTAL Exported Particles On Frame 159: 7,598,865 2017/3/13 03:55:41: +BAKED [splash] to PRT file with 39,196 particles on Frame 160. 2017/3/13 03:55:57: +BAKED [waterline] to PRT file with 7,611,082 particles on Frame 160. 2017/3/13 03:55:58: !! TOTAL Exported Particles On Frame 160: 7,650,278 2017/3/13 03:55:58: +BAKED [splash] to PRT file with 33,984 particles on Frame 161. 2017/3/13 03:56:15: +BAKED [waterline] to PRT file with 7,661,855 particles on Frame 161. 2017/3/13 03:56:15: !! TOTAL Exported Particles On Frame 161: 7,695,839 2017/3/13 03:56:15: +BAKED [splash] to PRT file with 35,277 particles on Frame 162. 2017/3/13 03:56:32: +BAKED [waterline] to PRT file with 7,719,215 particles on Frame 162. 2017/3/13 03:56:32: !! TOTAL Exported Particles On Frame 162: 7,754,492 2017/3/13 03:56:33: +BAKED [splash] to PRT file with 32,433 particles on Frame 163. 2017/3/13 03:56:50: +BAKED [waterline] to PRT file with 7,772,420 particles on Frame 163. 2017/3/13 03:56:50: !! TOTAL Exported Particles On Frame 163: 7,804,853 2017/3/13 03:56:50: +BAKED [splash] to PRT file with 33,021 particles on Frame 164. 2017/3/13 03:57:07: +BAKED [waterline] to PRT file with 7,829,021 particles on Frame 164. 2017/3/13 03:57:07: !! TOTAL Exported Particles On Frame 164: 7,862,042 2017/3/13 03:57:08: +BAKED [splash] to PRT file with 31,704 particles on Frame 165. 2017/3/13 03:57:25: +BAKED [waterline] to PRT file with 7,883,771 particles on Frame 165. 2017/3/13 03:57:25: !! TOTAL Exported Particles On Frame 165: 7,915,475 2017/3/13 03:57:26: +BAKED [splash] to PRT file with 27,865 particles on Frame 166. 2017/3/13 03:57:44: +BAKED [waterline] to PRT file with 7,935,967 particles on Frame 166. 2017/3/13 03:57:44: !! TOTAL Exported Particles On Frame 166: 7,963,832 2017/3/13 03:57:44: +BAKED [splash] to PRT file with 25,869 particles on Frame 167. 2017/3/13 03:58:02: +BAKED [waterline] to PRT file with 7,990,036 particles on Frame 167. 2017/3/13 03:58:02: !! TOTAL Exported Particles On Frame 167: 8,015,905 2017/3/13 03:58:02: +BAKED [splash] to PRT file with 26,493 particles on Frame 168. 2017/3/13 03:58:20: +BAKED [waterline] to PRT file with 8,046,724 particles on Frame 168. 2017/3/13 03:58:20: !! TOTAL Exported Particles On Frame 168: 8,073,217 2017/3/13 03:58:20: +BAKED [splash] to PRT file with 25,277 particles on Frame 169. 2017/3/13 03:58:38: +BAKED [waterline] to PRT file with 8,101,558 particles on Frame 169. 2017/3/13 03:58:38: !! TOTAL Exported Particles On Frame 169: 8,126,835 2017/3/13 03:58:39: +BAKED [splash] to PRT file with 22,441 particles on Frame 170. 2017/3/13 03:58:57: +BAKED [waterline] to PRT file with 8,154,789 particles on Frame 170. 2017/3/13 03:58:57: !! TOTAL Exported Particles On Frame 170: 8,177,230 2017/3/13 03:58:57: +BAKED [splash] to PRT file with 19,936 particles on Frame 171. 2017/3/13 03:59:15: +BAKED [waterline] to PRT file with 8,208,344 particles on Frame 171. 2017/3/13 03:59:15: !! TOTAL Exported Particles On Frame 171: 8,228,280 2017/3/13 03:59:16: +BAKED [splash] to PRT file with 19,550 particles on Frame 172. 2017/3/13 03:59:34: +BAKED [waterline] to PRT file with 8,264,019 particles on Frame 172. 2017/3/13 03:59:34: !! TOTAL Exported Particles On Frame 172: 8,283,569 2017/3/13 03:59:35: +BAKED [splash] to PRT file with 19,645 particles on Frame 173. 2017/3/13 03:59:53: +BAKED [waterline] to PRT file with 8,320,179 particles on Frame 173. 2017/3/13 03:59:53: !! TOTAL Exported Particles On Frame 173: 8,339,824 2017/3/13 03:59:53: +BAKED [splash] to PRT file with 20,194 particles on Frame 174. 2017/3/13 04:00:12: +BAKED [waterline] to PRT file with 8,376,790 particles on Frame 174. 2017/3/13 04:00:12: !! TOTAL Exported Particles On Frame 174: 8,396,984 2017/3/13 04:00:12: +BAKED [splash] to PRT file with 19,687 particles on Frame 175. 2017/3/13 04:00:31: +BAKED [waterline] to PRT file with 8,432,352 particles on Frame 175. 2017/3/13 04:00:31: !! TOTAL Exported Particles On Frame 175: 8,452,039 2017/3/13 04:00:32: +BAKED [splash] to PRT file with 19,291 particles on Frame 176. 2017/3/13 04:00:51: +BAKED [waterline] to PRT file with 8,488,025 particles on Frame 176. 2017/3/13 04:00:52: !! TOTAL Exported Particles On Frame 176: 8,507,316 2017/3/13 04:00:52: +BAKED [splash] to PRT file with 17,042 particles on Frame 177. 2017/3/13 04:01:11: +BAKED [waterline] to PRT file with 8,541,843 particles on Frame 177. 2017/3/13 04:01:12: !! TOTAL Exported Particles On Frame 177: 8,558,885 2017/3/13 04:01:12: +BAKED [splash] to PRT file with 16,848 particles on Frame 178. 2017/3/13 04:01:31: +BAKED [waterline] to PRT file with 8,597,714 particles on Frame 178. 2017/3/13 04:01:31: !! TOTAL Exported Particles On Frame 178: 8,614,562 2017/3/13 04:01:31: +BAKED [splash] to PRT file with 17,161 particles on Frame 179. 2017/3/13 04:01:50: +BAKED [waterline] to PRT file with 8,654,077 particles on Frame 179. 2017/3/13 04:01:50: !! TOTAL Exported Particles On Frame 179: 8,671,238 2017/3/13 04:01:50: +BAKED [splash] to PRT file with 17,723 particles on Frame 180. 2017/3/13 04:02:09: +BAKED [waterline] to PRT file with 8,710,706 particles on Frame 180. 2017/3/13 04:02:09: !! TOTAL Exported Particles On Frame 180: 8,728,429 2017/3/13 04:02:10: +BAKED [splash] to PRT file with 15,397 particles on Frame 181. 2017/3/13 04:02:29: +BAKED [waterline] to PRT file with 8,764,450 particles on Frame 181. 2017/3/13 04:02:29: !! TOTAL Exported Particles On Frame 181: 8,779,847 2017/3/13 04:02:29: +BAKED [splash] to PRT file with 13,044 particles on Frame 182. 2017/3/13 04:02:49: +BAKED [waterline] to PRT file with 8,818,166 particles on Frame 182. 2017/3/13 04:02:49: !! TOTAL Exported Particles On Frame 182: 8,831,210 2017/3/13 04:02:49: +BAKED [splash] to PRT file with 14,319 particles on Frame 183. 2017/3/13 04:03:09: +BAKED [waterline] to PRT file with 8,875,511 particles on Frame 183. 2017/3/13 04:03:09: !! TOTAL Exported Particles On Frame 183: 8,889,830 2017/3/13 04:03:09: +BAKED [splash] to PRT file with 13,883 particles on Frame 184. 2017/3/13 04:03:29: +BAKED [waterline] to PRT file with 8,931,144 particles on Frame 184. 2017/3/13 04:03:29: !! TOTAL Exported Particles On Frame 184: 8,945,027 2017/3/13 04:03:29: +BAKED [splash] to PRT file with 12,911 particles on Frame 185. 2017/3/13 04:03:50: +BAKED [waterline] to PRT file with 8,986,240 particles on Frame 185. 2017/3/13 04:03:50: !! TOTAL Exported Particles On Frame 185: 8,999,151 2017/3/13 04:03:50: +BAKED [splash] to PRT file with 11,801 particles on Frame 186. 2017/3/13 04:04:11: +BAKED [waterline] to PRT file with 9,041,200 particles on Frame 186. 2017/3/13 04:04:11: !! TOTAL Exported Particles On Frame 186: 9,053,001 2017/3/13 04:04:11: +BAKED [splash] to PRT file with 13,302 particles on Frame 187. 2017/3/13 04:04:31: +BAKED [waterline] to PRT file with 9,098,767 particles on Frame 187. 2017/3/13 04:04:31: !! TOTAL Exported Particles On Frame 187: 9,112,069 2017/3/13 04:04:31: +BAKED [splash] to PRT file with 14,626 particles on Frame 188. 2017/3/13 04:04:51: +BAKED [waterline] to PRT file with 9,156,151 particles on Frame 188. 2017/3/13 04:04:51: !! TOTAL Exported Particles On Frame 188: 9,170,777 2017/3/13 04:04:52: +BAKED [splash] to PRT file with 14,568 particles on Frame 189. 2017/3/13 04:05:12: +BAKED [waterline] to PRT file with 9,212,127 particles on Frame 189. 2017/3/13 04:05:12: !! TOTAL Exported Particles On Frame 189: 9,226,695 2017/3/13 04:05:12: +BAKED [splash] to PRT file with 14,185 particles on Frame 190. 2017/3/13 04:05:32: +BAKED [waterline] to PRT file with 9,267,805 particles on Frame 190. 2017/3/13 04:05:32: !! TOTAL Exported Particles On Frame 190: 9,281,990 2017/3/13 04:05:33: +BAKED [splash] to PRT file with 11,652 particles on Frame 191. 2017/3/13 04:05:53: +BAKED [waterline] to PRT file with 9,321,342 particles on Frame 191. 2017/3/13 04:05:53: !! TOTAL Exported Particles On Frame 191: 9,332,994 2017/3/13 04:05:53: +BAKED [splash] to PRT file with 9,918 particles on Frame 192. 2017/3/13 04:06:14: +BAKED [waterline] to PRT file with 9,375,678 particles on Frame 192. 2017/3/13 04:06:14: !! TOTAL Exported Particles On Frame 192: 9,385,596 2017/3/13 04:06:14: +BAKED [splash] to PRT file with 7,583 particles on Frame 193. 2017/3/13 04:06:34: +BAKED [waterline] to PRT file with 9,429,413 particles on Frame 193. 2017/3/13 04:06:34: !! TOTAL Exported Particles On Frame 193: 9,436,996 2017/3/13 04:06:35: +BAKED [splash] to PRT file with 7,307 particles on Frame 194. 2017/3/13 04:06:55: +BAKED [waterline] to PRT file with 9,485,207 particles on Frame 194. 2017/3/13 04:06:55: !! TOTAL Exported Particles On Frame 194: 9,492,514 2017/3/13 04:06:55: +BAKED [splash] to PRT file with 7,547 particles on Frame 195. 2017/3/13 04:07:16: +BAKED [waterline] to PRT file with 9,541,517 particles on Frame 195. 2017/3/13 04:07:16: !! TOTAL Exported Particles On Frame 195: 9,549,064 2017/3/13 04:07:16: +BAKED [splash] to PRT file with 6,628 particles on Frame 196. 2017/3/13 04:07:37: +BAKED [waterline] to PRT file with 9,596,665 particles on Frame 196. 2017/3/13 04:07:38: !! TOTAL Exported Particles On Frame 196: 9,603,293 2017/3/13 04:07:38: +BAKED [splash] to PRT file with 5,789 particles on Frame 197. 2017/3/13 04:07:59: +BAKED [waterline] to PRT file with 9,651,893 particles on Frame 197. 2017/3/13 04:07:59: !! TOTAL Exported Particles On Frame 197: 9,657,682 2017/3/13 04:07:59: +BAKED [splash] to PRT file with 6,314 particles on Frame 198. 2017/3/13 04:08:21: +BAKED [waterline] to PRT file with 9,708,464 particles on Frame 198. 2017/3/13 04:08:21: !! TOTAL Exported Particles On Frame 198: 9,714,778 2017/3/13 04:08:21: +BAKED [splash] to PRT file with 7,055 particles on Frame 199. 2017/3/13 04:08:42: +BAKED [waterline] to PRT file with 9,765,271 particles on Frame 199. 2017/3/13 04:08:42: !! TOTAL Exported Particles On Frame 199: 9,772,326 2017/3/13 04:08:43: +BAKED [splash] to PRT file with 7,044 particles on Frame 200. 2017/3/13 04:09:05: +BAKED [waterline] to PRT file with 9,821,326 particles on Frame 200. 2017/3/13 04:09:05: !! TOTAL Exported Particles On Frame 200: 9,828,370 2017/3/13 04:09:05: Ready.

Just a heads up here that we’re a bit light on Bobo skills today, but he’ll get back to you when he has a chance.

No problem I am just documenting the issues for now nothing critical.

It has nothing to do with GI, it is just what Vray.exe reports when we “crash it” on purpose.

The reason seems to be that frame 0021 cannot be loaded. However, according to the export, it has 0 particles and should have exported in no time at all…

As you can see above, the latest DLL tries several times to load splash_0021.prt and fails the rendering. We should try to figure out why, and whether the problem is the 0 particles content, or something else. According to your second log, the frame was saved, but I guess it appeared locked to the renderer. I will pass this on to the developer (however we are on a business trip right now, so it might take a few days before he can check it out).

Thanks for the detailed info! Very helpful! Can you try a scene that has more than 0 particles?