Animating Character Level Styling causes constant crashing
Hello, Every time I use text+ nodes and animate it with the "right click here to animate" button on the Character Level Styling modifier, resolve and fusion standalone keep crashing on me. Here's my node if you wanna give it a try. Go to the text+ Node and try to increase opacity in the character styling modifier.
- Code: Select all
{
Tools = ordered() {
Text1 = TextPlus {
CtrlWZoom = false,
Inputs = {
GlobalIn = Input { Value = 157, },
GlobalOut = Input { Value = 299, },
Width = Input { Value = 1080, },
Height = Input { Value = 1080, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Center = Input { Value = { 0.274, 0.5 }, },
LineSpacing = Input { Value = 0.78, },
StyledText = Input {
SourceOp = "CharacterLevelStyling1",
Source = "StyledText",
},
Font = Input { Value = "Poppins", },
Style = Input { Value = "Bold", },
Size = Input { Value = 0.141, },
VerticalJustificationNew = Input { Value = 3, },
HorizontalLeftCenterRight = Input { Value = -1, },
HorizontalJustificationNew = Input { Value = 3, },
Start = Input {
SourceOp = "Text1Start",
Source = "Value",
},
End = Input {
SourceOp = "Text1End",
Source = "Value",
},
ManualFontKerningPlacement = Input {
Value = StyledText {
Array = {
},
Value = ""
},
},
},
ViewInfo = OperatorInfo { Pos = { 1286.72, -73.861 } },
},
CharacterLevelStyling1 = StyledTextCLS {
Inputs = {
Text = Input { Value = "Our stories\nare powerful.", },
Font = Input { Value = "Poppins", },
Style = Input { Value = "Bold", },
Size = Input { Value = 0.167, },
HorizontalLeftCenterRight = Input { Value = -1, },
RightClickHereToAnimateCharacterLevelStyling = Input {
SourceOp = "CharacterLevelStyling1RightclickheretoanimateCharacterLevelStyling",
Source = "Value",
},
LineSpacing = Input { Value = 0.78, },
Thickness = Input { Value = 0.02, },
JoinStyle = Input { Value = 1, },
Level = Input { Value = 3, },
Red = Input { Value = 0.772533760585946, },
Green = Input { Value = 0.54508278019379, },
Blue = Input { Value = 0.98822003509575, },
PriorityBack = Input { Value = 8, },
BevelDepth = Input { Value = 0, },
BevelWidth = Input { Value = 0, },
},
},
CharacterLevelStyling1RightclickheretoanimateCharacterLevelStyling = BezierSpline {
SplineColor = { Red = 240, Green = 105, Blue = 156 },
KeyFrames = {
[158] = { 0, Flags = { Linear = true, LockedY = true }, Value = StyledText {
Array = {
{
Parameter = 2404,
Index = 0,
First = 17,
Last = 24,
Value = 1,
String = ""
},
{
Parameter = 2401,
Index = 0,
First = 17,
Last = 25,
Value = 0.772549019607843,
String = ""
},
{
Parameter = 2402,
Index = 0,
First = 17,
Last = 25,
Value = 0.545098039215686,
String = ""
},
{
Parameter = 2403,
Index = 0,
First = 17,
Last = 25,
Value = 0.988235294117647,
String = ""
},
{
Parameter = 102,
Index = 0,
First = 0,
Last = 16,
Value = 0.167,
String = ""
},
{
Parameter = 102,
Index = 0,
First = 17,
Last = 25,
Value = 0.167,
String = ""
}
},
Value = ""
} }
}
},
Text1Start = BezierSpline {
SplineColor = { Red = 232, Green = 6, Blue = 244 },
KeyFrames = {
[157] = { 0, RH = { 159.666666666667, 0 }, Flags = { Linear = true } },
[165] = { 0, LH = { 162.333333333333, 0 }, RH = { 186.333333333333, 0 }, Flags = { Linear = true } },
[229] = { 0, LH = { 207.666666666667, 0 }, RH = { 231.333333333333, 0 }, Flags = { Linear = true } },
[236] = { 0, LH = { 233.666666666667, 0 }, RH = { 250, 0 }, Flags = { Linear = true } },
[278] = { 0, LH = { 264, 0 }, Flags = { Linear = true } }
}
},
Text1End = BezierSpline {
SplineColor = { Red = 72, Green = 233, Blue = 54 },
KeyFrames = {
[157] = { 0, RH = { 159.666666666667, 0.0192837333333333 }, Flags = { Linear = true } },
[165] = { 0.0578512, LH = { 162.333333333333, 0.0385674666666667 }, RH = { 186.333333333333, 0.2329408 }, Flags = { Linear = true } },
[229] = { 0.58312, LH = { 207.666666666667, 0.4080304 }, RH = { 231.333333333333, 0.602971433333333 }, Flags = { Linear = true } },
[236] = { 0.6426743, LH = { 233.666666666667, 0.622822866666667 }, RH = { 250, 0.761782866666667 }, Flags = { Linear = true } },
[278] = { 1, LH = { 264, 0.880891433333333 }, Flags = { Linear = true } }
}
}
},
ActiveTool = "Text1"
}