Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
spelling 'impliment' -> 'implement'
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
without the underscores these clogged up the namespace for autocompleation which was annoying.
2012-02-14Fix quicktime export being broken in various ways: callback was missingBrecht Van Lommel
parameter, codec RNA wrapping was wrong, and there was a python script error.
2012-02-13OSX: let almost all animation imports handle by ffmpeg now, this is faster ↵Jens Verwiebe
in many cases
2012-02-05win32 quicktime: missing include. How comes nobody else got this problem?Benoit Bolsee
2012-01-22Fix #29935: missing cycles update/crash when removing world datablock form ↵Brecht Van Lommel
scene.
2012-01-13Fix related to #29694: quicktime export was not showing or respecting RGBABrecht Van Lommel
option even though some movie formats support alpha.
2011-12-30style edits for function declarationsCampbell Barton
2011-12-27OSX: adding PNG codec to QTKit, to have one more alpha enabled one atmJens Verwiebe
2011-12-27OSX: adding some more codecs to QTKitJens Verwiebe
2011-12-24Bugfix for [#29684] Output video presets messed upThomas Dinges
* This was caused ny the ImageType refactor. * Problem persisted with Quicktime too, could not test that, but should fix presets there too.
2011-12-17Fix use of deprecated im_type member in quicktime export.Brecht Van Lommel
2011-12-02OSX: match quicktime and QTKit export to other formats/codecsJens Verwiebe
2011-11-22rename image type defines to be less ambiguous, also set BMP as not ↵Campbell Barton
supporting alpha (it reads but cant write)
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-03fix for warning on osxCampbell Barton
2011-10-27OSX: adapt comments to new behaviour when compiling with gcc-4.6 but GHOST ↵Jens Verwiebe
and QT with default compiler
2011-10-27Fix player prototype, fix compile for OSX/XCode4.2, use always tablet ↵Jens Verwiebe
enabled (test)
2011-10-23Fix for commit 41227 (Some opening comment tags (/*) were lost!).Bastien Montagne
2011-10-23remove $Id: tags after discussion on the mailign list: ↵Campbell Barton
http://markmail.org/message/fp7ozcywxum3ar7n
2011-10-05OSX: Correct copy/paste error and exclude endianess switch from darwinJens Verwiebe
2011-09-28Now in proper english, heheJens Verwiebe
2011-09-28Using non ASCII-conform char in comment broke compileJens Verwiebe
2011-09-28OSX: Give clear commenting and more up-to-date defaultsJens Verwiebe
2011-09-28OSX: always compile GHOST and Quicktime with Apple-gcc-4.2, simplifies for ↵Jens Verwiebe
non-apple compilers
2011-09-28OSX: solve weaklinking for non-apple compilers by using Xlinker, build also ↵Jens Verwiebe
QTKit with apple gcc, to be more compatible to distributed gnu-gcc compilers without objC, objC++ capabilities
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
remove missing includes and use more strict formatting.
2011-06-23cmake option to build without an audio library.Campbell Barton
2011-06-18rename cmake include/libraries to conform with suggested cmake namesCampbell Barton
2011-05-31cmake maintenanceCampbell Barton
blender_add_lib now takes a separate include argument to suppress warnings in system includes (mostly ffmpeg & python). also only build wm_apple.c on apple+carbon configuration.
2011-04-20Fix [#26884] Console is not hidden when start blenderNathan Letwory
reported by Michael R Don't print the error message, as it isn't very useful. If there is no Quicktime in Blender GUI in a build that has support enabled, it means that the user hasn't installed Quicktime.
2011-02-27doxygen: blender/quicktime tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-30remove nan-makefilesCampbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-12OS X Cocoa: added QT "Animation" codec.Ton Roosendaal
Thanks to Jens Verwiebe for providing diff and test
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() ↵Campbell Barton
and endif() which is no longer needed.
2010-12-04fix for strict prototype error.Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, ↵Campbell Barton
reporting missing headers & C files. this is important so IDE's using CMake integration always get blender headers. - QtCreator & MSVC for eg, probably others too.
2010-11-19use 'const char *' for imbuf and file ops.Campbell Barton
2010-11-09bugfix [#24578] crash on browse directory w/ broken image fileCampbell Barton
Was trying to decode an image when quicktime wasn't initialized. There are a few other reports on windows about thumbnails crashing which this probably fixes. This also fixes a bug where DisposeHandle wasn't called if decode was called with a NULL pointer.
2010-11-06== filebrowser ==Andrea Weikert
Bringing back missing feature: Create new directory by typing a not existing name into the directory button. Note: Small issue still with autocomplete -> if typing the new directory directly after autocomplete, it doesn't execute the operator yet. Also fixed some minor compile/cleanup issues with warning about signed/unsigned comparison and missing header.
2010-10-19compile fixes on windows for quicktime.Andrea Weikert
* solved two "'blah' undefined, assuming extern returning int" 'warnings' that jesterKing now changed to be reported as errors (thanks! :))
2010-10-18quick commit for forgotten file in the G.sce -> G.main->name refactoring.Andrea Weikert
Patch by Jens Verwiebe, many thanks.
2010-10-18this should fix quicktime building from last commit.Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
Both stored the filename of the blend file, but G.sce stored the last opened file. This will make blender act differently in some cases since a relative path to the last opened file will no longer resolve (which is correct IMHO since that file isnt open and the path might not even be valid anymore). Tested linking with durian files and rendering to relative paths when no files is loaded however we may need to have some operators give an error if they are used on the default startup.blend.
2010-10-17Fix [#24294] IMB_allocImBuf changes in r32517 missed a couple of filesNathan Letwory
Reported and patched by Shane Ambler
2010-10-16Adapt OSX code for IMB_allocImBuf param changes.Nathan Letwory