Ticket #1044 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

"Clean Tags" breaks iclips

Reported by: Kile Owned by: nielsm
Priority: normal Milestone: 2.1.8
Component: General Version: 2.1.7
Severity: minor Keywords:
Cc: Platform: All
Sub Component:

Description (last modified by verm) (diff)

When using the export function "Clean Tags" with an iclip (with a draw function) in the script, the draw parameters have all of the spaces removed, resulting in a tag that cannot be rendered.

If you export:

Dialogue: 0,0:00:00.00,0:01:00.00,ts,ts,0000,0000,0000,,{iclip(m 872 132 l 872 197 880 184 884 215 916 144)}

with "Clean Tags" enabled it produces:

Dialogue: 0,0:00:00.00,0:01:00.00,ts,ts,0000,0000,0000,,{iclip(m872132l872197880184884215916144)}

Change History

comment:1 Changed 2 years ago by verm

  • Description modified (diff)

Reformat the description.

comment:2 Changed 2 years ago by Plorkyeran

Only happens for me with jfs's released build of r3131 — if I build r3131 myself it works fine.

comment:3 Changed 2 years ago by nielsm

  • Owner set to nielsm
  • Status changed from new to accepted
  • Milestone set to 2.1.8

It'd be strange if behaviour depends on the build, since Clean Tags is an Automation 4 script.

The fix should be very straight forward.

comment:4 Changed 2 years ago by nielsm

(In [3772]) Blind but most likely correct fix missing iclip support in cleantags.lua. Updates #1044.

comment:5 Changed 2 years ago by nielsm

  • Status changed from accepted to closed
  • Resolution set to fixed

(In [3773]) Merge r3772, closes #1044.

Note: See TracTickets for help on using tickets.