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
2013-10-31Add .webm to the list of extensions recognized as videoAndrea Weikert
2013-10-23style cleanupCampbell Barton
2013-10-18Add debug prints to the PSD loader in imbuf. The error message can be obtain...Irie Shinsuke
2013-10-14Fix #37043: bpy.ops.sequencer.rebuild_proxy() don't release memorySergey Sharybin
2013-10-13cmake/openimageio - partially reverting #60692Dalai Felinto
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-10-12Fix build scripts related to PSD support. Both CMake and SCons builds were b...Irie Shinsuke
2013-10-12scons: fix WITH_PSD compiling, still i think muddled naming is used here, tod...Jens Verwiebe
2013-10-11scons file for OIIO (needed for psd)Dalai Felinto
2013-10-11adding WITH_IMAGE_OPENIMAGEIO and removing the PSD build optionDalai Felinto
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-10-10style cleanupCampbell Barton
2013-10-09Implementation of curve mapping in GLSLSergey Sharybin
2013-10-09style cleanupCampbell Barton
2013-10-09fix for building with OPENJPEG after PSD commitDalai Felinto
2013-10-09fix building when WITH_PSD is OFF, stub is not needed afterallDalai Felinto
2013-10-09Photoshop PSD supportDalai Felinto
2013-10-04Changing dither value will now invalidate cached display bufferSergey Sharybin
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-11Revert r60034 and proper fix for #36698 by Sergey Sharybin. NULL pointer chec...Lukas Toenne
2013-09-11Fix #36698 Cycles MinGW64 Mike Pan scene crashes instantly. Missing pointer c...Lukas Toenne
2013-09-10Add BLI_utildefines.h for __func__ (necessary for MSVC).Nathan Letwory
2013-09-10code cleanup: use bool for imbuf allocation functions.Campbell Barton
2013-09-10fix [#36187] Crash loading large imagesCampbell Barton
2013-09-09Some more fixes to missing look initializationSergey Sharybin
2013-09-09Film response curves implemented as a looksSergey Sharybin
2013-09-08patch [#36633] Correct headers for renders saved as bitmap (.bmp) format.Campbell Barton
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-09-02Fix #36124: VSE - Input Color option does not work for video filesSergey Sharybin
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-08-31RenderEngine API: add viewport draw utility functions to bind a GLSL fragmentBrecht Van Lommel
2013-08-23Fix #36535: Color difference when saving imageSergey Sharybin
2013-08-19code cleanup: confirm include guards to our conventionCampbell Barton
2013-08-13add support for loading 8bit BMP imagesCampbell Barton
2013-08-04code cleanup: replace strcpy with BLI_strncpy for fixed size strings, and cor...Campbell Barton
2013-07-27code cleanup for thumbnails:Campbell Barton
2013-07-25add missing va_end() calls.Campbell Barton
2013-07-25add api function BLI_path_append to add to a path (and ensure a seperator), r...Campbell Barton
2013-07-23* Compile fix for r58542, on Windows "subdir" was unknown. Thomas Dinges
2013-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-07-21Fixes for recent Wlimit stuff, which makes strict gcc freak outSergey Sharybin
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-20misc editsCampbell Barton
2013-07-19style cleanup: braces/indentationCampbell Barton
2013-07-17style cleanupCampbell Barton
2013-07-15Fix #36127: 10 bit DPX render would crash when doing rendering animations fromBrecht Van Lommel
2013-07-13remove NULL checks on fixed size arrays, also was calling BLI_testextensie_gl...Campbell Barton
2013-07-13fix for 2 bugs in animation playbackCampbell Barton
2013-07-11fix [#36089] crash when using a tiff without TIFFTAG_EXTRASAMPLESCampbell Barton
2013-06-25Fix #35824: finding missing files not working correct for filepaths with specialBrecht Van Lommel