Revision c7ce374 by Peter Schlaile July 19, 2010, 20:01 (GMT) |
== Sequencer == Bugfix: free_imbuf_seq() was closing IMB anim handles on nearly every change of RNA variables. This can be *very* slow, if you twiddle with parameters during playback. Especially multicam editing... Now: we close IMB anim handles only on refresh_all() and filepath changes. |
Revision 5095e97 by Campbell Barton July 19, 2010, 19:57 (GMT) |
use the world horizon color when view3d render only option is set |
July 19, 2010, 18:08 (GMT) |
SVN maintenance. Plus no hidden files in config. |
Revision 55d17f6 by Peter Schlaile July 19, 2010, 17:47 (GMT) |
== Sequencer == Add keyboard shortcuts for multicam editing (hit 1-0 (regular, not keypad!) to cut to camera 1-10 during playback) |
Revision e24d90a by Xavier Thomas July 19, 2010, 17:45 (GMT) |
Add a "Save Copy" entry in the File menu. |
Revision aa0e427 by Peter Schlaile July 19, 2010, 17:39 (GMT) |
== Sequencer == In multicam editing, do not cut to non existent cams (above multicam track) |
Revision 40ee7ef by Peter Schlaile July 19, 2010, 17:38 (GMT) |
== Sequencer == Made mpeg_preseek accessible again. |
Revision 523e8e4 by Peter Schlaile July 19, 2010, 16:27 (GMT) |
== FFMPEG == This is a fix for the following issues in ffmpeg movie reader: * mpeg transport stream seeking (HDV) failed completely, since ffmpeg doesn't want to seek by timestamp (those aren't guaranteed to be strictly monotonic within those file formats) We therefore seek by byte and use the bitrate in those cases. This isn't a real fix, I will add a seperate index building process, soon, so that we can finally seek by timecode properly (optionally with "free run timecode" on consumer video camcorders, stay tuned :) ) * Recent versions of ffmpeg do set the ALPHA channel to 0xff properly, so we test the first pixel for proper ALPHA and then workaround optionally. |
Revision ff83a98 by Xavier Thomas July 19, 2010, 15:39 (GMT) |
Add a "copy" option to the save_as_mainfile operator. It saves the current state but does not make the saved file active, so further save won't use this filepath. |
Revision 1f7bcf2 by Joerg Mueller July 19, 2010, 13:36 (GMT) |
Minor sphinx corrections: * Attributes starting with _ in classes are now ignored * sphinx.blend updated so that it doesn't have to be edited anymore if the script changes |
Revision f729828 by Joshua Leung July 19, 2010, 11:47 (GMT) |
Bugger... msvc didn't bail out on these... |
Revision 185036c by Joshua Leung July 19, 2010, 11:25 (GMT) |
Bugfix #22906: Animation Player buttons broke on r30467 Reverting this commit. Seems that only the added parts were tested. I'll look at restoring a similar version of this in future. |
Revision 5108706 by Brecht Van Lommel July 19, 2010, 10:45 (GMT) |
Fix startup.blend, this was made from a regular blend file, not the one saved when saving user preferences. I've left out the brush icons. It's really not acceptable to have these as image datablocks. Having these packed would also mean increasing the size of every .blend file by 650 KB. They should be loaded from the datafiles directory. |
Revision f054ecd by Nathan Letwory July 19, 2010, 10:15 (GMT) |
libjack.dll not needed anymore |
Revision 1f8f55b by Sergey Sharybin July 19, 2010, 09:19 (GMT) |
- Reverted "Set FREE_WINDOWS when compiling with MinGW" - Reverted own changes made to _stat function BLI_exists - Use __MINGW32__ instead of FREE_WINDOWS in BLI_exists - Removed recently added lib dependencies for mingw |
Revision 3886052 by Nathan Letwory July 19, 2010, 09:04 (GMT) |
Set FREE_WINDOWS when compiling with MinGW |
Revision 266438b by Sergey Sharybin July 19, 2010, 09:02 (GMT) |
- Use correct paths for mstoolkit and crossmingw tools in sconscript - Use _stat64i32 instead of _stat in BLI_exist Needed for correct compilation by mingw, no sense for msvc (_stat is equivalent to _stat64i32 in Visual C++ 2005, and later i suppose) - Added library msvcr90 for mingw to solve linking error to _stat64i32 |
Revision c28c33d by Nathan Letwory July 19, 2010, 08:55 (GMT) |
Fix for #22861 Won't compile for MinGW sicne r30349 |
Revision acf3c4b by Jason Wilkins July 19, 2010, 07:29 (GMT) |
* decrementing image_icon ref count from wrong place |
Revision 7b1aeea by Jason Wilkins July 19, 2010, 07:26 (GMT) |
* spelling error, "substract" |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021