Split the current comp into segments and send those segments to the default Render Manager.
Especially helpful if you run into memory issues during rendering long comps.
By splitting the comp into segments, Fusion is forced by the RenderManager to close and re-load the comp after a segment is finished, thus freeing memory.
Rendermanger on
Connect either to the RenderManager on your machine (localhost) or to any other Rendermanger by typing it's name or IP into this field and hitting re-connect.
The status field on the bottom of the interface will inform you if the connection was successfull.
Comps Name
The name and path of the currently processed comp.
If the comp has not been saved yet, save it or switch to another comp. Hit re-fresh to scan the comp again.
Render Start Frame
Initially derived from your Comp's RenderRange. This can be changed manually to specify a different range.
Render End Frame
Initially derived from your Comp's RenderRange. This can be changed manually to specify a different range.
Total Frames
Calculated based on Render Start Frame and Render End Frame. Read Only.
Frames per Segment
Specify the desired length of each segment here. Number of Segments will be calculated.
Activate the checkbox on this element to be able to edit this value.
Number of Segments
Specify the desired number of segments here. The length of each segment will be calculated.
Activate the checkbox on this element to be able to edit this value.
Code: Select all
Atom {
Name = "SplitComp",
Category = "Scripts/Comp",
Author = "Eric 'SirEdric' Westphal",
Version = 1,
Date = {2018, 3, 11},
Description = [[<h3 align="center"><sup>[se]</sup>SplitComp</h3><p align="center">Split the current comp into segments and send those segments to the default Render Manager.<br><br>
Especially helpful if you run into memory issues during rendering long comps.<br>
By splitting the comp into segments, Fusion is forced by the RenderManager to close and re-load the comp after a segment is finished, thus freeing memory.]],
Donation = {
URL = [[https://www.paypal.me/SirEdric]],
Amount = "€5.00",
},
Deploy = {
"Scripts/Comp/SirEdric/se_SplitComp.lua",
},
}