---
title: "resetClip"
canonical: "https://help.vicon.com/space/ShogunPost121/1253736672/resetClip"
format: markdown
---
# Description

Resets the active clip's time attributes to their original state.

Useful when a clip has been cropped or time shifted from its original state (when it was created) and needs to be reset.

## Functional area

Data manipulators

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `resetClip` |

### Arguments

None

### Flags

None

## Return value

void

## Examples

```plaintext
// Import a clip w/ data on it
// ...
// Offset and crop the clip
string $clips[] = `getModules -type Clip`;
offsetClips -20 $clips[0];
cropClip -leftOnly -curTime;
 
// Reset the clip to the original state set when
// the importer created it.
resetClip;
```

> Macro (scroll-pagebreak)

# Additional information

## Related commands

- [addLayer](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737807)
- [addToClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737256)
- [copyClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253739720)
- [cropClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736523)
- [deleteClipData](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736978)
- [flatten](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738158)
- [getActiveClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737428)
- [getActiveLayer](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736484)
- [getClips](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737048)
- [moveClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736803)
- [offsetClips](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737528)
- [removeFromClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736603)
- [removeLayer](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738515)
- [selectClipObjects](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253739060)
- [setActiveClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736878)
- [setActiveLayer](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737913)
- [tileClips](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738014)