Jump to: Board index » General » Fusion

groups background comments

Learn about 3D compositing, animation, broadcast design and VFX workflows.
  • Author
  • Message
Offline

Noel Froger

  • Posts: 68
  • Joined: Thu Sep 15, 2016 10:31 am

groups background comments

PostMon May 29, 2017 11:55 am

Hi,
I can't find how to put a text in the background of a group (expanded).
Is this possible
Offline

Sander de Regt

  • Posts: 3584
  • Joined: Thu Nov 13, 2014 10:09 pm

Re: groups background comments

PostMon May 29, 2017 12:05 pm

Do you mean an explantory note or comment?

Try copy/pasting this in Fusion and see if it brings what you're looking for

Code: Select all
{
   Tools = ordered() {
      Group1 = GroupOperator {
         Outputs = {
            Output1 = InstanceOutput {
               SourceOp = "Merge1",
               Source = "Output",
            }
         },
         ViewInfo = GroupInfo {
            Pos = { 110, 5.8 },
            Flags = {
               Expanded = true,
               AllowPan = false,
               AutoSnap = true,
               RemoveRouters = true
            },
            Size = { 525, 308.3, 118, 22 },
            Direction = "Horizontal",
            PipeStyle = "Direct",
            Scale = 1,
            Offset = { -110, -5.8 }
         },
         Tools = ordered() {
            Background1 = Background {
               Inputs = {
                  GlobalOut = Input { Value = 100, },
                  Width = Input { Value = 1920, },
                  Height = Input { Value = 1080, },
                  ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
                  Gradient = Input {
                     Value = Gradient {
                        Colors = {
                           [0] = { 0, 0, 0, 1 },
                           [1] = { 1, 1, 1, 1 }
                        }
                     },
                  },
               },
               ViewInfo = OperatorInfo { Pos = { 55, 16.5 } },
            },
            Merge1 = Merge {
               Inputs = {
                  Background = Input {
                     SourceOp = "Background1",
                     Source = "Output",
                  },
                  Foreground = Input {
                     SourceOp = "Background2",
                     Source = "Output",
                  },
                  PerformDepthMerge = Input { Value = 0, },
               },
               ViewInfo = OperatorInfo { Pos = { 165, 49.5 } },
            },
            Background2 = Background {
               Inputs = {
                  GlobalOut = Input { Value = 100, },
                  Width = Input { Value = 1920, },
                  Height = Input { Value = 1080, },
                  ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
                  Gradient = Input {
                     Value = Gradient {
                        Colors = {
                           [0] = { 0, 0, 0, 1 },
                           [1] = { 1, 1, 1, 1 }
                        }
                     },
                  },
               },
               ViewInfo = OperatorInfo { Pos = { 55, 49.5 } },
            },
            Note1 = Note {
               Inputs = {
                  Comments = Input { Value = "Here you can write comments", }
               },
               ViewInfo = StickyNoteInfo {
                  Pos = { 51, 78 },
                  Flags = {
                     Expanded = true
                  },
                  Size = { 196, 179.3 }
               },
            }
         },
      },
      Background3 = Background {
         Inputs = {
            GlobalOut = Input { Value = 100, },
            Width = Input { Value = 1920, },
            Height = Input { Value = 1080, },
            ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
            Gradient = Input {
               Value = Gradient {
                  Colors = {
                     [0] = { 0, 0, 0, 1 },
                     [1] = { 1, 1, 1, 1 }
                  }
               },
            },
         },
         ViewInfo = OperatorInfo { Pos = { 677, 66 } },
      },
      Background4 = Background {
         Inputs = {
            GlobalOut = Input { Value = 100, },
            Width = Input { Value = 1920, },
            Height = Input { Value = 1080, },
            ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
            Gradient = Input {
               Value = Gradient {
                  Colors = {
                     [0] = { 0, 0, 0, 1 },
                     [1] = { 1, 1, 1, 1 }
                  }
               },
            },
         },
         ViewInfo = OperatorInfo { Pos = { 677, 99 } },
      },
      Merge2 = Merge {
         CtrlWZoom = false,
         Inputs = {
            Background = Input {
               SourceOp = "Background3",
               Source = "Output",
            },
            Foreground = Input {
               SourceOp = "Background4",
               Source = "Output",
            },
            PerformDepthMerge = Input { Value = 0, },
         },
         ViewInfo = OperatorInfo { Pos = { 827, 100 } },
      },
      OrYouCanUseThisUnderlay = Underlay {
         NameSet = true,
         ViewInfo = UnderlayInfo {
            Pos = { 758.5, 43 },
            Size = { 289, 178.3 }
         },
      }
   }
}
Sander de Regt

ShadowMaker SdR
The Netherlands
Offline

Noel Froger

  • Posts: 68
  • Joined: Thu Sep 15, 2016 10:31 am

Re: groups background comments

PostMon May 29, 2017 12:12 pm

Ah...
I was just searching a mix of the 2 !
But yes, i can workaround by placing a note in a group ;-)

Thanks

Return to Fusion

Who is online

Users browsing this forum: Chad Capeland and 34 guests