Blender Git Commits

Blender Git "terrible_consequencer" branch commits.

Page: 2 / 3

September 25, 2014, 14:59 (GMT)
Get rid of temporary flags when loading the sound.
September 25, 2014, 14:26 (GMT)
Attempt to fix OSX issues (again): cleanup the loading flag for files
that are loading when interrupted.
September 24, 2014, 15:03 (GMT)
Store the waveforms between undo steps when they exist.
September 24, 2014, 14:28 (GMT)
Fix compilation in MacOSX
September 24, 2014, 14:21 (GMT)
More undo issue solving.

This commit moves sound loading out of library linking. The approach
chosen here is to do lazy initialization by basically validating the
sound before attaching to the scene.

Loading the sound buffer requires a valid Main pointer, which means we
have to pass this around in many places. We might also consider caching
the waveforms in this way too, but for now we're still using the
threaded update.

We'll have to test this somewhat to see if it behaves well..There are
corner cases which might not be covered. Sounds are muted if we undo
during an animation, but this bug existed in master as well.
September 24, 2014, 08:23 (GMT)
Merge branch 'master' into terrible_consequencer
September 23, 2014, 15:37 (GMT)
Threaded sound strip display data loading.

Sound loading can take too much so move it to a job and continue. This makes
interaction much better. A similar system should be usable for movie previews.
September 22, 2014, 13:29 (GMT)
Gooseberry request, option to turn all waveform display on/off.
September 19, 2014, 17:51 (GMT)
Hack to make undo/redo faster in sequencer when using strips with
waveform display.

Basically, we store the waveform. This is not really recommended but
until we have nice threaded creation for the strips that doesn't block
the interface it's a nice solution for gooseverry.

May be wise to limit the undo memory for people who use that because
basically each operation will store a copy of the waveform in the file.
September 19, 2014, 17:15 (GMT)
Merge branch 'master' into terrible_consequencer
September 4, 2014, 17:51 (GMT)
WIP for overlay under sequencer strip view.
September 4, 2014, 15:43 (GMT)
Fix cancelling trim not refreshing the view
September 4, 2014, 13:51 (GMT)
Allow trimming scenes as well.
September 4, 2014, 13:36 (GMT)
Trim tool

* Support slow trimming with shift
* Give feedback on how many frames the input was trimmed
September 4, 2014, 10:55 (GMT)
Force refresh when trimming.
September 4, 2014, 10:50 (GMT)
Trim operator, accessible through T key, also in Strip menu. It moves
the contents of the strip around.

Only tested with movie strips now, metastrips won't work. Also there
might be some lingering bugs. Sonetimes refresh is needed to get
contents showing up correctly.
September 3, 2014, 14:47 (GMT)
Minor corrections:

* Add some comments to better describe what some numbers mean
* Fix cuddliness and parent position of strips
September 3, 2014, 10:27 (GMT)
Merge branch 'master' into terrible_consequencer
September 3, 2014, 09:21 (GMT)
Revert "Gooseberry feature request, allow select left-right strips
operator to select all"

This change has been in master all the time after all, exposed the
operation better in master.

This reverts commit 799f974668004b3d2b7873f51951eb22b5fcf2f3.
September 2, 2014, 17:23 (GMT)
Gooseberry feature request, allow select left-right strips operator to
select all strips independently of channel of the active strip.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021