Jump to: Board index » General » Fusion

cursor in StyledText field misbehaving

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

Stefan Ihringer

  • Posts: 257
  • Joined: Mon Nov 10, 2014 10:40 pm

cursor in StyledText field misbehaving

PostTue Sep 08, 2015 7:24 pm

Fusion 8 beta 1 on MacOS 10.9.5:

I've added character level styling to a Text+ tool's styled text field and I'm viewing the tool in a viewer.

Whenever I type a character into the text field, the cursor jumps back to position 1 so I'm basically typing in reverse...

Here's a copy of the tool:

Code: Select all
{
   Tools = ordered() {
      Text2 = TextPlus {
         CtrlWZoom = false,
         Inputs = {
            Width = Input { Value = 1920, },
            Height = Input { Value = 1080, },
            ["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2", }, },
            Font = Input { Value = "Arial", },
            StyledText = Input {
               SourceOp = "CharacterLevelStyling2",
               Source = "StyledText",
            },
            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, },
                  },
               },
            },
         },
         ViewInfo = OperatorInfo { Pos = { 327, 15, }, },
      },
      CharacterLevelStyling2 = StyledTextCLS {
         Inputs = {
            Font = Input { Value = "Arial", },
            Style = Input { Value = "Bold", },
            Text = Input {
               Value = StyledText {
                  Array = {
                  },
                  Value = "noisuF",
               },
            },
            RightClickHereToAnimateCharacterLevelStyling = Input {
               Value = StyledText {
                  Array = {
                  },
                  Value = "",
               },
            },
         },
      },
   },
   ActiveTool = "Text2",
}
blog and Fusion stuff: http://comp-fu.com/2012/06/fusion-script-macro-collection/

Return to Fusion

Who is online

Users browsing this forum: No registered users and 49 guests