EyeonTips:Manual/Fusion 6/Note

From VFXPedia

Revision as of 17:19, 12 April 2011 by Chad (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The text of a note can be published, allowing it to receive modifiers or allow you to use strings from other tools.

{
	Tools = ordered() {
		Note1 = Note {
			Inputs = {
				Comments = Input {
					SourceOp = "Publish1",
					Source = "Value",
				},
			},
			ViewInfo = StickyNoteInfo {
				Pos = { 3795, 610.5, },
				Flags = {
					Expanded = true,
				},
				Size = { 202, 124, },
			},
		},
		Publish1 = PublishText {
			CtrlWZoom = false,
			Inputs = {
				Value = Input { Value = "I'm published!", },
			},
		},
		Text1 = TextPlus {
			CtrlWZoom = false,
			Inputs = {
				Width = Input { Value = 2048, },
				Height = Input { Value = 1556, },
				Font = Input { Value = "Arial", },
				StyledText = Input {
					SourceOp = "Publish1",
					Source = "Value",
				},
				Style = Input { Value = "Bold", },
				ManualFontKerningPlacement = Input {
					Value = StyledText {
						Array = {
						},
						Value = "",
					},
				},
				ShadingGradient1 = Input {
					Value = Gradient {
						Colors = {
							[0] = { 0, 0, 0, 1, },
							[1] = { 1, 1, 1, 1, },
						},
					},
				},
				RenderToDPTFile = Input { Disabled = true, },
				DPTType = Input { Disabled = true, },
				DPTResolution = Input { Disabled = true, },
			},
			ViewInfo = OperatorInfo { Pos = { 3850, 676.5, }, },
		},
	},
}

--Chad 13:19, 12 April 2011 (EDT)