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 (Expand)Author
2011-09-19replace WORDS_BIGENDIAN with __BIG_ENDIAN__Campbell Barton
2011-09-19cleanup endian handlingCampbell Barton
2011-09-19remove WITH_* defines from image formats, instead just dont build the files a...Campbell Barton
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-09-16- fix for access past the buffer size (paint / sculpt used some 2d vecs as 3d)Campbell Barton
2011-09-05Code cleanup: warning fixes.Brecht Van Lommel
2011-09-01spaces -> tabs (configure you're editors right!)Campbell Barton
2011-08-31fix [#28430] Image with Stampinfo does not get saved correctly with alphaCampbell Barton
2011-08-31catch exception and report an error when failing to write exr files - was cra...Campbell Barton
2011-08-30fix for some warnings with the recent merge, also tag unused args.Campbell Barton
2011-08-29clear some warnings with new proxy code.Campbell Barton
2011-08-29SVN maintenance.Guillermo S. Romero
2011-08-28== Sequencer / proxies ==Peter Schlaile
2011-08-28== Sequencer ==Peter Schlaile
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-08-22actually, this if is still marginally good to haveMorten Mikkelsen
2011-08-15the diffuse kernel I had first picked for dilation turned out to be not as gr...Morten Mikkelsen
2011-08-14fix for bug where changing movie filepaths would reset the strip length.Campbell Barton
2011-07-24New dilation function from Morten Mikkelsen (aka sparky).Sergey Sharybin
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
2011-07-05Fix small part of #27815: recognize m2ts as video file extension.Brecht Van Lommel
2011-06-24fix [#27746] Black and White Render doesn't work and/or Saves as a Blank screenCampbell Barton
2011-06-17adding .m4a video extensionDaniel Salazar
2011-06-17aiff tooDaniel Salazar
2011-06-17Adding .aif to known audio extensions so it doesn't get hiden by defaultDaniel Salazar
2011-06-15replace own inline cmake include search logic for a typical FindXXX.cmake mod...Campbell Barton
2011-06-15fix for openexr include path, for both cmake and scons a custom openexr insta...Campbell Barton
2011-06-15fix [#27662] Storing png/tga images ignore Alpha settingsCampbell Barton
2011-06-07fix for float projection painting, now updating correctly. Antony Riakiotakis
2011-06-06Bake from multires meshSergey Sharybin
2011-06-04quiet 2 compiler warnings and update man pageCampbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-28== FFMPEG ==Peter Schlaile
2011-05-27== FFMPEG ==Peter Schlaile
2011-05-27== FFMPEG ==Peter Schlaile
2011-05-25fix [#27478] Crash on image editor after loading exr imagesCampbell Barton
2011-05-23remove unused code, comment some that may be useful (maintainers can remove).Campbell Barton
2011-05-22quiet compiler warnings for -WundefCampbell Barton
2011-05-19Fix some compile warnings.Brecht Van Lommel
2011-05-16LCMS code removed, was an experiment but never finished.Brecht Van Lommel
2011-05-13support for reading/writing image resolution (dpi), for PNG and TIFF,Campbell Barton
2011-05-13remove imbuf crect and profile_filename when building without LCMSCampbell Barton
2011-05-10minor cleanup: make functions static, use NULL for pointer comparisons,Campbell Barton
2011-05-09Fix for memory leak caused by re-making mipmapsSergey Sharybin
2011-05-09Code cleanup: warning fixes.Brecht Van Lommel
2011-05-08Apply second half of [#21590] .dds textures: fix for DXT1n format + sync with...Nathan Letwory
2011-05-08Apply part of [#21590] .dds textures: fix for DXT1n formatNathan Letwory
2011-05-02workaround [#27203] Crashes with some high-res image thumbnail generationCampbell Barton