Fusion Cryptomatte - EXR Layers - Bugs and issues

Get answers to your questions about color grading, editing and finishing with DaVinci Resolve.
  • Author
  • Message
Offline
User avatar

goohoobler1

  • Posts: 86
  • Joined: Wed Jul 27, 2022 9:34 pm
  • Real Name: George Port

Fusion Cryptomatte - EXR Layers - Bugs and issues

PostWed Apr 09, 2025 10:15 pm

*Updates from Beta v2, v3 and v4 noted below

First off , thank you so much for the addition of the Fusion layer system. It is a fantastic addition to the professional use of Fusion Studio Standalone in particular.

A few issues:
The Paint node currently doesn't work correctly with Layered input images. Process Layers and Effect Mask Layer do not show any of the available incoming layers (so cannot be used with mask layers from a Cryptomatte node or a multilayered EXR or PSD).
If the paint node is after a Combiner node (set to Layers) or after a Splitter node (set to Layers) then it won't work at all.
Console output:
paint5 cannot paint at time 0
paint5 failed at time 0

The Switch node does not switch the layers contained in an image stream when it switches the Input Images. Only the layers of the first input are passed through. * fixed on B4
This also happens on the Merge and Multimerge nodes ; only the layers from the BG input are allowed to carry on. But this probably as designed?

The Combiner node only combines one additional layer when in Layer mode, making adding many additional layers possible but a little clunky (my current workflow is: set the Layer 1 Name to "Main" for all Combiner nodes, then the give the Layer 2 Name a unique and descriptive name (eg L1, L2, M1,etc) in each additional Combiner node - which gives a seemly endless addition of layers..).

* It would be good to get a MultiCombiner node that lets you add multiple images and masks to their own named layers.

* Also would be good to add more advanced Channel Boolean functionality built in so getting layers into and out of channels can be easier (see Millolab's versions here: https://www.steakunderwater.com/wesuckl ... php?t=7434 )


*Update on Release of Beta 4:
Swizzler ! A beautifully named node that does all of the Multi Layer combining and Channel Shuffling that anyone could desire. A turbocharged version of Channel Booleans... Moving Channels to Layers and vice versa and reorganizing Channels becomes almost fun...


*Update on Release of Beta 2:
Layer Muxer, Layer Remover and Layer Regex were added with strangely identical fuctionality to the previously written notes below:
It would be good to get some additional control nodes (either separately or combined into one mega node) to manage layers more easily :
MultiLayerMerge to add multiple images/masks as new unique layers into an exiting image stream (and/or a switch on Merge and Multimerge node that let you add multiple layers from the different input image streams at once)

PatchLayers to repath and reorganise where Layers are routed to - for example a patch panel where input layers could be moved for one image stream to another while maybe being merged with different Apply modes (eg to put multiple mask layers into one layer and add it to one of the input streams)

RemoveLayer to remove certain/all extra layers from an Image stream.


* Further to the new nodes, it would be good to have Click and drag multi select/unselect ability (like in the Fairlight page or from Blender) on the "Process Layers/ Custom" and "Layer Remover" nodes (or even use the whole "Select Layers" pick box , complete with clickndrag and filters, from CryptoMatte).
And speaking of which -
I understand that there may have to be an arbitrary limit on the number of Layers (1024 at the moment according to the CryptoMatte picker error message) but sometimes we have CryptoMatte files with over 100,000 object masks and we would like to select more if possible.
The other issue with CM files that big is that if you do select more than 1024 layers then there doesn't seem to be any pattern to which ones make up that number. It doesn't seem to be first in the order selected as you would expect.
Also when you try to view the layers of a large CM file, once you click on the drop down on the CM node, there is a large delay then the partial list will fill up the screen without allowing you to select any of the off-screen layers. Again I would respectfully suggest maybe using the "Select Layers" pick box , or similar mechanics, to allow unlimited layer viewing.

Again thanks for the new workflow tools.

Here are the nodes demonstrating the issues with Paint and Switch:
Code: Select all
{
   Tools = ordered() {
      BSpline1_1 = BSplineMask {
         DrawMode = "InsertAndModify",
         DrawMode2 = "InsertAndModify",
         Inputs = {
            Filter = Input { Value = FuID { "Fast Gaussian" }, },
            OutputSize = Input { Value = FuID { "Custom" }, },
            MaskWidth = Input { Value = 1375, },
            MaskHeight = Input { Value = 1031, },
            PixelAspect = Input { Value = { 1, 1 }, },
            ClippingMode = Input { Value = FuID { "None" }, },
            Polyline = Input {
               SourceOp = "BSpline1_1Polyline",
               Source = "Value",
            },
            Polyline2 = Input {
               Value = BSplinePolyline {
                  Order = 4,
                  Type = "Tensioned",
                  Knots = { }
               },
               Disabled = true,
            }
         },
         ViewInfo = OperatorInfo { Pos = { 275, 280.5 } },
      },
      BSpline1_1Polyline = BezierSpline {
         SplineColor = { Red = 173, Green = 255, Blue = 47 },
         CtrlWZoom = false,
         NameSet = true,
         KeyFrames = {
            [0] = { 0, Flags = { Linear = true, LockedY = true }, Value = BSplinePolyline {
                  Closed = true,
                  Points = {
                     { X = -0.205761316872428, Y = -0.0659340659340659 },
                     { X = -0.0637860082304527, Y = -0.453296703296703 },
                     { X = 0.168724279835391, Y = -0.35989010989011 },
                     { X = 0.343621399176955, Y = -0.137362637362637 },
                     { X = 0.199588477366255, Y = -0.0741758241758242 },
                     { X = 0.0144032921810699, Y = -0.346153846153846 },
                     { X = -0.121399176954733, Y = -0.043956043956044 },
                     { X = -0.302469135802469, Y = 0.310439560439561 },
                     { X = -0.191358024691358, Y = 0.461538461538462 },
                     { X = -0.388888888888889, Y = 0.45054945054945 },
                     { X = -0.417695473251029, Y = 0.153846153846154 },
                     { X = -0.277777777777778, Y = 0.00549450549450547 }
                  },
                  Order = 4,
                  Type = "Tensioned",
                  Knots = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 }
               } }
         }
      },
      Combiner1_3_2 = Combiner {
         CustomData = {
            ToolVersion = 2,
         },
         Inputs = {
            Combine = Input { Value = FuID { "Layers" }, },
            Image1 = Input {
               SourceOp = "Combiner1_2_1",
               Source = "Output",
            },
            Image2 = Input {
               SourceOp = "BSpline1_1",
               Source = "Mask",
            },
            LayerName1 = Input { Value = FuID { "Main" }, },
            LayerName2 = Input { Value = FuID { "E4" }, }
         },
         ViewInfo = OperatorInfo { Pos = { 275, 346.5 } },
      },
      Switch3 = Switch {
         Inputs = {
            Input0 = Input {
               SourceOp = "Combiner2_1_1",
               Source = "Output",
            },
            Input1 = Input {
               SourceOp = "Combiner1_3_2",
               Source = "Output",
            }
         },
         ViewInfo = OperatorInfo { Pos = { 275, 412.5 } },
         Colors = { TileColor = { R = 0.572549019607843, G = 0.572549019607843, B = 0.572549019607843 }, }
      },
      Combiner1_2_1 = Combiner {
         CustomData = {
            ToolVersion = 2,
         },
         Inputs = {
            Combine = Input { Value = FuID { "Layers" }, },
            Image1 = Input {
               SourceOp = "Combiner1_1_1",
               Source = "Output",
            },
            Image2 = Input {
               SourceOp = "Polygon1_1",
               Source = "Mask",
            },
            LayerName1 = Input { Value = FuID { "Main" }, },
            LayerName2 = Input { Value = FuID { "E3" }, }
         },
         ViewInfo = OperatorInfo { Pos = { 165, 346.5 } },
      },
      Polygon1_1 = PolylineMask {
         DrawMode = "InsertAndModify",
         DrawMode2 = "InsertAndModify",
         Inputs = {
            Filter = Input { Value = FuID { "Fast Gaussian" }, },
            SoftEdge = Input { Value = 0.011, },
            BorderWidth = Input { Value = -0.003, },
            OutputSize = Input { Value = FuID { "Custom" }, },
            MaskWidth = Input { Value = 1375, },
            MaskHeight = Input { Value = 1031, },
            PixelAspect = Input { Value = { 1, 1 }, },
            ClippingMode = Input { Value = FuID { "None" }, },
            Polyline = Input {
               SourceOp = "Polygon1_1Polyline",
               Source = "Value",
            },
            Polyline2 = Input {
               Value = BSplinePolyline {
                  Order = 4,
                  Type = "Tensioned",
                  Knots = { }
               },
               Disabled = true,
            }
         },
         ViewInfo = OperatorInfo { Pos = { 165, 280.5 } },
      },
      Polygon1_1Polyline = BezierSpline {
         SplineColor = { Red = 173, Green = 255, Blue = 47 },
         CtrlWZoom = false,
         NameSet = true,
         KeyFrames = {
            [0] = { 0, Flags = { Linear = true, LockedY = true }, Value = BSplinePolyline {
                  Closed = true,
                  Points = {
                     { X = -0.00205761316872433, Y = 0.519464097546289 },
                     { X = -0.0720164609053498, Y = 0.258904109589041 },
                     { X = 0.156378600823045, Y = 0.346823724220985 },
                     { X = 0.166800002424286, Y = 0.0477659040378684 },
                     { X = 0.378600823045268, Y = -0.179452054794521 },
                     { X = 0.382716049382716, Y = -0.319178082191781 },
                     { X = 0.364197530864197, Y = -0.401369863013699 },
                     { X = 0.141975308641975, Y = -0.415068493150685 },
                     { X = -0.067642661179698, Y = -0.419329680365296 },
                     { X = -0.241855281207133, Y = -0.415678538812785 },
                     { X = -0.391625514403292, Y = -0.414454794520548 },
                     { X = -0.446502057613169, Y = -0.453424657534247 },
                     { X = -0.325102880658436, Y = -0.480821917808219 },
                     { X = 0.133744855967078, Y = -0.472602739726027 },
                     { X = 0.360082304526749, Y = -0.453424657534247 },
                     { X = 0.42798353909465, Y = -0.343835616438356 },
                     { X = 0.376543209876543, Y = 0.0232876712328767 },
                     { X = 0.403292181069959, Y = 0.207014902905314 },
                     { X = 0.269547325102881, Y = 0.313826584374529 },
                     { X = 0.253086419753086, Y = 0.431672437151889 }
                  },
                  Order = 4,
                  Type = "Tensioned",
                  Knots = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 10.333, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 }
               } }
         }
      },
      paint5_1 = Paint {
         NameSet = true,
         Inputs = {
            Input = Input {
               SourceOp = "Combiner2_1",
               Source = "Output",
            },
            Paint = Input {
               SourceOp = "Multistroke8",
               Source = "Out",
            },
            EffectMask = Input {
               SourceOp = "Combiner1_3_2",
               Source = "Output",
            }
         },
         ViewInfo = OperatorInfo { Pos = { 55, 379.5 } },
      },
      Multistroke8 = Multistroke {
         IsThreaded = true,
         Brushes = { "SoftBrush" },
         ApplyModes = { "PaintApplyColor" },
         CtrlWZoom = false,
         Inputs = {
            Paint = Input {
               SourceOp = "Multistroke5_1",
               Source = "Out",
            }
         },
         Strokes = {
            {
               Time = 0,
               { X = -0.284499, Y = 0.281145, T = 0 },
               { X = -0.286389, Y = 0.281145, T = 71 },
               { X = -0.295841, Y = 0.247475, T = 88 },
               { X = -0.301512, Y = 0.176768, T = 104 },
               { X = -0.307183, Y = 0.143098, T = 108 },
               { X = -0.314745, Y = 0.102694, T = 122 },
               { X = -0.318526, Y = 0.00841749, T = 141 },
               { X = -0.318526, Y = -0.0218855, T = 155 },
               { X = -0.318526, Y = -0.0286195, T = 173 },
               { X = -0.316635, Y = -0.0353535, T = 189 },
               { X = -0.314745, Y = -0.0353535, T = 207 },
               { X = -0.310964, Y = -0.0420876, T = 223 },
               { X = -0.309074, Y = -0.0420876, T = 239 },
               { X = -0.303403, Y = -0.0488215, T = 256 },
               { X = -0.301512, Y = -0.0488215, T = 272 },
               { X = -0.295841, Y = -0.0488215, T = 289 },
               { X = -0.284499, Y = -0.0454545, T = 306 },
               { X = -0.261815, Y = -0.0218855, T = 322 },
               { X = -0.252363, Y = -0.0117845, T = 324 },
               { X = -0.224008, Y = 0.0218855, T = 340 },
               { X = -0.210775, Y = 0.0420876, T = 358 },
               { X = -0.205104, Y = 0.0521886, T = 372 },
               { X = -0.203214, Y = 0.0488216, T = 439 },
               { X = -0.201323, Y = 0.0252525, T = 443 },
               { X = -0.191871, Y = -0.0117845, T = 455 },
               { X = -0.172968, Y = -0.0723906, T = 471 },
               { X = -0.159735, Y = -0.102694, T = 488 },
               { X = -0.155955, Y = -0.109428, T = 505 },
               { X = -0.154064, Y = -0.109428, T = 508 },
               { X = -0.148393, Y = -0.109428, T = 538 },
               { X = -0.142722, Y = -0.109428, T = 540 },
               { X = -0.125709, Y = -0.0690236, T = 556 },
               { X = -0.114367, Y = -0.00841752, T = 573 },
               { X = -0.106805, Y = 0.0555556, T = 589 },
               { X = -0.106805, Y = 0.12963, T = 606 },
               { X = -0.106805, Y = 0.190236, T = 622 },
               { X = -0.106805, Y = 0.217172, T = 639 },
               { X = -0.106805, Y = 0.210438, T = 683 },
               { X = -0.106805, Y = 0.183502, T = 697 },
               { X = -0.106805, Y = 0.136364, T = 700 },
               { X = -0.106805, Y = 0.0117845, T = 721 },
               { X = -0.106805, Y = -0.0824916, T = 738 },
               { X = -0.106805, Y = -0.0993266, T = 740 },
               { X = -0.0992438, Y = -0.122896, T = 756 },
               { X = -0.0954631, Y = -0.126263, T = 788 },
               { X = -0.0860114, Y = -0.126263, T = 805 },
               { X = -0.0765595, Y = -0.116162, T = 822 },
               { X = -0.0614367, Y = -0.0858586, T = 838 },
               { X = -0.0311909, Y = -0.0319865, T = 855 },
               { X = -0.0122873, Y = 0.0117845, T = 872 },
               { X = 0.00283551, Y = 0.0319865, T = 888 },
               { X = 0.00472587, Y = 0.0319865, T = 905 },
               { X = 0.00661623, Y = 0.0185185, T = 939 },
               { X = 0.00661623, Y = -0.0622896, T = 947 },
               { X = 0.0255198, Y = -0.1633, T = 963 },
               { X = 0.0444235, Y = -0.267677, T = 964 },
               { X = 0.0671077, Y = -0.338384, T = 973 },
               { X = 0.0916824, Y = -0.388889, T = 989 },
               { X = 0.0954632, Y = -0.388889, T = 1006 },
               { X = 0.0992439, Y = -0.388889, T = 1022 },
               { X = 0.101134, Y = -0.388889, T = 1039 },
               { X = 0.108696, Y = -0.36532, T = 1056 },
               { X = 0.123819, Y = -0.314815, T = 1073 },
               { X = 0.135161, Y = -0.260943, T = 1089 },
               { X = 0.150284, Y = -0.200337, T = 1106 },
               { X = 0.154064, Y = -0.143098, T = 1123 },
               { X = 0.154064, Y = -0.0757576, T = 1139 },
               { X = 0.148393, Y = -0.0420876, T = 1156 },
               { X = 0.144612, Y = -0.0252525, T = 1173 },
               { X = 0.142722, Y = -0.0218855, T = 1190 },
               { X = 0.142722, Y = -0.0185185, T = 1206 },
               { X = 0.138941, Y = -0.0151515, T = 1224 },
               { X = 0.138941, Y = -0.00505051, T = 1240 },
               { X = 0.135161, Y = 0.00505048, T = 1258 },
               { X = 0.13327, Y = 0.0151515, T = 1273 },
               { X = 0.13138, Y = 0.0286195, T = 1289 },
               { X = 0.12949, Y = 0.0353535, T = 1306 },
               { X = 0.127599, Y = 0.0454546, T = 1323 },
               { X = 0.127599, Y = 0.0488216, T = 1323 }
            },
            {
               Time = 0,
               { X = 0.108696, Y = 0.281145, T = 0 },
               { X = 0.104915, Y = 0.281145, T = 15 },
               { X = 0.0935728, Y = 0.281145, T = 39 },
               { X = 0.0822306, Y = 0.281145, T = 39 },
               { X = 0.0727788, Y = 0.281145, T = 47 },
               { X = 0.0614367, Y = 0.281145, T = 55 },
               { X = 0.0330813, Y = 0.271044, T = 72 },
               { X = 0.00472587, Y = 0.257576, T = 89 },
               { X = -0.0236295, Y = 0.220539, T = 105 },
               { X = -0.0595463, Y = 0.153199, T = 122 },
               { X = -0.0954631, Y = 0.0723906, T = 139 },
               { X = -0.121928, Y = -0.0387205, T = 156 },
               { X = -0.13138, Y = -0.102694, T = 172 },
               { X = -0.13138, Y = -0.132997, T = 189 },
               { X = -0.12949, Y = -0.143098, T = 205 },
               { X = -0.127599, Y = -0.146465, T = 208 },
               { X = -0.123819, Y = -0.146465, T = 222 },
               { X = -0.116257, Y = -0.146465, T = 223 },
               { X = -0.0935728, Y = -0.12963, T = 240 },
               { X = -0.0614367, Y = -0.0791246, T = 256 },
               { X = -0.0141777, Y = 0.00841749, T = 273 },
               { X = 0.036862, Y = 0.116162, T = 289 },
               { X = 0.0652174, Y = 0.19697, T = 306 },
               { X = 0.0746692, Y = 0.244108, T = 323 },
               { X = 0.0746692, Y = 0.250842, T = 340 },
               { X = 0.0708885, Y = 0.254209, T = 372 },
               { X = 0.0387524, Y = 0.19697, T = 389 },
               { X = -0.010397, Y = 0.0353535, T = 406 },
               { X = -0.0293006, Y = -0.0420876, T = 408 },
               { X = -0.0482042, Y = -0.139731, T = 424 },
               { X = -0.0500945, Y = -0.166667, T = 440 },
               { X = -0.0500945, Y = -0.173401, T = 457 },
               { X = -0.0425331, Y = -0.173401, T = 473 },
               { X = -0.0293006, Y = -0.166667, T = 490 },
               { X = 0.00283551, Y = -0.139731, T = 507 },
               { X = 0.0463138, Y = -0.0791246, T = 523 },
               { X = 0.0860114, Y = -0.0185185, T = 540 },
               { X = 0.120038, Y = 0.0319865, T = 557 },
               { X = 0.13327, Y = 0.0521886, T = 573 },
               { X = 0.13327, Y = 0.0117845, T = 615 },
               { X = 0.123819, Y = -0.0791246, T = 623 },
               { X = 0.114367, Y = -0.183502, T = 639 },
               { X = 0.108696, Y = -0.254209, T = 640 },
               { X = 0.108696, Y = -0.308081, T = 656 },
               { X = 0.108696, Y = -0.311448, T = 673 },
               { X = 0.118147, Y = -0.308081, T = 689 },
               { X = 0.12949, Y = -0.294613, T = 706 },
               { X = 0.140832, Y = -0.227273, T = 723 },
               { X = 0.146503, Y = -0.149832, T = 739 },
               { X = 0.146503, Y = -0.0656566, T = 756 },
               { X = 0.146503, Y = -0.0185185, T = 760 },
               { X = 0.146503, Y = 0.0286195, T = 773 },
               { X = 0.144612, Y = 0.116162, T = 790 },
               { X = 0.135161, Y = 0.153199, T = 807 }
            },
            {
               Time = 0,
               { X = -0.106805, Y = 0.122896, T = 0 },
               { X = -0.106805, Y = 0.126263, T = 39 },
               { X = -0.108696, Y = 0.122896, T = 71 },
               { X = -0.118147, Y = 0.0959596, T = 71 },
               { X = -0.127599, Y = 0.0555556, T = 85 },
               { X = -0.13327, Y = 0.0117845, T = 87 },
               { X = -0.144612, Y = -0.0353535, T = 101 },
               { X = -0.150284, Y = -0.0791246, T = 108 },
               { X = -0.152174, Y = -0.116162, T = 113 },
               { X = -0.152174, Y = -0.132997, T = 126 },
               { X = -0.150284, Y = -0.146465, T = 143 },
               { X = -0.142722, Y = -0.146465, T = 160 },
               { X = -0.12949, Y = -0.146465, T = 176 },
               { X = -0.116257, Y = -0.136364, T = 193 },
               { X = -0.106805, Y = -0.122896, T = 209 },
               { X = -0.103025, Y = -0.116162, T = 226 },
               { X = -0.104915, Y = -0.166667, T = 284 },
               { X = -0.106805, Y = -0.200337, T = 288 },
               { X = -0.110586, Y = -0.26431, T = 305 },
               { X = -0.112476, Y = -0.281145, T = 320 },
               { X = -0.103025, Y = -0.277778, T = 360 },
               { X = -0.0897921, Y = -0.257576, T = 376 },
               { X = -0.0822306, Y = -0.240741, T = 388 },
               { X = -0.0746692, Y = -0.227273, T = 392 },
               { X = -0.0689981, Y = -0.217172, T = 409 }
            }
         }
      },
      Multistroke5_1 = Multistroke {
         IsThreaded = true,
         Brushes = { "SoftBrush" },
         ApplyModes = { "PaintApplyColor" },
         CtrlWZoom = false,
         Inputs = {
            Paint = Input {
               SourceOp = "Multistroke6_1",
               Source = "Out",
            }
         },
         Strokes = {
            {
               Time = 0,
               Params = {
                  ProcessLayersCustom = {
                     Value = ScriptVal { {
                           ":Default"
                        } }
                  },
               },
               { X = -0.229412, Y = 0.32199, T = 0 },
               { X = -0.229412, Y = 0.308901, T = 70 },
               { X = -0.229412, Y = 0.293194, T = 71 },
               { X = -0.229412, Y = 0.280105, T = 86 },
               { X = -0.229412, Y = 0.264398, T = 88 },
               { X = -0.229412, Y = 0.227749, T = 104 },
               { X = -0.229412, Y = 0.193717, T = 120 },
               { X = -0.229412, Y = 0.167539, T = 137 },
               { X = -0.229412, Y = 0.146597, T = 155 },
               { X = -0.229412, Y = 0.141361, T = 160 },
               { X = -0.229412, Y = 0.13089, T = 171 },
               { X = -0.229412, Y = 0.120419, T = 187 },
               { X = -0.223529, Y = 0.112565, T = 204 },
               { X = -0.223529, Y = 0.10733, T = 207 },
               { X = -0.217647, Y = 0.0994765, T = 221 },
               { X = -0.214706, Y = 0.0942408, T = 237 },
               { X = -0.211765, Y = 0.0890052, T = 254 },
               { X = -0.208824, Y = 0.0837696, T = 270 },
               { X = -0.205882, Y = 0.0837696, T = 307 },
               { X = -0.2, Y = 0.0837696, T = 319 },
               { X = -0.188235, Y = 0.091623, T = 336 },
               { X = -0.167647, Y = 0.109948, T = 353 },
               { X = -0.135294, Y = 0.13089, T = 370 },
               { X = -0.102941, Y = 0.157068, T = 386 },
               { X = -0.0794118, Y = 0.180628, T = 403 },
               { X = -0.0617647, Y = 0.198953, T = 420 },
               { X = -0.0529412, Y = 0.212042, T = 423 },
               { X = -0.05, Y = 0.217277, T = 436 },
               { X = -0.0470588, Y = 0.222513, T = 453 },
               { X = -0.0470588, Y = 0.227749, T = 470 },
               { X = -0.0470588, Y = 0.230366, T = 499 },
               { X = -0.0529412, Y = 0.232984, T = 512 },
               { X = -0.0558824, Y = 0.232984, T = 520 },
               { X = -0.0735294, Y = 0.232984, T = 537 },
               { X = -0.117647, Y = 0.232984, T = 553 },
               { X = -0.155882, Y = 0.232984, T = 570 },
               { X = -0.167647, Y = 0.232984, T = 587 },
               { X = -0.170588, Y = 0.232984, T = 603 },
               { X = -0.141176, Y = 0.232984, T = 735 },
               { X = -0.0852941, Y = 0.232984, T = 755 },
               { X = -0.0705882, Y = 0.232984, T = 759 },
               { X = -0.0676471, Y = 0.232984, T = 770 },
               { X = -0.0647059, Y = 0.232984, T = 787 },
               { X = -0.0852941, Y = 0.222513, T = 817 },
               { X = -0.211765, Y = 0.188482, T = 838 },
               { X = -0.247059, Y = 0.17801, T = 841 },
               { X = -0.288235, Y = 0.162304, T = 853 },
               { X = -0.35, Y = 0.141361, T = 870 },
               { X = -0.367647, Y = 0.138743, T = 873 },
               { X = -0.364706, Y = 0.138743, T = 1023 }
            }
         }
      },
      Multistroke6_1 = Multistroke {
         IsThreaded = true,
         Brushes = { "SoftBrush" },
         ApplyModes = { "PaintApplyColor" },
         CtrlWZoom = false,
         Inputs = {
            Paint = Input {
               SourceOp = "Multistroke5_Stroke1_1",
               Source = "Out",
            }
         },
         Strokes = {
            {
               Time = 0,
               Params = {
                  ProcessLayersCustom = {
                     Value = ScriptVal { {
                           ":Default"
                        } }
                  },
               },
               { X = -0.0387524, Y = 0.00335568, T = 0 },
               { X = -0.0463138, Y = 0.00671142, T = 60 },
               { X = -0.0595463, Y = -0.00335571, T = 69 },
               { X = -0.0784499, Y = -0.0369127, T = 79 },
               { X = -0.0973535, Y = -0.0704698, T = 91 },
               { X = -0.110586, Y = -0.107383, T = 92 },
               { X = -0.121928, Y = -0.147651, T = 107 },
               { X = -0.123819, Y = -0.174497, T = 109 },
               { X = -0.127599, Y = -0.214765, T = 132 },
               { X = -0.127599, Y = -0.228188, T = 133 },
               { X = -0.123819, Y = -0.248322, T = 149 },
               { X = -0.118147, Y = -0.251678, T = 165 },
               { X = -0.0992438, Y = -0.251678, T = 183 },
               { X = -0.0727788, Y = -0.248322, T = 199 },
               { X = -0.0406427, Y = -0.208054, T = 216 },
               { X = -0.00850663, Y = -0.161074, T = 232 },
               { X = 0.016068, Y = -0.11745, T = 249 },
               { X = 0.0255198, Y = -0.100671, T = 252 },
               { X = 0.0330813, Y = -0.0872483, T = 267 },
               { X = 0.0330813, Y = -0.0771812, T = 284 },
               { X = 0.0330813, Y = -0.0738255, T = 284 },
               { X = 0.0274102, Y = -0.0704698, T = 360 },
               { X = 0.00472587, Y = -0.110738, T = 377 },
               { X = -0.0198488, Y = -0.147651, T = 391 },
               { X = -0.0274102, Y = -0.16443, T = 408 },
               { X = -0.0274102, Y = -0.167785, T = 477 },
               { X = -0.0198488, Y = -0.167785, T = 484 },
               { X = -0.000945181, Y = -0.167785, T = 492 },
               { X = 0.0141777, Y = -0.167785, T = 500 },
               { X = 0.0330813, Y = -0.154362, T = 516 },
               { X = 0.0482042, Y = -0.134228, T = 517 },
               { X = 0.0689981, Y = -0.100671, T = 532 },
               { X = 0.0765595, Y = -0.0838926, T = 549 },
               { X = 0.0765595, Y = -0.0805369, T = 566 },
               { X = 0.0689981, Y = -0.0671141, T = 583 },
               { X = 0.0500945, Y = -0.0637584, T = 599 },
               { X = 0.0274102, Y = -0.0637584, T = 616 },
               { X = -0.00850663, Y = -0.100671, T = 633 },
               { X = -0.0463138, Y = -0.191275, T = 649 },
               { X = -0.0614367, Y = -0.271812, T = 666 },
               { X = -0.0595463, Y = -0.322148, T = 683 },
               { X = -0.0444234, Y = -0.338926, T = 684 },
               { X = -0.0330813, Y = -0.355705, T = 700 },
               { X = -0.0141777, Y = -0.362416, T = 701 },
               { X = 0.0217391, Y = -0.369128, T = 718 },
               { X = 0.0652174, Y = -0.375839, T = 733 },
               { X = 0.0992439, Y = -0.375839, T = 751 },
               { X = 0.114367, Y = -0.372483, T = 767 },
               { X = 0.120038, Y = -0.365772, T = 784 },
               { X = 0.123819, Y = -0.352349, T = 800 },
               { X = 0.123819, Y = -0.33557, T = 817 },
               { X = 0.123819, Y = -0.322148, T = 834 },
               { X = 0.123819, Y = -0.318792, T = 850 },
               { X = 0.123819, Y = -0.315436, T = 867 }
            },
            {
               Time = 0,
               { X = 0.0935728, Y = 0.147651, T = 0 },
               { X = 0.084121, Y = 0.147651, T = 16 },
               { X = 0.0671077, Y = 0.147651, T = 32 },
               { X = 0.0576559, Y = 0.147651, T = 49 },
               { X = 0.0519849, Y = 0.127517, T = 66 },
               { X = 0.0482042, Y = 0.0838926, T = 83 },
               { X = 0.0482042, Y = 0.057047, T = 84 },
               { X = 0.0482042, Y = 0.0335571, T = 100 },
               { X = 0.0482042, Y = 0.0201342, T = 101 },
               { X = 0.0500945, Y = -0.0100671, T = 117 },
               { X = 0.0595463, Y = -0.0268456, T = 133 },
               { X = 0.063327, Y = -0.0268456, T = 151 },
               { X = 0.0746692, Y = -0.0268456, T = 167 },
               { X = 0.0916824, Y = -0.0234899, T = 183 },
               { X = 0.123819, Y = 0.0536913, T = 201 },
               { X = 0.146503, Y = 0.144295, T = 217 },
               { X = 0.155955, Y = 0.211409, T = 233 },
               { X = 0.157845, Y = 0.248322, T = 250 },
               { X = 0.157845, Y = 0.251678, T = 282 },
               { X = 0.154064, Y = 0.248322, T = 300 },
               { X = 0.148393, Y = 0.234899, T = 301 },
               { X = 0.137051, Y = 0.211409, T = 316 },
               { X = 0.12949, Y = 0.181208, T = 317 },
               { X = 0.114367, Y = 0.120805, T = 332 },
               { X = 0.108696, Y = 0.0805369, T = 350 },
               { X = 0.106805, Y = 0.057047, T = 366 },
               { X = 0.106805, Y = 0.0469798, T = 383 },
               { X = 0.106805, Y = 0.0436242, T = 399 },
               { X = 0.106805, Y = 0.0369127, T = 428 },
               { X = 0.108696, Y = 0.0335571, T = 436 },
               { X = 0.110586, Y = 0.0302013, T = 450 }
            },
            {
               Time = 0,
               { X = 0.0293006, Y = 0.154362, T = 0 },
               { X = 0.0179584, Y = 0.147651, T = 29 },
               { X = 0.0085066, Y = 0.137584, T = 36 },
               { X = -0.00661626, Y = 0.11745, T = 54 },
               { X = -0.0217391, Y = 0.0973154, T = 55 },
               { X = -0.0293006, Y = 0.0872483, T = 71 },
               { X = -0.0614367, Y = 0.0402685, T = 87 },
               { X = -0.0803403, Y = 0, T = 104 },
               { X = -0.084121, Y = -0.0335571, T = 121 },
               { X = -0.084121, Y = -0.0604027, T = 138 },
               { X = -0.084121, Y = -0.0838926, T = 154 },
               { X = -0.084121, Y = -0.0973154, T = 171 },
               { X = -0.0765595, Y = -0.120805, T = 188 },
               { X = -0.057656, Y = -0.14094, T = 205 },
               { X = -0.036862, Y = -0.157718, T = 221 },
               { X = -0.0141777, Y = -0.174497, T = 238 },
               { X = 0.010397, Y = -0.177852, T = 255 },
               { X = 0.0236295, Y = -0.184564, T = 255 },
               { X = 0.036862, Y = -0.184564, T = 272 },
               { X = 0.0519849, Y = -0.174497, T = 288 },
               { X = 0.0727788, Y = -0.11745, T = 304 },
               { X = 0.0822306, Y = -0.0536913, T = 321 },
               { X = 0.084121, Y = 0.0134228, T = 338 },
               { X = 0.084121, Y = 0.0637584, T = 354 },
               { X = 0.0822306, Y = 0.090604, T = 371 },
               { X = 0.0784499, Y = 0.0973154, T = 388 },
               { X = 0.0765595, Y = 0.0973154, T = 404 },
               { X = 0.0727788, Y = 0.0973154, T = 421 },
               { X = 0.0519849, Y = 0.0872483, T = 438 },
               { X = 0.0330813, Y = 0.057047, T = 455 },
               { X = 0.0217391, Y = 0.0369127, T = 455 },
               { X = 0.00283551, Y = 0.00335568, T = 472 },
               { X = -0.0047259, Y = -0.0268456, T = 488 },
               { X = -0.0047259, Y = -0.0369127, T = 505 },
               { X = -0.0047259, Y = -0.0436242, T = 521 },
               { X = 0.00472587, Y = -0.0604027, T = 538 },
               { X = 0.0349717, Y = -0.0604027, T = 554 },
               { X = 0.0708885, Y = -0.0604027, T = 571 },
               { X = 0.106805, Y = -0.0503356, T = 588 },
               { X = 0.123819, Y = -0.0302013, T = 604 },
               { X = 0.13327, Y = -0.0167785, T = 621 },
               { X = 0.135161, Y = 0, T = 638 },
               { X = 0.135161, Y = 0.00335568, T = 655 },
               { X = 0.135161, Y = 0.00671142, T = 655 },
               { X = 0.127599, Y = 0.0134228, T = 672 },
               { X = 0.112476, Y = 0.0134228, T = 688 },
               { X = 0.0784499, Y = 0.0134228, T = 705 },
               { X = 0.0482042, Y = -0.00671142, T = 722 },
               { X = 0.0217391, Y = -0.0369127, T = 737 },
               { X = 0.0122873, Y = -0.057047, T = 755 },
               { X = 0.010397, Y = -0.0604027, T = 771 },
               { X = 0.010397, Y = -0.0671141, T = 804 },
               { X = 0.0293006, Y = -0.0805369, T = 821 },
               { X = 0.0519849, Y = -0.0872483, T = 837 },
               { X = 0.0954632, Y = -0.090604, T = 854 },
               { X = 0.118147, Y = -0.090604, T = 856 },
               { X = 0.159735, Y = -0.090604, T = 872 },
               { X = 0.180529, Y = -0.090604, T = 888 },
               { X = 0.1862, Y = -0.090604, T = 905 },
               { X = 0.188091, Y = -0.090604, T = 922 }
            },
            {
               Time = 0,
               { X = 0.29017, Y = 0.130872, T = 0 },
               { X = 0.29017, Y = 0.120805, T = 42 },
               { X = 0.284499, Y = 0.0973154, T = 54 },
               { X = 0.269376, Y = 0.0369127, T = 70 },
               { X = 0.269376, Y = 0.0302013, T = 71 },
               { X = 0.267486, Y = -0.00671142, T = 90 },
               { X = 0.265595, Y = -0.0268456, T = 104 },
               { X = 0.265595, Y = -0.0369127, T = 121 },
               { X = 0.265595, Y = -0.0436242, T = 138 },
               { X = 0.265595, Y = -0.0469799, T = 156 },
               { X = 0.267486, Y = -0.0503356, T = 171 },
               { X = 0.269376, Y = -0.0503356, T = 188 },
               { X = 0.273157, Y = -0.0536913, T = 205 },
               { X = 0.282609, Y = -0.0536913, T = 222 },
               { X = 0.295841, Y = -0.0536913, T = 238 },
               { X = 0.312854, Y = -0.0503356, T = 254 },
               { X = 0.329868, Y = -0.0234899, T = 272 },
               { X = 0.34121, Y = 0, T = 288 },
               { X = 0.344991, Y = 0.0201342, T = 304 },
               { X = 0.344991, Y = 0.0302013, T = 321 },
               { X = 0.344991, Y = 0.02349, T = 428 },
               { X = 0.344991, Y = 0.0201342, T = 433 },
               { X = 0.344991, Y = 0.0167785, T = 452 },
               { X = 0.346881, Y = 0.0167785, T = 543 },
               { X = 0.352552, Y = 0.0201342, T = 551 },
               { X = 0.354442, Y = 0.0268456, T = 559 },
               { X = 0.358223, Y = 0.0335571, T = 571 },
               { X = 0.362004, Y = 0.0402685, T = 587 },
               { X = 0.362004, Y = 0.0469798, T = 604 },
               { X = 0.362004, Y = 0.0536913, T = 621 },
               { X = 0.348771, Y = 0.0838926, T = 640 },
               { X = 0.3431, Y = 0.090604, T = 654 },
               { X = 0.335539, Y = 0.0973154, T = 657 },
               { X = 0.320416, Y = 0.120805, T = 672 },
               { X = 0.301512, Y = 0.14094, T = 689 },
               { X = 0.293951, Y = 0.144295, T = 706 },
               { X = 0.29206, Y = 0.147651, T = 722 },
               { X = 0.28828, Y = 0.14094, T = 771 },
               { X = 0.284499, Y = 0.114094, T = 788 },
               { X = 0.284499, Y = 0.0973154, T = 804 },
               { X = 0.284499, Y = 0.0838926, T = 821 },
               { X = 0.284499, Y = 0.0771812, T = 838 },
               { X = 0.286389, Y = 0.0771812, T = 871 },
               { X = 0.28828, Y = 0.0771812, T = 871 },
               { X = 0.295841, Y = 0.0771812, T = 888 },
               { X = 0.310964, Y = 0.0973154, T = 904 },
               { X = 0.326087, Y = 0.151007, T = 921 },
               { X = 0.327977, Y = 0.201342, T = 938 },
               { X = 0.327977, Y = 0.241611, T = 954 },
               { X = 0.320416, Y = 0.268456, T = 971 },
               { X = 0.312854, Y = 0.278524, T = 988 },
               { X = 0.310964, Y = 0.278524, T = 998 },
               { X = 0.309074, Y = 0.278524, T = 1005 },
               { X = 0.297732, Y = 0.278524, T = 1023 },
               { X = 0.282609, Y = 0.265101, T = 1039 },
               { X = 0.273157, Y = 0.251678, T = 1040 },
               { X = 0.259924, Y = 0.228188, T = 1056 },
               { X = 0.248582, Y = 0.208054, T = 1072 },
               { X = 0.242911, Y = 0.197987, T = 1089 },
               { X = 0.241021, Y = 0.191275, T = 1108 },
               { X = 0.241021, Y = 0.187919, T = 1122 },
               { X = 0.241021, Y = 0.181208, T = 1139 },
               { X = 0.241021, Y = 0.231544, T = 1204 },
               { X = 0.23724, Y = 0.288591, T = 1221 },
               { X = 0.229679, Y = 0.308725, T = 1238 },
               { X = 0.229679, Y = 0.315436, T = 1240 },
               { X = 0.227788, Y = 0.318792, T = 1256 },
               { X = 0.225898, Y = 0.318792, T = 1288 },
               { X = 0.222117, Y = 0.312081, T = 1305 },
               { X = 0.214556, Y = 0.281879, T = 1321 },
               { X = 0.208885, Y = 0.268456, T = 1329 },
               { X = 0.206994, Y = 0.248322, T = 1339 },
               { X = 0.206994, Y = 0.221476, T = 1357 },
               { X = 0.203214, Y = 0.194631, T = 1372 },
               { X = 0.203214, Y = 0.181208, T = 1389 },
               { X = 0.203214, Y = 0.177852, T = 1425 },
               { X = 0.199433, Y = 0.177852, T = 1504 },
               { X = 0.195652, Y = 0.174497, T = 1511 },
               { X = 0.191871, Y = 0.16443, T = 1521 },
               { X = 0.189981, Y = 0.157718, T = 1538 },
               { X = 0.189981, Y = 0.161074, T = 1655 },
               { X = 0.188091, Y = 0.181208, T = 1672 },
               { X = 0.180529, Y = 0.194631, T = 1688 },
               { X = 0.176749, Y = 0.197987, T = 1705 },
               { X = 0.172968, Y = 0.208054, T = 1722 },
               { X = 0.167297, Y = 0.214765, T = 1738 },
               { X = 0.161626, Y = 0.221476, T = 1755 },
               { X = 0.152174, Y = 0.238255, T = 1772 },
               { X = 0.150284, Y = 0.244966, T = 1776 },
               { X = 0.148393, Y = 0.251678, T = 1789 },
               { X = 0.146503, Y = 0.255034, T = 1806 },
               { X = 0.144612, Y = 0.248322, T = 1919 },
               { X = 0.142722, Y = 0.248322, T = 1927 },
               { X = 0.142722, Y = 0.244966, T = 1939 },
               { X = 0.142722, Y = 0.238255, T = 1955 },
               { X = 0.137051, Y = 0.228188, T = 1972 },
               { X = 0.13327, Y = 0.221476, T = 1989 },
               { X = 0.12949, Y = 0.214765, T = 2005 },
               { X = 0.125709, Y = 0.214765, T = 2022 },
               { X = 0.120038, Y = 0.214765, T = 2029 },
               { X = 0.116257, Y = 0.214765, T = 2039 },
               { X = 0.112476, Y = 0.214765, T = 2056 },
               { X = 0.106805, Y = 0.214765, T = 2073 },
               { X = 0.104915, Y = 0.214765, T = 2105 },
               { X = 0.101134, Y = 0.211409, T = 2303 },
               { X = 0.0992439, Y = 0.211409, T = 2311 },
               { X = 0.0954632, Y = 0.208054, T = 2322 },
               { X = 0.0916824, Y = 0.208054, T = 2339 },
               { X = 0.084121, Y = 0.204698, T = 2356 },
               { X = 0.0803403, Y = 0.201342, T = 2374 },
               { X = 0.0784499, Y = 0.197987, T = 2375 },
               { X = 0.0765595, Y = 0.194631, T = 2390 },
               { X = 0.0671077, Y = 0.181208, T = 2416 },
               { X = 0.0671077, Y = 0.177852, T = 2424 },
               { X = 0.063327, Y = 0.174497, T = 2443 },
               { X = 0.0595463, Y = 0.167785, T = 2457 },
               { X = 0.0557656, Y = 0.16443, T = 2489 },
               { X = 0.0538752, Y = 0.161074, T = 2522 },
               { X = 0.0519849, Y = 0.161074, T = 2540 },
               { X = 0.0482042, Y = 0.157718, T = 2556 },
               { X = 0.0463138, Y = 0.157718, T = 2573 },
               { X = 0.0425331, Y = 0.157718, T = 2590 },
               { X = 0.0406427, Y = 0.157718, T = 2606 },
               { X = 0.036862, Y = 0.154362, T = 2623 },
               { X = 0.0330813, Y = 0.151007, T = 2634 },
               { X = 0.0311909, Y = 0.151007, T = 2656 },
               { X = 0.0311909, Y = 0.147651, T = 2745 },
               { X = 0.0311909, Y = 0.144295, T = 2767 }
            },
            {
               Time = 0,
               { X = 0.010397, Y = -0.0671141, T = 0 },
               { X = -0.000945181, Y = -0.0704698, T = 36 },
               { X = -0.0047259, Y = -0.0771812, T = 39 },
               { X = -0.0198488, Y = -0.114094, T = 58 },
               { X = -0.0311909, Y = -0.147651, T = 72 },
               { X = -0.0387524, Y = -0.201342, T = 92 },
               { X = -0.0387524, Y = -0.228188, T = 95 },
               { X = -0.0387524, Y = -0.281879, T = 113 },
               { X = -0.0274102, Y = -0.325503, T = 129 },
               { X = -0.0179584, Y = -0.338926, T = 146 },
               { X = -0.00661626, Y = -0.348993, T = 163 },
               { X = -0.00283554, Y = -0.355705, T = 179 },
               { X = 0.00661623, Y = -0.355705, T = 196 },
               { X = 0.010397, Y = -0.35906, T = 213 },
               { X = 0.0217391, Y = -0.362416, T = 229 },
               { X = 0.0330813, Y = -0.369128, T = 246 },
               { X = 0.0444235, Y = -0.369128, T = 248 },
               { X = 0.0652174, Y = -0.365772, T = 264 },
               { X = 0.0879017, Y = -0.322148, T = 280 },
               { X = 0.104915, Y = -0.278524, T = 297 },
               { X = 0.110586, Y = -0.231544, T = 314 },
               { X = 0.110586, Y = -0.208054, T = 331 },
               { X = 0.110586, Y = -0.201342, T = 348 },
               { X = 0.110586, Y = -0.197987, T = 364 },
               { X = 0.108696, Y = -0.197987, T = 407 },
               { X = 0.103025, Y = -0.211409, T = 407 },
               { X = 0.101134, Y = -0.234899, T = 423 },
               { X = 0.0973535, Y = -0.261745, T = 423 },
               { X = 0.0973535, Y = -0.302013, T = 441 },
               { X = 0.0973535, Y = -0.308725, T = 451 },
               { X = 0.0973535, Y = -0.318792, T = 463 },
               { X = 0.0992439, Y = -0.322148, T = 464 },
               { X = 0.101134, Y = -0.325503, T = 479 },
               { X = 0.110586, Y = -0.328859, T = 496 },
               { X = 0.123819, Y = -0.328859, T = 513 },
               { X = 0.142722, Y = -0.328859, T = 530 },
               { X = 0.163516, Y = -0.302013, T = 546 },
               { X = 0.180529, Y = -0.265101, T = 563 },
               { X = 0.189981, Y = -0.238255, T = 580 },
               { X = 0.189981, Y = -0.214765, T = 596 },
               { X = 0.1862, Y = -0.208054, T = 613 },
               { X = 0.18431, Y = -0.204698, T = 648 },
               { X = 0.178639, Y = -0.208054, T = 672 },
               { X = 0.174858, Y = -0.218121, T = 684 },
               { X = 0.172968, Y = -0.231544, T = 687 },
               { X = 0.171077, Y = -0.234899, T = 696 },
               { X = 0.169187, Y = -0.251678, T = 713 },
               { X = 0.169187, Y = -0.255034, T = 730 },
               { X = 0.169187, Y = -0.261745, T = 746 },
               { X = 0.171077, Y = -0.271812, T = 763 },
               { X = 0.174858, Y = -0.275168, T = 780 },
               { X = 0.180529, Y = -0.278524, T = 783 },
               { X = 0.191871, Y = -0.278524, T = 798 },
               { X = 0.212665, Y = -0.278524, T = 814 },
               { X = 0.231569, Y = -0.278524, T = 831 },
               { X = 0.258034, Y = -0.258389, T = 847 },
               { X = 0.269376, Y = -0.251678, T = 864 }
            },
            {
               Time = 0,
               { X = -0.171077, Y = 0.298658, T = 0 },
               { X = -0.178639, Y = 0.298658, T = 19 },
               { X = -0.18431, Y = 0.298658, T = 35 },
               { X = -0.188091, Y = 0.298658, T = 49 },
               { X = -0.191871, Y = 0.291946, T = 65 },
               { X = -0.199433, Y = 0.231544, T = 98 },
               { X = -0.199433, Y = 0.218121, T = 103 },
               { X = -0.199433, Y = 0.204698, T = 115 },
               { X = -0.199433, Y = 0.177852, T = 133 },
               { X = -0.193762, Y = 0.177852, T = 149 },
               { X = -0.178639, Y = 0.16443, T = 184 },
               { X = -0.174858, Y = 0.16443, T = 212 },
               { X = -0.172968, Y = 0.171141, T = 212 },
               { X = -0.172968, Y = 0.191275, T = 232 },
               { X = -0.172968, Y = 0.218121, T = 248 },
               { X = -0.172968, Y = 0.231544, T = 265 },
               { X = -0.172968, Y = 0.244966, T = 282 },
               { X = -0.172968, Y = 0.251678, T = 311 },
               { X = -0.18242, Y = 0.238255, T = 331 },
               { X = -0.193762, Y = 0.197987, T = 333 },
               { X = -0.208885, Y = 0.151007, T = 348 },
               { X = -0.218336, Y = 0.11745, T = 348 },
               { X = -0.227788, Y = 0.0637584, T = 365 },
               { X = -0.231569, Y = 0.0369127, T = 382 },
               { X = -0.231569, Y = 0.0302013, T = 399 },
               { X = -0.231569, Y = 0.0369127, T = 498 },
               { X = -0.231569, Y = 0.0436242, T = 503 },
               { X = -0.231569, Y = 0.057047, T = 515 },
               { X = -0.23535, Y = 0.0637584, T = 516 },
               { X = -0.248582, Y = 0.0838926, T = 545 },
               { X = -0.252363, Y = 0.0838926, T = 549 },
               { X = -0.258034, Y = 0.0838926, T = 566 },
               { X = -0.263705, Y = 0.0637584, T = 595 },
               { X = -0.263705, Y = 0.0503356, T = 604 },
               { X = -0.265595, Y = 0.0369127, T = 604 },
               { X = -0.265595, Y = 0.02349, T = 617 },
               { X = -0.265595, Y = 0.00335568, T = 633 },
               { X = -0.263705, Y = -0.00335571, T = 649 },
               { X = -0.261815, Y = 0.00335568, T = 712 },
               { X = -0.259924, Y = 0.0167785, T = 716 },
               { X = -0.259924, Y = 0.02349, T = 732 },
               { X = -0.259924, Y = 0.0302013, T = 732 },
               { X = -0.259924, Y = 0.0436242, T = 749 },
               { X = -0.258034, Y = 0.0100671, T = 815 },
               { X = -0.244802, Y = -0.137584, T = 832 },
               { X = -0.229679, Y = -0.238255, T = 849 },
               { X = -0.225898, Y = -0.251678, T = 866 },
               { X = -0.224008, Y = -0.251678, T = 882 },
               { X = -0.222117, Y = -0.251678, T = 899 },
               { X = -0.220227, Y = -0.251678, T = 916 },
               { X = -0.218336, Y = -0.251678, T = 946 },
               { X = -0.214556, Y = -0.231544, T = 966 },
               { X = -0.214556, Y = -0.224832, T = 999 },
               { X = -0.212665, Y = -0.218121, T = 1015 },
               { X = -0.210775, Y = -0.218121, T = 1116 },
               { X = -0.205104, Y = -0.197987, T = 1134 },
               { X = -0.197543, Y = -0.137584, T = 1149 },
               { X = -0.195652, Y = -0.090604, T = 1166 },
               { X = -0.189981, Y = -0.0436242, T = 1186 },
               { X = -0.188091, Y = -0.0302013, T = 1199 },
               { X = -0.188091, Y = -0.0100671, T = 1228 },
               { X = -0.189981, Y = -0.0100671, T = 1244 },
               { X = -0.191871, Y = -0.0100671, T = 1266 },
               { X = -0.197543, Y = -0.0100671, T = 1293 },
               { X = -0.199433, Y = -0.0100671, T = 1300 },
               { X = -0.201323, Y = -0.0100671, T = 1316 },
               { X = -0.203214, Y = -0.0100671, T = 1332 },
               { X = -0.203214, Y = -0.0167785, T = 1349 },
               { X = -0.205104, Y = -0.0167785, T = 1399 },
               { X = -0.205104, Y = -0.0100671, T = 1416 },
               { X = -0.205104, Y = -0.00335571, T = 1449 },
               { X = -0.205104, Y = 0.00335568, T = 1549 },
               { X = -0.205104, Y = 0.0167785, T = 1566 },
               { X = -0.205104, Y = 0.02349, T = 1586 },
               { X = -0.205104, Y = 0.0302013, T = 1600 },
               { X = -0.205104, Y = 0.0369127, T = 1620 },
               { X = -0.205104, Y = 0.0436242, T = 1633 },
               { X = -0.205104, Y = 0.0503356, T = 1649 },
               { X = -0.205104, Y = 0.0637584, T = 1667 },
               { X = -0.206994, Y = 0.0771812, T = 1687 },
               { X = -0.206994, Y = 0.0838926, T = 1704 },
               { X = -0.208885, Y = 0.090604, T = 1717 },
               { X = -0.208885, Y = 0.0973154, T = 1780 },
               { X = -0.210775, Y = 0.0973154, T = 1816 },
               { X = -0.210775, Y = 0.104027, T = 1968 },
               { X = -0.208885, Y = 0.104027, T = 2027 },
               { X = -0.206994, Y = 0.104027, T = 2046 },
               { X = -0.203214, Y = 0.110738, T = 2052 },
               { X = -0.203214, Y = 0.11745, T = 2066 },
               { X = -0.201323, Y = 0.11745, T = 2083 },
               { X = -0.199433, Y = 0.11745, T = 2093 },
               { X = -0.197543, Y = 0.11745, T = 2116 },
               { X = -0.197543, Y = 0.124161, T = 2133 },
               { X = -0.195652, Y = 0.130872, T = 2150 },
               { X = -0.191871, Y = 0.144295, T = 2171 },
               { X = -0.1862, Y = 0.144295, T = 2172 },
               { X = -0.18431, Y = 0.157718, T = 2200 },
               { X = -0.178639, Y = 0.171141, T = 2217 },
               { X = -0.174858, Y = 0.184564, T = 2233 },
               { X = -0.174858, Y = 0.191275, T = 2250 },
               { X = -0.172968, Y = 0.191275, T = 2361 },
               { X = -0.171077, Y = 0.191275, T = 2369 },
               { X = -0.169187, Y = 0.184564, T = 2384 },
               { X = -0.167297, Y = 0.191275, T = 2516 },
               { X = -0.167297, Y = 0.224832, T = 2533 },
               { X = -0.167297, Y = 0.251678, T = 2550 },
               { X = -0.169187, Y = 0.278524, T = 2573 },
               { X = -0.169187, Y = 0.285235, T = 2612 },
               { X = -0.171077, Y = 0.285235, T = 2678 },
               { X = -0.171077, Y = 0.291946, T = 2699 },
               { X = -0.171077, Y = 0.312081, T = 2717 },
               { X = -0.171077, Y = 0.332215, T = 2734 },
               { X = -0.167297, Y = 0.345638, T = 2751 },
               { X = -0.167297, Y = 0.352349, T = 2776 },
               { X = -0.165406, Y = 0.35906, T = 2784 },
               { X = -0.169187, Y = 0.35906, T = 2908 },
               { X = -0.172968, Y = 0.35906, T = 2941 },
               { X = -0.174858, Y = 0.35906, T = 2956 },
               { X = -0.174858, Y = 0.352349, T = 2994 }
            },
            {
               Time = 0,
               { X = 0.339319, Y = 0.0714286, T = 0 },
               { X = 0.335539, Y = 0.0630252, T = 24 },
               { X = 0.335539, Y = 0.0596639, T = 35 },
               { X = 0.333648, Y = 0.0579832, T = 53 },
               { X = 0.320416, Y = 0.00924373, T = 127 },
               { X = 0.320416, Y = -0.00252101, T = 135 },
               { X = 0.316635, Y = -0.0226891, T = 152 },
               { X = 0.316635, Y = -0.0310924, T = 169 },
               { X = 0.316635, Y = -0.0327731, T = 185 },
               { X = 0.316635, Y = -0.0344538, T = 344 },
               { X = 0.316635, Y = -0.0361345, T = 352 },
               { X = 0.318525, Y = -0.0378151, T = 369 },
               { X = 0.318525, Y = -0.0394958, T = 386 },
               { X = 0.320416, Y = -0.0394958, T = 402 },
               { X = 0.322306, Y = -0.0428571, T = 419 },
               { X = 0.326087, Y = -0.0428571, T = 453 },
               { X = 0.327977, Y = -0.0428571, T = 469 },
               { X = 0.331758, Y = -0.0428571, T = 470 },
               { X = 0.333648, Y = -0.0428571, T = 487 },
               { X = 0.335539, Y = -0.0428571, T = 488 },
               { X = 0.339319, Y = -0.0394958, T = 515 },
               { X = 0.339319, Y = -0.0378151, T = 520 },
               { X = 0.3431, Y = -0.0361345, T = 552 },
               { X = 0.344991, Y = -0.0310924, T = 586 },
               { X = 0.346881, Y = -0.0277311, T = 592 },
               { X = 0.350662, Y = -0.0260504, T = 604 },
               { X = 0.358223, Y = -0.0176471, T = 630 },
               { X = 0.362004, Y = -0.0159664, T = 769 },
               { X = 0.369565, Y = -0.012605, T = 786 },
               { X = 0.377127, Y = -0.012605, T = 803 },
               { X = 0.380907, Y = -0.012605, T = 830 }
            }
         }
      },
      Multistroke5_Stroke1_1 = Stroke {
         Points = {
            { X = 0.120038, Y = 0.137584, Time = 0 },
            { X = 0.118147, Y = 0.137584, Time = 71, XSpeed = -0.0266248 },
            { X = 0.114367, Y = 0.137584, Time = 80, XSpeed = -0.42008 },
            { X = 0.106805, Y = 0.120805, Time = 90, XSpeed = -0.756145, YSpeed = -1.67785 },
            { X = 0.0954632, Y = 0.110738, Time = 101, XSpeed = -1.0311, YSpeed = -0.915191 },
            { X = 0.0860114, Y = 0.0939597, Time = 109, XSpeed = -1.18148, YSpeed = -2.09732 },
            { X = 0.0708885, Y = 0.0771812, Time = 113, XSpeed = -3.78072, YSpeed = -4.19463 },
            { X = 0.0538752, Y = 0.0536913, Time = 127, XSpeed = -1.21523, YSpeed = -1.67785 },
            { X = 0.0349717, Y = 0.0335571, Time = 129, XSpeed = -9.45178, YSpeed = -10.0671 },
            { X = -0.000945181, Y = -0.0100671, Time = 144, XSpeed = -2.39446, YSpeed = -2.90828 },
            { X = -0.0387524, Y = -0.0637584, Time = 160, XSpeed = -2.36295, YSpeed = -3.35571 },
            { X = -0.0614367, Y = -0.100671, Time = 177, XSpeed = -1.33437, YSpeed = -2.17134 },
            { X = -0.0765595, Y = -0.130872, Time = 193, XSpeed = -0.945179, YSpeed = -1.88758 },
            { X = -0.0860114, Y = -0.157718, Time = 210, XSpeed = -0.555989, YSpeed = -1.57915 },
            { X = -0.0916824, Y = -0.184564, Time = 226, XSpeed = -0.354443, YSpeed = -1.67785 },
            { X = -0.0916824, Y = -0.208054, Time = 243, YSpeed = -1.38177 },
            { X = -0.0916824, Y = -0.224832, Time = 260, YSpeed = -0.986941 },
            { X = -0.0916824, Y = -0.241611, Time = 277, YSpeed = -0.987 },
            { X = -0.0822306, Y = -0.261745, Time = 293, XSpeed = 0.590738, YSpeed = -1.25839 },
            { X = -0.0746692, Y = -0.271812, Time = 295, XSpeed = 3.78072, YSpeed = -5.03355 },
            { X = -0.0708885, Y = -0.281879, Time = 311, XSpeed = 0.236295, YSpeed = -0.629194 },
            { X = -0.0557656, Y = -0.291946, Time = 327, XSpeed = 0.945179, YSpeed = -0.629194 },
            { X = -0.0500945, Y = -0.298658, Time = 327 },
            { X = -0.0255198, Y = -0.308725, Time = 344, XSpeed = 1.44557, YSpeed = -0.592183 },
            { X = 0.00472587, Y = -0.312081, Time = 360, XSpeed = 1.89036, YSpeed = -0.209732 },
            { X = 0.0349717, Y = -0.312081, Time = 377, XSpeed = 1.77916 },
            { X = 0.0708885, Y = -0.308725, Time = 393, XSpeed = 2.2448, YSpeed = 0.209732 },
            { X = 0.106805, Y = -0.285235, Time = 410, XSpeed = 2.11275, YSpeed = 1.38176 },
            { X = 0.13327, Y = -0.275168, Time = 427, XSpeed = 1.55677, YSpeed = 0.592184 },
            { X = 0.142722, Y = -0.265101, Time = 443, XSpeed = 0.590738, YSpeed = 0.629194 },
            { X = 0.150284, Y = -0.255034, Time = 460, XSpeed = 0.444791, YSpeed = 0.592183 },
            { X = 0.152174, Y = -0.251678, Time = 477, XSpeed = 0.111198, YSpeed = 0.197393 },
            { X = 0.154064, Y = -0.244966, Time = 509, XSpeed = 0.0590738, YSpeed = 0.209732 },
            { X = 0.154064, Y = -0.238255, Time = 554, YSpeed = 0.149133 },
            { X = 0.152174, Y = -0.231544, Time = 569, XSpeed = -0.126024, YSpeed = 0.447426 },
            { X = 0.148393, Y = -0.218121, Time = 586, XSpeed = -0.222395, YSpeed = 0.789577 },
            { X = 0.144612, Y = -0.208054, Time = 603, XSpeed = -0.222395, YSpeed = 0.592184 },
            { X = 0.140832, Y = -0.197987, Time = 618, XSpeed = -0.252048, YSpeed = 0.67114 },
            { X = 0.137051, Y = -0.187919, Time = 635, XSpeed = -0.222395, YSpeed = 0.592183 },
            { X = 0.13327, Y = -0.181208, Time = 649, XSpeed = -0.270052, YSpeed = 0.479387 },
            { X = 0.13138, Y = -0.181208, Time = 663, XSpeed = -0.135026 },
            { X = 0.12949, Y = -0.177852, Time = 679, XSpeed = -0.118148, YSpeed = 0.20973 }
         },
         IsThreaded = true,
         Brushes = { "SoftBrush" },
         ApplyModes = { "PaintApplyColor" },
         CtrlWZoom = false,
         EnabledRegion = TimeRegion { { Start = 0, End = 0.9999 } },
         Inputs = {
            ["PaintApplyColor.Red"] = Input { Value = 0, },
            StrokeAnimation = Input { Value = 1, }
         },
      },
      Combiner1_1_1 = Combiner {
         CustomData = {
            ToolVersion = 2,
         },
         Inputs = {
            Combine = Input { Value = FuID { "Layers" }, },
            Image1 = Input {
               SourceOp = "Combiner1_4",
               Source = "Output",
            },
            Image2 = Input {
               SourceOp = "Rectangle1_1",
               Source = "Mask",
            },
            LayerName1 = Input { Value = FuID { "Main" }, },
            LayerName2 = Input { Value = FuID { "E2" }, }
         },
         ViewInfo = OperatorInfo { Pos = { 55, 346.5 } },
      },
      Rectangle1_1 = RectangleMask {
         Inputs = {
            EffectMask = Input {
               SourceOp = "Ellipse2_1",
               Source = "Mask",
            },
            Filter = Input { Value = FuID { "Fast Gaussian" }, },
            PaintMode = Input { Value = FuID { "Add" }, },
            MaskWidth = Input { Value = 1920, },
            MaskHeight = Input { Value = 1080, },
            PixelAspect = Input { Value = { 1, 1 }, },
            ClippingMode = Input { Value = FuID { "None" }, },
            Width = Input { Value = 0.853364000557586, },
            Height = Input { Value = 0.350297941236937, }
         },
         ViewInfo = OperatorInfo { Pos = { 55, 313.5 } },
      },
      Ellipse2_1 = EllipseMask {
         Inputs = {
            Filter = Input { Value = FuID { "Fast Gaussian" }, },
            OutputSize = Input { Value = FuID { "Custom" }, },
            MaskWidth = Input { Value = 1375, },
            MaskHeight = Input { Value = 1031, },
            PixelAspect = Input { Value = { 1, 1 }, },
            ClippingMode = Input { Value = FuID { "None" }, },
            Width = Input { Value = 0.477907416918968, },
            Height = Input { Value = 0.477907416918968, }
         },
         ViewInfo = OperatorInfo { Pos = { 55, 280.5 } },
      },
      Combiner2_1_1 = Combiner {
         CustomData = {
            ToolVersion = 2,
         },
         Inputs = {
            Combine = Input { Value = FuID { "Layers" }, },
            Image1 = Input {
               SourceOp = "Background1_1_1",
               Source = "Output",
            },
            Image2 = Input {
               SourceOp = "Background2_1_1",
               Source = "Output",
            },
            AddMetadata = Input { Value = 1, },
            LayerName1 = Input { Value = FuID { "image1cyan" }, },
            LayerName2 = Input { Value = FuID { "image1purple" }, }
         },
         ViewInfo = OperatorInfo { Pos = { -166.333, 412.5 } },
      },
      Ellipse1_1 = EllipseMask {
         Inputs = {
            Filter = Input { Value = FuID { "Fast Gaussian" }, },
            OutputSize = Input { Value = FuID { "Custom" }, },
            MaskWidth = Input { Value = 1375, },
            MaskHeight = Input { Value = 1031, },
            PixelAspect = Input { Value = { 1, 1 }, },
            ClippingMode = Input { Value = FuID { "None" }, },
            Center = Input { Value = { 0.501453488372093, 0.881782945736434 }, },
            Width = Input { Value = 1.06686046511628, },
            Height = Input { Value = 0.142614919963757, }
         },
         ViewInfo = OperatorInfo { Pos = { -55, 280.5 } },
      },
      Combiner2_1 = Combiner {
         CustomData = {
            ToolVersion = 2,
         },
         Inputs = {
            Combine = Input { Value = FuID { "Layers" }, },
            Image1 = Input {
               SourceOp = "Background1_1",
               Source = "Output",
            },
            Image2 = Input {
               SourceOp = "Background2_1",
               Source = "Output",
            },
            AddMetadata = Input { Value = 1, },
            LayerName1 = Input { Value = FuID { "image1red" }, },
            LayerName2 = Input { Value = FuID { "image2green" }, }
         },
         ViewInfo = OperatorInfo { Pos = { -165, 346.5 } },
      },
      Combiner1_4 = Combiner {
         CustomData = {
            ToolVersion = 2,
         },
         Inputs = {
            Combine = Input { Value = FuID { "Layers" }, },
            Image1 = Input {
               SourceOp = "Combiner2_1",
               Source = "Output",
            },
            Image2 = Input {
               SourceOp = "Ellipse1_1",
               Source = "Mask",
            },
            LayerName1 = Input { Value = FuID { "Main" }, },
            LayerName2 = Input { Value = FuID { "E1" }, }
         },
         ViewInfo = OperatorInfo { Pos = { -55, 346.5 } },
      },
      Background1_1 = Background {
         Inputs = {
            Width = Input { Value = 1920, },
            Height = Input { Value = 1080, },
            ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
            TopLeftRed = Input { Value = 1, }
         },
         ViewInfo = OperatorInfo { Pos = { -275, 280.5 } },
      },
      Background1_1_1 = Background {
         CtrlWZoom = false,
         Inputs = {
            Width = Input { Value = 1920, },
            Height = Input { Value = 1080, },
            ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
            TopLeftRed = Input { Value = 1, },
            TopLeftBlue = Input { Value = 1, }
         },
         ViewInfo = OperatorInfo { Pos = { -275, 379.5 } },
      },
      Background2_1 = Background {
         Inputs = {
            Width = Input { Value = 1920, },
            Height = Input { Value = 1080, },
            ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
            TopLeftGreen = Input { Value = 1, }
         },
         ViewInfo = OperatorInfo { Pos = { -440, 280.5 } },
      },
      Background2_1_1 = Background {
         Inputs = {
            Width = Input { Value = 1920, },
            Height = Input { Value = 1080, },
            ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
            TopLeftGreen = Input { Value = 1, },
            TopLeftBlue = Input { Value = 1, }
         },
         ViewInfo = OperatorInfo { Pos = { -440, 379.5 } },
      }
   },
   ActiveTool = "Background1_1_1"
}
Last edited by goohoobler1 on Wed May 21, 2025 9:29 pm, edited 2 times in total.
Windows 11 Pro (22H2)
Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz
64.0 GB RAM
Nvidia 4070Ti Super (16GB VRAM)
AMD Ryzen 3970X @ 3.69 GHz
128 GB RAM
Nvidia 3090 (24GB VRAM)
Resolve Studio / Fusion Studio v20.0 Release (Beta 4)
Offline
User avatar

goohoobler1

  • Posts: 86
  • Joined: Wed Jul 27, 2022 9:34 pm
  • Real Name: George Port

Re: Fusion Cryptomatte - EXR Layers - Bugs and issues

PostWed Apr 23, 2025 10:32 pm

Updated the above post, after release of Beta 2, to note that the three nodes I thought should be included are now included (Layer Muxer, Layer Remover and Layer Regex). The noted bugs and issues with the other mentioned nodes have not currently been addressed.

As a convenience the new entries are requoted below:

* It would be good to get a MultiCombiner node that lets you add multiple images and masks to their own named layers.

* Also would be good to add more advanced Channel Boolean functionality built in so getting layers into and out of channels can be easier (see Millolab's versions here: https://www.steakunderwater.com/wesuckless/viewtopic.php?t=7434 )

*Update on Release of Beta 2:
Layer Muxer, Layer Remover and Layer Regex were added

* Further to the new nodes, it would be good to have Click and drag multi select/unselect ability (like in the Fairlight page or from Blender) on the "Process Layers/ Custom" and "Layer Remover" nodes (or even use the whole "Select Layers" pick box , complete with clickndrag and filters, from CryptoMatte).
And speaking of which -
I understand that there may have to be an arbitrary limit on the number of Layers (1024 at the moment according to the CryptoMatte picker error message) but sometimes we have CryptoMatte files with over 100,000 object masks and we would like to select more if possible.
The other issue with CM files that big is that if you do select more than 1024 layers then there doesn't seem to be any pattern to which ones make up that number. It doesn't seem to be first in the order selected as you would expect.
Also when you try to view the layers of a large CM file, once you click on the drop down on the CM node, there is a large delay then the partial list will fill up the screen without allowing you to select any of the off-screen layers. Again I would respectfully suggest maybe using the "Select Layers" pick box , or similar mechanics, to allow unlimited layer viewing.
Windows 11 Pro (22H2)
Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz
64.0 GB RAM
Nvidia 4070Ti Super (16GB VRAM)
AMD Ryzen 3970X @ 3.69 GHz
128 GB RAM
Nvidia 3090 (24GB VRAM)
Resolve Studio / Fusion Studio v20.0 Release (Beta 4)
Offline
User avatar

goohoobler1

  • Posts: 86
  • Joined: Wed Jul 27, 2022 9:34 pm
  • Real Name: George Port

Re: Fusion Cryptomatte - EXR Layers - Bugs and issues

PostMon May 05, 2025 8:57 pm

Update on Beta 3:
Despite being mentioned in the release notes: "Addressed issue with layer outputs from Dissolve and Switch." , both the Dissolve and Switch nodes are still unable to pass through the working Layers for FG/Input1 Images, although at least now the Layers are displayed in the Text Layer lists (but not actually usable).

The Paint node is still unable to Paint on any Image containing Layers put together in Fusion (using either the Combiner/Splitter or Layered output from the Renderer3D node ).
Windows 11 Pro (22H2)
Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz
64.0 GB RAM
Nvidia 4070Ti Super (16GB VRAM)
AMD Ryzen 3970X @ 3.69 GHz
128 GB RAM
Nvidia 3090 (24GB VRAM)
Resolve Studio / Fusion Studio v20.0 Release (Beta 4)
Offline
User avatar

goohoobler1

  • Posts: 86
  • Joined: Wed Jul 27, 2022 9:34 pm
  • Real Name: George Port

Re: Fusion Cryptomatte - EXR Layers - Bugs and issues

PostWed May 21, 2025 9:33 pm

Update on Beta 4:

Swizzler ! A beautifully named node that does all of the Multi Layer combining and Channel Shuffling that anyone could desire. A turbocharged version of Channel Booleans... Moving Channels to Layers and vice versa and reorganizing Channels becomes almost fun...

The Switch node was fixed and now works as expected.

The Paint node is still broken for use on Layered Images (even ones created with the Swizzler )...
Windows 11 Pro (22H2)
Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz
64.0 GB RAM
Nvidia 4070Ti Super (16GB VRAM)
AMD Ryzen 3970X @ 3.69 GHz
128 GB RAM
Nvidia 3090 (24GB VRAM)
Resolve Studio / Fusion Studio v20.0 Release (Beta 4)
Offline

Hendrik Proosa

  • Posts: 3385
  • Joined: Wed Aug 22, 2012 6:53 am
  • Location: Estonia

Re: Fusion Cryptomatte - EXR Layers - Bugs and issues

PostFri May 23, 2025 7:23 am

There is no correspondence between number of objects and number of cryptomatte layers. Crypto layer count depends on the number of stored ranks per pixel for example if you want to store coverage for six higher-coverage objects (that contribute most to given pixel) it needs two layers (if I remember correctly). But which objects actually make up the coverage is arbitrary, you can have million objects in the scene if you want. It would just blow up the size of manifest which maps hashes to human-readable names. Manifest itself is optional though.

So the crypto layers issue sounds like something else is wonky.
I do stuff

Return to DaVinci Resolve

Who is online

Users browsing this forum: Cymon-826RAW, Gary Hango and 240 guests