Whoa, a new feature!

Sequence Editor: SHIFT+R, Remap Paths (also in pull down menu)

This allows to remap the root of a path to another directory.
Works on all selected Image strips. That way you can make absolute
paths relative, for example.

Example:
original path: /mnt/orange/finals/06_which_way/06_03b/
to be remapped: /mnt/orange/finals/
remap to: //
new path: //06_which_way/06_03b/
This commit is contained in:
2007-06-25 13:01:46 +00:00
parent b5fb85aede
commit 9dd0c5abe5
5 changed files with 59 additions and 5 deletions

View File

@@ -4473,7 +4473,10 @@ static void winqreadseqspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
}
break;
case RKEY:
reassign_inputs_seq_effect();
if((G.qual==LR_SHIFTKEY))
seq_remap_paths();
else
reassign_inputs_seq_effect();
break;
case SKEY:
if((G.qual==LR_SHIFTKEY))