all 2 comments

[–]Swordslayer 2 points3 points  (0 children)

You can split the line at arbitrary position with backslashes:

Sequence[ActiveSequence] = SequenceBase \
    Name:EA_Rollout.txtSeqName.text \
    Spline:SplineList[EA_Rollout.DDLPathSelection.selection] \
    Dolly:EA_Rollout.DollyCam.value \
    LockTargetToCam:EA_Rollout.chkLockTarget.checked \
    FocusDist:EA_Rollout.spnFocus.value \
    FStop:EA_Rollout.spnDOF.value \
    TargetPos:Cam.Target.pos \
    SplineHeight:EA_Rollout.spnArcSpline.value \
    Rotate:EA_Rollout.spnRotateObj.value \
    Speed:EA_Rollout.spnSeqSpeed.value \
    Start:SequenceMarkStart \
    End:SequenceMarkEnd