Blender Git Commit Log

Git Commits -> Revision 48d71a4

Revision 48d71a4 by Sergey Sharybin (master)
April 9, 2012, 08:45 (GMT)
Fixes for MovieClip strip user counter.
Currently copies behavior of clip and image editors:
- On file load, all strip will reference clip they're using
- On adding new strip, clip would be referenced only if it've got zero user
- On removing strip clip wouldn't be de-referenced to prevent clip editors
pointing to zero-counted datablocks.
Not actually ideal from human beings point of view, but referencing/dereferencing
clip on each strip add/delete is getting crappy because of current logic of how
clip datablocks are referenced from clip editor (which is designed to work fine with
loading files without loading UI).

Commit Details:

Full Hash: 48d71a40b10865cf6ec60e1f10dbbc2984b17bb9
SVN Revision: 45485
Parent Commit: d595356
Lines Changed: +6, -1

2 Modified Paths:

/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_add.c (+5, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021