Ticket #1044 (closed defect: fixed)
"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: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.
Note: See
TracTickets for help on using
tickets.

Reformat the description.