Revision ca7219d by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 25, 2014, 14:59 (GMT) |
Get rid of temporary flags when loading the sound. |
Revision d366d8e by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 25, 2014, 14:26 (GMT) |
Attempt to fix OSX issues (again): cleanup the loading flag for files that are loading when interrupted. |
Revision 467da3c by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 24, 2014, 15:03 (GMT) |
Store the waveforms between undo steps when they exist. |
Revision 0684d0f by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 24, 2014, 14:28 (GMT) |
Fix compilation in MacOSX |
Revision 8e95eae by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) 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. |
Revision aebcb6a by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 24, 2014, 08:23 (GMT) |
Merge branch 'master' into terrible_consequencer |
Revision 9aa7fcd by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) 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. |
Revision bf99607 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 22, 2014, 13:29 (GMT) |
Gooseberry request, option to turn all waveform display on/off. |
Revision 9b1f109 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) 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. |
Revision 0f62717 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 19, 2014, 17:15 (GMT) |
Merge branch 'master' into terrible_consequencer |
Revision f5efcfd by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 4, 2014, 17:51 (GMT) |
WIP for overlay under sequencer strip view. |
Revision 21e1414 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 4, 2014, 15:43 (GMT) |
Fix cancelling trim not refreshing the view |
Revision 603392e by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 4, 2014, 13:51 (GMT) |
Allow trimming scenes as well. |
Revision b39b70a by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 4, 2014, 13:36 (GMT) |
Trim tool * Support slow trimming with shift * Give feedback on how many frames the input was trimmed |
Revision ecf2593 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 4, 2014, 10:55 (GMT) |
Force refresh when trimming. |
Revision 3d64c35 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) 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. |
Revision 458fcfd by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) 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 |
Revision 509d516 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) September 3, 2014, 10:27 (GMT) |
Merge branch 'master' into terrible_consequencer |
Revision e167f9c by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) 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. |
Revision 799f974 by Antonis Ryakiotakis (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths, terrible_consequencer, testbuild) 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. |
|